Skip to content

Commit b57a432

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 63905ee commit b57a432

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

l10n/ru.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ OC.L10N.register(
2020
"Authentication" : "Аутентификация",
2121
"If you have trouble authenticating, ask your Nextcloud administrator to check Dropbox admin settings." : "Если у вас возникли проблемы с аутентификацией, попросите администратора Nextcloud проверить настройки администратора Dropbox.",
2222
"Connected as {user} ({email})" : "Подключено как {user} ({email})",
23-
"Import directory" : "Каталог импорта"
23+
"Import directory" : "Каталог импорта",
24+
"Import job is currently running" : "Задание импорта в настоящее время выполняется"
2425
},
2526
"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);");

l10n/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Authentication" : "Аутентификация",
1919
"If you have trouble authenticating, ask your Nextcloud administrator to check Dropbox admin settings." : "Если у вас возникли проблемы с аутентификацией, попросите администратора Nextcloud проверить настройки администратора Dropbox.",
2020
"Connected as {user} ({email})" : "Подключено как {user} ({email})",
21-
"Import directory" : "Каталог импорта"
21+
"Import directory" : "Каталог импорта",
22+
"Import job is currently running" : "Задание импорта в настоящее время выполняется"
2223
},"pluralForm" :"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);"
2324
}

0 commit comments

Comments
 (0)