diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-22 02:27:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-22 02:27:12 +0000 |
commit | 6069ea83e54f42c97c8d3bb2a344061bf566610f (patch) | |
tree | ad8a8b41b8dde700a490acd8f9ff21dd745ab66e /apps/weather_status | |
parent | 030190ed0764250dffcc7481cd7b882ee7af875f (diff) | |
download | nextcloud-server-6069ea83e54f42c97c8d3bb2a344061bf566610f.tar.gz nextcloud-server-6069ea83e54f42c97c8d3bb2a344061bf566610f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/l10n/he.js | 30 | ||||
-rw-r--r-- | apps/weather_status/l10n/he.json | 28 |
2 files changed, 58 insertions, 0 deletions
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 |