From 2a7353f0b0d7169175cc91436989f281113521da Mon Sep 17 00:00:00 2001 From: "amy.liu" Date: Fri, 28 Sep 2018 09:00:37 +0800 Subject: [PATCH 1/2] commit no use i18 --- .../components/ContactItem/i18n/de-DE.js | 5 ----- .../components/ContactItem/i18n/en-GB.js | 5 ----- .../components/ContactItem/i18n/es-419.js | 5 ----- .../components/ContactItem/i18n/es-ES.js | 5 ----- .../components/ContactItem/i18n/fr-CA.js | 5 ----- .../components/ContactItem/i18n/fr-FR.js | 5 ----- .../components/ContactItem/i18n/it-IT.js | 5 ----- .../components/ContactItem/i18n/ja-JP.js | 5 ----- .../components/ContactItem/i18n/pt-BR.js | 5 ----- .../components/ContactItem/i18n/zh-CN.js | 5 ----- .../components/ContactItem/i18n/zh-TW.js | 5 ----- .../components/ConversationList/i18n/de-DE.js | 5 ----- .../components/ConversationList/i18n/en-GB.js | 5 ----- .../ConversationList/i18n/es-419.js | 5 ----- .../components/ConversationList/i18n/es-ES.js | 5 ----- .../components/ConversationList/i18n/fr-CA.js | 5 ----- .../components/ConversationList/i18n/fr-FR.js | 5 ----- .../components/ConversationList/i18n/it-IT.js | 5 ----- .../components/ConversationList/i18n/ja-JP.js | 5 ----- .../components/ConversationList/i18n/pt-BR.js | 5 ----- .../components/ConversationList/i18n/zh-CN.js | 5 ----- .../components/ConversationList/i18n/zh-TW.js | 5 ----- .../ConversationMessageList/i18n/de-DE.js | 5 ----- .../ConversationMessageList/i18n/en-GB.js | 5 ----- .../ConversationMessageList/i18n/es-419.js | 5 ----- .../ConversationMessageList/i18n/es-ES.js | 5 ----- .../ConversationMessageList/i18n/fr-CA.js | 5 ----- .../ConversationMessageList/i18n/fr-FR.js | 5 ----- .../ConversationMessageList/i18n/it-IT.js | 5 ----- .../ConversationMessageList/i18n/ja-JP.js | 5 ----- .../ConversationMessageList/i18n/pt-BR.js | 5 ----- .../ConversationMessageList/i18n/zh-CN.js | 5 ----- .../ConversationMessageList/i18n/zh-TW.js | 5 ----- .../components/QuickAccessPanel/i18n/de-DE.js | 21 ------------------- .../components/QuickAccessPanel/i18n/en-GB.js | 21 ------------------- .../QuickAccessPanel/i18n/es-419.js | 21 ------------------- .../components/QuickAccessPanel/i18n/es-ES.js | 21 ------------------- .../components/QuickAccessPanel/i18n/fr-CA.js | 21 ------------------- .../components/QuickAccessPanel/i18n/fr-FR.js | 21 ------------------- .../components/QuickAccessPanel/i18n/it-IT.js | 21 ------------------- .../components/QuickAccessPanel/i18n/ja-JP.js | 21 ------------------- .../components/QuickAccessPanel/i18n/pt-BR.js | 21 ------------------- .../components/QuickAccessPanel/i18n/zh-CN.js | 21 ------------------- .../components/QuickAccessPanel/i18n/zh-TW.js | 21 ------------------- 44 files changed, 396 deletions(-) delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/de-DE.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/en-GB.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/es-419.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/es-ES.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/fr-CA.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/fr-FR.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/it-IT.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/ja-JP.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/pt-BR.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/zh-CN.js delete mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/zh-TW.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/de-DE.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/en-GB.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/es-419.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/es-ES.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/fr-CA.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/fr-FR.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/it-IT.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/ja-JP.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/pt-BR.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/zh-CN.js delete mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/zh-TW.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/de-DE.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-GB.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-419.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-ES.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-CA.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-FR.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/it-IT.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/ja-JP.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/pt-BR.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-CN.js delete mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-TW.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/de-DE.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-GB.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-419.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-ES.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-CA.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-FR.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/it-IT.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/ja-JP.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/pt-BR.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-CN.js delete mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-TW.js diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/de-DE.js b/packages/ringcentral-widgets/components/ContactItem/i18n/de-DE.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/de-DE.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/en-GB.js b/packages/ringcentral-widgets/components/ContactItem/i18n/en-GB.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/en-GB.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/es-419.js b/packages/ringcentral-widgets/components/ContactItem/i18n/es-419.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/es-419.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/es-ES.js b/packages/ringcentral-widgets/components/ContactItem/i18n/es-ES.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/es-ES.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/fr-CA.js b/packages/ringcentral-widgets/components/ContactItem/i18n/fr-CA.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/fr-CA.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/fr-FR.js b/packages/ringcentral-widgets/components/ContactItem/i18n/fr-FR.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/fr-FR.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/it-IT.js b/packages/ringcentral-widgets/components/ContactItem/i18n/it-IT.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/it-IT.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/ja-JP.js b/packages/ringcentral-widgets/components/ContactItem/i18n/ja-JP.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/ja-JP.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/pt-BR.js b/packages/ringcentral-widgets/components/ContactItem/i18n/pt-BR.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/pt-BR.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/zh-CN.js b/packages/ringcentral-widgets/components/ContactItem/i18n/zh-CN.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/zh-CN.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/zh-TW.js b/packages/ringcentral-widgets/components/ContactItem/i18n/zh-TW.js deleted file mode 100644 index 2b5b9ddd70..0000000000 --- a/packages/ringcentral-widgets/components/ContactItem/i18n/zh-TW.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - notActivated: "Inactive" -}; - -// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/de-DE.js b/packages/ringcentral-widgets/components/ConversationList/i18n/de-DE.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/de-DE.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/en-GB.js b/packages/ringcentral-widgets/components/ConversationList/i18n/en-GB.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/en-GB.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/es-419.js b/packages/ringcentral-widgets/components/ConversationList/i18n/es-419.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/es-419.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/es-ES.js b/packages/ringcentral-widgets/components/ConversationList/i18n/es-ES.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/es-ES.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/fr-CA.js b/packages/ringcentral-widgets/components/ConversationList/i18n/fr-CA.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/fr-CA.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/fr-FR.js b/packages/ringcentral-widgets/components/ConversationList/i18n/fr-FR.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/fr-FR.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/it-IT.js b/packages/ringcentral-widgets/components/ConversationList/i18n/it-IT.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/it-IT.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/ja-JP.js b/packages/ringcentral-widgets/components/ConversationList/i18n/ja-JP.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/ja-JP.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/pt-BR.js b/packages/ringcentral-widgets/components/ConversationList/i18n/pt-BR.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/pt-BR.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/zh-CN.js b/packages/ringcentral-widgets/components/ConversationList/i18n/zh-CN.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/zh-CN.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/zh-TW.js b/packages/ringcentral-widgets/components/ConversationList/i18n/zh-TW.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationList/i18n/zh-TW.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/de-DE.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/de-DE.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/de-DE.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-GB.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-GB.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-GB.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-419.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-419.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-419.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-ES.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-ES.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-ES.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-CA.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-CA.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-CA.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-FR.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-FR.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-FR.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/it-IT.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/it-IT.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/it-IT.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/ja-JP.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/ja-JP.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/ja-JP.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/pt-BR.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/pt-BR.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/pt-BR.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-CN.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-CN.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-CN.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-TW.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-TW.js deleted file mode 100644 index 18c25f353b..0000000000 --- a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-TW.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - loading: "Loading ..." -}; - -// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/de-DE.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/de-DE.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/de-DE.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-GB.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-GB.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-GB.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-419.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-419.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-419.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-ES.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-ES.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-ES.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-CA.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-CA.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-CA.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-FR.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-FR.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-FR.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/it-IT.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/it-IT.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/it-IT.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/ja-JP.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/ja-JP.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/ja-JP.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/pt-BR.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/pt-BR.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/pt-BR.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-CN.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-CN.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-CN.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-TW.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-TW.js deleted file mode 100644 index e4981d8628..0000000000 --- a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-TW.js +++ /dev/null @@ -1,21 +0,0 @@ -export default { - textGoogle: "Only show in {appName} apps", - textAll: "Show on all websites except my blacklist", - textUser: "Show on the websites I specify", - title: "Choose where {brandName} Quick Access appears: ", - descriptionAll: "Go to {optionsLink} to define your blacklist.", - descriptionUser: "Go to {optionsLink} to define your specific websites.", - extensionOptions: "Extension Options", - Confirm: "Confirm", - Cancel: "Cancel" -}; - -// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ -// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ -// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ -// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ -// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ -// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ -// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ -// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ -// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ From 8c2275456f0d6dd316a28c4d774c87a709cf9444 Mon Sep 17 00:00:00 2001 From: "amy.liu" Date: Fri, 28 Sep 2018 14:56:43 +0800 Subject: [PATCH 2/2] i18:google 4.1 and Screenshots review --- .../components/ActiveCallItem/i18n/en-AU.js | 6 ++++- .../components/ActiveCallItem/i18n/en-CA.js | 6 ++++- .../components/ActiveCallItem/i18n/zh-HK.js | 6 ++++- .../components/CallControlAlert/i18n/en-AU.js | 24 +++++++++++++++++++ .../components/CallControlAlert/i18n/en-CA.js | 24 +++++++++++++++++++ .../components/CallControlAlert/i18n/zh-HK.js | 24 +++++++++++++++++++ .../components/CallMonitorBar/i18n/de-DE.js | 2 +- .../components/CallMonitorBar/i18n/en-AU.js | 15 ++++++++++++ .../components/CallMonitorBar/i18n/en-CA.js | 15 ++++++++++++ .../components/CallMonitorBar/i18n/en-GB.js | 2 +- .../components/CallMonitorBar/i18n/es-419.js | 2 +- .../components/CallMonitorBar/i18n/es-ES.js | 2 +- .../components/CallMonitorBar/i18n/fr-CA.js | 2 +- .../components/CallMonitorBar/i18n/fr-FR.js | 2 +- .../components/CallMonitorBar/i18n/it-IT.js | 2 +- .../components/CallMonitorBar/i18n/ja-JP.js | 2 +- .../components/CallMonitorBar/i18n/pt-BR.js | 2 +- .../components/CallMonitorBar/i18n/zh-CN.js | 2 +- .../components/CallMonitorBar/i18n/zh-HK.js | 15 ++++++++++++ .../components/CallMonitorBar/i18n/zh-TW.js | 2 +- .../components/ContactDetails/i18n/de-DE.js | 2 +- .../components/ContactDetails/i18n/en-AU.js | 4 +++- .../components/ContactDetails/i18n/en-CA.js | 4 +++- .../components/ContactDetails/i18n/es-419.js | 2 +- .../components/ContactDetails/i18n/es-ES.js | 2 +- .../components/ContactDetails/i18n/fr-CA.js | 2 +- .../components/ContactDetails/i18n/fr-FR.js | 2 +- .../components/ContactDetails/i18n/it-IT.js | 2 +- .../components/ContactDetails/i18n/ja-JP.js | 2 +- .../components/ContactDetails/i18n/pt-BR.js | 2 +- .../components/ContactDetails/i18n/zh-CN.js | 2 +- .../components/ContactDetails/i18n/zh-HK.js | 4 +++- .../components/ContactDetails/i18n/zh-TW.js | 2 +- .../components/ContactItem/i18n/de-DE.js | 5 ++++ .../components/ContactItem/i18n/en-AU.js | 5 ++++ .../components/ContactItem/i18n/en-CA.js | 5 ++++ .../components/ContactItem/i18n/en-GB.js | 5 ++++ .../components/ContactItem/i18n/es-419.js | 5 ++++ .../components/ContactItem/i18n/es-ES.js | 5 ++++ .../components/ContactItem/i18n/fr-CA.js | 5 ++++ .../components/ContactItem/i18n/fr-FR.js | 5 ++++ .../components/ContactItem/i18n/it-IT.js | 5 ++++ .../components/ContactItem/i18n/ja-JP.js | 5 ++++ .../components/ContactItem/i18n/pt-BR.js | 5 ++++ .../components/ContactItem/i18n/zh-CN.js | 5 ++++ .../components/ContactItem/i18n/zh-HK.js | 5 ++++ .../components/ContactItem/i18n/zh-TW.js | 5 ++++ .../components/ConversationList/i18n/de-DE.js | 5 ++++ .../components/ConversationList/i18n/en-AU.js | 5 ++++ .../components/ConversationList/i18n/en-CA.js | 5 ++++ .../components/ConversationList/i18n/en-GB.js | 5 ++++ .../ConversationList/i18n/es-419.js | 5 ++++ .../components/ConversationList/i18n/es-ES.js | 5 ++++ .../components/ConversationList/i18n/fr-CA.js | 5 ++++ .../components/ConversationList/i18n/fr-FR.js | 5 ++++ .../components/ConversationList/i18n/it-IT.js | 5 ++++ .../components/ConversationList/i18n/ja-JP.js | 5 ++++ .../components/ConversationList/i18n/pt-BR.js | 5 ++++ .../components/ConversationList/i18n/zh-CN.js | 5 ++++ .../components/ConversationList/i18n/zh-HK.js | 5 ++++ .../components/ConversationList/i18n/zh-TW.js | 5 ++++ .../ConversationMessageList/i18n/de-DE.js | 5 ++++ .../ConversationMessageList/i18n/en-AU.js | 5 ++++ .../ConversationMessageList/i18n/en-CA.js | 5 ++++ .../ConversationMessageList/i18n/en-GB.js | 5 ++++ .../ConversationMessageList/i18n/es-419.js | 5 ++++ .../ConversationMessageList/i18n/es-ES.js | 5 ++++ .../ConversationMessageList/i18n/fr-CA.js | 5 ++++ .../ConversationMessageList/i18n/fr-FR.js | 5 ++++ .../ConversationMessageList/i18n/it-IT.js | 5 ++++ .../ConversationMessageList/i18n/ja-JP.js | 5 ++++ .../ConversationMessageList/i18n/pt-BR.js | 5 ++++ .../ConversationMessageList/i18n/zh-CN.js | 5 ++++ .../ConversationMessageList/i18n/zh-HK.js | 5 ++++ .../ConversationMessageList/i18n/zh-TW.js | 5 ++++ .../components/EntityModal/i18n/en-AU.js | 3 ++- .../components/EntityModal/i18n/en-CA.js | 3 ++- .../components/EntityModal/i18n/zh-HK.js | 3 ++- .../components/LoginPanel/i18n/en-AU.js | 3 ++- .../components/LoginPanel/i18n/en-CA.js | 3 ++- .../components/LoginPanel/i18n/zh-HK.js | 3 ++- .../components/QuickAccessPanel/i18n/de-DE.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/en-AU.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/en-CA.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/en-GB.js | 21 ++++++++++++++++ .../QuickAccessPanel/i18n/es-419.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/es-ES.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/fr-CA.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/fr-FR.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/it-IT.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/ja-JP.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/pt-BR.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/zh-CN.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/zh-HK.js | 21 ++++++++++++++++ .../components/QuickAccessPanel/i18n/zh-TW.js | 21 ++++++++++++++++ .../components/SettingsPanel/i18n/en-AU.js | 4 +++- .../components/SettingsPanel/i18n/en-CA.js | 4 +++- .../components/SettingsPanel/i18n/zh-HK.js | 4 +++- .../SimpleActiveCallCtrlPage/i18n/en-AU.js | 9 +++++++ .../SimpleActiveCallCtrlPage/i18n/en-CA.js | 9 +++++++ .../SimpleActiveCallCtrlPage/i18n/zh-HK.js | 9 +++++++ 101 files changed, 714 insertions(+), 36 deletions(-) create mode 100644 packages/ringcentral-widgets/components/CallControlAlert/i18n/en-AU.js create mode 100644 packages/ringcentral-widgets/components/CallControlAlert/i18n/en-CA.js create mode 100644 packages/ringcentral-widgets/components/CallControlAlert/i18n/zh-HK.js create mode 100644 packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-AU.js create mode 100644 packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-CA.js create mode 100644 packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-HK.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/de-DE.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/en-AU.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/en-CA.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/en-GB.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/es-419.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/es-ES.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/fr-CA.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/fr-FR.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/it-IT.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/ja-JP.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/pt-BR.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/zh-CN.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/zh-HK.js create mode 100644 packages/ringcentral-widgets/components/ContactItem/i18n/zh-TW.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/de-DE.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/en-AU.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/en-CA.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/en-GB.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/es-419.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/es-ES.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/fr-CA.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/fr-FR.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/it-IT.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/ja-JP.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/pt-BR.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/zh-CN.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/zh-HK.js create mode 100644 packages/ringcentral-widgets/components/ConversationList/i18n/zh-TW.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/de-DE.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-AU.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-CA.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-GB.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-419.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-ES.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-CA.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-FR.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/it-IT.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/ja-JP.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/pt-BR.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-CN.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-HK.js create mode 100644 packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-TW.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/de-DE.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-AU.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-CA.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-GB.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-419.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-ES.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-CA.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-FR.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/it-IT.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/ja-JP.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/pt-BR.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-CN.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-HK.js create mode 100644 packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-TW.js create mode 100644 packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/en-AU.js create mode 100644 packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/en-CA.js create mode 100644 packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/zh-HK.js diff --git a/packages/ringcentral-widgets/components/ActiveCallItem/i18n/en-AU.js b/packages/ringcentral-widgets/components/ActiveCallItem/i18n/en-AU.js index 838e637314..9a715a9d07 100644 --- a/packages/ringcentral-widgets/components/ActiveCallItem/i18n/en-AU.js +++ b/packages/ringcentral-widgets/components/ActiveCallItem/i18n/en-AU.js @@ -26,7 +26,9 @@ export default { anonymous: "Anonymous", mergeToConference: "Merge", hold: "Hold", - unhold: "Unhold" + unhold: "Unhold", + transfer: "Transfer", + reject: "Reject" }; // @key: @#@"logging"@#@ @source: @#@"Logging..."@#@ @@ -57,3 +59,5 @@ export default { // @key: @#@"mergeToConference"@#@ @source: @#@"Merge"@#@ // @key: @#@"hold"@#@ @source: @#@"Hold"@#@ // @key: @#@"unhold"@#@ @source: @#@"Unhold"@#@ +// @key: @#@"transfer"@#@ @source: @#@"Transfer"@#@ +// @key: @#@"reject"@#@ @source: @#@"Reject"@#@ diff --git a/packages/ringcentral-widgets/components/ActiveCallItem/i18n/en-CA.js b/packages/ringcentral-widgets/components/ActiveCallItem/i18n/en-CA.js index 411c78ce68..70f9aec280 100644 --- a/packages/ringcentral-widgets/components/ActiveCallItem/i18n/en-CA.js +++ b/packages/ringcentral-widgets/components/ActiveCallItem/i18n/en-CA.js @@ -26,7 +26,9 @@ export default { anonymous: "Anonymous", mergeToConference: "Merge", hold: "Hold", - unhold: "Unhold" + unhold: "Unhold", + transfer: "Transfer", + reject: "Reject" }; // @key: @#@"logging"@#@ @source: @#@"Logging..."@#@ @@ -57,3 +59,5 @@ export default { // @key: @#@"mergeToConference"@#@ @source: @#@"Merge"@#@ // @key: @#@"hold"@#@ @source: @#@"Hold"@#@ // @key: @#@"unhold"@#@ @source: @#@"Unhold"@#@ +// @key: @#@"transfer"@#@ @source: @#@"Transfer"@#@ +// @key: @#@"reject"@#@ @source: @#@"Reject"@#@ diff --git a/packages/ringcentral-widgets/components/ActiveCallItem/i18n/zh-HK.js b/packages/ringcentral-widgets/components/ActiveCallItem/i18n/zh-HK.js index b770faa9fd..10515548ef 100644 --- a/packages/ringcentral-widgets/components/ActiveCallItem/i18n/zh-HK.js +++ b/packages/ringcentral-widgets/components/ActiveCallItem/i18n/zh-HK.js @@ -26,7 +26,9 @@ export default { anonymous: "匿名", mergeToConference: "合併", hold: "通話保留", - unhold: "取消通話保留" + unhold: "取消通話保留", + transfer: "轉移", + reject: "拒絕" }; // @key: @#@"logging"@#@ @source: @#@"Logging..."@#@ @@ -57,3 +59,5 @@ export default { // @key: @#@"mergeToConference"@#@ @source: @#@"Merge"@#@ // @key: @#@"hold"@#@ @source: @#@"Hold"@#@ // @key: @#@"unhold"@#@ @source: @#@"Unhold"@#@ +// @key: @#@"transfer"@#@ @source: @#@"Transfer"@#@ +// @key: @#@"reject"@#@ @source: @#@"Reject"@#@ diff --git a/packages/ringcentral-widgets/components/CallControlAlert/i18n/en-AU.js b/packages/ringcentral-widgets/components/CallControlAlert/i18n/en-AU.js new file mode 100644 index 0000000000..ba10e6fe85 --- /dev/null +++ b/packages/ringcentral-widgets/components/CallControlAlert/i18n/en-AU.js @@ -0,0 +1,24 @@ + +import callControlError from 'ringcentral-integration/modules/ActiveCallControl/callControlError'; + +const { + holdConflictError, + unHoldConflictError, + muteConflictError, + unMuteConflictError, + generalError +} = callControlError; + +export default { + [muteConflictError]: "This call had been muted on other device. Please unmute the call before you control in this App.", + [holdConflictError]: "This call had been held on other device. Please unhold the call before you control in this App.", + [unMuteConflictError]: "This call had been unmuted on other device. Please mute the call before you control in this App.", + [unHoldConflictError]: "This call had been unheld on other device. Please hold the call before you control in this App.", + [generalError]: "Unexpected server error. Please try again later." +}; + +// @key: @#@"muteConflictError"@#@ @source: @#@"This call had been muted on other device. Please unmute the call before you control in this App."@#@ +// @key: @#@"holdConflictError"@#@ @source: @#@"This call had been held on other device. Please unhold the call before you control in this App."@#@ +// @key: @#@"unMuteConflictError"@#@ @source: @#@"This call had been unmuted on other device. Please mute the call before you control in this App."@#@ +// @key: @#@"unHoldConflictError"@#@ @source: @#@"This call had been unheld on other device. Please hold the call before you control in this App."@#@ +// @key: @#@"generalError"@#@ @source: @#@"Unexpected server error. Please try again later."@#@ diff --git a/packages/ringcentral-widgets/components/CallControlAlert/i18n/en-CA.js b/packages/ringcentral-widgets/components/CallControlAlert/i18n/en-CA.js new file mode 100644 index 0000000000..ba10e6fe85 --- /dev/null +++ b/packages/ringcentral-widgets/components/CallControlAlert/i18n/en-CA.js @@ -0,0 +1,24 @@ + +import callControlError from 'ringcentral-integration/modules/ActiveCallControl/callControlError'; + +const { + holdConflictError, + unHoldConflictError, + muteConflictError, + unMuteConflictError, + generalError +} = callControlError; + +export default { + [muteConflictError]: "This call had been muted on other device. Please unmute the call before you control in this App.", + [holdConflictError]: "This call had been held on other device. Please unhold the call before you control in this App.", + [unMuteConflictError]: "This call had been unmuted on other device. Please mute the call before you control in this App.", + [unHoldConflictError]: "This call had been unheld on other device. Please hold the call before you control in this App.", + [generalError]: "Unexpected server error. Please try again later." +}; + +// @key: @#@"muteConflictError"@#@ @source: @#@"This call had been muted on other device. Please unmute the call before you control in this App."@#@ +// @key: @#@"holdConflictError"@#@ @source: @#@"This call had been held on other device. Please unhold the call before you control in this App."@#@ +// @key: @#@"unMuteConflictError"@#@ @source: @#@"This call had been unmuted on other device. Please mute the call before you control in this App."@#@ +// @key: @#@"unHoldConflictError"@#@ @source: @#@"This call had been unheld on other device. Please hold the call before you control in this App."@#@ +// @key: @#@"generalError"@#@ @source: @#@"Unexpected server error. Please try again later."@#@ diff --git a/packages/ringcentral-widgets/components/CallControlAlert/i18n/zh-HK.js b/packages/ringcentral-widgets/components/CallControlAlert/i18n/zh-HK.js new file mode 100644 index 0000000000..8909c90801 --- /dev/null +++ b/packages/ringcentral-widgets/components/CallControlAlert/i18n/zh-HK.js @@ -0,0 +1,24 @@ + +import callControlError from 'ringcentral-integration/modules/ActiveCallControl/callControlError'; + +const { + holdConflictError, + unHoldConflictError, + muteConflictError, + unMuteConflictError, + generalError +} = callControlError; + +export default { + [muteConflictError]: "此通話已在其他裝置上靜音。處理此應用程式前,請先取消通話的靜音。", + [holdConflictError]: "此通話已由其他裝置保留。處理此應用程式前,請先取消保留該通話。", + [unMuteConflictError]: "此通話已在其他裝置上取消靜音。處理此應用程式前,請先將該通話靜音。", + [unHoldConflictError]: "此通話已由其他裝置取消保留。處理此應用程式前,請先保留該通話。", + [generalError]: "伺服器發生意外錯誤。請稍後再試。" +}; + +// @key: @#@"muteConflictError"@#@ @source: @#@"This call had been muted on other device. Please unmute the call before you control in this App."@#@ +// @key: @#@"holdConflictError"@#@ @source: @#@"This call had been held on other device. Please unhold the call before you control in this App."@#@ +// @key: @#@"unMuteConflictError"@#@ @source: @#@"This call had been unmuted on other device. Please mute the call before you control in this App."@#@ +// @key: @#@"unHoldConflictError"@#@ @source: @#@"This call had been unheld on other device. Please hold the call before you control in this App."@#@ +// @key: @#@"generalError"@#@ @source: @#@"Unexpected server error. Please try again later."@#@ diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/de-DE.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/de-DE.js index 9c2e64f4c7..9928d0b46c 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/de-DE.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/de-DE.js @@ -1,6 +1,6 @@ export default { currentCall: "Aktueller Anruf", - viewCalls: "Anrufe anzeigen", + viewCalls: "Anzeigen", incomingCall: "{numberOf} eingehender Anruf", incomingCalls: "{numberOf} eingehende Anrufe", callOnHold: "{numberOf} Anruf wird gehalten", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-AU.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-AU.js new file mode 100644 index 0000000000..6ab57166b0 --- /dev/null +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-AU.js @@ -0,0 +1,15 @@ +export default { + currentCall: "Current Call", + viewCalls: "View Calls", + incomingCall: "{numberOf} Incoming Call", + incomingCalls: "{numberOf} Incoming Calls", + callOnHold: "{numberOf} Call On Hold", + callsOnHold: "{numberOf} Calls On Hold" +}; + +// @key: @#@"currentCall"@#@ @source: @#@"Current Call"@#@ +// @key: @#@"viewCalls"@#@ @source: @#@"View Calls"@#@ +// @key: @#@"incomingCall"@#@ @source: @#@"{numberOf} Incoming Call"@#@ +// @key: @#@"incomingCalls"@#@ @source: @#@"{numberOf} Incoming Calls"@#@ +// @key: @#@"callOnHold"@#@ @source: @#@"{numberOf} Call On Hold"@#@ +// @key: @#@"callsOnHold"@#@ @source: @#@"{numberOf} Calls On Hold"@#@ diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-CA.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-CA.js new file mode 100644 index 0000000000..6ab57166b0 --- /dev/null +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-CA.js @@ -0,0 +1,15 @@ +export default { + currentCall: "Current Call", + viewCalls: "View Calls", + incomingCall: "{numberOf} Incoming Call", + incomingCalls: "{numberOf} Incoming Calls", + callOnHold: "{numberOf} Call On Hold", + callsOnHold: "{numberOf} Calls On Hold" +}; + +// @key: @#@"currentCall"@#@ @source: @#@"Current Call"@#@ +// @key: @#@"viewCalls"@#@ @source: @#@"View Calls"@#@ +// @key: @#@"incomingCall"@#@ @source: @#@"{numberOf} Incoming Call"@#@ +// @key: @#@"incomingCalls"@#@ @source: @#@"{numberOf} Incoming Calls"@#@ +// @key: @#@"callOnHold"@#@ @source: @#@"{numberOf} Call On Hold"@#@ +// @key: @#@"callsOnHold"@#@ @source: @#@"{numberOf} Calls On Hold"@#@ diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-GB.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-GB.js index 6ab57166b0..5f4b47ee24 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-GB.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/en-GB.js @@ -1,6 +1,6 @@ export default { currentCall: "Current Call", - viewCalls: "View Calls", + viewCalls: "View", incomingCall: "{numberOf} Incoming Call", incomingCalls: "{numberOf} Incoming Calls", callOnHold: "{numberOf} Call On Hold", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/es-419.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/es-419.js index 17328f2a6f..4ffb3f6aac 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/es-419.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/es-419.js @@ -1,6 +1,6 @@ export default { currentCall: "Llamada actual", - viewCalls: "Ver llamadas", + viewCalls: "Ver", incomingCall: "{numberOf} llamada entrante", incomingCalls: "{numberOf} llamadas entrantes", callOnHold: "{numberOf} llamada en espera", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/es-ES.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/es-ES.js index 17328f2a6f..4ffb3f6aac 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/es-ES.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/es-ES.js @@ -1,6 +1,6 @@ export default { currentCall: "Llamada actual", - viewCalls: "Ver llamadas", + viewCalls: "Ver", incomingCall: "{numberOf} llamada entrante", incomingCalls: "{numberOf} llamadas entrantes", callOnHold: "{numberOf} llamada en espera", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/fr-CA.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/fr-CA.js index 8ce2b25c4d..3db58dace5 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/fr-CA.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/fr-CA.js @@ -1,6 +1,6 @@ export default { currentCall: "Appel en cours", - viewCalls: "Afficher les appels", + viewCalls: "Afficher", incomingCall: "{numberOf} appel entrant", incomingCalls: "{numberOf} appels entrants", callOnHold: "{numberOf} appel en attente", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/fr-FR.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/fr-FR.js index 5c5b26e316..2c14d632e4 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/fr-FR.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/fr-FR.js @@ -1,6 +1,6 @@ export default { currentCall: "Appel actuel", - viewCalls: "Afficher les appels", + viewCalls: "Afficher", incomingCall: "{numberOf} appel entrant", incomingCalls: "{numberOf} appels entrants", callOnHold: "{numberOf} appel en attente", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/it-IT.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/it-IT.js index 2f6edfe8c1..ec278e7e80 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/it-IT.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/it-IT.js @@ -1,6 +1,6 @@ export default { currentCall: "Chiamata corrente", - viewCalls: "Visualizza chiamate", + viewCalls: "Visualizza", incomingCall: "{numberOf} chiamata in entrata", incomingCalls: "{numberOf} chiamate in entrata", callOnHold: "{numberOf} chiamata in attesa", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/ja-JP.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/ja-JP.js index d771f2f7d5..15c7eada7e 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/ja-JP.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/ja-JP.js @@ -1,6 +1,6 @@ export default { currentCall: "現在の通話", - viewCalls: "通話を表示", + viewCalls: "表示", incomingCall: "{numberOf}件の着信", incomingCalls: "{numberOf}件の着信", callOnHold: "{numberOf}件の保留中の通話", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/pt-BR.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/pt-BR.js index df163d553d..f055bafd09 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/pt-BR.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/pt-BR.js @@ -1,6 +1,6 @@ export default { currentCall: "Chamada atual", - viewCalls: "Visualizar chamadas", + viewCalls: "Visualizar", incomingCall: "{numberOf} chamada recebida", incomingCalls: "{numberOf} chamadas recebidas", callOnHold: "{numberOf} chamada em espera", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-CN.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-CN.js index 90a5cc144e..d655230bde 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-CN.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-CN.js @@ -1,6 +1,6 @@ export default { currentCall: "当前呼叫", - viewCalls: "查看呼叫", + viewCalls: "查看", incomingCall: "{numberOf} 个呼入电话", incomingCalls: "{numberOf} 个呼入电话", callOnHold: "{numberOf} 个呼叫等候接听", diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-HK.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-HK.js new file mode 100644 index 0000000000..864b2179cd --- /dev/null +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-HK.js @@ -0,0 +1,15 @@ +export default { + currentCall: "目前通話", + viewCalls: "檢視", + incomingCall: "{numberOf} 接到來電", + incomingCalls: "{numberOf} 接到來電", + callOnHold: "{numberOf} 通電話等待接通", + callsOnHold: "{numberOf} 通電話等待接通" +}; + +// @key: @#@"currentCall"@#@ @source: @#@"Current Call"@#@ +// @key: @#@"viewCalls"@#@ @source: @#@"View Calls"@#@ +// @key: @#@"incomingCall"@#@ @source: @#@"{numberOf} Incoming Call"@#@ +// @key: @#@"incomingCalls"@#@ @source: @#@"{numberOf} Incoming Calls"@#@ +// @key: @#@"callOnHold"@#@ @source: @#@"{numberOf} Call On Hold"@#@ +// @key: @#@"callsOnHold"@#@ @source: @#@"{numberOf} Calls On Hold"@#@ diff --git a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-TW.js b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-TW.js index 3ccdf5393f..864b2179cd 100644 --- a/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-TW.js +++ b/packages/ringcentral-widgets/components/CallMonitorBar/i18n/zh-TW.js @@ -1,6 +1,6 @@ export default { currentCall: "目前通話", - viewCalls: "檢視通話", + viewCalls: "檢視", incomingCall: "{numberOf} 接到來電", incomingCalls: "{numberOf} 接到來電", callOnHold: "{numberOf} 通電話等待接通", diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/de-DE.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/de-DE.js index 9c14e12553..d9371fa998 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/de-DE.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/de-DE.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "Unsichtbar", [presenceStatus.busy]: "Belegt", [dndStatus.doNotAcceptAnyCalls]: "Nicht stören", - notActivated: "Inactive" + notActivated: "Inaktiv" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/en-AU.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/en-AU.js index 033b4d4c82..dbfd7321a5 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/en-AU.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/en-AU.js @@ -10,7 +10,8 @@ export default { [presenceStatus.available]: "Available", [presenceStatus.offline]: "Invisible", [presenceStatus.busy]: "Busy", - [dndStatus.doNotAcceptAnyCalls]: "Do not disturb" + [dndStatus.doNotAcceptAnyCalls]: "Do not disturb", + notActivated: "Inactive" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ @@ -22,3 +23,4 @@ export default { // @key: @#@"[presenceStatus.offline]"@#@ @source: @#@"Invisible"@#@ // @key: @#@"[presenceStatus.busy]"@#@ @source: @#@"Busy"@#@ // @key: @#@"[dndStatus.doNotAcceptAnyCalls]"@#@ @source: @#@"Do not Disturb"@#@ +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/en-CA.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/en-CA.js index 72f31c690d..d59096f302 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/en-CA.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/en-CA.js @@ -10,7 +10,8 @@ export default { [presenceStatus.available]: "Available", [presenceStatus.offline]: "Invisible", [presenceStatus.busy]: "Busy", - [dndStatus.doNotAcceptAnyCalls]: "Do not Disturb" + [dndStatus.doNotAcceptAnyCalls]: "Do not Disturb", + notActivated: "Inactive" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ @@ -22,3 +23,4 @@ export default { // @key: @#@"[presenceStatus.offline]"@#@ @source: @#@"Invisible"@#@ // @key: @#@"[presenceStatus.busy]"@#@ @source: @#@"Busy"@#@ // @key: @#@"[dndStatus.doNotAcceptAnyCalls]"@#@ @source: @#@"Do not Disturb"@#@ +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/es-419.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/es-419.js index 81a01623d0..b8a4b93c92 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/es-419.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/es-419.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "Invisible", [presenceStatus.busy]: "Ocupado", [dndStatus.doNotAcceptAnyCalls]: "No molestar", - notActivated: "Inactive" + notActivated: "Inactivo" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/es-ES.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/es-ES.js index 81a01623d0..b8a4b93c92 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/es-ES.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/es-ES.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "Invisible", [presenceStatus.busy]: "Ocupado", [dndStatus.doNotAcceptAnyCalls]: "No molestar", - notActivated: "Inactive" + notActivated: "Inactivo" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/fr-CA.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/fr-CA.js index bcea964828..7785c3fd9c 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/fr-CA.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/fr-CA.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "Invisible", [presenceStatus.busy]: "Occupé", [dndStatus.doNotAcceptAnyCalls]: "Ne pas déranger", - notActivated: "Inactive" + notActivated: "Inactif" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/fr-FR.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/fr-FR.js index 0a5af62d2e..ab373e1e52 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/fr-FR.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/fr-FR.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "Invisible", [presenceStatus.busy]: "Occupé(e)", [dndStatus.doNotAcceptAnyCalls]: "Ne pas déranger", - notActivated: "Inactive" + notActivated: "Inactif" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/it-IT.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/it-IT.js index b46ba9fefe..168aee1e2c 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/it-IT.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/it-IT.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "Invisibile", [presenceStatus.busy]: "Occupato", [dndStatus.doNotAcceptAnyCalls]: "Non disturbare", - notActivated: "Inactive" + notActivated: "Inattivo" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/ja-JP.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/ja-JP.js index 7783b83322..f59e5b81b5 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/ja-JP.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/ja-JP.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "非表示", [presenceStatus.busy]: "取り込み中", [dndStatus.doNotAcceptAnyCalls]: "応答不可", - notActivated: "Inactive" + notActivated: "非アクティブ" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/pt-BR.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/pt-BR.js index 137cccc582..9522c3ce96 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/pt-BR.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/pt-BR.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "Invisível", [presenceStatus.busy]: "Ocupado", [dndStatus.doNotAcceptAnyCalls]: "Não perturbe", - notActivated: "Inactive" + notActivated: "Inativo" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-CN.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-CN.js index 0ae2f75734..5494f26bf4 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-CN.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-CN.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "隐身", [presenceStatus.busy]: "忙碌", [dndStatus.doNotAcceptAnyCalls]: "勿扰", - notActivated: "Inactive" + notActivated: "停用" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-HK.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-HK.js index 0f9007b882..516ad8e9a4 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-HK.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-HK.js @@ -10,7 +10,8 @@ export default { [presenceStatus.available]: "可用", [presenceStatus.offline]: "隱形", [presenceStatus.busy]: "忙碌", - [dndStatus.doNotAcceptAnyCalls]: "勿打擾" + [dndStatus.doNotAcceptAnyCalls]: "勿打擾", + notActivated: "非使用中" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ @@ -22,3 +23,4 @@ export default { // @key: @#@"[presenceStatus.offline]"@#@ @source: @#@"Invisible"@#@ // @key: @#@"[presenceStatus.busy]"@#@ @source: @#@"Busy"@#@ // @key: @#@"[dndStatus.doNotAcceptAnyCalls]"@#@ @source: @#@"Do not Disturb"@#@ +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-TW.js b/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-TW.js index 0e2b62cce2..516ad8e9a4 100644 --- a/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-TW.js +++ b/packages/ringcentral-widgets/components/ContactDetails/i18n/zh-TW.js @@ -11,7 +11,7 @@ export default { [presenceStatus.offline]: "隱形", [presenceStatus.busy]: "忙碌", [dndStatus.doNotAcceptAnyCalls]: "勿打擾", - notActivated: "Inactive" + notActivated: "非使用中" }; // @key: @#@"extensionLabel"@#@ @source: @#@"Ext."@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/de-DE.js b/packages/ringcentral-widgets/components/ContactItem/i18n/de-DE.js new file mode 100644 index 0000000000..727a7fa16e --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/de-DE.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inaktiv" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/en-AU.js b/packages/ringcentral-widgets/components/ContactItem/i18n/en-AU.js new file mode 100644 index 0000000000..2b5b9ddd70 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/en-AU.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inactive" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/en-CA.js b/packages/ringcentral-widgets/components/ContactItem/i18n/en-CA.js new file mode 100644 index 0000000000..2b5b9ddd70 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/en-CA.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inactive" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/en-GB.js b/packages/ringcentral-widgets/components/ContactItem/i18n/en-GB.js new file mode 100644 index 0000000000..2b5b9ddd70 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/en-GB.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inactive" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/es-419.js b/packages/ringcentral-widgets/components/ContactItem/i18n/es-419.js new file mode 100644 index 0000000000..923bf0b4dc --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/es-419.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inactivo" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/es-ES.js b/packages/ringcentral-widgets/components/ContactItem/i18n/es-ES.js new file mode 100644 index 0000000000..923bf0b4dc --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/es-ES.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inactivo" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/fr-CA.js b/packages/ringcentral-widgets/components/ContactItem/i18n/fr-CA.js new file mode 100644 index 0000000000..94e35b5224 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/fr-CA.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inactif" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/fr-FR.js b/packages/ringcentral-widgets/components/ContactItem/i18n/fr-FR.js new file mode 100644 index 0000000000..94e35b5224 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/fr-FR.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inactif" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/it-IT.js b/packages/ringcentral-widgets/components/ContactItem/i18n/it-IT.js new file mode 100644 index 0000000000..f74ce63364 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/it-IT.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inattivo" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/ja-JP.js b/packages/ringcentral-widgets/components/ContactItem/i18n/ja-JP.js new file mode 100644 index 0000000000..bcf382f18f --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/ja-JP.js @@ -0,0 +1,5 @@ +export default { + notActivated: "非アクティブ" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/pt-BR.js b/packages/ringcentral-widgets/components/ContactItem/i18n/pt-BR.js new file mode 100644 index 0000000000..9916032328 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/pt-BR.js @@ -0,0 +1,5 @@ +export default { + notActivated: "Inativo" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/zh-CN.js b/packages/ringcentral-widgets/components/ContactItem/i18n/zh-CN.js new file mode 100644 index 0000000000..6f134c4c6e --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/zh-CN.js @@ -0,0 +1,5 @@ +export default { + notActivated: "停用" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/zh-HK.js b/packages/ringcentral-widgets/components/ContactItem/i18n/zh-HK.js new file mode 100644 index 0000000000..e9e32a1728 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/zh-HK.js @@ -0,0 +1,5 @@ +export default { + notActivated: "非使用中" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ContactItem/i18n/zh-TW.js b/packages/ringcentral-widgets/components/ContactItem/i18n/zh-TW.js new file mode 100644 index 0000000000..e9e32a1728 --- /dev/null +++ b/packages/ringcentral-widgets/components/ContactItem/i18n/zh-TW.js @@ -0,0 +1,5 @@ +export default { + notActivated: "非使用中" +}; + +// @key: @#@"notActivated"@#@ @source: @#@"Inactive"@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/de-DE.js b/packages/ringcentral-widgets/components/ConversationList/i18n/de-DE.js new file mode 100644 index 0000000000..0f829290aa --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/de-DE.js @@ -0,0 +1,5 @@ +export default { + loading: "Ladevorgang läuft…" +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/en-AU.js b/packages/ringcentral-widgets/components/ConversationList/i18n/en-AU.js new file mode 100644 index 0000000000..18c25f353b --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/en-AU.js @@ -0,0 +1,5 @@ +export default { + loading: "Loading ..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/en-CA.js b/packages/ringcentral-widgets/components/ConversationList/i18n/en-CA.js new file mode 100644 index 0000000000..18c25f353b --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/en-CA.js @@ -0,0 +1,5 @@ +export default { + loading: "Loading ..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/en-GB.js b/packages/ringcentral-widgets/components/ConversationList/i18n/en-GB.js new file mode 100644 index 0000000000..423b2384bf --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/en-GB.js @@ -0,0 +1,5 @@ +export default { + loading: "Loading..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/es-419.js b/packages/ringcentral-widgets/components/ConversationList/i18n/es-419.js new file mode 100644 index 0000000000..fdbee395d8 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/es-419.js @@ -0,0 +1,5 @@ +export default { + loading: "Cargando..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/es-ES.js b/packages/ringcentral-widgets/components/ConversationList/i18n/es-ES.js new file mode 100644 index 0000000000..fdbee395d8 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/es-ES.js @@ -0,0 +1,5 @@ +export default { + loading: "Cargando..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/fr-CA.js b/packages/ringcentral-widgets/components/ConversationList/i18n/fr-CA.js new file mode 100644 index 0000000000..9eb48d5af5 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/fr-CA.js @@ -0,0 +1,5 @@ +export default { + loading: "Chargement en cours…" +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/fr-FR.js b/packages/ringcentral-widgets/components/ConversationList/i18n/fr-FR.js new file mode 100644 index 0000000000..118026a19a --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/fr-FR.js @@ -0,0 +1,5 @@ +export default { + loading: "Chargement..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/it-IT.js b/packages/ringcentral-widgets/components/ConversationList/i18n/it-IT.js new file mode 100644 index 0000000000..7b15752e75 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/it-IT.js @@ -0,0 +1,5 @@ +export default { + loading: "Caricamento..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/ja-JP.js b/packages/ringcentral-widgets/components/ConversationList/i18n/ja-JP.js new file mode 100644 index 0000000000..54cac0b69f --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/ja-JP.js @@ -0,0 +1,5 @@ +export default { + loading: "読み込み中..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/pt-BR.js b/packages/ringcentral-widgets/components/ConversationList/i18n/pt-BR.js new file mode 100644 index 0000000000..16c892bb46 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/pt-BR.js @@ -0,0 +1,5 @@ +export default { + loading: "Carregando..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/zh-CN.js b/packages/ringcentral-widgets/components/ConversationList/i18n/zh-CN.js new file mode 100644 index 0000000000..88e41a59e2 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/zh-CN.js @@ -0,0 +1,5 @@ +export default { + loading: "正在加载..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/zh-HK.js b/packages/ringcentral-widgets/components/ConversationList/i18n/zh-HK.js new file mode 100644 index 0000000000..3014bd9ff4 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/zh-HK.js @@ -0,0 +1,5 @@ +export default { + loading: "正在載入..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationList/i18n/zh-TW.js b/packages/ringcentral-widgets/components/ConversationList/i18n/zh-TW.js new file mode 100644 index 0000000000..3014bd9ff4 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationList/i18n/zh-TW.js @@ -0,0 +1,5 @@ +export default { + loading: "正在載入..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/de-DE.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/de-DE.js new file mode 100644 index 0000000000..0f829290aa --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/de-DE.js @@ -0,0 +1,5 @@ +export default { + loading: "Ladevorgang läuft…" +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-AU.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-AU.js new file mode 100644 index 0000000000..18c25f353b --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-AU.js @@ -0,0 +1,5 @@ +export default { + loading: "Loading ..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-CA.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-CA.js new file mode 100644 index 0000000000..18c25f353b --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-CA.js @@ -0,0 +1,5 @@ +export default { + loading: "Loading ..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-GB.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-GB.js new file mode 100644 index 0000000000..423b2384bf --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/en-GB.js @@ -0,0 +1,5 @@ +export default { + loading: "Loading..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-419.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-419.js new file mode 100644 index 0000000000..fdbee395d8 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-419.js @@ -0,0 +1,5 @@ +export default { + loading: "Cargando..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-ES.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-ES.js new file mode 100644 index 0000000000..fdbee395d8 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/es-ES.js @@ -0,0 +1,5 @@ +export default { + loading: "Cargando..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-CA.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-CA.js new file mode 100644 index 0000000000..9eb48d5af5 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-CA.js @@ -0,0 +1,5 @@ +export default { + loading: "Chargement en cours…" +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-FR.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-FR.js new file mode 100644 index 0000000000..118026a19a --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/fr-FR.js @@ -0,0 +1,5 @@ +export default { + loading: "Chargement..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/it-IT.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/it-IT.js new file mode 100644 index 0000000000..7b15752e75 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/it-IT.js @@ -0,0 +1,5 @@ +export default { + loading: "Caricamento..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/ja-JP.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/ja-JP.js new file mode 100644 index 0000000000..54cac0b69f --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/ja-JP.js @@ -0,0 +1,5 @@ +export default { + loading: "読み込み中..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/pt-BR.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/pt-BR.js new file mode 100644 index 0000000000..16c892bb46 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/pt-BR.js @@ -0,0 +1,5 @@ +export default { + loading: "Carregando..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-CN.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-CN.js new file mode 100644 index 0000000000..88e41a59e2 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-CN.js @@ -0,0 +1,5 @@ +export default { + loading: "正在加载..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-HK.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-HK.js new file mode 100644 index 0000000000..3014bd9ff4 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-HK.js @@ -0,0 +1,5 @@ +export default { + loading: "正在載入..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-TW.js b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-TW.js new file mode 100644 index 0000000000..3014bd9ff4 --- /dev/null +++ b/packages/ringcentral-widgets/components/ConversationMessageList/i18n/zh-TW.js @@ -0,0 +1,5 @@ +export default { + loading: "正在載入..." +}; + +// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@ diff --git a/packages/ringcentral-widgets/components/EntityModal/i18n/en-AU.js b/packages/ringcentral-widgets/components/EntityModal/i18n/en-AU.js index 607aba7af3..cf3a16bf3e 100644 --- a/packages/ringcentral-widgets/components/EntityModal/i18n/en-AU.js +++ b/packages/ringcentral-widgets/components/EntityModal/i18n/en-AU.js @@ -2,7 +2,7 @@ export default { account: "Account", contact: "Contact", lead: "Lead", - + opportunity: "Opportunity", chooseEntity: "Please select entity type", create: "Create" }; @@ -10,5 +10,6 @@ export default { // @key: @#@"account"@#@ @source: @#@"Account"@#@ // @key: @#@"contact"@#@ @source: @#@"Contact"@#@ // @key: @#@"lead"@#@ @source: @#@"Lead"@#@ +// @key: @#@"opportunity"@#@ @source: @#@"Opportunity"@#@ // @key: @#@"chooseEntity"@#@ @source: @#@"Please select entity type"@#@ // @key: @#@"create"@#@ @source: @#@"Create"@#@ diff --git a/packages/ringcentral-widgets/components/EntityModal/i18n/en-CA.js b/packages/ringcentral-widgets/components/EntityModal/i18n/en-CA.js index 607aba7af3..cf3a16bf3e 100644 --- a/packages/ringcentral-widgets/components/EntityModal/i18n/en-CA.js +++ b/packages/ringcentral-widgets/components/EntityModal/i18n/en-CA.js @@ -2,7 +2,7 @@ export default { account: "Account", contact: "Contact", lead: "Lead", - + opportunity: "Opportunity", chooseEntity: "Please select entity type", create: "Create" }; @@ -10,5 +10,6 @@ export default { // @key: @#@"account"@#@ @source: @#@"Account"@#@ // @key: @#@"contact"@#@ @source: @#@"Contact"@#@ // @key: @#@"lead"@#@ @source: @#@"Lead"@#@ +// @key: @#@"opportunity"@#@ @source: @#@"Opportunity"@#@ // @key: @#@"chooseEntity"@#@ @source: @#@"Please select entity type"@#@ // @key: @#@"create"@#@ @source: @#@"Create"@#@ diff --git a/packages/ringcentral-widgets/components/EntityModal/i18n/zh-HK.js b/packages/ringcentral-widgets/components/EntityModal/i18n/zh-HK.js index 1a07e83134..40e69349d7 100644 --- a/packages/ringcentral-widgets/components/EntityModal/i18n/zh-HK.js +++ b/packages/ringcentral-widgets/components/EntityModal/i18n/zh-HK.js @@ -2,7 +2,7 @@ export default { account: "帳戶", contact: "通訊錄", lead: "主管", - + opportunity: "Opportunity", chooseEntity: "請選擇組織類型", create: "建立" }; @@ -10,5 +10,6 @@ export default { // @key: @#@"account"@#@ @source: @#@"Account"@#@ // @key: @#@"contact"@#@ @source: @#@"Contact"@#@ // @key: @#@"lead"@#@ @source: @#@"Lead"@#@ +// @key: @#@"opportunity"@#@ @source: @#@"Opportunity"@#@ // @key: @#@"chooseEntity"@#@ @source: @#@"Please select entity type"@#@ // @key: @#@"create"@#@ @source: @#@"Create"@#@ diff --git a/packages/ringcentral-widgets/components/LoginPanel/i18n/en-AU.js b/packages/ringcentral-widgets/components/LoginPanel/i18n/en-AU.js index cd7a0258a9..4c83da9e80 100644 --- a/packages/ringcentral-widgets/components/LoginPanel/i18n/en-AU.js +++ b/packages/ringcentral-widgets/components/LoginPanel/i18n/en-AU.js @@ -1,8 +1,9 @@ export default { loginButton: "Sign In", - + signupButton: "New user? Sign Up", version: "Version" }; // @key: @#@"loginButton"@#@ @source: @#@"Sign In"@#@ +// @key: @#@"signupButton"@#@ @source: @#@"New user? Sign Up"@#@ // @key: @#@"version"@#@ @source: @#@"Version"@#@ diff --git a/packages/ringcentral-widgets/components/LoginPanel/i18n/en-CA.js b/packages/ringcentral-widgets/components/LoginPanel/i18n/en-CA.js index cd7a0258a9..4c83da9e80 100644 --- a/packages/ringcentral-widgets/components/LoginPanel/i18n/en-CA.js +++ b/packages/ringcentral-widgets/components/LoginPanel/i18n/en-CA.js @@ -1,8 +1,9 @@ export default { loginButton: "Sign In", - + signupButton: "New user? Sign Up", version: "Version" }; // @key: @#@"loginButton"@#@ @source: @#@"Sign In"@#@ +// @key: @#@"signupButton"@#@ @source: @#@"New user? Sign Up"@#@ // @key: @#@"version"@#@ @source: @#@"Version"@#@ diff --git a/packages/ringcentral-widgets/components/LoginPanel/i18n/zh-HK.js b/packages/ringcentral-widgets/components/LoginPanel/i18n/zh-HK.js index 1ef7bfafdc..695f25a3a6 100644 --- a/packages/ringcentral-widgets/components/LoginPanel/i18n/zh-HK.js +++ b/packages/ringcentral-widgets/components/LoginPanel/i18n/zh-HK.js @@ -1,8 +1,9 @@ export default { loginButton: "登入", - + signupButton: "新使用者?請先註冊", version: "版本" }; // @key: @#@"loginButton"@#@ @source: @#@"Sign In"@#@ +// @key: @#@"signupButton"@#@ @source: @#@"New user? Sign Up"@#@ // @key: @#@"version"@#@ @source: @#@"Version"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/de-DE.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/de-DE.js new file mode 100644 index 0000000000..e08d947fbd --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/de-DE.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Nur in {appName} Apps anzeigen", + textAll: "Auf allen Websites außer meiner Blacklist anzeigen", + textUser: "Auf den von mir angegebenen Websites anzeigen", + title: "Wählen Sie aus, wo der {brandName}-Schnellzugriff angezeigt werden soll: ", + descriptionAll: "Navigieren Sie zu {optionsLink}, um Ihre Blacklist zu definieren.", + descriptionUser: "Navigieren Sie zu {optionsLink}, um Ihre spezifischen Websites zu definieren.", + extensionOptions: "Erweiterungsoptionen", + Confirm: "Bestätigen", + Cancel: "Abbrechen" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-AU.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-AU.js new file mode 100644 index 0000000000..e4981d8628 --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-AU.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Only show in {appName} apps", + textAll: "Show on all websites except my blacklist", + textUser: "Show on the websites I specify", + title: "Choose where {brandName} Quick Access appears: ", + descriptionAll: "Go to {optionsLink} to define your blacklist.", + descriptionUser: "Go to {optionsLink} to define your specific websites.", + extensionOptions: "Extension Options", + Confirm: "Confirm", + Cancel: "Cancel" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-CA.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-CA.js new file mode 100644 index 0000000000..e4981d8628 --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-CA.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Only show in {appName} apps", + textAll: "Show on all websites except my blacklist", + textUser: "Show on the websites I specify", + title: "Choose where {brandName} Quick Access appears: ", + descriptionAll: "Go to {optionsLink} to define your blacklist.", + descriptionUser: "Go to {optionsLink} to define your specific websites.", + extensionOptions: "Extension Options", + Confirm: "Confirm", + Cancel: "Cancel" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-GB.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-GB.js new file mode 100644 index 0000000000..e4981d8628 --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/en-GB.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Only show in {appName} apps", + textAll: "Show on all websites except my blacklist", + textUser: "Show on the websites I specify", + title: "Choose where {brandName} Quick Access appears: ", + descriptionAll: "Go to {optionsLink} to define your blacklist.", + descriptionUser: "Go to {optionsLink} to define your specific websites.", + extensionOptions: "Extension Options", + Confirm: "Confirm", + Cancel: "Cancel" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-419.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-419.js new file mode 100644 index 0000000000..d6a3d2f60b --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-419.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Mostrar solo en las aplicaciones {appName}", + textAll: "Mostrar en todos los sitios web excepto en los que aparecen en mi lista negra", + textUser: "Mostrar en los sitios web que yo indique", + title: "Seleccionar dónde aparecerá el acceso directo a {brandName}: ", + descriptionAll: "Vaya a {optionsLink} para crear su lista negra.", + descriptionUser: "Vaya a {optionsLink} para indicar los sitios web.", + extensionOptions: "Opciones de extensión", + Confirm: "Confirmar", + Cancel: "Cancelar" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-ES.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-ES.js new file mode 100644 index 0000000000..d6a3d2f60b --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/es-ES.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Mostrar solo en las aplicaciones {appName}", + textAll: "Mostrar en todos los sitios web excepto en los que aparecen en mi lista negra", + textUser: "Mostrar en los sitios web que yo indique", + title: "Seleccionar dónde aparecerá el acceso directo a {brandName}: ", + descriptionAll: "Vaya a {optionsLink} para crear su lista negra.", + descriptionUser: "Vaya a {optionsLink} para indicar los sitios web.", + extensionOptions: "Opciones de extensión", + Confirm: "Confirmar", + Cancel: "Cancelar" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-CA.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-CA.js new file mode 100644 index 0000000000..cf91158fe4 --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-CA.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Afficher seulement dans les applications {appName}", + textAll: "Afficher sur tous les sites Web sauf ceux sur ma liste noire", + textUser: "Afficher sur les sites Web que j'ai spécifiés", + title: "Choisir où l'accès rapide {brandName} apparaît : ", + descriptionAll: "Allez à {optionsLink} pour configurer votre liste noire.", + descriptionUser: "Allez à {optionsLink} pour configurer vos sites Web spécifiques.", + extensionOptions: "Options de poste", + Confirm: "Confirmer", + Cancel: "Annuler" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-FR.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-FR.js new file mode 100644 index 0000000000..86a1029d8b --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/fr-FR.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Afficher uniquement dans les applications {appName}", + textAll: "Afficher sur tous les sites Web sauf ceux sur ma liste noire", + textUser: "Afficher sur les sites Web que j'ai spécifiés", + title: "Choisissez l'emplacement où l'accès rapide {brandName} apparaît : ", + descriptionAll: "Allez à {optionsLink} pour définir votre liste noire.", + descriptionUser: "Allez à {optionsLink} pour définir vos sites Web spécifiques.", + extensionOptions: "Options d'extension", + Confirm: "Confirmer", + Cancel: "Annuler" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/it-IT.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/it-IT.js new file mode 100644 index 0000000000..268a4628db --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/it-IT.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Mostra solo nelle app {appName}", + textAll: "Mostra in tutti i siti web tranne quelli in lista nera", + textUser: "Mostra nei siti web specificati da me", + title: "Scegli dove deve apparire Accesso rapido {brandName}: ", + descriptionAll: "Vai a {optionsLink} per definire la lista nera.", + descriptionUser: "Vai a {optionsLink} per definire i siti web specifici.", + extensionOptions: "Opzioni interno", + Confirm: "Conferma", + Cancel: "Annulla" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/ja-JP.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/ja-JP.js new file mode 100644 index 0000000000..aacb6c9d39 --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/ja-JP.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "{appName} アプリにのみ表示", + textAll: "マイブラックリスト以外のすべてのウェブサイトで表示", + textUser: "指定するウェブサイトで表示", + title: "{brandName} Quick Access が表示される場所を選択: ", + descriptionAll: "あなたのブラックリストを定義する {optionsLink} に移動します。", + descriptionUser: "特定のウェブサイトを定義する{optionsLink} に移動します。", + extensionOptions: "拡張オプション", + Confirm: "確認", + Cancel: "キャンセル" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/pt-BR.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/pt-BR.js new file mode 100644 index 0000000000..380011be2e --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/pt-BR.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "Mostrar apenas em aplicativos {appName}", + textAll: "Mostrar em todos os sites, exceto os na minha lista negra", + textUser: "Mostrar nos sites que eu especificar", + title: "Escolha onde o Acesso rápido de {brandName} será exibido: ", + descriptionAll: "Vá para {optionsLink} para definir sua lista negra.", + descriptionUser: "Vá para {optionsLink} para definir seus sites específicos.", + extensionOptions: "Opções de ramal", + Confirm: "Confirmar", + Cancel: "Cancelar" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-CN.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-CN.js new file mode 100644 index 0000000000..72c4f1f166 --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-CN.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "只显示在 {appName} 应用中", + textAll: "显示在除了黑名单之外的所有网站上", + textUser: "显示在我指定的网站上", + title: "选择显示 {brandName} Quick Access 的位置:", + descriptionAll: "转至 {optionsLink} 以定义黑名单。", + descriptionUser: "转至 {optionsLink} 以定义指定网站。", + extensionOptions: "分机选项", + Confirm: "确认", + Cancel: "取消" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-HK.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-HK.js new file mode 100644 index 0000000000..b2bf8ea05a --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-HK.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "僅在應用程式{appName}中顯示", + textAll: "在除我黑名單之外的全部網站上顯示", + textUser: "在我指定的網站上顯示", + title: "選取 {brandName} Quick Access 顯示的位置:", + descriptionAll: "前往 {optionsLink} 定義您的黑名單。", + descriptionUser: "前往 {optionsLink} 定義您指定的網站。", + extensionOptions: "擴展選項", + Confirm: "確認", + Cancel: "取消" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-TW.js b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-TW.js new file mode 100644 index 0000000000..b2bf8ea05a --- /dev/null +++ b/packages/ringcentral-widgets/components/QuickAccessPanel/i18n/zh-TW.js @@ -0,0 +1,21 @@ +export default { + textGoogle: "僅在應用程式{appName}中顯示", + textAll: "在除我黑名單之外的全部網站上顯示", + textUser: "在我指定的網站上顯示", + title: "選取 {brandName} Quick Access 顯示的位置:", + descriptionAll: "前往 {optionsLink} 定義您的黑名單。", + descriptionUser: "前往 {optionsLink} 定義您指定的網站。", + extensionOptions: "擴展選項", + Confirm: "確認", + Cancel: "取消" +}; + +// @key: @#@"textGoogle"@#@ @source: @#@"Only show in {appName} apps"@#@ +// @key: @#@"textAll"@#@ @source: @#@"Show on all websites except my blacklist"@#@ +// @key: @#@"textUser"@#@ @source: @#@"Show on the websites I specify"@#@ +// @key: @#@"title"@#@ @source: @#@"Choose where {brandName} Quick Access appears: "@#@ +// @key: @#@"descriptionAll"@#@ @source: @#@"Go to {optionsLink} to define your blacklist."@#@ +// @key: @#@"descriptionUser"@#@ @source: @#@"Go to {optionsLink} to define your specific websites."@#@ +// @key: @#@"extensionOptions"@#@ @source: @#@"Extension Options"@#@ +// @key: @#@"Confirm"@#@ @source: @#@"Confirm"@#@ +// @key: @#@"Cancel"@#@ @source: @#@"Cancel"@#@ diff --git a/packages/ringcentral-widgets/components/SettingsPanel/i18n/en-AU.js b/packages/ringcentral-widgets/components/SettingsPanel/i18n/en-AU.js index d77bc403a5..9404716abb 100644 --- a/packages/ringcentral-widgets/components/SettingsPanel/i18n/en-AU.js +++ b/packages/ringcentral-widgets/components/SettingsPanel/i18n/en-AU.js @@ -15,7 +15,8 @@ export default { audio: "Audio", language: "Language", feedback: "Feedback", - userGuide: "What's New" + userGuide: "What's New", + quickAccess: "Quick Access Setting" }; // @key: @#@"region"@#@ @source: @#@"Region"@#@ @@ -35,3 +36,4 @@ export default { // @key: @#@"language"@#@ @source: @#@"Language"@#@ // @key: @#@"feedback"@#@ @source: @#@"Feedback"@#@ // @key: @#@"userGuide"@#@ @source: @#@"What's New"@#@ +// @key: @#@"quickAccess"@#@ @source: @#@"Quick Access Setting"@#@ diff --git a/packages/ringcentral-widgets/components/SettingsPanel/i18n/en-CA.js b/packages/ringcentral-widgets/components/SettingsPanel/i18n/en-CA.js index ff75619f8c..98a3478828 100644 --- a/packages/ringcentral-widgets/components/SettingsPanel/i18n/en-CA.js +++ b/packages/ringcentral-widgets/components/SettingsPanel/i18n/en-CA.js @@ -15,7 +15,8 @@ export default { audio: "Audio", language: "Language", feedback: "Feedback", - userGuide: "What's New" + userGuide: "What's New", + quickAccess: "Quick Access Setting" }; // @key: @#@"region"@#@ @source: @#@"Region"@#@ @@ -35,3 +36,4 @@ export default { // @key: @#@"language"@#@ @source: @#@"Language"@#@ // @key: @#@"feedback"@#@ @source: @#@"Feedback"@#@ // @key: @#@"userGuide"@#@ @source: @#@"What's New"@#@ +// @key: @#@"quickAccess"@#@ @source: @#@"Quick Access Setting"@#@ diff --git a/packages/ringcentral-widgets/components/SettingsPanel/i18n/zh-HK.js b/packages/ringcentral-widgets/components/SettingsPanel/i18n/zh-HK.js index c78ef362d0..a8d1aec870 100644 --- a/packages/ringcentral-widgets/components/SettingsPanel/i18n/zh-HK.js +++ b/packages/ringcentral-widgets/components/SettingsPanel/i18n/zh-HK.js @@ -15,7 +15,8 @@ export default { audio: "音訊", language: "語言", feedback: "意見回饋", - userGuide: "新功能" + userGuide: "新功能", + quickAccess: "快速存取設定" }; // @key: @#@"region"@#@ @source: @#@"Region"@#@ @@ -35,3 +36,4 @@ export default { // @key: @#@"language"@#@ @source: @#@"Language"@#@ // @key: @#@"feedback"@#@ @source: @#@"Feedback"@#@ // @key: @#@"userGuide"@#@ @source: @#@"What's New"@#@ +// @key: @#@"quickAccess"@#@ @source: @#@"Quick Access Setting"@#@ diff --git a/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/en-AU.js b/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/en-AU.js new file mode 100644 index 0000000000..70321e1a16 --- /dev/null +++ b/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/en-AU.js @@ -0,0 +1,9 @@ +export default { + allCalls: "All calls", + Unknown: "Unknown", + Multiple: "Multiple" +}; + +// @key: @#@"allCalls"@#@ @source: @#@"All calls"@#@ +// @key: @#@"Unknown"@#@ @source: @#@"Unknown"@#@ +// @key: @#@"Multiple"@#@ @source: @#@"Multiple"@#@ diff --git a/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/en-CA.js b/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/en-CA.js new file mode 100644 index 0000000000..70321e1a16 --- /dev/null +++ b/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/en-CA.js @@ -0,0 +1,9 @@ +export default { + allCalls: "All calls", + Unknown: "Unknown", + Multiple: "Multiple" +}; + +// @key: @#@"allCalls"@#@ @source: @#@"All calls"@#@ +// @key: @#@"Unknown"@#@ @source: @#@"Unknown"@#@ +// @key: @#@"Multiple"@#@ @source: @#@"Multiple"@#@ diff --git a/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/zh-HK.js b/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/zh-HK.js new file mode 100644 index 0000000000..0e78569fff --- /dev/null +++ b/packages/ringcentral-widgets/containers/SimpleActiveCallCtrlPage/i18n/zh-HK.js @@ -0,0 +1,9 @@ +export default { + allCalls: "所有通話", + Unknown: "未知", + Multiple: "多個" +}; + +// @key: @#@"allCalls"@#@ @source: @#@"All calls"@#@ +// @key: @#@"Unknown"@#@ @source: @#@"Unknown"@#@ +// @key: @#@"Multiple"@#@ @source: @#@"Multiple"@#@