Localizable.strings 136 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  1. //
  2. // Localizable.strings
  3. // Nextcloud
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. "_itunes_" = "iTunes";
  23. "_cancel_" = "უარყოფა";
  24. "_tap_to_cancel_" = "Tap to cancel";
  25. "_cancel_request_" = "Do you want to cancel?";
  26. "_upload_file_" = "ფაილის ატვირთვა";
  27. "_download_file_" = "ფაილის ჩამოტვირთვა";
  28. "_loading_" = "იტვირთება";
  29. "_loading_with_points_" = "Loading …";
  30. "_loading_num_" = "იტვირთება ფაილი %i";
  31. "_loading_autoupload_" = "ავტო-ატვირთვა";
  32. "_uploading_" = "ატვირთვა";
  33. "_synchronization_" = "სინქრონიზაცია";
  34. "_delete_" = "წაშლა";
  35. "_delete_file_n_" = "ფაილის %i წაშლა სულ %i-იდან";
  36. "_rename_" = "სახელის შეცვლა";
  37. "_rename_file_" = "Rename file";
  38. "_rename_folder_" = "ფოლდერის სახელის გადარქმევა";
  39. "_move_" = "გადატანა";
  40. "_move_file_n_" = "ფაილის %i გადატანა სულ %i-იდან";
  41. "_creating_sharing_" = "გაზიარების შექმნა";
  42. "_updating_sharing_" = "გაზიარების განახლება";
  43. "_removing_sharing_" = "გაზიარების შეწყვეტა";
  44. "_add_" = "დამატება";
  45. "_login_" = "ლოგინი";
  46. "_save_" = "შენახვა";
  47. "_warning_" = "გაფრთხილება";
  48. "_error_" = "შეცდომა";
  49. "_no_" = "არა";
  50. "_yes_" = "კი";
  51. "_select_" = "არჩევა";
  52. "_deselect_" = "არჩევნიდან მოშორება";
  53. "_select_all_" = "ყველას არჩევა";
  54. "_upload_" = "ატვირთვა";
  55. "_home_" = "ფაილები";
  56. "_files_" = "ფაილები";
  57. "_home_dir_" = "სახლი";
  58. "_file_to_upload_" = "ასატვირთი ფაილი";
  59. "_destination_" = "დანიშნულება";
  60. "_ok_" = "კარგი";
  61. "_beta_version_" = "ბეტა ვერსია";
  62. "_function_in_testing_" = "ფუნქცია მოწმდება. გთხოვთ გამოგვიგზავნოთ ინფორმაცია ნებისმიერ პრობლემასა და ხარვეზზე.";
  63. "_done_" = "დასრულებულია";
  64. "_clear_" = "გასუფთავება";
  65. "_passcode_too_short_" = "პასკოდი ზედმეტად მოკლეა, საჭიროა მინიმუმ 4 სიმბოლო";
  66. "_selected_" = "არჩეულია";
  67. "_scan_fingerprint_" = "აუტენტიფიკაციისთვის დაასკანირეთ თითის ანაბეჭდი";
  68. "_no_active_account_" = "ანგარიში ვერ მოიძებნა";
  69. "_info_" = "ინფორმაცია";
  70. "_warning_" = "გაფრთხილება";
  71. "_email_" = "ელ-ფოსტა";
  72. "_save_exit_" = "გსურთ გახვიდეთ შენახვის გარეშე?";
  73. "_video_" = "ვიდეო";
  74. "_overwrite_" = "გადაწერა";
  75. "_transfers_in_queue_" = "Transfers in progress, please wait …";
  76. "_too_errors_upload_" = "Too many errors, please verify the problem";
  77. "_create_" = "შექმნა";
  78. "_create_folder_" = "შექმენით დირექტორია";
  79. "_create_folder_e2ee_" = "Create encrypted folder";
  80. "_create_folder_on_" = "შექმენით დირექტორია";
  81. "_close_" = "დახურვა";
  82. "_postpone_" = "გადადება";
  83. "_remove_" = "გაუქმება";
  84. "_file_not_found_" = "ფაილი ვერ იქნა ნაპოვნი";
  85. "_continue_" = "გაგრძელება";
  86. "_continue_editing_" = "Continue editing";
  87. "_continue_request_" = "გსურთ გაგრძელება?";
  88. "_auto_upload_folder_" = "ავტო-ატვირთვა";
  89. "_gallery_" = "გალერეა";
  90. "_photo_" = "ფოტო";
  91. "_audio_" = "აუდიო";
  92. "_unknown_" = "ამოუცნობი";
  93. "_additional_view_options_" = "Additional view options";
  94. "_next_" = "შემდეგი";
  95. "_success_" = "წარმატება";
  96. "_initialization_" = "ინიციალიზაცია";
  97. "_experimental_" = "ექსპერიმენტალური";
  98. "_select_dir_media_tab_" = "Select as folder \"Media\"";
  99. "_error_creation_file_" = "Oops! Could not create the file";
  100. "_save_path_" = "Save path";
  101. "_save_settings_" = "პარამეტრების შენახვა";
  102. "_mode_filename_" = "Filename mode";
  103. "_warning_owncloud_" = "You are connected to an ownCloud server. This is untested and unsupported, use at your own risk. To upgrade to Nextcloud, see https://nextcloud.com/migration";
  104. "_warning_unsupported_" = "You are using an unsupported version of Nextcloud. For the safety of your data we strongly recommend updating to the latest stable Nextcloud";
  105. "_restore_" = "აღდგენა";
  106. "_camera_roll_" = "Camera roll";
  107. "_tap_here_to_change_" = "Tap here to change";
  108. "_no_albums_" = "No albums";
  109. "_denied_album_" = "This app does not have access to \"Photos\", you can enable access in Privacy Settings";
  110. "_denied_camera_" = "This app does not have access to \"Camera\", you can enable access in Privacy Settings";
  111. "_start_" = "დაწყება";
  112. "_force_start_" = "Force the start";
  113. "_purchase_" = "Purchase";
  114. "_account_not_available_" = "The account %@ of %@ does not exist, please add it to be able to read the file %@";
  115. "_the_account_" = "The account";
  116. "_does_not_exist_" = "does not exist";
  117. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  118. "_comments_" = "კომენტარები";
  119. "_sharing_" = "გაზიარება";
  120. "_details_" = "დეტალები";
  121. "_sub_details_" = "Subscription Details";
  122. "_subscriptions_" = "Subscriptions";
  123. "_dark_mode_" = "Dark mode";
  124. "_dark_mode_detect_" = "Detect iOS dark mode";
  125. "_screen_" = "Screen";
  126. "_wipe_account_" = "Account is wiped from server";
  127. "_appconfig_view_title_" = "Account configuration in progress …";
  128. "_no_permission_add_file_" = "You don't have permission to add files";
  129. "_no_permission_delete_file_" = "You don't have permission to delete files";
  130. "_no_permission_modify_file_" = "You don't have permission to modify files";
  131. "_no_permission_favorite_file_" = "You don't have permission to add the file to your favorites";
  132. "_request_upload_new_ver_" = "The file has been modified, do you want to upload the new version?";
  133. "_add_folder_info_" = "Add folder info";
  134. "_back_" = "უკან";
  135. "_search_" = "ძიება";
  136. "_of_" = "სულ";
  137. "_internal_modify_" = "Edit with internal editor";
  138. "_database_corrupt_" = "Oops something went wrong, please enter your credentials but don't worry, your files have remained secure";
  139. "_livephoto_save_" = "Save Live Photo to Photo Album";
  140. "_livephoto_save_error_" = "Error during save of Live Photo";
  141. "_file_conflict_num_" = "file conflict";
  142. "_file_conflicts_num_" = "file conflicts";
  143. "_file_conflict_desc_" = "Which files do you want to keep?\nIf you select both versions, the copied file will have a number added to its name.";
  144. "_file_conflict_new_" = "New files";
  145. "_file_conflict_exists_" = "უკვე არსებული ფაილები";
  146. "_file_not_rewite_doc_" = "It is not possible to overwrite a document but only to create a new one";
  147. "_move_or_copy_" = "Move or copy";
  148. "_copy_" = "კოპირება";
  149. "_now_" = "Now";
  150. "_wait_" = "Please wait …";
  151. "_attention_" = "ყურადღება";
  152. "_recent_" = "ახალი";
  153. "_view_in_folder_" = "ჩვენება დირექტორიაში";
  154. "_leave_share_" = "Leave this share";
  155. "_premium_" = "Premium";
  156. "_professional_" = "Professional";
  157. "_current_" = "ამჟამინდელი";
  158. "_buy_" = "Buy";
  159. "_disabled_" = "Disabled";
  160. "_standard_" = "Standard";
  161. "_maximum_" = "Maximum";
  162. "_error_occurred_" = "An error occurred, please try again";
  163. "_retry_" = "ხელახლა ცდა";
  164. "_images_" = "Images";
  165. /* MARK: Files lock */
  166. "_lock_" = "ჩაკეტვა";
  167. "_unlock_" = "გახსნა";
  168. "_lock_file_" = "Lock file";
  169. "_unlock_file_" = "Unlock file";
  170. "_lock_selected_files_" = "Lock files";
  171. "_unlock_selected_files_" = "Unlock files";
  172. "_locked_by_" = "Locked by %@";
  173. "_file_locked_no_override_" = "This file is locked. It cannot be overridden.";
  174. "_lock_no_permissions_selected_" = "Not allowed for some selected files or folders";
  175. /* Remove a file from a list, don't delete it entirely */
  176. "_remove_file_" = "Remove file";
  177. /* Delete file and put it into the trash */
  178. "_delete_file_" = "გაუქმდეს ფაილი";
  179. "_delete_folder_" = "დირექტორიის გაუქმება";
  180. "_delete_photo_" = "Delete photo";
  181. "_delete_video_" = "Delete video";
  182. "_automatic_Download_Image_" = "Use images in full resolution";
  183. "_automatic_Download_Image_footer_" = "When viewing images always download, if not available locally, the images in full resolution";
  184. "_size_" = "ზომა";
  185. "_file_size_" = "Exported file size";
  186. "_dimension_" = "Dimension";
  187. "_duration_" = "Duration";
  188. "_model_" = "Model";
  189. "_set_user_status_" = "Set user status";
  190. "_open_settings_" = "პარამეტრების გახსნა";
  191. "_rename_ext_title_" = "Change file type?";
  192. "_rename_ext_message_" = "This file may behave differently if you change it from .%@ to %@";
  193. "_use_" = "მოხმარება";
  194. "_keep_" = "Keep";
  195. "_account_request_" = "Request account";
  196. "_settings_account_request_" = "Request account at startup";
  197. "_print_" = "Print";
  198. "_alias_" = "Alias";
  199. "_alias_placeholder_" = "Write the alias";
  200. "_alias_footer_" = "Give your account names a descriptive name such as Home, Office, School …";
  201. "_chunk_size_mb_" = "Chunk size in MB";
  202. "_chunk_footer_title_" = "Chunked file upload (0 is disabled)\nImportant: the chunked upload works only when the app is \"active\".";
  203. "_privacy_legal_" = "Privacy and Legal Policy";
  204. "_source_code_" = "მიიღეთ კოდი";
  205. "_account_select_" = "Select the account";
  206. "_account_select_to_add_" = "Select the account to add";
  207. "_host_insert_" = "Insert the hostname, for example:";
  208. "_certificate_not_found_" = "File %@ in documents directory not found.";
  209. "_copy_failed_" = "Copy failed";
  210. "_certificate_installed_" = "Certificate installed";
  211. "_remove_local_account_" = "Remove local account";
  212. "_want_delete_account_" = "Do you want to remove local account?";
  213. "_prevent_http_redirection_"= "The redirection in HTTP is not permitted";
  214. "_pdf_vertical_" = "PDF vertical display";
  215. "_pdf_horizontal_" = "PDF horizontal display";
  216. "_single_file_conflict_title_" = "ფაილის კონფლიქტი";
  217. "_multi_file_conflict_title_" = "%@ File conflicts";
  218. "_replace_action_title_" = "ჩანაცვლება";
  219. "_keep_both_action_title_" = "ორივეს შენარჩუნება";
  220. "_cancel_keep_existing_action_title_" = "Cancel and keep existing";
  221. "_replace_all_action_title_" = "Replace all";
  222. "_keep_both_for_all_action_title_" = "Keep both for all";
  223. "_more_action_title_" = "More Details";
  224. "_wait_file_preparation_" = "Please wait, preparing file upload…";
  225. "_wait_file_encryption_" = "Please wait, encrypting file…";
  226. "_passcode_counter_fail_" = "Too many failed attempts, please wait before reattempting";
  227. "_seconds_" = "წამი";
  228. /* Background of the file listing view */
  229. "_use_as_background_" = "Use it as a background";
  230. /* Background of the file listing view */
  231. "_background_" = "Background";
  232. "_dark_mode_" = "Dark mode";
  233. "_default_color_" = "Use the default color";
  234. "_as_default_color_" = "Use as default color";
  235. // MARK: User Status
  236. /* User status */
  237. "_online_" = "Online";
  238. /* User status */
  239. "_away_" = "Away";
  240. /* User status */
  241. "_dnd_" = "Do not disturb";
  242. /* User status */
  243. "_dnd_description_" = "Mute all notifications";
  244. /* User status */
  245. "_invisible_" = "უჩინარი";
  246. /* User status */
  247. "_invisible_description_" = "Appear offline";
  248. /* User status */
  249. "_status_message_" = "Status message";
  250. "_status_message_placehorder_" = "What is your status?";
  251. "_online_status_" = "Online status";
  252. "_clear_status_message_" = "Clear status message";
  253. "_set_status_message_" = "Set status message";
  254. "_clear_status_message_after_" = "Clear status message after";
  255. /* User status */
  256. "_select_option_" = "Select option";
  257. "_dont_clear_" = "Don't clear";
  258. "_30_minutes_" = "30 წუთი";
  259. "_an_hour_" = "საათი";
  260. "_1_hour_" = "1 საათი";
  261. "_4_hours_" = "4 საათი";
  262. "day" = "დღეს";
  263. "_this_week_" = "ამ კვირაში";
  264. "_days_" = "Days";
  265. "_hours_" = "საათი";
  266. "_minutes_" = "წუთი";
  267. "_network_available_" = "ქსელი ხელმისაწვდომია";
  268. "_network_not_available_" = "ქსელი ხელმიუწვდომელია";
  269. "_file_too_big_" = "File size too big to be encrypted/decrypted";
  270. "_file_too_big_max_100_" = "File size too big (max 100 kb.)";
  271. "_...loading..._" = "Loading …";
  272. "_download_plist_" = " ";
  273. "_no_reuploadfile_" = "ვერ ვიპოვეთ და ვერ გადავაგზავნეთ ფაილი. ასატვირთად გააუქმეთ ატვირთვა და ხელახლა გახსენით ის.";
  274. "_file_already_exists_" = "ოპერაციის დასრულება შეუძლებელია, არსებობს ფაილი იმავე სახელით";
  275. "_read_file_error_" = "ფაილის წაკითხვის შეცდომა";
  276. "_write_file_error_" = "Could not write the file";
  277. "_files_lock_error_" = "There was an error changing the lock of this file";
  278. "_more_" = "მეტი";
  279. "_notifications_" = "შეტყობინებები";
  280. "_logout_" = "გასვლა";
  281. "_quota_space_unlimited_" = "ულიმიტო";
  282. "_quota_space_unknown_" = "ამოუცნობი";
  283. "_quota_using_" = "იყენებთ %@-ს სულ%@-იდან";
  284. "_acknowledgements_" = "დადასტურებები";
  285. "_settings_" = "პარამეტრები";
  286. "_passcode_" = "პაროლი";
  287. "_enter_password_" = "Enter password …";
  288. "_lock_" = "ჩაკეტვა";
  289. "_lock_active_" = "ჩაკეტვა: აქტიური";
  290. "_lock_not_active_" = "ჩაკეტვა: არააქტიური";
  291. "_lock_protection_no_screen_" = "არ მკითხოთ ჩართვისას";
  292. "_lock_protection_no_screen_footer_" = "Use \"Do not ask at startup\" for the encryption option.";
  293. "_enable_touch_face_id_" = "Enable Touch/Face ID";
  294. "_url_" = "მისამართი";
  295. "_username_" = "მომხმარებელი";
  296. "_change_credentials_" = "მონაცემების შეცვლა";
  297. "_wifi_only_" = "მხოლოდ Wi-Fi კავშირის გამოყენება";
  298. "_settings_autoupload_" = "ავტო-ატვირთვა";
  299. "_app_version_" = "აპლიკაციის ვერსია";
  300. "_app_in_use_" = "აპლიკაცია გამოიყენება";
  301. "_contact_by_email_" = "დაგვიკავშირდით ელ-ფოსტით";
  302. "_clear_cache_" = "კეშის გასუფთავება";
  303. "_clear_cache_footer_" = "Clear downloaded and offline files from the app";
  304. "_exit_" = "Reset application";
  305. "_exit_footer_" = "Remove all accounts and local data from the app.";
  306. "_funct_not_enabled_" = "ფუნქცია არაა მოქმედი";
  307. "_passcode_activate_" = "პაროლით ჩაკეტვა გააქტიურებულია";
  308. "_disabling_passcode_" = "ვთიშავთ პაროლით ჩაკეტვას";
  309. "_want_exit_" = "ყურადღება! დაბრუნდება ინიციალურ მდოგმარეობაში. გავაგრძელოთ?";
  310. "_proceed_" = "გაგრძელება";
  311. "_delete_cache_" = "კეშის წაშლა";
  312. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress)?";
  313. "_want_delete_thumbnails_" = "ყველა მინიატურის გაუქმებაც გსურთ?";
  314. "_mail_deleted_" = "ელ-ფოსტა წაშლილია";
  315. "_mail_saved_" = "ელ-ფოსტა შენახულია";
  316. "_mail_sent_" = "ელ-წერილი გაგზავნილია";
  317. "_mail_failure_" = "ელ-წერილის გაგზავნა ვერ მოხერხდა: %@";
  318. "_information_req_" = "ინფორმაციის მოთხოვნა";
  319. "_write_in_english_" = "გთოხვთ მოგვწეროთ ინგლისურ ენაზე";
  320. "_credentials_" = "მონაცემები";
  321. "_manage_account_" = "ანგარიშის მენეჯმენტი";
  322. "_change_password_" = "პაროლის შეცვლა";
  323. "_add_account_" = "ანგარიშის დამატება";
  324. "_delete_account_" = "ანგარიშის გაუქმება";
  325. "_delete_active_account_" = "Remove active account";
  326. "_want_delete_" = "You will delete the following: ";
  327. "_want_leave_share_" = "You will leave the following shares: ";
  328. "_no_delete_" = "არა, არ გააუქმოთ";
  329. "_yes_delete_" = "კი, გააუქმეთ";
  330. "_remove_cache_" = "Deleting cache, please wait …";
  331. "_optimizations_" = "ოპტიმიზაციები";
  332. "_synchronizations_" = "სინქრონიზირებული დირექტორიები";
  333. "_version_server_" = "სერვერის ვერსია";
  334. "_help_" = "დახმარება";
  335. "_change_simply_passcode_" = "პაროლის სახეობის შეცვლა";
  336. "_quota_" = "კვოტა";
  337. "_available_" = "Available";
  338. "_not_available_" = "Not available";
  339. "_accounts_" = "ანგარიშები";
  340. "_information_" = "ინფორმაცია";
  341. "_personal_information_" = "პირადი ინფორმაცია";
  342. "_user_full_name_" = "სრული სახელი";
  343. "_user_address_" = "მისამართი";
  344. "_user_phone_" = "ტელეფონის ნომერი";
  345. "_user_email_" = "ელ-ფოსტა";
  346. "_user_web_" = "ვებ-საიტი";
  347. "_user_twitter_" = "Twitter-ი";
  348. "_user_job_" = "Job";
  349. "_user_businesssize_" = "Business size";
  350. "_user_businesstype_" = "Business type";
  351. "_user_city_" = "ქალაქი";
  352. "_user_country_" = "ქვეყანა";
  353. "_user_company_" = "Company";
  354. "_user_role_" = "Role";
  355. "_user_zip_" = "Zip";
  356. "_user_owner_" = "მფლობელი";
  357. "_user_employee_" = "Employee";
  358. "_user_contractor_" = "Contractor";
  359. "_user_editprofile_" = "Edit profile";
  360. "_select_offline_warning_" = "Making multiple files and folders available offline may take a while and use a lot of memory while doing so.";
  361. "_advanced_" = "დამატებითი";
  362. "_permissions_" = "უფლებები";
  363. "_disable_files_app_" = "Disable Files App integration";
  364. "_disable_files_app_footer_" = "Do not permit the access of files via the iOS Files application.";
  365. "_trial_" = "Trial";
  366. "_trial_expired_day_" = "Days remaining";
  367. "_time_remaining_" = "%@ remaining";
  368. "_disableLocalCacheAfterUpload_footer_" = "After uploading the file, do not keep it in the local cache";
  369. "_disableLocalCacheAfterUpload_" = "Disable local cache";
  370. "_autoupload_" = "ავტო-ატვირთვა ფოტოები/ვიდეოები";
  371. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  372. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  373. "_autoupload_background_" = "ავტო-ატვირთვა ფონურ რეჟიმში";
  374. "_autoupload_photos_" = "ფოტოების ავტო-ატვირთვა";
  375. "_autoupload_videos_" = "ვიდეოების ავტო-ატვირთვა";
  376. "_autoupload_favorites_" = "Auto upload favorites only";
  377. "_autoupload_description_" = "New photos/videos will be automatically uploaded to your server.";
  378. "_autoupload_description_background_" = "ეს არჩევანი ადგილდებარეობის მკვეთრი ცვლილებისას კამერის როლში არსებული ფოტოების/ვიდეოების ამოცნობის ინიციალიზაციისთვის საჭიროებს GPS-ის გამოყენებას";
  379. "_autoupload_background_title_" = "შეზღუდვები";
  380. "_autoupload_background_msg_" = "iOS-ის შეზრუდვების გამო GPS სერვისების გააქტიურების გარეშე ჯერჯერობით შეუძლებელია პროცესების ფონურ რეჟიმში შესრულება. როდესაც ტელეფონი ფიჭურ ქსელში იცვლება, სისტემა დროის მოკლე პერიოდით იღვიძებს და ქლაუდში ასატვირთად ამოწმებს ახალ ფოტოებს.";
  381. "_autoupload_change_location_" = "დირექტორიის შეცვლა";
  382. "_autoupload_location_now_" = "დირექტორია";
  383. "_autoupload_location_default_" = "საწყისი დირექტორიის საწყის მდოგმარეობაში დაბრუნება";
  384. "_autoupload_change_location_footer_" = "Change folder used for \"Automatic upload of camera photos\" (if the option is enabled)";
  385. "_autoupload_not_select_home_" = "დირექტორიის არჩევა";
  386. "_autoupload_save_album_" = "ფოტოს ან ვიდეოს კოპირება ფოტო ალბომში";
  387. "_autoupload_fullphotos_" = "მთელი კამერა როლის ატვირთვა";
  388. "_autoupload_fullphotos_footer_" = "Adjust the options above before uploading.";
  389. "_autoupload_create_subfolder_" = "გამოიყენეთ ქვე-დირექტორიები";
  390. "_autoupload_create_subfolder_footer_" = "Store in subfolders based on year, month or daily.";
  391. "_autoupload_subfolder_granularity_" = "Subfolder Granularity";
  392. "_filenamemask_" = "ფაილის სახელის მასკის ცვლილება";
  393. "_filenamemask_footer_" = "By default, when a file is uploaded, it automatically gets the following format: yy-mm-dd hh-mm-ss plus a 4-digit counter. If you do not like this format, you can change it here except for the final 4-digit counter, which cannot be omitted.";
  394. "_autoupload_current_folder_" = "Currently selected folder";
  395. "_help_tutorial_" = "გაკვეთილები";
  396. "_help_intro_" = "Nextcloud-ის საწყისები";
  397. "_help_activity_verbose_" = "დეტალური აქტივობის ლენტა";
  398. "_help_activity_mail_" = "ელ-წერილების გადაგზავნა აქტივობაზე";
  399. "_help_activity_clear_" = "აქტივობების გასუფთავება";
  400. "_show_hidden_files_" = "დამალული ფაილების ჩვენება";
  401. "_format_compatibility_" = "ყველაზე თავსებადი";
  402. "_format_compatibility_footer_" = "\"Most compatible\" will save photos as JPEG, if possible.";
  403. "_terms_" = "Terms of Service";
  404. "_privacy_" = "კონფიდენციალურობა";
  405. "_privacy_policy_" = "Privacy Policy";
  406. "_privacy_footer_" = "This app uses a service for the analysis of a crash. Your personal information is not sent with the report. If you want disable it, please change the setting \"Disable crash reporter\" to ON.";
  407. "_crashservice_title_" = "Disable crash reporter";
  408. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  409. "_upload_mov_livephoto_" = "Live Photo";
  410. "_upload_mov_livephoto_footer_" = "\"Live Photo\" will save the selected photo in \"Live Photo\" format, if possible.";
  411. "_view_capabilities_" = "View the capabilities";
  412. "_capabilities_" = "Capabilities";
  413. "_no_capabilities_found_" = "Capabilities not found";
  414. "_capabilities_footer_" = "Display the packages used by the app if they are installed and available on the server.";
  415. "_diagnostics_" = "Diagnostics";
  416. "_view_log_" = "View log file";
  417. "_clear_log_" = "Clear log file";
  418. "_set_log_level_" = "Set Log level";
  419. "_log_file_clear_alert_" = "Log file cleared \n successfully!";
  420. "_connect_server_anyway_" = "მაინც გსურთ დაუკავშირდეთ ამ სერვერს?";
  421. "_server_is_trusted_" = "Do you consider this server trusted?";
  422. "_connection_error_" = "კავშირის შეცდომა";
  423. "_serverstatus_error_" = "სერვერთან დაკავშირება ვერ მოხერხდა, გადაამოწმეთ თქვენი სერვერის მისამართი ან ქსელის სტატუსი";
  424. "_add_your_nextcloud_" = "Add your account";
  425. "_login_url_" = "Server address https:// …";
  426. "_login_bottom_label_" = "ჯერ არ გაქვთ სერვერი?\nაირჩიეთ პროვაიდერებისგან ერთი.";
  427. "_error_multidomain_" = "მისამართი არაა დაშვებული, მხოლოდ შემდეგი დომენებია მართებული:";
  428. "_account_already_exists_" = "ანგარიში %@ უკვე არსებობს";
  429. "_traditional_login_" = "უკან ძველი ავტორიზაციის მეთოდისკენ";
  430. "_web_login_" = "უკან ვებ-ავტორიზაციის მეთოდისკენ";
  431. "_login_url_error_" = "URL error, please verify your server URL";
  432. "_webflow_not_available_" = "Web login not available, use the old login method";
  433. "_favorites_" = "რჩეულები";
  434. "_favorite_short_" = "Favorite";
  435. "_unfavorite_" = "რჩეულებიდან ამოშლა";
  436. "_no_files_uploaded_" = "ფაილები არ ატვირთულა";
  437. "_tutorial_favorite_view_" = "აქ გამოჩნდება ფაილები და დირექტორიები, რომლებსაც მონიშნავთ ფავორიტებად";
  438. "_tutorial_offline_view_" = "აქ დაკოპირებული ფაილები ხელმისაწვდომები იქნებიან კავშირ-გარეშე რეჟიმში\n\nისინი სინქრონიზირებულ იქნებიან თქვენს ქლაუდთან.";
  439. "_tutorial_groupfolders_view_" = "No Group folders yet";
  440. "_tutorial_local_view_" = "შეგხვდებათ თქვენი ფაილები თქვენი ქლაუდიდან.\n\nამ ფაილების გასაზიარებლად დაუკავშირდით iTunes.";
  441. "_more_" = "მეტი";
  442. "_favorite_no_files_" = "ჯერ რჩეულები არაა";
  443. "_pull_down_" = "ჩამოწიეთ განახლებისთვის";
  444. "_no_photo_load_" = "ფოტო ან ვიდეო არაა";
  445. "_tutorial_autoupload_view_" = "ავტო-ატვირთვა შეგიძლიათ აამოქმედოთ \"პარამეტრებიდან\"";
  446. "_no_date_information_" = "No date information";
  447. "_no_camera_information_" = "No camera information";
  448. "_no_lens_information_" = "No lens information";
  449. "_today_" = "დღეს";
  450. "_yesterday_" = "გუშინ";
  451. "_time_" = "დრო: %@\n\n%@";
  452. "_location_not_enabled_" = "ადგილმდებარეობის სერვისები არაა ამოქმედებული";
  453. "_location_not_enabled_msg_" = "გადადით \"პარამეტრებში\" და ჩართეთ \"ადგილმდებარეობის სერვისები\"";
  454. "_access_photo_not_enabled_" = "ფოტოებთან წვდომა არაა ამოქმედებული";
  455. "_access_photo_not_enabled_msg_" = "გადადით \"პარამეტრებში\" და ჩართეთ \"ფოტოებთან წვდომა\"";
  456. "_access_background_app_refresh_denied_" = "\"Background App Refresh\" is denied. Please enable it in \"Settings\" otherwise, new photos or videos will not be detected when the application is in the background";
  457. "_access_photo_location_not_enabled_" = "ფოტოებთან და ადგილმდებარეობასთან წვდომა არაა ამოქმედებული";
  458. "_access_photo_location_not_enabled_msg_" = "გადადით \"პარამეტრებში\" და ჩართეთ \"ფოტოების წვდომა\" და \"ადგილმდებარეობის სერვისები\"";
  459. "_tutorial_photo_view_" = "ფოტოები ან ვიდეოები ჯერ არ ატვირთულა";
  460. "_error_createsubfolders_upload_" = "ქვე-დირექტორიების შექმნისას წარმოიქმნა შეცდომა";
  461. "_activate_autoupload_" = "ავტო-ატვირთვის ამოქმედება";
  462. "_remove_photo_CameraRoll_" = "Remove from camera roll";
  463. "_remove_photo_CameraRoll_desc_" = "\"Remove from camera roll\" after uploads, a confirmation message will be displayed to delete the uploaded photos or videos from the camera roll. The deleted photos or videos will still be available in the iOS Photos Trash for 30 days.";
  464. "_never_" = "არასდროს";
  465. "_less_a_minute_" = "ერთ წუთზე ადრე";
  466. "_a_minute_ago_" = "a minute ago";
  467. "_minutes_ago_" = "%d წუთის წინ";
  468. "_an_hour_ago_" = "an hour ago";
  469. "_hours_ago_" = "%d საათის წინ";
  470. "_a_day_ago_" = "a day ago";
  471. "_days_ago_" = "%d დღის წინ";
  472. "_over_30_days_" = "30 დღეზე მეტი";
  473. "_connection_internet_offline_" = "The Internet connection appears to be offline or only allowed Wi-Fi";
  474. "_insert_password_" = "Enter password";
  475. "_update_in_progress_" = "Version upgrade, please wait …";
  476. "_forbidden_characters_" = "Forbidden characters: %@";
  477. "_cannot_send_mail_error_" = "ანგარიში არაა დაყენებული ან მითითებულია არასწორი ელ-ფოსტის მისამართი";
  478. "_open_url_error_" = "Cannot open the URL for this action";
  479. "_photo_camera_" = "ფოტოები";
  480. "_media_" = "Media";
  481. "_unzip_in_progress_" = "Extraction in progress on local storage …";
  482. "_file_unpacked_" = "ფაილი ლოკალურ საცავში პაკეტიდან ამოღებულია";
  483. "_file_saved_local_" = "ფაილი შენახულია ლოკალურ საცავში.";
  484. "_file_not_present_" = "შეცდომა: ფაილი არაა წარმოდგენილი, გთხოვთ განაახლოთ.";
  485. "_order_by_" = "დალაგება";
  486. "_name_" = "Name";
  487. "_date_" = "თარიღი";
  488. "_size_" = "ზომა";
  489. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  490. "_sorted_by_name_a_z_" = "Sorted by name (from A to Z)";
  491. "_order_by_name_z_a_" = "Sort by name (from Z to A)";
  492. "_sorted_by_name_z_a_" = "Sorted by name (from Z to A)";
  493. "_order_by_date_more_recent_" = "Sort by newest";
  494. "_sorted_by_date_more_recent_" = "Sorted by newest";
  495. "_order_by_date_less_recent_" = "Sort by oldest";
  496. "_sorted_by_date_less_recent_" = "Sorted by oldest";
  497. "_order_by_size_smallest_" = "Sort by smallest";
  498. "_sorted_by_size_smallest_" = "Sorted by smallest";
  499. "_order_by_size_largest_" = "Sort by largest";
  500. "_sorted_by_size_largest_" = "Sorted by largest";
  501. "_delete_selected_files_" = "ფაილების გაუქმება";
  502. "_move_selected_files_" = "ფაილების გადატანა";
  503. "_move_or_copy_selected_files_" = "Move or copy files";
  504. "_download_selected_files_" = "ფაილების ჩამოტვირთვა";
  505. "_download_selected_files_folders_" = "ფაილების და დირექტორიების ჩამოტვირთვა";
  506. "_error_operation_canc_" = "შეცდომა: ოპერაცია შეჩერდა.";
  507. "_only_lock_passcode_" = "ხელმისაწვდომია მხოლოდ მაშინ, როდესაც გააქტიურებულია პაროლის ჩაკეტვა. გაააქტიურეთ ის \"პარამეტრებში\".";
  508. "_go_to_app_settings_" = "Go to app settings";
  509. "_passcode_protection_" = "პაროლით თავდაცვა";
  510. "_remove_favorites_" = "რჩეულებიდან ამოშლა";
  511. "_remove_offline_" = "კავშირ-გარეშე რეჟიმიდან ამოშლა";
  512. "_add_favorites_" = "რჩეულებში დამატება";
  513. "_add_offline_" = "კავშირ-გარეშე რეჟიმში დამატება";
  514. "_remove_passcode_" = "პაროლით თავდაცვის გაუქმება";
  515. "_protect_passcode_" = "პაროლით თავდაცვა";
  516. "_share_" = "გაზიარება";
  517. "_reload_" = "გადატვირთვა";
  518. "_open_in_" = "Open in …";
  519. "_open_" = "Open …";
  520. "_remove_local_file_" = "Remove locally";
  521. "_add_local_" = "ლოკალურ საცავში დამატება";
  522. "_comm_erro_pull_down_" = "ყურადღება: სერვერთან კომუნიკაციის შეცდომა. ჩამოწიეთ გასანახლებლად.";
  523. "_file_not_downloaded_" = "ფაილი არ ჩამოტვირთულა";
  524. "_file_not_uploaded_" = "ფაილი არ ატვირთულა";
  525. "_folders_" = "დირექტორიები";
  526. "_folder_" = "დირექტორია";
  527. "_files_" = "ფაილები";
  528. "_file_" = "ფაილი";
  529. "_folder_blocked_" = "დირექტორია დაბლოკილია";
  530. "_downloading_progress_" = "Initiating download of files …";
  531. "_no_file_pull_down_" = "ატვირთეთ ფაილი ან ჩამოწიეთ გასანახლებლად";
  532. "_browse_images_" = "სურათების დათვალიერება";
  533. "_synchronized_folder_" = "იქონიეთ დირექტორია სინქრონიზირებულად";
  534. "_remove_synchronized_folder_" = "სინქრონიზაციის გათიშვა";
  535. "_synchronized_confirm_" = "სინქრონიზაციის ჩართვის შემდეგ, დირექტორიაში ყველა ფაილი სინქრონიზირებულ იქნება სერვერთან, გავაგძელოთ?";
  536. "_offline_folder_confirm_" = "კავშირ-გარეშე დირექტორიის ჩართვისას, მასში არსებული ყველა ფაილი სინქრონიზირებულ იქნება სერვერთან, გავაგრძელოთ?";
  537. "_file_not_found_reload_" = "ფაილი ვერ იქნა ნაპოვნი, ჩამოწიეთ გასანახლებლად";
  538. "_title_section_download_" = "გადმოწერა";
  539. "_download_" = "Download";
  540. "_title_section_upload_" = "ატვირთვა";
  541. "_group_alphabetic_yes_" = "✓ დაჯგუფება ანბანის მიხედვით";
  542. "_group_alphabetic_no_" = "დაჯგუფება ანბანის მიხედვით";
  543. "_group_typefile_yes_" = "✓ დაჯგუფება ფაილის სახეობის მიხედვით";
  544. "_group_typefile_no_" = "დაჯგუფება ფაილის სახეობის მიხედვით";
  545. "_group_date_yes_" = "✓ დაჯგუფება თარიღის მიხედვით";
  546. "_group_date_no_" = "დაჯგუფება თარიღის მიხედვით";
  547. "_element_" = "ელემენტი";
  548. "_elements_" = "ელემენტები";
  549. "_tite_footer_upload_wwan_" = "საჭიროა Wi-Fi ქსელი, %lu %@ ასატვირთად";
  550. "_tite_footer_upload_" = "%lu %@ ასატვირთად";
  551. "_tite_footer_download_wwan_" = "საჭიროა Wi-Fi ქსელი, %lu %@ ჩამოსატვირთად";
  552. "_tite_footer_download_" = "%lu %@ ჩამოსატვირთად";
  553. "_limited_dimension_" = "მიღწეულია ზომის მაქსიმუმი";
  554. "_save_selected_files_" = "Save to photo gallery";
  555. "_file_not_saved_cameraroll_" = "შეცდომა: ფაილი ფოტო ალბომში შენახულ ვერ იქნა ";
  556. "_file_saved_cameraroll_" = "ფაილი ფოტო ალბომში შენახულია";
  557. "_directory_on_top_yes_" = "✓ დირექტორიები ზემოთ";
  558. "_directory_on_top_no_" = "დირექტორიები ზემოთ";
  559. "_show_description_" = "Show description";
  560. "_no_description_available_" = "No description available for this folder";
  561. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  562. "_search_no_record_found_" = "შედეგები არაა";
  563. "_search_in_progress_" = "Search in progress …";
  564. "_search_instruction_" = "ფაილის ძიება (მინიმუმ 2 სიმბოლო)";
  565. "_files_no_files_" = "აქ ფაილები არაა";
  566. "_files_no_folders_" = "No folders in here";
  567. "_request_in_progress_" = "Request to server in progress …";
  568. "_personal_files_only_" = "Personal files only";
  569. "audio" = "აუდიო";
  570. "compress" = "კომპრესაცია";
  571. "directory" = "დირექტორიები";
  572. "document" = "დოკუმენტები";
  573. "image" = "სურათები";
  574. "template" = "შაბლონები";
  575. "unknow" = "ამოუცნობი";
  576. "video" = "ვიდეო";
  577. "_file_del_only_local_" = "ფაილი სერვერზე არაა";
  578. "_copy_file_" = "კოპირება";
  579. "_paste_file_" = "Paste";
  580. "_open_quicklook_" = "Open with Quick Look";
  581. "_search_this_folder_" = "ძებნა ამ დირექტორიაში";
  582. "_search_all_folders_" = "ძებნა ყველა დირექტორიაში";
  583. "_search_sub_folder_" = "ძებნა აქ და ქვე-დირექტორიებში";
  584. "_theming_is_light_" = "სერვერის ვიზუალური გაფორმება ძალიან ნათელია, არაა მისაღები";
  585. "_cancel_all_task_" = "Cancel all transfers";
  586. "_status_wait_download_" = "Waiting for download";
  587. "_status_in_download_" = "In download";
  588. "_status_downloading_" = "Downloading";
  589. "_status_wait_upload_" = "Waiting to upload";
  590. "_status_wait_create_folder_" = "Waiting to create the folder";
  591. "_status_wait_delete_" = "Waiting to delete";
  592. "_status_wait_rename_" = "Waiting to rename";
  593. "_status_wait_favorite_" = "Waiting to change favorite";
  594. "_status_wait_copy_" = "Waiting to copy";
  595. "_status_wait_move_" = "Waiting to move";
  596. "_status_in_upload_" = "In upload";
  597. "_status_uploading_" = "ატვირთვა";
  598. "_status_upload_error_" = "Error, waiting to upload";
  599. "_select_media_folder_" = "Set Media folder";
  600. "_media_viewimage_show_" = "Show only images";
  601. "_media_viewvideo_show_" = "Show only video";
  602. "_media_show_all_" = "Show both";
  603. "_media_view_options_" = "View options";
  604. "_media_by_created_date_" = "Sort by created date";
  605. "_media_by_upload_date_" = "Sort by upload date";
  606. "_media_by_modified_date_" = "Sort by modified date";
  607. "_insert_password_pfd_" = "დაცული PDF. შეიყვანეთ პაროლი";
  608. "_password_pdf_error_" = "არასწორი პაროლი";
  609. "_error_download_photobrowser_" = "შეცდომა: ფოტოს გადმოწერა ვერ ხერხდება";
  610. "_good_morning_" = "დილამშვიდობისა";
  611. "_good_day_" = "Good day";
  612. "_good_afternoon_" = "საღამომშვიდობისა";
  613. "_good_evening_" = "ღამემშვიდობისა";
  614. "_good_night_" = "ღამე მშვიდობის";
  615. "_servers_" = "Servers";
  616. "_select_server_" = "Please select a server...";
  617. // MARK: Share
  618. "_share_link_" = "ბმულის გაზიარება";
  619. "_share_link_button_" = "Send link to …";
  620. "_share_link_name_" = "Link name";
  621. "_password_" = "პაროლი";
  622. "_share_password_" = "პაროლით დაცული ბმული";
  623. "_share_expirationdate_" = "დაუყენეთ ბმულს გაუქმების თარიღი";
  624. "_date_" = "თარიღი";
  625. "_share_title_" = "გაზიარება";
  626. "_add_sharee_" = "დაამატეთ მომხმარებლები ან ჯგუფები";
  627. "_add_sharee_footer_" = "ამ რესურსის გაზიარება შეიძლიათ მომხმარებლების ან ჯგუფების დამატებით. გაზიარების შეწყვეტისთვის მოაშორეთ ყველა მომხმარებელი და ჯგუფი.";
  628. "_find_sharee_title_" = "ძიება";
  629. "_find_sharee_" = "Search for user or group …";
  630. "_find_sharee_footer_" = "Enter part of the name of the user or group to search for (at least 2 characters) followed by \"Return\", select the users that should be allowed to access the share followed by \"Done\" to confirm";
  631. "_user_is_group_" = "(Group)";
  632. "_direct_sharee_title_" = "გაზიარება";
  633. "_direct_sharee_footer_" = "If you already know the name, enter it, then select the share type and press \"Done\" to confirm";
  634. "_direct_sharee_" = "Enter the username …";
  635. "_user_sharee_footer_" = "Tap to change permissions";
  636. "_share_type_title_" = "გაზიარების სახეობა";
  637. "_share_type_user_" = "მომხმარებელი";
  638. "_share_type_group_" = "ჯგუფი";
  639. "_share_type_remote_" = "დისტანციური";
  640. "_enforce_password_protection_" = "პროლით დაცვის იძულება";
  641. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  642. "_shared_with_you_by_" = "Shared with you by";
  643. "_shareLinksearch_placeholder_" = "Name, email, or Federated Cloud ID …";
  644. "_shareLinksearch_mail_placeholder_" = "Type a name or an email and press Search";
  645. "_new_comment_" = "ახალი კომენტარი ...";
  646. "_edit_comment_" = "კომენტარის ცვლილება";
  647. "_delete_comment_" = "კომენტარის გაუქმება";
  648. "_share_allow_editing_" = "შეცვლის ნების დართვა";
  649. "_share_read_only_" = "View only";
  650. "_share_editing_" = "შეუძლია შეცვალოს";
  651. "_share_allow_upload_" = "ატვირთვისა და ცვლილების უფლებების მინიჭება";
  652. "_share_file_drop_" = "ფაილის ჩაგდება (მხოლოდ ატვირთვა)";
  653. "_share_secure_file_drop_" = "Secure file drop (upload only)";
  654. "_share_hide_download_" = "Hide download";
  655. "_share_password_protect_" = "პაროლით დაცვა";
  656. "_share_expiration_date_" = "მიუთითეთ ვადის გასვლის დრო";
  657. "_share_note_recipient_" = "Note to recipient";
  658. "_share_delete_sharelink_" = "Delete link";
  659. "_share_add_sharelink_" = "Add another link";
  660. "_share_can_reshare_" = "ხელახალი გაზიარების დაშვება";
  661. "_share_can_create_" = "Allow creating";
  662. "_share_can_change_" = "შეცვლის ნების დართვა";
  663. "_share_can_delete_" = "Allow deleting";
  664. "_share_can_download_" = "Allow download";
  665. "_share_unshare_" = "გაზიარების შეწყვეტა";
  666. "_share_internal_link_" = "Internal link";
  667. "_share_internal_link_des_" = "Only works for users with access to this file/folder";
  668. "_share_reshare_disabled_" = "You are not allowed to reshare this file/folder";
  669. "_share_reshare_restricted_" = "Note: You only have limited permission to reshare this file/folder";
  670. "_no_transfer_" = "ჯერ ტრანსფერები არაა";
  671. "_no_transfer_sub_" = "აქ გამოჩნდება ამ მოწყობილობით შესრულებული ატვირთვები და ჩამოტვირთვები";
  672. "_no_activity_" = "ჯერ აქტოვობა არაა";
  673. "_no_activity_footer_" = "No more activities to load";
  674. "_transfers_" = "ტრანსფერები";
  675. "_activity_" = "აქტივობა";
  676. "_activity_file_not_present_" = "ფაილი მეტი აღარ არასებობს";
  677. "_trash_file_not_found_" = "It seems that the file is not in the trash. Go to the trash to update it and try again";
  678. "_list_shares_" = "გაზიარებები";
  679. "_list_shares_no_files_" = "ჯერ გაზიარებები არაა";
  680. "_tutorial_list_shares_view_" = "აქ გამოჩნდება ფაილები და დირექტორიები რომლებსაც აზიარებთ";
  681. "_create_synchronization_" = "სინქრონიზაციის შექმნა";
  682. "_offline_" = "კავშირ-გარეშე რეჟიმი";
  683. "_local_storage_" = "ლოკალური საცავი";
  684. "_local_storage_no_record_" = "ჯერ ფაილები არაა";
  685. "_upload_photos_videos_" = "ფოტოების ან ვიდეობის ატვირთვა";
  686. "_upload_file_" = "ფაილის ატვირთვა";
  687. "_upload_file_text_" = "ტექსტ ფაილის შექმნა";
  688. "_create_nextcloudtext_document_" = "Create text document";
  689. "_save_document_picker_" = "შენახვა აქ";
  690. "_destination_folder_" = "დანიშნულების დირექტორია";
  691. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  692. "_rename_filename_" = "სახელის შეცვლა";
  693. "_filename_" = "ფაილის სახელი";
  694. "_enter_filename_" = "Enter filename …";
  695. "_default_preview_filename_footer_" = "Example preview of filename: IMG_0001.JPG";
  696. "_filename_header_" = "Enter filename";
  697. "_preview_filename_" = "სამაგალითო ფაილის სახელის პრევიუ. შეგიძლიათ თარიღისთვის/დროისთვის გამოიყენოთ მასკირება %@";
  698. "_add_filenametype_" = "სახეობა მიუთითეთ ფაილის სახელში";
  699. "_filenametype_photo_video_" = "ფოტო/ვიდეო";
  700. "_maintain_original_filename_" = "Maintain original filename";
  701. "_modify_photo_" = "Modify photo";
  702. "_notifications_" = "შეტყობინებები";
  703. "_no_notification_" = "No notifications yet";
  704. "_autoupload_filename_title_" = "ფაილის სახელის ავტო-ატვირთვა";
  705. "_untitled_" = "Untitled";
  706. "_text_upload_title_" = "Upload text file";
  707. "_e2e_settings_title_" = "შიფრაცია";
  708. "_e2e_settings_" = "End-to-end შიფრაცია";
  709. "_e2e_settings_start_" = "End-to-end შიფრაციის დაწყება";
  710. "_e2e_settings_not_available_" = "End-to-end შიფრაცია არაა ხელმისაწვდომი";
  711. "_e2e_settings_activated_" = "End-to-end შიფრაცია აქტივირებულია";
  712. "_e2e_server_disabled_" = "End-to-end encryption app disabled on server";
  713. "_e2e_settings_view_passphrase_" = "12 სიტყვა ერთად წარმოქმნის ძალიან ძლიერ პაროლს, იძლევა თქვენი დაშიფრული ფაილების ჩვენებისა და მოხმარების უფლებას. გთხოვთ ჩაიწეროთ და შეინახოთ დაცულ ადგილას.";
  714. "_e2e_settings_read_passphrase_" = "პასფრაზის წაკითხვა";
  715. "_e2e_settings_lock_not_active_" = "ჩამკეტი არაა აქტიური, დაბრუნდით \"პარამეტრებში\" და გაააქტიურეთ ის";
  716. "_e2e_settings_the_passphrase_is_" = "პასფრაზა არის:";
  717. "_e2e_passphrase_request_title_" = "პასფრაზის მოთხოვნა";
  718. "_e2e_passphrase_request_message_" = "შეიყვანეთ 12 სიტყვა";
  719. "_e2e_settings_remove_" = "ლოკალური შიფრაციის გაუქმება";
  720. "_e2e_settings_remove_message_" = "დაადასტურეთ შიფრაციის გაუქმება პასპრაზით.";
  721. "_e2e_set_folder_encrypted_" = "შიფრაცია";
  722. "_e2e_remove_folder_encrypted_" = "დეშიფრაცია";
  723. "_e2e_goto_settings_for_enable_" = "ეს დაშიფრული დირექტორიაა, გადადით \"პარამეტრებში\" და აამოქმედეთ end-to-end შიფრაცია";
  724. "_e2e_error_" = "An internal end-to-end encryption error occurred";
  725. "_e2e_in_upload_" = "Upload in progress, please wait for all files to be transferred";
  726. "_scans_document_" = "Scan document";
  727. "_scanned_images_" = "Scanned images";
  728. "_scan_document_pdf_page_" = "Page";
  729. "_scan_label_document_zone_" = "Tap or drag images down for document creation";
  730. "_filter_document_" = "Document";
  731. "_filter_original_" = "Original";
  732. "_filter_bn_" = "Black & White";
  733. "_filter_grayscale_" = "Grayscale";
  734. "_quality_image_title_" = "Preview image quality";
  735. "_quality_high_" = "Large file size of high quality";
  736. "_quality_medium_" = "Average file size of medium quality";
  737. "_quality_low_" = "Small file size of low quality";
  738. "_file_type_" = "File type";
  739. "_pdf_password_" = "PDF Password";
  740. "_file_creation_" = "File creation";
  741. "_delete_all_scanned_images_" = "Delete all scanned images";
  742. "_text_recognition_" = "Text recognition";
  743. /* The title on the navigation bar of the Scanning screen. */
  744. "wescan.scanning.title" = "Scanning";
  745. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  746. "wescan.edit.button.next" = "შემდეგი";
  747. /* The title on the navigation bar of the Edit screen. */
  748. "wescan.edit.title" = "Edit Scan";
  749. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  750. "wescan.review.button.done" = "დასრულებულია";
  751. /* The title on the navigation bar of the Review screen. */
  752. "wescan.review.title" = "Review";
  753. "_trash_view_" = "გაუქმებული ფაილები";
  754. "_trash_restore_all_" = "Restore all files";
  755. "_trash_delete_all_" = "Empty trash";
  756. "_trash_delete_permanently_" = "სამუდამოდ წაშლა";
  757. "_trash_delete_all_description_" = "Do you want to empty the trash bin?";
  758. "_trash_no_trash_" = "No files deleted";
  759. "_trash_no_trash_description_" = "You can restore deleted files from here";
  760. "_trash_restore_selected_" = "Restore selected files?";
  761. "_trash_delete_selected_" = "Delete selected files?";
  762. "_recover_" = "Recover";
  763. "_confirm_delete_selected_" = "Are you sure you want to delete the selected items?";
  764. "_manage_file_offline_" = "Manage offline files";
  765. "_set_available_offline_" = "Set as available offline";
  766. "_remove_available_offline_" = "Remove as available offline";
  767. "_create_new_document_" = "Create new document";
  768. "_create_new_spreadsheet_" = "Create new spreadsheet";
  769. "_create_new_presentation_" = "Create new presentation";
  770. "_go_online_" = "Go online to see the document";
  771. "_intro_1_title_" = "Keep your data secure and under your control";
  772. "_intro_2_title_" = "Secure collaboration & file exchange";
  773. "_intro_3_title_" = "Easy-to-use web mail, calendaring & contacts";
  774. "_intro_4_title_" = "Screen sharing, online meetings & web conferences";
  775. "_log_in_" = "ლოგინი";
  776. "_sign_up_" = "Sign up with provider";
  777. "_host_your_own_server" = "Host your own server";
  778. "_unauthorized_" = "Unauthorized";
  779. "_bad_username_password_" = "არასწორი მომხმარებელი ან პაროლი";
  780. "_cancelled_by_user" = "ტრანსფერი უარყოფილია";
  781. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  782. "_error_not_permission_" = "ოპერაციის დასასრულებლად არ გაგაჩნიათ უფლებები";
  783. "_error_path_" = "ამ ფაილის ან დირექტორიის გახსნა შეუძლებელია. დარწმუნდით რომ ის არსებობს";
  784. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  785. "_forbidden_characters_from_server_" = "სახელი მოიცავს დაუშვებელ ნიშანს";
  786. "_error_not_modified_" = "Resource not modified";
  787. "_not_connected_internet_" = "სერვერთან კავშირის შეცდომა";
  788. "_not_possible_connect_to_server_" = "ამ მომენტისთვის სერვერთან დაკავშირება ვერ ხერხდება";
  789. "_not_possible_create_folder_" = "დირექტორია ვერ იქმნება";
  790. "_server_down_" = "Could not establish contact with server";
  791. "_time_out_" = "დროის ამოწურვა, სცადეთ ახლიდან";
  792. "_unknow_response_server_" = "სერვერმა დააბრუნა მოულოდნელი პასუხი";
  793. "_user_authentication_required_" = "User authentication required";
  794. "_file_directory_locked_" = "ფაილი ან დირექტორია ჩაკეტილია";
  795. "_ssl_certificate_untrusted_" = "ამ სერვერის სერტიფიკატი არასწორია";
  796. "_ssl_certificate_changed_" = "The certificate for this server seems to have changed";
  797. "_internal_server_" = "Internal server error";
  798. "_file_already_exists_" = "ოპერაციის დასრულება შეუძლებელია, არსებობს ფაილი იმავე სახელით";
  799. "_file_folder_not_exists_" = "მოცემული მისამართით წყაროს ფაილი ვერ მოიძებნა";
  800. "_folder_contents_nochanged_" = "დირექტორიის მოცულობა არ შეცვლილა";
  801. "_images_invalid_converted_" = "სურათი არაა მართებული და ვერ კონვერტირდება მინიატურად";
  802. "_method_not_expected_" = "Unexpected request method";
  803. "_reauthenticate_user_" = "Access expired, log in again";
  804. "_server_error_retry_" = "სერვერი დროებით მიუწვდომელია";
  805. "_too_many_files_" = "Too many files would be involved in this operation";
  806. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  807. "_user_over_quota_" = "მიღწეულია საცავის კვოტის მაქსიმუმი";
  808. "_ssl_connection_error_" = "SSL კავშირის შეცდომა, სცადეთ ახლიდან";
  809. "_bad_request_" = "ცუდი მოთხოვნა";
  810. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  811. "_error_user_not_available_" = "The user is no longer available";
  812. "_server_response_error_" = "Server response content error";
  813. "_no_nextcloud_found_" = "Server not found";
  814. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  815. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn't be read because it isn't in the correct format.)";
  816. "_error_check_remote_user_" = "Server responded with an error. Please log in again";
  817. "_request_entity_too_large_" = "The file is too large";
  818. "_not_possible_download_" = "It is not possible to download the file";
  819. "_not_possible_upload_" = "It is not possible to upload the file";
  820. "_error_files_upload_" = "Error uploading files";
  821. "_method_not_allowed_" = "The requested method is not supported";
  822. "_invalid_url_" = "არასწორი სერვერის URL";
  823. "_invalid_literal_" = "Invalid search string";
  824. "_invalid_date_format_" = "Invalid date format";
  825. "_invalid_data_format_" = "Invalid data format";
  826. "_error_decode_xml_" = "Invalid response, error decode XML";
  827. "_internal_generic_error_" = "შიდა შეცდომა";
  828. "_editor_unknown_" = "Failed to open file: Editor is unknown";
  829. "_err_file_not_found_" = "File not found, removed";
  830. "_err_e2ee_app_version_" = "The app version of end-to-end encryption is not compatible with the server, please update your server";
  831. "_err_permission_microphone_" = "Please allow Microphone usage from Settings";
  832. "_err_permission_photolibrary_" = "Please allow Photos from Settings";
  833. "_err_permission_locationmanager_" = "Please allow Location - Always from Settings";
  834. "_qrcode_not_authorized_" = "This app is not authorized to use Back Camera";
  835. "_qrcode_not_supported_" = "QR code not supported by the current device";
  836. "_create_voice_memo_" = "Create voice memo";
  837. "_voice_memo_start_" = "Tap to start";
  838. "_voice_memo_stop_" = "Tap to stop";
  839. "_voice_memo_filename_" = "Voice memo";
  840. "_voice_memo_title_" = "Upload voice memo";
  841. "Enter Passcode" = "Enter Passcode";
  842. "Enter a new passcode" = "Enter a new passcode";
  843. "Confirm new passcode" = "Confirm new passcode";
  844. "Passcodes didn't match. Try again." = "Passcodes didn't match. Try again.";
  845. "Delete" = "წაშლა";
  846. "Cancel" = "უარყოფა";
  847. "_certificate_details_" = "Certificate Server details";
  848. "_certificate_pn_details_" = "Certificate Push Notification details";
  849. "_certificate_view_" = "Certificate Server";
  850. "_certificate_pn_view_" = "Certificate Push Notification";
  851. "_save_as_scan_" = "Save as scan";
  852. "_modify_" = "Modify";
  853. "_overwrite_original_" = "Overwrite original";
  854. "_save_as_copy_" = "Save as copy";
  855. "_discard_changes_" = "Close and discard changes";
  856. "_message_disable_overwrite_livephoto_" = "This image is a Live Photo, overwrite will not be possible";
  857. "_discard_changes_info_" = "Your changes will be discarded.";
  858. "_delete_files_desc_" = "Delete files to free up space";
  859. "_delete_old_files_" = "Delete, in the cache, all files older than";
  860. "_never_" = "არასდროს";
  861. "_1_year_" = "1 year";
  862. "_6_months_" = "6 months";
  863. "_3_months_" = "3 months";
  864. "_1_month_" = "1 month";
  865. "_1_week_" = "1 week";
  866. "_1_day_" = "1 day";
  867. "_monthly_" = "Monthly";
  868. "_yearly_" = "Yearly";
  869. "_weekly_" = "ყოველკვირეული";
  870. "_daily_" = "Daily";
  871. "_day_" = "დღე";
  872. "_used_space_" = "გამოყენებული ადგილი";
  873. "_open_in_onlyoffice_" = "Open in ONLYOFFICE";
  874. "_open_in_collabora_" = "Open with Collabora Online";
  875. "_login_address_detail_" = "The link to your %@ web interface when you open it in the browser.";
  876. "_go_to_page_" = "Go to page";
  877. "_page_" = "Page";
  878. "_this_document_has_%@_pages_" = "This document has %@ pages";
  879. "_invalid_page_" = "Invalid Page";
  880. "_the_entered_page_number_does_not_exist_" = "The entered page number does not exist";
  881. "_error_something_wrong_" = "Something went wrong";
  882. "_resolution_" = "Resolution";
  883. "_try_download_full_resolution_" = "Download full resolution image";
  884. "_full_resolution_image_info_" = "This may reveal more information about the photo.";
  885. "_copied_path_" = "Copied path";
  886. "_copy_path_" = "Copy path";
  887. "_certificates_" = "Certificates";
  888. "_privacy_screen_" = "Splash screen when app inactive";
  889. "_saving_" = "Saving …";
  890. "_video_not_streamed_" = "The server does not allow video streaming, do you want to download it?";
  891. "_video_not_streamed_e2ee_" = "The server does not allow video streaming because it is encrypted, do you want to download it?";
  892. "_scan_" = "Scan";
  893. "_in_" = "in";
  894. "_enter_passphrase_" = "Enter passphrase (12 words)";
  895. "_show_more_results_" = "Show more results";
  896. "_waiting_for_" = "Waiting for:";
  897. "_waiting_" = "Waiting …";
  898. "_reachable_wifi_" = "network reachable via Wi-Fi or cable";
  899. "_password_not_present_" = "Please re-insert your credentials.";
  900. "_copy_passphrase_" = "Copy passphrase";
  901. "_ok_copy_passphrase_" = "OK and copy passphrase";
  902. "_select_color_" = "Select the color";
  903. "_change_color_" = "Change color";
  904. "_description_dashboardwidget_" = "Having the Dashboard always at your fingertips has never been easier.";
  905. "_description_fileswidget_" = "View your recent files and use the toolbar to speed up your operations.";
  906. "_description_toolbarwidget_" = "A toolbar to speed up your operations.";
  907. "_no_data_available_" = "No data available";
  908. "_widget_available_nc25_" = "Widget only available starting with server version 25";
  909. "_keep_running_" = "Keep the app running for a better user experience";
  910. "_recent_activity_" = "Recent activity";
  911. "_title_lockscreenwidget_" = "სტატუსი";
  912. "_description_lockscreenwidget_" = "Keep an eye on available space and recent activity";
  913. "_no_items_" = "No items";
  914. "_check_back_later_" = "Check back later";
  915. "_exporting_video_" = "Exporting video … Tap to cancel.";
  916. "_apps_nextcloud_detect_" = "Detected %@ apps";
  917. "_add_existing_account_" = "Other %@ Apps has been detected, do you want to add an existing account?";
  918. "_status_in_progress_" = "Status reading in progress …";
  919. "_status_e2ee_on_server_" = "The end-to-end encryption is already configured in the server but not yet enabled on this device";
  920. "_status_e2ee_not_setup_" = "The end-to-end encryption is not yet configured on the server";
  921. "_status_e2ee_configured_" = "The end-to-end encryption is correctly configured";
  922. "_e2ee_set_as_offline_" = "Not allowed for encrypted files or folders";
  923. "_change_upload_filename_" = "Do you want to save the file with a different name?";
  924. "_save_file_as_" = "Save file as %@";
  925. "_password_ascii_" = "The password cannot contain special characters";
  926. "_calendar_contacts_" = "Calendar and Contacts";
  927. "_mobile_config_" = "Download the configuration profile";
  928. "_calendar_contacts_footer_warning_" = "Configuration profile can only be downloaded if Safari is set as default browser";
  929. "_calendar_contacts_footer_" = "After downloading the profile you can install it from Settings.";
  930. "_preview_" = "წინასწარი ჩვენება";
  931. "_crop_" = "Crop";
  932. "_modify_image_desc_" = "Tap on a file to modify or rename.";
  933. "_message_disable_livephoto_" = "This image is a Live Photo, changing it will lose the Live Photo effect";
  934. "_enable_livephoto_" = "Enable Live Photo";
  935. "_disable_livephoto_" = "Disable Live Photo";
  936. "_undo_modify_" = "Undo modifying";
  937. "_unauthorizedFilesPasscode_" = "Files app cannot be used with an activated passcode";
  938. "_disableFilesApp_" = "Files app cannot be used because it is disabled";
  939. "_reset_application_done_" = "Reset application, done.";
  940. "_rename_already_exists_" = "A file with this name already exists";
  941. "_created_" = "შექმნილია";
  942. "_recipients_" = "Recipients";
  943. "_are_sure_" = "Are you sure?";
  944. "_creation_" = "Creation";
  945. "_modified_" = "Modified";
  946. "_group_folders_" = "Group folders";
  947. "_play_from_files_" = "Play movie from a file";
  948. "_play_from_url_" = "Play movie from URL";
  949. "_valid_video_url_" = "Insert a valid URL";
  950. "_deletion_progess_" = "Deletion in progress";
  951. "_copying_progess_" = "Copying in progress";
  952. "_moving_progess_" = "Moving in progress";
  953. "_chunk_enough_memory_" = "It seems there is not enough space to send the file";
  954. "_chunk_create_folder_" = "The file could not be sent, please check the server log";
  955. "_chunk_files_null_" = "The file for sending could not be created";
  956. "_chunk_file_null_" = "The file could not be sent";
  957. "_chunk_move_" = "The sent file could not be reassembled, please check the server log";
  958. "_download_image_" = "Download image";
  959. "_download_video_" = "Download video";
  960. "_reset_wrong_passcode_" = "Reset application";
  961. "_reset_wrong_passcode_desc_" = "Use \"Reset application\" to remove all accounts and local data after %d failed code entry attempts.";
  962. "_deviceOwnerAuthentication_" = "The biometric sensor has been temporarily disabled due to multiple failed attempts. Enter the device passcode to re-enable the sensor.";
  963. "_virus_detect_" = "Virus detected. Upload cannot be completed!";
  964. "_zoom_" = "Zoom";
  965. "_zoom_in_" = "Zoom in";
  966. "_zoom_out_" = "Zoom out";
  967. "_select_photos_" = "Select photos";
  968. "_selected_photo_" = "selected photo";
  969. "_selected_photos_" = "selected photos";
  970. "_delete_selected_photos_" = "Delete selected photos";
  971. "_media_square_" = "Square grid";
  972. "_media_ratio_" = "Aspect ratio grid";
  973. "_autoupload_notice_" = "To ensure the proper functioning of the application, it is necessary to enable Background App Refresh. Otherwise, new photos or videos will not be detected when the application is in the background.\n\nAdditionally, please note that the application will not be able to detect new photos and videos if it is manually terminated. When the app is in the background, data transfer may be slower, and new photos and/or videos will generally be detected every 10 minutes, depending on the device’s battery level.\n\nTo verify that the app is functioning correctly, you can use the log file available in Advanced settings.";
  974. "_display_" = "Display";
  975. "_appearance_" = "Appearance";
  976. "_light_" = "ღია";
  977. "_dark_" = "მუქი";
  978. "_use_system_style_" = "Use system style";
  979. "_account_settings_" = "Account settings";
  980. "_users_" = "Users";
  981. "_users_footer_" = "Every time the app is reactivated, the account will be requested.";
  982. "_additional_view_options_" = "Additional view options";
  983. "_while_charging_" = "While charging";
  984. "_additional_options_" = "Additional options";
  985. "_keep_screen_awake_" = "Keep screen awake\nwhile transferring files";
  986. "_error_not_found_" = "The requested resource could not be found";
  987. "_error_conflict_" = "The request could not be completed due to a conflict with the current state of the resource";
  988. "_error_precondition_" = "The server does not meet one of the preconditions that the requester";
  989. // Video
  990. "_select_trace_" = "Select the trace";
  991. "_video_processing_" = "Video processing";
  992. "_video_being_processed_" = "Video being processed …";
  993. "_downloading_" = "Downloading";
  994. "_download_error_" = "Download error";
  995. "_subtitle_" = "Subtitle";
  996. "_dts_to_ac3_" = "The DTS is not supported, it requires a conversion to Dolby Digital";
  997. "_reuired_conversion_" = "This video takes a long time to convert.";
  998. "_stay_app_foreground_" = "Keep the app in the foreground …";
  999. "_conversion_available_" = "The conversion is always available on menu";
  1000. "_video_format_not_recognized_" = "This video needs to be processed to be played, do you want to do it now?";
  1001. "_video_must_download_" = "This video needs to be downloaded and processed to be played, do you want to do it now?";
  1002. "_conversion_max_compatibility_" = "Max compatibility, the conversion can take much longer";
  1003. "_video_tap_for_close_" = "A slight pressure to close the processing";
  1004. "_subtitle_not_found_" = "Subtitle not found";
  1005. "_disable_" = "გამორთვა";
  1006. "_subtitle_not_dowloaded_" = "There are subtitles not downloaded locally";
  1007. "_user_" = "მომხმარებელი";
  1008. "_add_subtitle_" = "Add an external subtitle";
  1009. "_add_audio_" = "Add an external audio";
  1010. "_server_maintenance_mode_" = "Server is currently in maintenance mode";
  1011. "_upload_foreground_msg_" = "Do not close %@ to complete the transfer …";
  1012. "_upload_background_msg_" = "Files upload in progress …";
  1013. "_create_folder_error_" = "An error has occurred while creating the folder:\n%@.\n\nPlease resolve the issue as soon as possible.\n\nAll uploads are suspended until the problem is resolved.\n";
  1014. "_rename_file_error_" = "An error has occurred while renaming the file:\n%@.";
  1015. "_creating_dir_progress_" = "Creating directories in progress … keep the application active";
  1016. "_creating_db_photo_progress" = "Creating photo archive in progress … keep the application active";
  1017. "_account_unauthorized_" = "Warning, %@, you are not authorized, your account has been deleted, if you have changed your password, re-authenticate.";
  1018. "_folder_offline_desc_" = "Even without an internet connection, you can organize your folders, create files. Once you're back online, your pending actions will automatically sync.";
  1019. "_offline_not_allowed_" = "This operation is not allowed in offline mode";
  1020. // Tip
  1021. "_tip_pdf_thumbnails_" = "Swipe left from the right edge of the screen to show the thumbnails.";
  1022. "_tip_accountrequest_" = "Touch here to change account or to add a new one";
  1023. "_tip_addcopyimage_" = "Long press to paste a copied image";
  1024. "_tip_open_mediadetail_" = "Swipe up to show the details";
  1025. // MARK: Accessibility
  1026. // Accessibility, floating panel top element
  1027. "_cart_controller_" = "Card controller";
  1028. "_accessibility_add_upload_" = "Add and upload";
  1029. "_dismiss_menu_" = "Dismiss the menu";
  1030. "_show_profile_" = "Show profile";
  1031. // a11y: On/Off
  1032. "_on_" = "On";
  1033. // a11y: On/Off
  1034. "_off_" = "Off";
  1035. "_grid_view_" = "Show grid view";
  1036. "_list_view_" = "Show list view";
  1037. "_list_" = "ჩამონათვალი";
  1038. "_icons_" = "Icons";
  1039. // MARK: Plan customer
  1040. "_leave_plan_title" = "We're sorry to see you go";
  1041. "_leave_plan_description" = "You'll no longer have access to:";
  1042. "_current_plan_" = "Current Plan";
  1043. "_billing_plan_" = "Billing Plan";
  1044. "_keep_plan_" = "Keep Plan";
  1045. "_leave_plan_" = "Leave Plan";
  1046. "_change_plan_" = "Change Plan";
  1047. "_manage_plan_" = "Manage Plan";
  1048. "_purchase_plan_" = "Purchase Plan";
  1049. "_restore_plan_" = "Restore Purchased Plan";
  1050. "_purchase_plan_description_" = "Purchases have been restored";
  1051. "_choose_plan_" = "You should choose a plan in order to purchase it.";
  1052. "_already_plan_" = "The selected plan has already been bought.";
  1053. "_change_billing_" = "Change Billing";
  1054. "_payment_method_" = "Payment Method";
  1055. // MARK: Mantis library
  1056. "Mantis.Done" = "დასრულებულია";
  1057. "Mantis.Cancel" = "უარყოფა";
  1058. "Mantis.Reset" = "საწყის მდოგმარეობაში დაბრუნება";
  1059. "Mantis.Original" = "Original";
  1060. "Mantis.Square" = "Square";
  1061. // MARK: Assistant
  1062. "_assistant_task_unknown_" = "ამოუცნობი";
  1063. "_assistant_task_scheduled_" = "Scheduled";
  1064. "_assistant_task_in_progress_" = "In Progress";
  1065. "_assistant_task_completed_" = "Completed";
  1066. "_assistant_task_failed_" = "Failed";
  1067. "_all_" = "All";
  1068. "_input_" = "Input";
  1069. "_output_" = "Output";
  1070. "_task_details_" = "Task details";
  1071. "_assistant_" = "ასისტენტი";
  1072. "_new_task_" = "New %@ task";
  1073. "_no_tasks_" = "No tasks in here";
  1074. "_create_task_subtitle_" = "Use the + button to create one";
  1075. "_no_types_" = "No provider found";
  1076. "_no_types_subtitle_" = "AI Providers need to be installed to use the Assistant";
  1077. // MARK: Client certificate
  1078. "_no_client_cert_found_" = "The server is requesting a client certificate";
  1079. "_no_client_cert_found_desc_" = "Do you want to install a TLS client certificate? \n Note that only .p12 archives created through OpenSSL with the -legacy flag can work on Apple devices.";
  1080. "_client_cert_enter_password_" = "Enter the password for the chosen certificate";
  1081. "_client_cert_wrong_password_" = "Sorry, you entered an invalid password";
  1082. // MARK: Login poll
  1083. "_poll_desc_" = "Please complete the log in process in your browser";
  1084. // MARK: File name validator
  1085. "_file_name_validator_error_ends_with_space_period_" = "Name must not contain spaces at the beginning or end.";
  1086. "_file_name_validator_error_reserved_name_" = "\"%@\" is a forbidden name.";
  1087. "_file_name_validator_error_forbidden_file_extension_" = "\".%@\" is a forbidden file extension.";
  1088. "_file_name_validator_error_invalid_character_" = "Name contains an invalid character: \"%@\".";
  1089. "_file_name_validator_error_space_" = "Name must not contain spaces at the beginning or end.";
  1090. "_file_name_new_extension_" = "Changing the extension might cause this file to open in a different application.";
  1091. "_please_rename_file_" = "Please rename the file or folder.";
  1092. "hidden_file_name_warning" = "Name will result in a hidden file.";