social/l10n/ru.js

29 wiersze
1.8 KiB
JavaScript
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

OC.L10N.register(
"social",
{
"Social" : "Соцсеть",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloud становится частью Федерации Социальных Сетей!",
"Open documentation" : "Открыть документацию",
"Social app setup" : "Настройка приложения соцсети",
"Finish setup" : "Завершить настройку",
"Home" : "Главная",
"Direct messages" : "Личные сообщения",
"Profile" : "Профиль",
"Local timeline" : "Локальная лента",
"Global timeline" : "Глобальная лента",
"Post publicly" : "Отправить всем",
"Post to followers" : "Отправить подписчикам",
"Post to recipients" : "Отправить получателям",
"Public" : "Публичный",
"Post to public timelines" : "Отправить в общедоступные ленты",
"posts" : "записи",
"No posts found" : "Записей не найдено",
"Posts from other people on this instance will show up here" : "Здесь будут показаны записи людей с другого сервера",
"Hello" : "Привет",
"Close" : "Закрыть",
"Continue" : "Продолжить",
"User not found" : "Пользователь не найден",
"Nextcloud becomes part of the federated social networks!" : "Nextcloud становится частью Федерации Социальных Сетей!"
},
"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);");