0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/lookup_server_connector/l10n/ru.js
Nextcloud bot 7b05c34385
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-30 16:32:38 +00:00

9 lines
731 B
JavaScript
Raw Permalink 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(
"lookup_server_connector",
{
"Lookup Server Connector" : "Коннектор сервера поиска",
"Sync public account information with the lookup server" : "Синхронизируйте информацию об общедоступной учетной записи с поисковым сервером",
"Sync public user information with the lookup server" : "Синхронизация общедоступной пользовательской информации с сервером поиска"
},
"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);");