diff --git a/l10n/ar.js b/l10n/ar.js new file mode 100644 index 0000000..722319e --- /dev/null +++ b/l10n/ar.js @@ -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;"); diff --git a/l10n/ar.json b/l10n/ar.json new file mode 100644 index 0000000..133c245 --- /dev/null +++ b/l10n/ar.json @@ -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;" +} \ No newline at end of file diff --git a/l10n/ca.js b/l10n/ca.js new file mode 100644 index 0000000..f345170 --- /dev/null +++ b/l10n/ca.js @@ -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);"); diff --git a/l10n/ca.json b/l10n/ca.json new file mode 100644 index 0000000..492b89a --- /dev/null +++ b/l10n/ca.json @@ -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);" +} \ No newline at end of file