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

ka_GE.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c76e75864f9b0b5c5bc70e3e8d3cc5aa6030844a (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
OC.L10N.register(
    "files",
    {
    "Unknown error" : "უცნობი შეცდომა",
    "Could not move %s - File with this name already exists" : "%s –ის გადატანა ვერ მოხერხდა – ფაილი ამ სახელით უკვე არსებობს",
    "Could not move %s" : "%s –ის გადატანა ვერ მოხერხდა",
    "No file was uploaded. Unknown error" : "ფაილი არ აიტვირთა. უცნობი შეცდომა",
    "There is no error, the file uploaded with success" : "ჭოცდომა არ დაფიქსირდა, ფაილი წარმატებით აიტვირთა",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "ატვირთული ფაილი აჭარბებს upload_max_filesize დირექტივას php.ini ფაილში",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ატვირთული ფაილი აჭარბებს  MAX_FILE_SIZE დირექტივას, რომელიც მითითებულია HTML ფორმაში",
    "The uploaded file was only partially uploaded" : "ატვირთული ფაილი მხოლოდ ნაწილობრივ აიტვირთა",
    "No file was uploaded" : "ფაილი არ აიტვირთა",
    "Missing a temporary folder" : "დროებითი საქაღალდე არ არსებობს",
    "Failed to write to disk" : "შეცდომა დისკზე ჩაწერისას",
    "Not enough storage available" : "საცავში საკმარისი ადგილი არ არის",
    "Invalid directory." : "დაუშვებელი დირექტორია.",
    "Files" : "ფაილები",
    "Favorites" : "ფავორიტები",
    "Home" : "სახლი",
    "Close" : "დახურვა",
    "Upload cancelled." : "ატვირთვა შეჩერებულ იქნა.",
    "File upload is in progress. Leaving the page now will cancel the upload." : "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას",
    "Actions" : "მოქმედებები",
    "Download" : "ჩამოტვირთვა",
    "Rename" : "გადარქმევა",
    "Delete" : "წაშლა",
    "Details" : "დეტალური ინფორმაცია",
    "Pending" : "მოცდის რეჟიმში",
    "Error" : "შეცდომა",
    "{new_name} already exists" : "{new_name} უკვე არსებობს",
    "Name" : "სახელი",
    "Size" : "ზომა",
    "Modified" : "შეცვლილია",
    "New" : "ახალი",
    "File name cannot be empty." : "ფაილის სახელი არ შეიძლება იყოს ცარიელი.",
    "Your storage is full, files can not be updated or synced anymore!" : "თქვენი საცავი გადაივსო. ფაილების განახლება და სინქრონიზირება ვერ მოხერხდება!",
    "Your storage is almost full ({usedSpacePercent}%)" : "თქვენი საცავი თითქმის გადაივსო ({usedSpacePercent}%)",
    "Favorite" : "ფავორიტი",
    "Upload" : "ატვირთვა",
    "Text file" : "ტექსტური ფაილი",
    "Folder" : "საქაღალდე",
    "New folder" : "ახალი ფოლდერი",
    "File handling" : "ფაილის დამუშავება",
    "Maximum upload size" : "მაქსიმუმ ატვირთის ზომა",
    "max. possible: " : "მაქს. შესაძლებელი:",
    "Save" : "შენახვა",
    "Settings" : "პარამეტრები",
    "WebDAV" : "WebDAV",
    "Cancel upload" : "ატვირთვის გაუქმება",
    "Upload too large" : "ასატვირთი ფაილი ძალიან დიდია",
    "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.",
    "Files are being scanned, please wait." : "მიმდინარეობს ფაილების სკანირება, გთხოვთ დაელოდოთ."
},
"nplurals=1; plural=0;");