diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/dav/l10n/he.js | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/he.js')
-rw-r--r-- | apps/dav/l10n/he.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/he.js b/apps/dav/l10n/he.js index 8a6861c8a3e..83f3919499e 100644 --- a/apps/dav/l10n/he.js +++ b/apps/dav/l10n/he.js @@ -50,15 +50,12 @@ OC.L10N.register( "Description: %s" : "תיאור: %s", "Where: %s" : "איפה: %s", "%1$s via %2$s" : "%1$s דרך %2$s", - "Invitation canceled" : "ההזמנה בוטלה", - "Invitation updated" : "ההזמנה עודכנה", - "Invitation" : "הזמנה", + "Organizer:" : "ארגון:", + "Attendees:" : "משתתפים:", "Title:" : "כותרת:", "Time:" : "שעה:", "Location:" : "מיקום:", "Link:" : "קישור:", - "Organizer:" : "ארגון:", - "Attendees:" : "משתתפים:", "Accept" : "קבלה", "Decline" : "דחייה", "More options …" : "אפשרויות נוספות…", @@ -110,6 +107,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "פתרת משימה לביצוע {todo} ברשימה {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "המשימה לביצוע {todo} ברשימה {calendar} נפתחה מחדש על ידי {actor}", "You reopened todo {todo} in list {calendar}" : "פתחת מחדש את המשימה לביצוע {todo} ברשימה {calendar}", - "A calendar <strong>todo</strong> was modified" : "נערכה <strong>מטלה</strong> בלוח שנה" + "A calendar <strong>todo</strong> was modified" : "נערכה <strong>מטלה</strong> בלוח שנה", + "Invitation canceled" : "ההזמנה בוטלה", + "Invitation updated" : "ההזמנה עודכנה", + "Invitation" : "הזמנה" }, "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;"); |