fix(i18n): complete tasks and documents translations for all 15 locales
Add missing tasks.statusArchived, archiveButton, archivedToast, kanbanArchived, reminderNeedsDueDate and translate the documents section from English placeholders into all supported languages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+33
-28
@@ -180,7 +180,12 @@
|
||||
"filterGroupPriority": "Приоритет",
|
||||
"filterGroupStatus": "Статус",
|
||||
"swipedDoneToast": "Отмечено как выполненное.",
|
||||
"swipedOpenToast": "Отмечено как открытое."
|
||||
"swipedOpenToast": "Отмечено как открытое.",
|
||||
"statusArchived": "Архивирована",
|
||||
"archiveButton": "Архивировать задачу",
|
||||
"archivedToast": "Задача архивирована.",
|
||||
"kanbanArchived": "Архивировано",
|
||||
"reminderNeedsDueDate": "Установите срок выполнения, чтобы включить напоминания о задаче."
|
||||
},
|
||||
"shopping": {
|
||||
"title": "Покупки",
|
||||
@@ -903,38 +908,38 @@
|
||||
"title": "Документы",
|
||||
"addButton": "Добавить документ",
|
||||
"searchPlaceholder": "Поиск документов...",
|
||||
"gridView": "Grid view",
|
||||
"listView": "List view",
|
||||
"viewToggle": "Document view",
|
||||
"gridView": "Сетка",
|
||||
"listView": "Список",
|
||||
"viewToggle": "Вид документов",
|
||||
"allCategories": "Все категории",
|
||||
"emptyTitle": "Документов пока нет",
|
||||
"emptyDescription": "Загружайте семейные документы и управляйте доступом к каждому файлу.",
|
||||
"newTitle": "Новый документ",
|
||||
"editTitle": "Настройки документа",
|
||||
"nameLabel": "Name",
|
||||
"descriptionLabel": "Description",
|
||||
"categoryLabel": "Category",
|
||||
"fileLabel": "File",
|
||||
"fileHint": "PDF, images, text and Office files up to 5 MB.",
|
||||
"visibilityLabel": "Visibility",
|
||||
"statusLabel": "Status",
|
||||
"allowedMembersLabel": "Allowed members",
|
||||
"uploadAction": "Upload",
|
||||
"downloadAction": "Download",
|
||||
"editAction": "Settings",
|
||||
"archiveAction": "Archive",
|
||||
"restoreAction": "Restore",
|
||||
"savedToast": "Document saved.",
|
||||
"uploadedToast": "Document uploaded.",
|
||||
"archivedToast": "Document archived.",
|
||||
"restoredToast": "Document restored.",
|
||||
"deletedToast": "Document deleted.",
|
||||
"deleteConfirm": "Delete document \"{{name}}\"?",
|
||||
"fileRequired": "Select a file to upload.",
|
||||
"fileTooLarge": "File may be at most 5 MB.",
|
||||
"fileReadError": "File could not be read.",
|
||||
"statusActive": "Active",
|
||||
"statusArchived": "Archived",
|
||||
"nameLabel": "Название",
|
||||
"descriptionLabel": "Описание",
|
||||
"categoryLabel": "Категория",
|
||||
"fileLabel": "Файл",
|
||||
"fileHint": "PDF, изображения, текст и файлы Office до 5 МБ.",
|
||||
"visibilityLabel": "Видимость",
|
||||
"statusLabel": "Статус",
|
||||
"allowedMembersLabel": "Разрешённые участники",
|
||||
"uploadAction": "Загрузить",
|
||||
"downloadAction": "Скачать",
|
||||
"editAction": "Настройки",
|
||||
"archiveAction": "Архивировать",
|
||||
"restoreAction": "Восстановить",
|
||||
"savedToast": "Документ сохранён.",
|
||||
"uploadedToast": "Документ загружен.",
|
||||
"archivedToast": "Документ архивирован.",
|
||||
"restoredToast": "Документ восстановлен.",
|
||||
"deletedToast": "Документ удалён.",
|
||||
"deleteConfirm": "Удалить документ «{{name}}»?",
|
||||
"fileRequired": "Выберите файл для загрузки.",
|
||||
"fileTooLarge": "Файл может быть не более 5 МБ.",
|
||||
"fileReadError": "Не удалось прочитать файл.",
|
||||
"statusActive": "Активный",
|
||||
"statusArchived": "Архивированный",
|
||||
"visibility": {
|
||||
"family": "Вся семья",
|
||||
"restricted": "Выбранные участники",
|
||||
|
||||
Reference in New Issue
Block a user