diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-25 02:25:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-25 02:25:29 +0000 |
commit | 95447d0152abbd0ac04f097a1dfee51f9c2fcd83 (patch) | |
tree | 686482bc0aea42f84e60edc64bef6d44dec76207 /apps/weather_status/l10n | |
parent | bdfd2d92090f5b80254232aecab523f0aaf5e0fc (diff) | |
download | nextcloud-server-95447d0152abbd0ac04f097a1dfee51f9c2fcd83.tar.gz nextcloud-server-95447d0152abbd0ac04f097a1dfee51f9c2fcd83.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status/l10n')
-rw-r--r-- | apps/weather_status/l10n/he.js | 11 | ||||
-rw-r--r-- | apps/weather_status/l10n/he.json | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/apps/weather_status/l10n/he.js b/apps/weather_status/l10n/he.js index b49cf0807a9..b84a9ca09ed 100644 --- a/apps/weather_status/l10n/he.js +++ b/apps/weather_status/l10n/he.js @@ -12,6 +12,11 @@ OC.L10N.register( "Favorites" : "מועדפים", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} שמיים בהירים ב־{time}", "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} מעונן ב־{time}", + "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} יום נוח ב־{time}", + "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} לילה נוח ב־{time}", + "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} מעונן חלקית ב־{time}", + "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} ערפילי ב־{time}", + "{temperature} {unit} Light rain 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}", @@ -25,6 +30,10 @@ OC.L10N.register( "You are not logged in." : "לא נכנסת.", "There was an error getting the weather status information." : "אירעה שגיאה בקבלת פרטי מצב מזג האוויר.", "No weather information found" : "לא נמצאו פרטי מזג אוויר", - "Location not found" : "המיקום לא נמצא" + "Location not found" : "המיקום לא נמצא", + "There was an error setting the location address." : "אירעה שגיאה בהגדרות כתובת המיקום.", + "There was an error setting the location." : "אירעה שגיאה בהגדרת המיקום.", + "There was an error saving the mode." : "אירעה שגיאה בשמירת המצב.", + "There was an error using personal address." : "אירעה שגיאה בשימוש בכתובת האישית." }, "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 index 986787e772c..5ed1f3de87e 100644 --- a/apps/weather_status/l10n/he.json +++ b/apps/weather_status/l10n/he.json @@ -10,6 +10,11 @@ "Favorites" : "מועדפים", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} שמיים בהירים ב־{time}", "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} מעונן ב־{time}", + "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} יום נוח ב־{time}", + "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} לילה נוח ב־{time}", + "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} מעונן חלקית ב־{time}", + "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} ערפילי ב־{time}", + "{temperature} {unit} Light rain 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}", @@ -23,6 +28,10 @@ "You are not logged in." : "לא נכנסת.", "There was an error getting the weather status information." : "אירעה שגיאה בקבלת פרטי מצב מזג האוויר.", "No weather information found" : "לא נמצאו פרטי מזג אוויר", - "Location not found" : "המיקום לא נמצא" + "Location not found" : "המיקום לא נמצא", + "There was an error setting the location address." : "אירעה שגיאה בהגדרות כתובת המיקום.", + "There was an error setting the location." : "אירעה שגיאה בהגדרת המיקום.", + "There was an error saving the mode." : "אירעה שגיאה בשמירת המצב.", + "There was an error using personal address." : "אירעה שגיאה בשימוש בכתובת האישית." },"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 |