[tx-robot] updated from transifex

master
Nextcloud bot 2017-08-22 00:25:54 +00:00
parent fc29408d06
commit b438466451
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 90 additions and 0 deletions

24
l10n/ar.js 100644
View File

@ -0,0 +1,24 @@
OC.L10N.register(
"weather",
{
"Weather" : "الطقس",
"OpenWeatherMap API Key" : "مفتاح API لـ OpenWeatherMap",
"Save" : "حفظ",
"Add a city" : "أضف مدينة",
"Add city" : "إضافة مدينة",
"City name" : "إسم المدينة",
"Add" : "أضف",
"Cancel" : "إلغاء",
"Settings" : "الإعدادات",
"Metric" : "نظام متري",
"Click here to get an API key" : "إضغط هنا للحصول على مفتاح API",
"Pressure" : "الضغط",
"Humidity" : "الرطوبة",
"Cloudiness" : "الغيوم",
"Wind" : "الرياح",
"Sunrise" : "شروق الشمس",
"Sunset" : "غروب الشمس",
"Hour" : "الساعة",
"Temperature" : "درجة الحرارة"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

22
l10n/ar.json 100644
View File

@ -0,0 +1,22 @@
{ "translations": {
"Weather" : "الطقس",
"OpenWeatherMap API Key" : "مفتاح API لـ OpenWeatherMap",
"Save" : "حفظ",
"Add a city" : "أضف مدينة",
"Add city" : "إضافة مدينة",
"City name" : "إسم المدينة",
"Add" : "أضف",
"Cancel" : "إلغاء",
"Settings" : "الإعدادات",
"Metric" : "نظام متري",
"Click here to get an API key" : "إضغط هنا للحصول على مفتاح API",
"Pressure" : "الضغط",
"Humidity" : "الرطوبة",
"Cloudiness" : "الغيوم",
"Wind" : "الرياح",
"Sunrise" : "شروق الشمس",
"Sunset" : "غروب الشمس",
"Hour" : "الساعة",
"Temperature" : "درجة الحرارة"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

23
l10n/ca.js 100644
View File

@ -0,0 +1,23 @@
OC.L10N.register(
"weather",
{
"Weather" : "Temps",
"Save" : "Desa",
"Add a city" : "Afegeix una ciutat",
"Add city" : "Afegeix ciutat",
"City name" : "Nom de la ciutat",
"Add" : "Afegeix",
"Cancel" : "Cancel·la",
"Settings" : "Configuració",
"Metric" : "Mètric",
"Click here to get an API key" : "Prem aquí per aconseguir una clau API",
"Pressure" : "Pressió",
"Humidity" : "Humitat",
"Cloudiness" : "Nuvolositat",
"Wind" : "Vent",
"Sunrise" : "Sortida del sol",
"Sunset" : "Posta de sol",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");

21
l10n/ca.json 100644
View File

@ -0,0 +1,21 @@
{ "translations": {
"Weather" : "Temps",
"Save" : "Desa",
"Add a city" : "Afegeix una ciutat",
"Add city" : "Afegeix ciutat",
"City name" : "Nom de la ciutat",
"Add" : "Afegeix",
"Cancel" : "Cancel·la",
"Settings" : "Configuració",
"Metric" : "Mètric",
"Click here to get an API key" : "Prem aquí per aconseguir una clau API",
"Pressure" : "Pressió",
"Humidity" : "Humitat",
"Cloudiness" : "Nuvolositat",
"Wind" : "Vent",
"Sunrise" : "Sortida del sol",
"Sunset" : "Posta de sol",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}