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

hy.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7bccf2c8c6b3b4aa69d36dd1a80814a452bd767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "files_texteditor",
    {
    "This file is too big to be opened. Please download the file instead." : "Ֆայլը չափից ավելի մեծ է բացելու համար։ Փոխարենը ներբեռնիր խնդրում եմ:",
    "Cannot read the file." : "Չկարողացա կարդալ ֆայլը։",
    "Invalid file path supplied." : "Անվավեր ֆայլի հասցե է տրամադրված։",
    "The file is locked." : "Ֆայլը կողպած է։",
    "An internal server error occurred." : "Սերվերի ներքին սխալ։",
    "Cannot save file as it has been modified since opening" : "Չեմ կարող պահել ֆայլը, քանի որ այն բացելուց հետո փոփոխվել է",
    "File path not supplied" : "Ֆայլի հասցեն տրամադրված չէ",
    "File mtime not supplied" : "Ֆայլի mtimeը տրամադրված չէ",
    "saving..." : "պահում եմ...",
    "saved!" : "պահվե՛ց",
    "failed!" : "ձախողվե՛ց",
    "Saved" : "Պահված",
    "There was a problem saving your changes. Click to resume editing." : "Խնդիր եղավ փոփոխությունները պահելիս։ Կտտացրու խմբագրումը շարունակելու համար։",
    "An error occurred!" : "Սխալ պատահեց",
    "Text file" : "Տեքստ ֆայլ",
    "New text file.txt" : "Նոր տեքստ ֆայլ.txt"
},
"nplurals=2; plural=(n != 1);");