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

eu.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d790047f849f5871f4c8d65ec518a81a3e5fb7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} eskuragarri dago. Lortu informazio gehiago eguneraketa nola egiteari buruz.",
    "Channel updated" : "Kanala eguneratuta",
    "Update notifications" : "Eguneratu jakinarazpenak",
    "Please check the Nextcloud and server log files for errors." : "Mesedez, egiaztatu Nextcloud eta zerbitzariaren erregistroko fitxategiak akatsak dauden ikusteko.",
    "Update to %1$s is available." : "%1$s-ra eguneratzea eskuragarri dago.",
    "Update for %1$s to version %2$s is available." : "%1$s(r)entzako %2$s bertsiora eguneratzea eskuragarri dago.",
    "Update notification" : "Eguneratu jakinarazpena",
    "Apps missing updates" : "Eguneratzeak falta dituzten aplikazioak",
    "View in store" : "Dendan ikusi",
    "Apps with available updates" : "Eguneratzeak eskuragarri dituzten aplikazioak",
    "Open updater" : "Ireki eguneratzailea",
    "Download now" : "Deskargatu orain",
    "What's new?" : "Zer berri?",
    "Your version is up to date." : "Zure bertsioa eguneratuta dago.",
    "Update channel:" : "Eguneraketa kanala:",
    "Only notification for app updates are available." : "Aplikazioaren eguneraketen jakinarazpenak soilik daude eskuragarri.",
    "Checked on {lastCheckedDate}" : "{lastCheckedDate}-n egiaztatuta",
    "Checking apps for compatible updates" : "Egiaztatzen eguneratzeetarako aplikazio bateragarriak",
    "<strong>All</strong> apps have an update for this version available" : "Aplikazio <strong>guztiek</strong>  eguneraketa bat dute bertsio honentzat eskuragarri",
    "View changelog" : "Ikusi aldaketen egunkaria",
    "Enterprise" : "Enpresa",
    "Stable" : "Egonkorra",
    "Beta" : "Beta",
    "A pre-release version only for testing new features, not for production environments." : "Argitaratu aurreko bertsioa funtzionalitate berriak probatzeko soilik da, ez ekoizpen inguruneetarako.",
    "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> aplikazioak ez du bertsio hau eskuragarri eguneratzeko","<strong>%n</strong> aplikazioek ez dute bertsio hau eskuragarri eguneratzeko"]
},
"nplurals=2; plural=(n != 1);");