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

ka_GE.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 837bd9afc32caf9d5be4ce691ecfb7c0bd2e2e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_texteditor",
    {
    "Saved!" : "შენახულია!",
    "Saved" : "შენახულ იქნა",
    "There was a problem saving your changes. Click to resume editing." : "ცვლილებების შენახვისას წარმოიქმნა შეცდომა. ცვლილების გასაგრძელებლად დააწკაპუნეთ.",
    "An error occurred!" : "დაფიქსირდა შეცდომა!",
    "Edit" : "შეცვლა",
    "Mixed" : "შერეული",
    "Preview" : "წინასწარი ჩვენება",
    "New text file" : "ახალი ტექსტ ფაილი",
    "New text file.txt" : "ახალი ტექსტი file.txt",
    "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." : "გამოჩნდა შიდა სერვერის შეცდომა."
},
"nplurals=2; plural=(n!=1);");