diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-07-06 02:23:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-07-06 02:23:38 +0000 |
commit | dfbfe5ac9d07c899b256a2772b2d9f3b0ced5b04 (patch) | |
tree | 992845119f1bb2304653162be20f925ac5ccfc8b /apps/dav/l10n/ru.js | |
parent | 00c63c0d9df47b76ef85a333c6b085873a421650 (diff) | |
download | nextcloud-server-dfbfe5ac9d07c899b256a2772b2d9f3b0ced5b04.tar.gz nextcloud-server-dfbfe5ac9d07c899b256a2772b2d9f3b0ced5b04.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/ru.js')
-rw-r--r-- | apps/dav/l10n/ru.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/dav/l10n/ru.js b/apps/dav/l10n/ru.js index 80367d469bd..188f950d4b3 100644 --- a/apps/dav/l10n/ru.js +++ b/apps/dav/l10n/ru.js @@ -2,6 +2,7 @@ OC.L10N.register( "dav", { "Calendar" : "Календарь", + "To-dos" : "Задачи", "Personal" : "Личное", "{actor} created calendar {calendar}" : "{actor} создал(а) календарь «{calendar}»", "You created calendar {calendar}" : "Вы создали календарь «{calendar}»", @@ -31,12 +32,27 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "Вы удалили событие «{event}» из календаря «{calendar}»", "{actor} updated event {event} in calendar {calendar}" : "{actor} обновил(а) событие «{event}» в календаре «{calendar}»", "You updated event {event} in calendar {calendar}" : "Вы обновили событие «{event}» в календаре «{calendar}»", + "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} переместил(а) событие «{event}» из календаря «{sourceCalendar}» в календарь «{targetCalendar}»", + "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Вы переместили событие «{event}» из календаря «{sourceCalendar}» в календарь «{targetCalendar}»", "{actor} restored event {event} of calendar {calendar}" : "{actor} восстановил(а) событие {event} в календаре {calendar}", "You restored event {event} of calendar {calendar}" : "Вы восстановили событие {event} в календаре {calendar}", "Busy" : "Занято", + "{actor} created to-do {todo} in list {calendar}" : "{actor} создал(а) задачу «{todo}» в списке «{calendar}»", + "You created to-do {todo} in list {calendar}" : "Вы создали задачу «{todo}» в списке «{calendar}»", + "{actor} deleted to-do {todo} from list {calendar}" : "{actor} удалил(а) задачу «{todo}» из списка «{calendar}»", + "You deleted to-do {todo} from list {calendar}" : "Вы удалили задачу «{todo}» из списка «{calendar}»", + "{actor} updated to-do {todo} in list {calendar}" : "{actor} обновил(а) задачу «{todo}» из списка «{calendar}»", + "You updated to-do {todo} in list {calendar}" : "Вы обновили задачу «{todo}» из списка «{calendar}»", + "{actor} solved to-do {todo} in list {calendar}" : "{actor} завершил(а) задачу «{todo}» из списка «{calendar}»", + "You solved to-do {todo} in list {calendar}" : "Вы завершили задачу «{todo}» из списка «{calendar}»", + "{actor} reopened to-do {todo} in list {calendar}" : "{actor} повторно(а) открыл задачу «{todo}» из списка «{calendar}»", + "You reopened to-do {todo} in list {calendar}" : "Вы повторно открыли задачу «{todo}» из списка «{calendar}»", + "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} переместил(а) задачу «{todo}» из календаря «{sourceCalendar}» в календарь «{targetCalendar}»", + "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Вы переместили задачу «{todo}» из календаря «{sourceCalendar}» в календарь «{targetCalendar}»", "Calendar, contacts and tasks" : "Календарь, контакты и задачи", "A <strong>calendar</strong> was modified" : "Изменения <strong>календаря</strong> ", "A calendar <strong>event</strong> was modified" : "В календаре изменено <strong>событие</strong>", + "A calendar <strong>to-do</strong> was modified" : "В календаре изменена <strong>задача</strong> ", "Contact birthdays" : "Дни рождения контакта", "Death of %s" : "Смерть %s", "Calendar:" : "Календарь:", @@ -98,6 +114,12 @@ OC.L10N.register( "A <strong>contact</strong> or <strong>address book</strong> was modified" : "Изменение <strong>контакта</strong> или <strong>адресной книги</strong>", "File is not updatable: %1$s" : "Файл не подлежит обновлению: %1$s", "Could not write file contents" : "Не удалось записать содержимое файла", + "Could not open file" : "Не удалось открыть файл", + "Encryption not ready: %1$s" : "Подсистема шифрования не готова: %1$s", + "Failed to open file: %1$s" : "Не удалось открыть файл: %1$s", + "Invalid chunk name" : "Недопустимое имя сегмента", + "Failed to write file contents: %1$s" : "Не удалось записать содержимое файла: %1$s", + "File not found: %1$s" : "Файл не найден: %1$s", "System is in maintenance mode." : "Сервер находится в режиме обслуживания.", "Upgrade needed" : "Требуется обновление", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ваш %s должен быть настроен на использование протокола HTTPS, чтобы можно было использовать CalDAV и CardDAV на iOS/macOS.", @@ -109,6 +131,7 @@ OC.L10N.register( "Completed on %s" : "Завершено %s", "Due on %s by %s" : "До %s %s", "Due on %s" : "До %s", + "Calendars including events, details and attendees" : "Календари, в том числе события, подробные сведения и участники", "Contacts and groups" : "Контакты и группы", "WebDAV" : "WebDAV", "WebDAV endpoint" : "точка подключения WebDAV", @@ -127,6 +150,7 @@ OC.L10N.register( "Saturday" : "Суббота", "Sunday" : "Воскресенье", "Save" : "Сохранить", + "Failed to load availability" : "Не удалось получить сведения о доступности", "Calendar server" : "Сервер календаря", "Send invitations to attendees" : "Отправить приглашения", "Automatically generate a birthday calendar" : "Создавать календарь дней рождения автоматически", |