Skip to content

Commit 5126304

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

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
"files_lock" : "files_lock",
2121
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Этот файл был автоматически заблокирован клиентом. Снятие блокировки может привести к конфликту при сохранении файла.",
2222
"Keep lock" : "Держать заблокированным",
23-
"Force unlock" : "Принудительная разблокировка"
23+
"Force unlock" : "Принудительная разблокировка",
24+
"Allow your users to temporary lock their files to avoid conflicts while working on shared files.\n\nℹ️ As of Nextcloud 34 this app is bundled with Nextcloud Hub and hence not released through the appstore anymore." : "Разрешите пользователям временно блокировать свои файлы, чтобы избежать конфликтов при работе с общими файлами.\n\nℹ️ Начиная с Nextcloud 34, это приложение входит в состав Nextcloud Hub и, следовательно, больше не распространяется через магазин приложений."
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
"files_lock" : "files_lock",
1919
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Этот файл был автоматически заблокирован клиентом. Снятие блокировки может привести к конфликту при сохранении файла.",
2020
"Keep lock" : "Держать заблокированным",
21-
"Force unlock" : "Принудительная разблокировка"
21+
"Force unlock" : "Принудительная разблокировка",
22+
"Allow your users to temporary lock their files to avoid conflicts while working on shared files.\n\nℹ️ As of Nextcloud 34 this app is bundled with Nextcloud Hub and hence not released through the appstore anymore." : "Разрешите пользователям временно блокировать свои файлы, чтобы избежать конфликтов при работе с общими файлами.\n\nℹ️ Начиная с Nextcloud 34, это приложение входит в состав Nextcloud Hub и, следовательно, больше не распространяется через магазин приложений."
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)