aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/l10n/ru.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-02-24 00:19:43 +0000
committerNextcloud bot <bot@nextcloud.com>2024-02-24 00:19:43 +0000
commitba866cd4a8dbd022d9769fc28d7d86de1f0622e2 (patch)
tree218d6c88f0177661f0ca8cd5444965a3193ea2e6 /apps/dav/l10n/ru.js
parenteef571e4fb203e255d3bdb2a79737b0d87a79a2b (diff)
downloadnextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.tar.gz
nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.zip
Fix(l10n): Update translations 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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/ru.js b/apps/dav/l10n/ru.js
index dd7ff922fb8..9bf5efb1796 100644
--- a/apps/dav/l10n/ru.js
+++ b/apps/dav/l10n/ru.js
@@ -2,7 +2,7 @@ OC.L10N.register(
"dav",
{
"Calendar" : "Календарь",
- "To-dos" : "Задачи",
+ "Tasks" : "Задачи",
"Personal" : "Личное",
"{actor} created calendar {calendar}" : "{actor} создал(а) календарь «{calendar}»",
"You created calendar {calendar}" : "Вы создали календарь «{calendar}»",
@@ -143,7 +143,6 @@ OC.L10N.register(
"Configures a CalDAV account" : "Настройка аккаунта CalDAV",
"Configures a CardDAV account" : "Настройка аккаунта CardDAV",
"Events" : "События",
- "Tasks" : "Задачи",
"Untitled task" : "Задача без названия",
"Completed on %s" : "Завершено %s",
"Due on %s by %s" : "До %s %s",
@@ -205,6 +204,7 @@ OC.L10N.register(
"Are you accepting the invitation?" : "Принять приглашение?",
"Tentative" : "Под вопросом",
"Your attendance was updated successfully." : "Статус участия обновлён.",
+ "To-dos" : "Задачи",
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Если вы настроите свое рабочее время, другие пользователи будут видеть, когда вас нет в офисе, когда они планируют встречу."
},
"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);");