Add missing translation keys. (#12722)

pull/9748/head
Hiroki Ishiura 7 years ago committed by Rodrigo Nascimento
parent b33029c8ed
commit 717b536963
  1. 4
      packages/rocketchat-apps/client/admin/appManage.html
  2. 4
      packages/rocketchat-i18n/i18n/en.i18n.json
  3. 4
      packages/rocketchat-integrations/client/views/integrationsIncoming.html
  4. 4
      packages/rocketchat-integrations/client/views/integrationsOutgoing.html
  5. 4
      packages/rocketchat-ui-admin/client/admin.html

@ -275,8 +275,8 @@
</div>
{{> CodeMirror name=id options=getEditorOptions code=value }}
<div class="buttons">
<button class="button primary button-fullscreen">Full Screen</button>
<button class="button primary button-restore">Exit Full Screen</button>
<button class="button primary button-fullscreen">{{_ "Full_Screen"}}</button>
<button class="button primary button-restore">{{_ "Exit_Full_Screen"}}</button>
</div>
</div>
{{/if}}

@ -1194,6 +1194,7 @@
"Exclude_pinned": "Exclude pinned messages",
"except_pinned": "(except those that are pinned)",
"Execute_Synchronization_Now": "Execute Synchronization Now",
"Exit_Full_Screen": "Exit Full Screen",
"Export_My_Data": "Export My Data",
"expression": "Expression",
"Extended": "Extended",
@ -1202,6 +1203,7 @@
"Facebook_Page": "Facebook Page",
"False": "False",
"Favorite_Rooms": "Enable Favorite Rooms",
"Favorite": "Favorite",
"Favorites": "Favorites",
"Feature_Depends_on_Livechat_Visitor_navigation_as_a_message_to_be_enabled": "This feature depends on \"Send Visitor Navigation History as a Message\" to be enabled.",
"Features_Enabled": "Features Enabled",
@ -1297,6 +1299,7 @@
"From": "From",
"From_Email": "From Email",
"From_email_warning": "<b>Warning</b>: The field <b>From</b> is subject to your mail server settings.",
"Full_Screen": "Full Screen",
"Gaming": "Gaming",
"General": "General",
"github_no_public_email": "You don't have any email as public email in your GitHub account",
@ -2737,6 +2740,7 @@
"unarchive-room": "Unarchive Room",
"unarchive-room_description": "Permission to unarchive channels",
"Unblock_User": "Unblock User",
"Unfavorite": "Unfavorite",
"Unignore": "Unignore",
"Uninstall": "Uninstall",
"Unmute_someone_in_room": "Unmute someone in the room",

@ -74,8 +74,8 @@
</div>
{{> CodeMirror name="script" options=editorOptions code=data.script }}
<div class="buttons">
<button class="button primary button-fullscreen">Full Screen</button>
<button class="button primary button-restore">Exit Full Screen</button>
<button class="button primary button-fullscreen">{{_ "Full_Screen"}}</button>
<button class="button primary button-restore">{{_ "Exit_Full_Screen"}}</button>
</div>
</div>
{{#if data.scriptError}}

@ -148,8 +148,8 @@
</div>
{{> CodeMirror name="script" options=editorOptions code=data.script }}
<div class="buttons">
<button class="button primary button-fullscreen">Full Screen</button>
<button class="button primary button-restore">Exit Full Screen</button>
<button class="button primary button-fullscreen">{{_ "Full_Screen"}}</button>
<button class="button primary button-restore">{{_ "Exit_Full_Screen"}}</button>
</div>
</div>
{{#if data.scriptError}}

@ -138,8 +138,8 @@
{{> CodeMirror name=_id options=getEditorOptions code=value }}
{{setEditorOnBlur _id}}
<div class="buttons">
<button class="rc-button rc-button--primary button-fullscreen">Full Screen</button>
<button class="rc-button rc-button--primary button-restore">Exit Full Screen</button>
<button class="rc-button rc-button--primary button-fullscreen">{{_ "Full_Screen"}}</button>
<button class="rc-button rc-button--primary button-restore">{{_ "Exit_Full_Screen"}}</button>
</div>
</div>
{{/if}}

Loading…
Cancel
Save