tasks/l10n/ru.js
2019-01-26 01:37:48 +00:00

44 lines
4.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"tasks",
{
"Tasks" : "Задачи",
"This will delete the calendar \"%s\" and all corresponding events and tasks." : "Это действие удалит календарь «%s» и все его события и задачи.",
"The name \"%s\" is already used." : "Имя \"%s\" уже используется.",
"An empty name is not allowed." : "Пустые имена не допускаются.",
"Important" : "Важный",
"Today" : "Сегодня",
"Week" : "Неделя",
"All" : "Все",
"Current" : "Текущие",
"Completed" : "Завершённые",
"The Tasks app for Nextcloud" : "Задачи для Nextcloud",
"Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar." : "После включения, в меню приложений Nextcloud появится новое меню Задачи. Оттуда вы можете добавлять и удалять задания, редактировать их название, описание, дату начала и сроки, время напоминания, отмечать их как важные и добавлять комментарии к ним. Пользователи могут делиться задачами между собой. Задачи могут быть синхронизированы с помощью CalDav (каждый список задач связан с календарем Nextcloud, чтобы синхронизировать его с вашим локальным клиентом - Thunderbird, Evolution, KDE Kontact, iCal ... - просто добавьте календарь в качестве удаленного календаря в вашем клиенте). Вы можете загружать свои задачи в виде файлов ICS с помощью кнопки загрузки для каждого календаря.",
"Delete" : "Удалить",
"Cancel" : "Отмена",
"Change sort order" : "Изменить порядок сортировки",
"Default" : "По умолчанию",
"Due date" : "Сделать к дате",
"Start date" : "Дата начала",
"Priority" : "Приоритет",
"Manually" : "Вручную",
"Alphabetically" : "По алфавиту",
"Task is completed" : "Задача завершена",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n завершённая задача","%n завершённых задачи","%n завершённых задач","%n завершённых задач"],
"Tomorrow" : "Завтра",
"Set start date" : "Установить начальную дату",
"Set due date" : "Установить срок исполнения",
"All day" : "Весь день",
"Task not found!" : "Задача не найдена!",
"%s %% completed" : "%s %% завершено",
"Edit" : "Редактировать",
"Download" : "Скачать",
"Save" : "Сохранить",
"Add List..." : "Добавить Список…",
"New List" : "Новый список",
"Settings" : "Настройки",
"Visibility of Smart Collections" : "Доступность Умных Коллекций",
"Hidden" : "Скрывать",
"Visible" : "Показывать",
"Automatic" : "Автоматически"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");