mirror of
https://github.com/nextcloud/photos.git
synced 2025-07-22 00:34:17 +00:00
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
14
l10n/be.js
Normal file
14
l10n/be.js
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
OC.L10N.register(
|
||||||
|
"photos",
|
||||||
|
{
|
||||||
|
"Photos" : "Фота",
|
||||||
|
"Favorites" : "Абранае",
|
||||||
|
"Shared with you" : "Абагулена з вамі",
|
||||||
|
"Save" : "Захаваць",
|
||||||
|
"Group" : "Група",
|
||||||
|
"All folders" : "Усе папкі",
|
||||||
|
"Home" : "Дадому",
|
||||||
|
"Remove from favorites" : "Выдаліць з абранага",
|
||||||
|
"Add" : "Дадаць"
|
||||||
|
},
|
||||||
|
"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);");
|
12
l10n/be.json
Normal file
12
l10n/be.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ "translations": {
|
||||||
|
"Photos" : "Фота",
|
||||||
|
"Favorites" : "Абранае",
|
||||||
|
"Shared with you" : "Абагулена з вамі",
|
||||||
|
"Save" : "Захаваць",
|
||||||
|
"Group" : "Група",
|
||||||
|
"All folders" : "Усе папкі",
|
||||||
|
"Home" : "Дадому",
|
||||||
|
"Remove from favorites" : "Выдаліць з абранага",
|
||||||
|
"Add" : "Дадаць"
|
||||||
|
},"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);"
|
||||||
|
}
|
Reference in New Issue
Block a user