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

he.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09e655c422f3a0e2c817f175132be5274d427e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "לא ניתן להחזיר: %s",
    "Versions" : "גרסאות",
    "Failed to revert {file} to revision {timestamp}." : "נכשל אחזור {file} לגרסה {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"],
    "Restore" : "שחזור",
    "No earlier versions available" : "אין גרסאות קודמות זמינות",
    "More versions …" : "גרסאות נוספות…"
},
"nplurals=2; plural=(n != 1);");