nextcloud/apps/files/l10n/ka_GE.js

58 lines
5.3 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"Unknown error" : "უცნობი შეცდომა",
"Could not move %s - File with this name already exists" : "%s –ის გადატანა ვერ მოხერხდა ფაილი ამ სახელით უკვე არსებობს",
"Could not move %s" : "%s –ის გადატანა ვერ მოხერხდა",
"File name cannot be empty." : "ფაილის სახელი არ შეიძლება იყოს ცარიელი.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "არადაშვებადი სახელი, '\\', '/', '<', '>', ':', '\"', '|', '?' და '*' არ არის დაიშვებული.",
"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" : "ფაილები",
2014-12-17 09:56:41 +03:00
"Favorites" : "ფავორიტები",
2014-12-19 09:56:51 +03:00
"Home" : "სახლი",
"Upload cancelled." : "ატვირთვა შეჩერებულ იქნა.",
"File upload is in progress. Leaving the page now will cancel the upload." : "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას",
"{new_name} already exists" : "{new_name} უკვე არსებობს",
2014-12-14 09:54:56 +03:00
"Rename" : "გადარქმევა",
"Delete" : "წაშლა",
"Unshare" : "გაუზიარებადი",
2015-01-13 09:56:58 +03:00
"Download" : "ჩამოტვირთვა",
"Pending" : "მოცდის რეჟიმში",
"Error" : "შეცდომა",
"Name" : "სახელი",
"Size" : "ზომა",
"Modified" : "შეცვლილია",
"_%n folder_::_%n folders_" : [""],
"_%n file_::_%n files_" : [""],
"_Uploading %n file_::_Uploading %n files_" : [""],
"Your storage is full, files can not be updated or synced anymore!" : "თქვენი საცავი გადაივსო. ფაილების განახლება და სინქრონიზირება ვერ მოხერხდება!",
"Your storage is almost full ({usedSpacePercent}%)" : "თქვენი საცავი თითქმის გადაივსო ({usedSpacePercent}%)",
2015-01-12 09:55:52 +03:00
"_matches '{filter}'_::_match '{filter}'_" : [""],
2014-12-17 09:56:41 +03:00
"Favorite" : "ფავორიტი",
"File handling" : "ფაილის დამუშავება",
"Maximum upload size" : "მაქსიმუმ ატვირთის ზომა",
"max. possible: " : "მაქს. შესაძლებელი:",
"Save" : "შენახვა",
2014-12-19 09:56:51 +03:00
"Settings" : "პარამეტრები",
"WebDAV" : "WebDAV",
"New" : "ახალი",
"Text file" : "ტექსტური ფაილი",
"New folder" : "ახალი ფოლდერი",
"Folder" : "საქაღალდე",
2014-12-20 09:56:24 +03:00
"Upload" : "ატვირთვა",
2014-12-19 09:56:51 +03:00
"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;");