forked from linagora/esn-frontend-inbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
… the translations related to composer to esn.inbox.libs (linagora#49)
- Loading branch information
Huy Ta Quoc
authored
Aug 11, 2020
1 parent
7012b96
commit fccd9bc
Showing
12 changed files
with
88 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
'use strict'; | ||
|
||
angular.module('esn.inbox.libs') | ||
.config(registerI18N); | ||
|
||
function registerI18N($translateProvider) { | ||
$translateProvider.translations('en', require('../i18n/en.json')); | ||
$translateProvider.translations('fr', require('../i18n/fr.json')); | ||
$translateProvider.translations('ru', require('../i18n/ru.json')); | ||
$translateProvider.translations('vi', require('../i18n/vi.json')); | ||
$translateProvider.translations('zh', require('../i18n/zh.json')); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Bcc": "Bcc", | ||
"Cc": "Cc", | ||
"Message sent": "Message sent", | ||
"My identity": "My identity", | ||
"Name or email address": "Name or email address", | ||
"New message": "New message", | ||
"Reopen the composer": "Reopen the composer", | ||
"Request a read receipt": "Request a read receipt", | ||
"You have been disconnected. Please check if the message was sent before retrying": "You have been disconnected. Please check if the message was sent before retrying", | ||
"Your device has lost Internet connection. Try later!": "Your device has lost Internet connection. Try later!", | ||
"Your email should have at least one recipient": "Your email should have at least one recipient", | ||
"Your message cannot be sent": "Your message cannot be sent", | ||
"Your message is being sent...": "Your message is being sent..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Bcc": "Cci", | ||
"Cc": "Cc", | ||
"Message sent": "Message envoyé", | ||
"My identity": "Mon identité", | ||
"Name or email address": "Nom ou adresse email", | ||
"New message": "Nouveau message", | ||
"Reopen the composer": "Réouvrir le compositeur", | ||
"Request a read receipt": "Demander une confirmation de lecture", | ||
"You have been disconnected. Please check if the message was sent before retrying": "Vous avez été déconnecté. Vérifiez si le message a été envoyé avant de réessayer", | ||
"Your device has lost Internet connection. Try later!": "La connexion a été coupée. Veuillez réessayer plus tard!", | ||
"Your email should have at least one recipient": "Votre courrier électronique devrait avoir au moins un destinataire", | ||
"Your message cannot be sent": "Votre message ne peut pas être envoyé", | ||
"Your message is being sent...": "Votre message est envoyé..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Bcc": "Bcc", | ||
"Cc": "Cc", | ||
"Message sent": "Сообщение отправлено", | ||
"My identity": "Моя личность", | ||
"Name or email address": "Имя или адрес электронной почты", | ||
"New message": "Новое сообщение", | ||
"Reopen the composer": "Открыть еще раз компоновщик", | ||
"Request a read receipt": "Запросить подтверждение прочтения", | ||
"You have been disconnected. Please check if the message was sent before retrying": "Вы были отключены. Перед повторной попыткой проверьте, было ли отправлено сообщение.", | ||
"Your device has lost Internet connection. Try later!": "Ваше устройство потеряло подключение к Интернету. Попробуйте позже!", | ||
"Your email should have at least one recipient": "В вашем письме должен быть хотя бы один получатель", | ||
"Your message cannot be sent": "Ваше сообщение не может быть отправлено", | ||
"Your message is being sent...": "Ваше сообщение отправляется..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Bcc": "Bcc", | ||
"Cc": "Cc", | ||
"Message sent": "Thư đã được gửi", | ||
"My identity": "Định danh của tôi", | ||
"Name or email address": "Tên hoặc địa chỉ email", | ||
"New message": "Thư mới", | ||
"Reopen the composer": "Mở lại trình soạn", | ||
"Request a read receipt": "Yêu cầu trạng thái đọc của thư", | ||
"You have been disconnected. Please check if the message was sent before retrying": "Mất kết nối. Kiểm tra trạng thái gửi của thư trước khi thử lại", | ||
"Your device has lost Internet connection. Try later!": "Thiết bị của bạn đã mất kết nôi. Vui lòng thử lại sau!", | ||
"Your email should have at least one recipient": "Email phải chứa ít nhất 1 người nhận", | ||
"Your message cannot be sent": "Không gửi được thư", | ||
"Your message is being sent...": "Thư đang được gửi..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Bcc": "密送", | ||
"Cc": "抄送", | ||
"Message sent": "消息已发送", | ||
"My identity": "我的身份", | ||
"Name or email address": "名字或邮箱地址", | ||
"New message": "新消息", | ||
"Reopen the composer": "重新打开编辑", | ||
"Request a read receipt": "要求已读回执", | ||
"You have been disconnected. Please check if the message was sent before retrying": "连接断开。请检查消息是否已发送,然后重试", | ||
"Your device has lost Internet connection. Try later!": "您的设置断开了连接。请稍后重试!", | ||
"Your email should have at least one recipient": "您的邮件需要至少一个收件人", | ||
"Your message cannot be sent": "您的消息无法被发送", | ||
"Your message is being sent...": "您的消息发送中…" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.