[tx-robot] updated from transifex

master
Nextcloud bot 2019-07-13 02:56:13 +00:00
parent 76c774553d
commit ea60e5ee78
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 38 additions and 0 deletions

10
l10n/fa.js 100644
View File

@ -0,0 +1,10 @@
OC.L10N.register(
"weather",
{
"Weather" : "آب و هوا",
"Save" : "ذخیره",
"Add a city" : "افزودن یک شهر",
"Cancel" : "لغو",
"Settings" : "تنظیمات"
},
"nplurals=2; plural=(n > 1);");

8
l10n/fa.json 100644
View File

@ -0,0 +1,8 @@
{ "translations": {
"Weather" : "آب و هوا",
"Save" : "ذخیره",
"Add a city" : "افزودن یک شهر",
"Cancel" : "لغو",
"Settings" : "تنظیمات"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

11
l10n/uz.js 100644
View File

@ -0,0 +1,11 @@
OC.L10N.register(
"weather",
{
"Weather" : "Ob-havo",
"Save" : "Saqlash",
"Add a city" : "Shahar qo'shing",
"Add city" : "Shahar qo'shish",
"City name" : "Shahar nomi",
"Add" : "Qo'shish"
},
"nplurals=1; plural=0;");

9
l10n/uz.json 100644
View File

@ -0,0 +1,9 @@
{ "translations": {
"Weather" : "Ob-havo",
"Save" : "Saqlash",
"Add a city" : "Shahar qo'shing",
"Add city" : "Shahar qo'shish",
"City name" : "Shahar nomi",
"Add" : "Qo'shish"
},"pluralForm" :"nplurals=1; plural=0;"
}