social/l10n/be.js

21 wiersze
877 B
JavaScript
Czysty Zwykły widok Historia

OC.L10N.register(
"social",
{
"Help" : "Даведка",
"Home" : "Дадому",
"Notifications" : "Апавяшчэнні",
"Profile" : "Профіль",
"Open documentation" : "Адкрыць дакументацыю",
"Add attachment" : "Дадаць далучэнне",
"Add emoji" : "Дадаць эмодзі",
"Delete" : "Выдаліць",
"Website" : "Вэб-сайт",
"No results found" : "Вынікаў не знойдзена",
"Reply" : "Адказаць",
"Hello" : "Вітаем",
"Close" : "Закрыць",
"Continue" : "Працягнуць",
"User not found" : "Карыстальнік не знойдзены"
},
"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);");