[tx-robot] updated from transifex

master
Nextcloud bot 2019-05-25 02:46:59 +00:00
parent f3230d954d
commit 2b3e0eba2e
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 60 additions and 0 deletions

View File

@ -3,6 +3,8 @@ OC.L10N.register(
{ {
"Weather" : "Météo", "Weather" : "Météo",
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Erreur fatale : veuillez vérifier le fichier nextcloud.log et signaler lanomalie sur https://github.com/nextcloud/weather/issues.", "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Erreur fatale : veuillez vérifier le fichier nextcloud.log et signaler lanomalie sur https://github.com/nextcloud/weather/issues.",
"Failed to set metric. Please contact your administrator" : "Échec lors du réglage de la mesure. Veuillez contacter votre administrateur",
"This metric is not known." : "Cette mesure est inconnue.",
"North" : "Nord", "North" : "Nord",
"North-East" : "Nord-Est", "North-East" : "Nord-Est",
"East" : "Est", "East" : "Est",
@ -13,6 +15,7 @@ OC.L10N.register(
"North-West" : "Nord-Ouest", "North-West" : "Nord-Ouest",
"Failed to get city weather informations. Please contact your administrator" : "Impossible d'obtenir la météo de la ville. Veuillez contacter votre administrateur.", "Failed to get city weather informations. Please contact your administrator" : "Impossible d'obtenir la météo de la ville. Veuillez contacter votre administrateur.",
"No city with this name found." : "Aucune ville trouvée avec ce nom.", "No city with this name found." : "Aucune ville trouvée avec ce nom.",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Votre clé API OpenWeatherMap n'est pas valide. Contactez votre administrateur pour configurer une clé API valide dans Paramètres supplémentaires de l'administration.",
"Empty city name !" : "Ville vide !", "Empty city name !" : "Ville vide !",
"Failed to add city. Please contact your administrator" : "Impossible d'ajouter cette ville. Veuillez contacter votre administrateur.", "Failed to add city. Please contact your administrator" : "Impossible d'ajouter cette ville. Veuillez contacter votre administrateur.",
"This city is already registered for your account." : "Cette ville est déjà associée à votre compte.", "This city is already registered for your account." : "Cette ville est déjà associée à votre compte.",

View File

@ -1,6 +1,8 @@
{ "translations": { { "translations": {
"Weather" : "Météo", "Weather" : "Météo",
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Erreur fatale : veuillez vérifier le fichier nextcloud.log et signaler lanomalie sur https://github.com/nextcloud/weather/issues.", "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Erreur fatale : veuillez vérifier le fichier nextcloud.log et signaler lanomalie sur https://github.com/nextcloud/weather/issues.",
"Failed to set metric. Please contact your administrator" : "Échec lors du réglage de la mesure. Veuillez contacter votre administrateur",
"This metric is not known." : "Cette mesure est inconnue.",
"North" : "Nord", "North" : "Nord",
"North-East" : "Nord-Est", "North-East" : "Nord-Est",
"East" : "Est", "East" : "Est",
@ -11,6 +13,7 @@
"North-West" : "Nord-Ouest", "North-West" : "Nord-Ouest",
"Failed to get city weather informations. Please contact your administrator" : "Impossible d'obtenir la météo de la ville. Veuillez contacter votre administrateur.", "Failed to get city weather informations. Please contact your administrator" : "Impossible d'obtenir la météo de la ville. Veuillez contacter votre administrateur.",
"No city with this name found." : "Aucune ville trouvée avec ce nom.", "No city with this name found." : "Aucune ville trouvée avec ce nom.",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Votre clé API OpenWeatherMap n'est pas valide. Contactez votre administrateur pour configurer une clé API valide dans Paramètres supplémentaires de l'administration.",
"Empty city name !" : "Ville vide !", "Empty city name !" : "Ville vide !",
"Failed to add city. Please contact your administrator" : "Impossible d'ajouter cette ville. Veuillez contacter votre administrateur.", "Failed to add city. Please contact your administrator" : "Impossible d'ajouter cette ville. Veuillez contacter votre administrateur.",
"This city is already registered for your account." : "Cette ville est déjà associée à votre compte.", "This city is already registered for your account." : "Cette ville est déjà associée à votre compte.",

View File

@ -2,6 +2,32 @@ OC.L10N.register(
"weather", "weather",
{ {
"Weather" : "מזג אוויר", "Weather" : "מזג אוויר",
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "שגיאה קשה: נא לבדוק מה קרה ב־nextcloud.log ולשלוח אלינו דיווח בכתובת: https://github.com/nextcloud/weather/issues",
"Failed to set metric. Please contact your administrator" : "הגדרת המדד נכשלה. נא ליצור קשר עם הנהלת המערכת",
"This metric is not known." : "מדד זה אינו מוכר.",
"North" : "צפון",
"North-East" : "צפון-מזרח",
"East" : "מזרח",
"South-East" : "דרום-מזרח",
"South" : "דרום",
"South-West" : "דרום-מערב",
"West" : "מערב",
"North-West" : "צפון-מערב",
"Failed to get city weather informations. Please contact your administrator" : "קבלת פרטי מזג האוויר של העיר נכשלה. נא ליצור קשר עם הנהלת המערכת",
"No city with this name found." : "לא נמצאה עיר בשם הזה.",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "מפתח ה־API שלך ב־OpenWeatherMap שגוי. נא ליצור קשר עם הנהלת המערכת כדי להגדיר מפתח API תקני בהגדרות הנוספות של הניהול",
"Empty city name !" : "שם העיר ריק!",
"Failed to add city. Please contact your administrator" : "הוספת העיר נכשלה. נא ליצור קשר עם הנהלת המערכת",
"This city is already registered for your account." : "העיר הזו כבר נרשמה בחשבונך.",
"Failed to remove city. Please contact your administrator" : "הסרת העיר נכשלה. נא ליצור קשר עם הנהלת המערכת",
"Failed to set home. Please contact your administrator" : "הגדרת הבית נכשלה. נא ליצור קשר עם הנהלת המערכת שלך",
"Monday" : "יום שני",
"Tuesday" : "יום שלישי",
"Wednesday" : "יום רביעי",
"Thursday" : "יום חמישי",
"Friday" : "יום שישי",
"Saturday" : "יום שבת",
"Sunday" : "יום ראשון",
"Watch the weather directly on your Nextcloud." : "הצגת מזג האוויר ישירות ב־Nextcloud שלך.", "Watch the weather directly on your Nextcloud." : "הצגת מזג האוויר ישירות ב־Nextcloud שלך.",
"OpenWeatherMap API Key" : "מפתח API של OpenWeatherMap", "OpenWeatherMap API Key" : "מפתח API של OpenWeatherMap",
"Save" : "שמירה", "Save" : "שמירה",
@ -19,6 +45,7 @@ OC.L10N.register(
"Wind" : "רו", "Wind" : "רו",
"Sunrise" : "זריחה", "Sunrise" : "זריחה",
"Sunset" : "שקיעה", "Sunset" : "שקיעה",
"Date" : "תאריך",
"Temperature" : "טמפרטורה" "Temperature" : "טמפרטורה"
}, },
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");

View File

@ -1,5 +1,31 @@
{ "translations": { { "translations": {
"Weather" : "מזג אוויר", "Weather" : "מזג אוויר",
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "שגיאה קשה: נא לבדוק מה קרה ב־nextcloud.log ולשלוח אלינו דיווח בכתובת: https://github.com/nextcloud/weather/issues",
"Failed to set metric. Please contact your administrator" : "הגדרת המדד נכשלה. נא ליצור קשר עם הנהלת המערכת",
"This metric is not known." : "מדד זה אינו מוכר.",
"North" : "צפון",
"North-East" : "צפון-מזרח",
"East" : "מזרח",
"South-East" : "דרום-מזרח",
"South" : "דרום",
"South-West" : "דרום-מערב",
"West" : "מערב",
"North-West" : "צפון-מערב",
"Failed to get city weather informations. Please contact your administrator" : "קבלת פרטי מזג האוויר של העיר נכשלה. נא ליצור קשר עם הנהלת המערכת",
"No city with this name found." : "לא נמצאה עיר בשם הזה.",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "מפתח ה־API שלך ב־OpenWeatherMap שגוי. נא ליצור קשר עם הנהלת המערכת כדי להגדיר מפתח API תקני בהגדרות הנוספות של הניהול",
"Empty city name !" : "שם העיר ריק!",
"Failed to add city. Please contact your administrator" : "הוספת העיר נכשלה. נא ליצור קשר עם הנהלת המערכת",
"This city is already registered for your account." : "העיר הזו כבר נרשמה בחשבונך.",
"Failed to remove city. Please contact your administrator" : "הסרת העיר נכשלה. נא ליצור קשר עם הנהלת המערכת",
"Failed to set home. Please contact your administrator" : "הגדרת הבית נכשלה. נא ליצור קשר עם הנהלת המערכת שלך",
"Monday" : "יום שני",
"Tuesday" : "יום שלישי",
"Wednesday" : "יום רביעי",
"Thursday" : "יום חמישי",
"Friday" : "יום שישי",
"Saturday" : "יום שבת",
"Sunday" : "יום ראשון",
"Watch the weather directly on your Nextcloud." : "הצגת מזג האוויר ישירות ב־Nextcloud שלך.", "Watch the weather directly on your Nextcloud." : "הצגת מזג האוויר ישירות ב־Nextcloud שלך.",
"OpenWeatherMap API Key" : "מפתח API של OpenWeatherMap", "OpenWeatherMap API Key" : "מפתח API של OpenWeatherMap",
"Save" : "שמירה", "Save" : "שמירה",
@ -17,6 +43,7 @@
"Wind" : "רו", "Wind" : "רו",
"Sunrise" : "זריחה", "Sunrise" : "זריחה",
"Sunset" : "שקיעה", "Sunset" : "שקיעה",
"Date" : "תאריך",
"Temperature" : "טמפרטורה" "Temperature" : "טמפרטורה"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
} }