nextcloud/apps/updatenotification/l10n/he.js

11 lines
642 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-02-17 09:56:11 +03:00
"{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
"Updater" : "מעדכן",
2016-03-05 09:56:08 +03:00
"Open updater" : "פתיחת מעדכן",
"Update channel:" : "עדכון ערוץ:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר."
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n != 1);");