Translated using Weblate (Russian)
Currently translated at 89.0% (325 of 365 strings) Translation: Linagora/TeamMail Translate-URL: https://hosted.weblate.org/projects/linagora/teammail/ru/
This commit is contained in:
committed by
Dat H. Pham
parent
870ed1ce90
commit
470e1fc9ef
+158
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"@@last_modified": "2021-10-13T22:37:55.795262",
|
||||
"initializing_data": "Инициализация данных…",
|
||||
"initializing_data": "Инициализация данных...",
|
||||
"@initializing_data": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
@@ -942,7 +942,7 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"delete_multiple_messages_dialog": "Вы собираетесь безвозвратно удалить {count} элементов из Корзины. Вы хотите продолжить?",
|
||||
"delete_multiple_messages_dialog": "Вы собираетесь безвозвратно удалить {count} элементов из {mailboxName} . Вы хотите продолжить?",
|
||||
"@delete_multiple_messages_dialog": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
@@ -1951,5 +1951,161 @@
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"yourVacationResponderIsDisabledSuccessfully": "Автоответчик успешно отключен",
|
||||
"@yourVacationResponderIsDisabledSuccessfully": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"messageEnableVacationResponderAutomatically": "Автоответчик будет активирован {startDate}",
|
||||
"@messageEnableVacationResponderAutomatically": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"startDate"
|
||||
],
|
||||
"placeholders": {
|
||||
"startDate": {}
|
||||
}
|
||||
},
|
||||
"messageDisableVacationResponderAutomatically": "Автоответчик будет отключен {endDate}",
|
||||
"@messageDisableVacationResponderAutomatically": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"endDate"
|
||||
],
|
||||
"placeholders": {
|
||||
"endDate": {}
|
||||
}
|
||||
},
|
||||
"deleteRecipient": "Удалить получателя",
|
||||
"@deleteRecipient": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"endDate": "Дата окончания",
|
||||
"@endDate": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"activated": "Активирован",
|
||||
"@activated": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"startDate": "Дата начала",
|
||||
"@startDate": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"deactivated": "Деактивирован",
|
||||
"@deactivated": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"noEndTime": "Без времени окончания",
|
||||
"@noEndTime": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"errorMessageWhenStartDateVacationIsEmpty": "Пожалуйста, введите действительную дату начала",
|
||||
"@errorMessageWhenStartDateVacationIsEmpty": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"hintMessageBodyVacation": "Сообщения автоответчика",
|
||||
"@hintMessageBodyVacation": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"headerRecipients": "Получатели",
|
||||
"@headerRecipients": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"forwarding": "Переслать",
|
||||
"@forwarding": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"vacation": "Автоответчик",
|
||||
"@vacation": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"message": "Сообщение",
|
||||
"@message": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"vacationStopsAt": "Автоответчик отключается в",
|
||||
"@vacationStopsAt": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"noEndDate": "Без даты окончания",
|
||||
"@noEndDate": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"noStartTime": "Без времени начала",
|
||||
"@noStartTime": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"errorMessageWhenEndDateVacationIsInValid": "Дата окончания должна быть больше даты начала",
|
||||
"@errorMessageWhenEndDateVacationIsInValid": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"errorMessageWhenMessageVacationIsEmpty": "Тело сообщения не может быть пустым",
|
||||
"@errorMessageWhenMessageVacationIsEmpty": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"vacationSettingSaved": "Настройки отпуска сохранены",
|
||||
"@vacationSettingSaved": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"yourVacationResponderIsEnabled": "Автоответчик включен.",
|
||||
"@yourVacationResponderIsEnabled": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"messageConfirmationDialogDeleteRecipientForward": "Вы хотите удалить адрес {emailAddress}?",
|
||||
"@messageConfirmationDialogDeleteRecipientForward": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"emailAddress"
|
||||
],
|
||||
"placeholders": {
|
||||
"emailAddress": {}
|
||||
}
|
||||
},
|
||||
"customRange": "Настроить диапазон",
|
||||
"@customRange": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user