From 25b4f11fd5216d7bf4ca411a2d1387c1888fe3cd Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 22 Jun 2021 02:26:59 +0000 Subject: [tx-robot] updated from transifex --- apps/weather_status/l10n/he.js | 30 ++++++++++++++++++++++++++++++ apps/weather_status/l10n/he.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 apps/weather_status/l10n/he.js create mode 100644 apps/weather_status/l10n/he.json (limited to 'apps/weather_status/l10n') diff --git a/apps/weather_status/l10n/he.js b/apps/weather_status/l10n/he.js new file mode 100644 index 00000000000..b49cf0807a9 --- /dev/null +++ b/apps/weather_status/l10n/he.js @@ -0,0 +1,30 @@ +OC.L10N.register( + "weather_status", + { + "Unknown address" : "כתובת לא ידועה", + "No result." : "אין תוצאות.", + "Malformed JSON data." : "נתוני JSON פגומים.", + "Error" : "שגיאה", + "Weather status" : "מצב מזג אוויר", + "Weather status in your dashboard" : "מצב מזג אוויר בלוח המחוונים שלך.", + "Detect location" : "איתור מיקום", + "Set custom address" : "הגדרת כתובת משלך", + "Favorites" : "מועדפים", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} שמיים בהירים ב־{time}", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} מעונן ב־{time}", + "{temperature} {unit} Rain at {time}" : "{temperature} {unit} גשם ב־{time}", + "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} גשם כבד ב־{time}", + "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} ממטרים ב־{time}", + "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} ממטרים קלים ב־{time}", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} ממטרים כבדים ב־{time}", + "More weather for {adr}" : "מזג אוויר נוסף עבור {adr}", + "Loading weather" : "מזג האוויר נטען", + "Set location for weather" : "הגדרת מיקום למזג האוויר", + "Remove from favorites" : "הסרה מהמועדפים", + "Add as favorite" : "הוספה למועדפים", + "You are not logged in." : "לא נכנסת.", + "There was an error getting the weather status information." : "אירעה שגיאה בקבלת פרטי מצב מזג האוויר.", + "No weather information found" : "לא נמצאו פרטי מזג אוויר", + "Location not found" : "המיקום לא נמצא" +}, +"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;"); diff --git a/apps/weather_status/l10n/he.json b/apps/weather_status/l10n/he.json new file mode 100644 index 00000000000..986787e772c --- /dev/null +++ b/apps/weather_status/l10n/he.json @@ -0,0 +1,28 @@ +{ "translations": { + "Unknown address" : "כתובת לא ידועה", + "No result." : "אין תוצאות.", + "Malformed JSON data." : "נתוני JSON פגומים.", + "Error" : "שגיאה", + "Weather status" : "מצב מזג אוויר", + "Weather status in your dashboard" : "מצב מזג אוויר בלוח המחוונים שלך.", + "Detect location" : "איתור מיקום", + "Set custom address" : "הגדרת כתובת משלך", + "Favorites" : "מועדפים", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} שמיים בהירים ב־{time}", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} מעונן ב־{time}", + "{temperature} {unit} Rain at {time}" : "{temperature} {unit} גשם ב־{time}", + "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} גשם כבד ב־{time}", + "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} ממטרים ב־{time}", + "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} ממטרים קלים ב־{time}", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} ממטרים כבדים ב־{time}", + "More weather for {adr}" : "מזג אוויר נוסף עבור {adr}", + "Loading weather" : "מזג האוויר נטען", + "Set location for weather" : "הגדרת מיקום למזג האוויר", + "Remove from favorites" : "הסרה מהמועדפים", + "Add as favorite" : "הוספה למועדפים", + "You are not logged in." : "לא נכנסת.", + "There was an error getting the weather status information." : "אירעה שגיאה בקבלת פרטי מצב מזג האוויר.", + "No weather information found" : "לא נמצאו פרטי מזג אוויר", + "Location not found" : "המיקום לא נמצא" +},"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;" +} \ No newline at end of file -- cgit v1.2.3