diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-08 00:19:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-08 00:19:44 +0000 |
commit | 4fa4b4b4767890f3cc1ec3470ece4fd231c8a484 (patch) | |
tree | 519e62a0a0f166afdee374733a0f2756e6c12645 /core/l10n/ka.js | |
parent | 0395cd8716312441be9f1011a5aa12adac9555e4 (diff) | |
download | nextcloud-server-4fa4b4b4767890f3cc1ec3470ece4fd231c8a484.tar.gz nextcloud-server-4fa4b4b4767890f3cc1ec3470ece4fd231c8a484.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ka.js')
-rw-r--r-- | core/l10n/ka.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/core/l10n/ka.js b/core/l10n/ka.js index 3deb4136b99..9f34335f9b4 100644 --- a/core/l10n/ka.js +++ b/core/l10n/ka.js @@ -1,18 +1,18 @@ OC.L10N.register( "core", { - "Please select a file." : "Please select a file.", - "File is too big" : "File is too big", - "The selected file is not an image." : "The selected file is not an image.", - "The selected file cannot be read." : "The selected file cannot be read.", - "The file was uploaded" : "The file was uploaded", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", - "The file was only partially uploaded" : "The file was only partially uploaded", - "No file was uploaded" : "No file was uploaded", - "Missing a temporary folder" : "Missing a temporary folder", - "Could not write file to disk" : "Could not write file to disk", - "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", + "Please select a file." : "გთხოვთ, აირჩიოთ ფაილი.", + "File is too big" : "ფაილი ზედმეტად დიდია", + "The selected file is not an image." : "არჩეული ფაილი არ არის სურათი.", + "The selected file cannot be read." : "არჩეული ფაილი ვერ იკითხება.", + "The file was uploaded" : "ფაილი ატვირთულ იქნა", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "ატვირთული ფაილი აჭარბებს php.ini-ში დაყენებულ upload_max_filesize დირექტივას", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ატვირთული ფაილი აჭარბებს MAX_FILE_SIZE დირექტივას, რომელიც მითითებული იყო HTML ფორმაში", + "The file was only partially uploaded" : "ფაილი მხოლოდ ნაწილობრივ აიტვირთა", + "No file was uploaded" : "არცერთი ფაილი არ აიტვირთა", + "Missing a temporary folder" : "დროებითი საქაღალდე ვერ იძებნება", + "Could not write file to disk" : "დისკზე ჩაწერა ვერ მოხერხდა", + "A PHP extension stopped the file upload" : "PHP გაფართოებამ შეწყვიტა ფაილის ატვირთვა", "Invalid file provided" : "Invalid file provided", "No image or file provided" : "No image or file provided", "Unknown filetype" : "Unknown filetype", |