diff --git a/src/linagora.esn.unifiedinbox/i18n/en.json b/src/linagora.esn.unifiedinbox/i18n/en.json index c962a1c5..755acd40 100644 --- a/src/linagora.esn.unifiedinbox/i18n/en.json +++ b/src/linagora.esn.unifiedinbox/i18n/en.json @@ -1,7 +1,7 @@ { "\"%s\"": "\"%s\"", "%s items": "%s items", - "%s selected": "%s selected", + "%s selected": "{{ items.length }} selected", "(No subject)": "(No subject)", "1 item": "1 item", "A read receipt has been requested.": "A read receipt has been requested.", @@ -261,8 +261,8 @@ "Your message cannot be sent": "Your message cannot be sent", "Your message is being sent...": "Your message is being sent...", "Your vacation responder is enabled.": "Your vacation responder is enabled.", - "Your vacation responder stopped on %s": "Your vacation responder stopped on %s", - "Your vacation responder will be activated on %s": "Your vacation responder will be activated on %s", + "Your vacation responder stopped on %s": "Your vacation responder stopped on {{ end }}", + "Your vacation responder will be activated on %s": "Your vacation responder will be activated on {{ start }}", "Drag files here": "Drag files here", "Drop files here": "Drop files here", "Activate JMAP protocol": "Activate JMAP protocol", diff --git a/src/linagora.esn.unifiedinbox/i18n/fr.json b/src/linagora.esn.unifiedinbox/i18n/fr.json index 865058c4..c3a93c80 100644 --- a/src/linagora.esn.unifiedinbox/i18n/fr.json +++ b/src/linagora.esn.unifiedinbox/i18n/fr.json @@ -1,7 +1,7 @@ { "\"%s\"": "« %s »", "%s items": "%s éléments", - "%s selected": "%s sélectionnés", + "%s selected": "{{ items.length }} sélectionnés", "(No subject)": "(Aucun objet)", "1 item": "1 élément", "A read receipt has been requested.": "Une confirmation de lecture a été demandée.", @@ -261,8 +261,8 @@ "Your message cannot be sent": "Votre message ne peut pas être envoyé", "Your message is being sent...": "Votre message est envoyé...", "Your vacation responder is enabled.": "Votre répondeur automatique est actif.", - "Your vacation responder stopped on %s": "Votre message d'absence est désactivé depuis le %s", - "Your vacation responder will be activated on %s": "Votre message d'absence sera activé le %s", + "Your vacation responder stopped on %s": "Votre message d'absence est désactivé depuis le {{ end }}", + "Your vacation responder will be activated on %s": "Votre message d'absence sera activé le {{ start }}", "Drag files here": "Glissez des fichiers ici", "Drop files here": "Déposez les fichiers ici", "Activate JMAP protocol": "Activer le protocole JMAP", diff --git a/src/linagora.esn.unifiedinbox/i18n/ru.json b/src/linagora.esn.unifiedinbox/i18n/ru.json index 03f77b59..630c4527 100644 --- a/src/linagora.esn.unifiedinbox/i18n/ru.json +++ b/src/linagora.esn.unifiedinbox/i18n/ru.json @@ -1,7 +1,7 @@ { "%s": "%s", "%s items": "%s предметов", - "%s selected": "%s выбраны", + "%s selected": "{{ items.length }} выбраны", "(No subject)": "(Без темы)", "1 item": "1 предмет", "A read receipt has been requested.": "Подтверждение прочтения письма было запрошено.", @@ -261,8 +261,8 @@ "Your message cannot be sent": "Ваше сообщение не может быть отправлено", "Your message is being sent...": "Ваше сообщение отправляется ...", "Your vacation responder is enabled.": "Ваш автоответчик включен.", - "Your vacation responder stopped on %s": "Ваш автоответчик остановился на %s", - "Your vacation responder will be activated on %s": "Ваш автоответчик будет активирован на %s", + "Your vacation responder stopped on %s": "Ваш автоответчик остановился на {{ end }}", + "Your vacation responder will be activated on %s": "Ваш автоответчик будет активирован на {{ start }}", "Drag files here": "Перетащите файлы сюда", "Drop files here": "Перетащите файлы сюда", "Activate JMAP protocol": "Активировать протокол JMAP", diff --git a/src/linagora.esn.unifiedinbox/i18n/vi.json b/src/linagora.esn.unifiedinbox/i18n/vi.json index 285bb378..45fdbf7e 100644 --- a/src/linagora.esn.unifiedinbox/i18n/vi.json +++ b/src/linagora.esn.unifiedinbox/i18n/vi.json @@ -1,7 +1,7 @@ { "\"%s\"": "\"%s\"", "%s items": "%s mục", - "%s selected": "%s mục đã được chọn", + "%s selected": "{{ items.length }} mục đã được chọn", "(No subject)": "(Không có chủ đề)", "1 item": "1 mục", "A read receipt has been requested.": "Nhận được yêu cầu trạng thái đọc của thư.", @@ -261,8 +261,8 @@ "Your message cannot be sent": "Không gửi được thư", "Your message is being sent...": "Thư đang được gửi...", "Your vacation responder is enabled.": "Thư trả lời tự động trong kỳ nghỉ của bạn đã kích hoạt.", - "Your vacation responder stopped on %s": "Tin nhắn trả lời tự động trong kỳ nghỉ của bạn được kích hoạt nhưng chấm dứt vào %s", - "Your vacation responder will be activated on %s": "Tin nhắn trả lời tự động trong kỳ nghỉ của bạn được kích hoạt và sẽ bắt đầu vào %s", + "Your vacation responder stopped on %s": "Tin nhắn trả lời tự động trong kỳ nghỉ của bạn được kích hoạt nhưng chấm dứt vào {{ end }}", + "Your vacation responder will be activated on %s": "Tin nhắn trả lời tự động trong kỳ nghỉ của bạn được kích hoạt và sẽ bắt đầu vào {{ start }}", "Drag files here": "Kéo tệp tin tại đây", "Drop files here": "Thả tệp tin tại đây", "Activate JMAP protocol": "Kích hoạt giao thức JMAP", diff --git a/src/linagora.esn.unifiedinbox/i18n/zh.json b/src/linagora.esn.unifiedinbox/i18n/zh.json index ec1016fa..470c99d8 100644 --- a/src/linagora.esn.unifiedinbox/i18n/zh.json +++ b/src/linagora.esn.unifiedinbox/i18n/zh.json @@ -1,7 +1,7 @@ { "\"%s\"": "\"%s\"", "%s items": "%s项", - "%s selected": "选中%s", + "%s selected": "选中{{ items.length }}", "(No subject)": "(无标题)", "1 item": "1个项", "A read receipt has been requested.": "已申请已读回执", @@ -277,8 +277,8 @@ "Your message cannot be sent": "您的消息无法被发送", "Your message is being sent...": "您的消息发送中…", "Your vacation responder is enabled.": "您的假期自动回复已开启", - "Your vacation responder stopped on %s": "您的假期自动回复将会在%s停止", - "Your vacation responder will be activated on %s": "您的假期自动回复将会在%s开启", + "Your vacation responder stopped on %s": "您的假期自动回复将会在{{ end }}停止", + "Your vacation responder will be activated on %s": "您的假期自动回复将会在{{ start }}开启", "Allow users to manage their identities": "允许用户管理其身份", "Allow users to create or remove identities based on their mail aliases": "允许用户根据他们的邮件别名创建或删除身份", "Create a new identity": "建立新身分",