Welcome to mirror list, hosted at ThFree Co, Russian Federation.

he.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d0de3fb09aa8c7cf74ddc1babb2479b0bd36f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "updatenotification",
    {
    "Update notifications" : "עדכון דיווחים",
    "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
    "Updated channel" : "ערוץ מעודכן",
    "Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין.",
    "Updater" : "מעדכן",
    "A new version is available: %s" : "קיימת גרסה מעודכנת: %s",
    "Open updater" : "פתיחת מעדכן",
    "Your version is up to date." : "הגרסה שבידך מעודכנת.",
    "Checked on %s" : "נבדק לאחרונה ב- %s",
    "Update channel:" : "עדכון ערוץ:",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר.",
    "Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:"
},
"nplurals=2; plural=(n != 1);");