Localizable.strings 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  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. // General
  23. "_cancel_" = "უარყოფა";
  24. "_upload_file_" = "ფაილის ატვირთვა";
  25. "_download_file_" = "ფაილის ჩამოტვირთვა";
  26. "_loading_" = "იტვირთება";
  27. "_loading_with_points_" = "იტვირთება…";
  28. "_loading_num_" = "იტვირთება ფაილი %i";
  29. "_loading_autoupload_" = "ავტო-ატვირთვა";
  30. "_uploading_" = "ატვირთვა";
  31. "_synchronization_" = "სინქრონიზაცია";
  32. "_delete_" = "წაშლა";
  33. "_delete_file_n_" = "ფაილის %i წაშლა სულ %i-იდან";
  34. "_rename_" = "სახელის შეცვლა";
  35. "_move_" = "გადატანა";
  36. "_move_file_n_" = "ფაილის %i გადატანა სულ %i-იდან";
  37. "_creating_sharing_" = "გაზიარების შექმნა";
  38. "_updating_sharing_" = "გაზიარების განახლება";
  39. "_removing_sharing_" = "გაზიარების შეწყვეტა";
  40. "_add_" = "დამატება";
  41. "_login_" = "ლოგინი";
  42. "_save_" = "შენახვა";
  43. "_warning_" = "გაფრთხილება";
  44. "_error_" = "შეცდომა";
  45. "_error_e2ee_" = "შეცდომა E2EE";
  46. "_no_" = "არა";
  47. "_yes_" = "კი";
  48. "_select_" = "არჩევა";
  49. "_select_all_" = "Select all";
  50. "_upload_" = "ატვირთვა";
  51. "_home_" = "ფაილები";
  52. "_file_to_upload_" = "ასატვირთი ფაილი";
  53. "_destination_" = "დანიშნულება";
  54. "_ok_" = "კარგი";
  55. "_beta_version_" = "ბეტა ვერსია";
  56. "_function_in_testing_" = "ფუნქცია მოწმდება. გთხოვთ გამოგვიგზავნოთ ინფორმაცია ნებისმიერ პრობლემასა და ხარვეზზე.";
  57. "_done_" = "დასრულებულია";
  58. "_passcode_too_short_" = "პასკოდი ზედმეტად მოკლეა, საჭიროა მინიმუმ 4 სიმბოლო";
  59. "_selected_" = "არჩეულია";
  60. "_scan_fingerprint_" = "აუტენტიფიკაციისთვის დაასკანირეთ თითის ანაბეჭდი";
  61. "_no_active_account_" = "ანგარიში ვერ მოიძებნა";
  62. "_info_" = "ინფორმაცია";
  63. "_warning_" = "გაფრთხილება";
  64. "_email_" = "ელ-ფოსტა";
  65. "_save_exit_" = "გსურთ გახვიდეთ შენახვის გარეშე?";
  66. "_video_" = "ვიდეო";
  67. "_overwrite_" = "გადაწერა";
  68. "_transfers_in_queue_" = "მიმდინარეობს ტრანსფერი, გთხოვთ მოითმინოთ…";
  69. "_too_errors_automatic_all_"= "ზედმეტად ბევრი შეცდომა, პრობლემის დასადასტურებლად გადადით \"კონტროლის ცენტრში\"";
  70. "_create_folder_" = "შექმენით დირექტორია";
  71. "_create_folder_on_" = "შექმენით დირექტორია";
  72. "_close_" = "დახურვა";
  73. "_postpone_" = "გადადება";
  74. "_remove_" = "გაუქმება";
  75. "_file_not_found_" = "ფაილი ვერ იქნა ნაპოვნი";
  76. "_continue_" = "Continue";
  77. "_continue_request_" = "Do you want to continue?";
  78. "_auto_upload_folder_" = "ავტო-ატვირთვა";
  79. "_gallery_" = "გალერეა";
  80. "_photo_" = "ფოტო";
  81. "_audio_" = "აუდიო";
  82. "_unknown_" = "ამოუცნობი";
  83. "_next_" = "შემდეგი";
  84. "_success_" = "წარმატება";
  85. "_initialization_" = "ინიციალიზაცია";
  86. "_experimental_" = "ექსპერიმენტალური";
  87. "_select_dir_media_tab_" = "Select as folder \"Media\"";
  88. "_error_creation_file_" = "Ops! Could not create the file";
  89. "_save_path_" = "Save path";
  90. "_save_settings_" = "Save settings";
  91. "_mode_filename_" = "Filename mode";
  92. "_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";
  93. "_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";
  94. "_restore_" = "Restore";
  95. "_camera_roll_" = "Camera roll";
  96. "_tap_here_to_change_" = "Tap here to change";
  97. "_no_albums_" = "No albums";
  98. "_denied_album_" = "This app does not have access to \"Photos\", you can enable access in Privacy Settings";
  99. "_denied_camera_" = "This app does not have access to \"Camera\", you can enable access in Privacy Settings";
  100. "_start_" = "Start";
  101. "_purchase_" = "Purchase";
  102. "_account_not_available_" = "The account %@ of %@ do not exists, please add it to be able to read the file %@";
  103. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  104. "_comments_" = "Comments";
  105. "_sharing_" = "Sharing";
  106. // App
  107. "_network_available_" = "ქსელი ხელმისაწვდომია";
  108. "_network_not_available_" = "ქსელი ხელმიუწვდომელია";
  109. // Networking
  110. "_file_too_big_" = "File too large to be encrypted/decrypted";
  111. "_file_too_big_max_100_" = "File too large (max 100 kb.)";
  112. "_...loading..._" = "Loading…";
  113. "_download_plist_" = " ";
  114. "_no_reuploadfile_" = "ვერ ვიპოვეთ და ვერ გადავაგზავნეთ ფაილი. ასატვირთად გააუქმეთ ატვირთვა და ხელახლა გახსენით ის.";
  115. "_file_already_exists_" = "ოპერაციის დასრულება შეუძლებელია, არსებობს ფაილი იმავე სახელით";
  116. "_read_file_error_" = "ფაილის წაკითხვის შეცდომა";
  117. // More
  118. "_more_" = "მეტი";
  119. "_notifications_" = "შეტყობინებები";
  120. "_logout_" = "გასვლა";
  121. "_quota_space_unlimited_" = "Unlimited";
  122. "_quota_space_unknown_" = "Unknown";
  123. "_quota_using_" = "იყენებთ %@-ს სულ%@-იდან";
  124. // Settings
  125. "_acknowledgements_" = "დადასტურებები";
  126. "_settings_" = "პარამეტრები";
  127. "_passcode_" = "პაროლი";
  128. "_lock_" = "ჩაკეტვა";
  129. "_lock_active_" = "ჩაკეტვა: აქტიური";
  130. "_lock_not_active_" = "ჩაკეტვა: არააქტიური";
  131. "_lock_protection_no_screen_" = "არ მკითხოთ ჩართვისას";
  132. "_lock_protection_no_screen_footer_" = "გამოიყენეთ \"არ მკითხოთ ჩართვისას\" მხოლოდ დაცული დირექტორიებისთვის ან დაშიფრული პასფრაზების წასაკითხათ";
  133. "_url_" = "მისამართი";
  134. "_username_" = "მომხმარებელი";
  135. "_change_credentials_" = "მონაცემების შეცვლა";
  136. "_wifi_only_" = "მხოლოდ Wi-Fi კავშირის გამოყენება";
  137. "_settings_autoupload_" = "ავტო-ატვირთვა";
  138. "_app_version_" = "აპლიკაციის ვერსია";
  139. "_app_in_use_" = "აპლიკაცია გამოიყენება";
  140. "_contact_by_email_" = "დაგვიკავშირდით ელ-ფოსტით";
  141. "_clear_cache_" = "Clear cache";
  142. "_clear_cache_footer_" = "Clear downloaded and offline files from the app";
  143. "_exit_" = "Reset application";
  144. "_exit_footer_" = "Remove all accounts and local data from the app";
  145. "_funct_not_enabled_" = "ფუნქცია არაა მოქმედი";
  146. "_passcode_activate_" = "პაროლით ჩაკეტვა გააქტიურებულია";
  147. "_disabling_passcode_" = "ვთიშავთ პაროლით ჩაკეტვას";
  148. "_want_exit_" = "ყურადღება! დაბრუნდება ინიციალურ მდოგმარეობაში. გავაგრძელოთ?";
  149. "_proceed_" = "გაგრძელება";
  150. "_delete_cache_" = "კეშის წაშლა";
  151. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress) ?";
  152. "_want_delete_thumbnails_" = "ყველა მინიატურის გაუქმებაც გსურთ?";
  153. "_mail_deleted_" = "ელ-ფოსტა წაშლილია";
  154. "_mail_saved_" = "ელ-ფოსტა შენახულია";
  155. "_mail_sent_" = "ელ-წერილი გაგზავნილია";
  156. "_mail_failure_" = "ელ-წერილის გაგზავნა ვერ მოხერხდა: %@";
  157. "_information_req_" = "ინფორმაციის მოთხოვნა";
  158. "_write_in_english_" = "გთოხვთ მოგვწეროთ ინგლისურ ენაზე";
  159. "_credentials_" = "მონაცემები";
  160. "_manage_account_" = "ანგარიშის მენეჯმენტი";
  161. "_change_password_" = "პაროლის შეცვლა";
  162. "_add_account_" = "ანგარიშის დამატება";
  163. "_delete_account_" = "Remove account";
  164. "_want_delete_" = "ნამდვილად გსურთ გაუქმება?";
  165. "_no_delete_" = "არა, არ გააუქმოთ";
  166. "_yes_delete_" = "კი, გააუქმეთ";
  167. "_remove_cache_" = "გთხოვთ მოითმინოთ, სუფთავდება კეში...";
  168. "_optimizations_" = "ოპტიმიზაციები";
  169. "_synchronizations_" = "სინქრონიზირებული დირექტორიები";
  170. "_version_server_" = "სერვერის ვერსია";
  171. "_help_" = "დახმარება";
  172. "_lock_protection_simply_" = "სუსტი პაროლით დაცვა";
  173. "_change_simply_passcode_" = "პაროლის სახეობის შეცვლა";
  174. "_quota_" = "კვოტა";
  175. "_available_" = "ხელმისაწვდომი";
  176. "_accounts_" = "Accounts";
  177. "_information_" = "ინფორმაცია";
  178. "_personal_information_" = "პირადი ინფორმაცია";
  179. "_user_full_name_" = "სრული სახელი";
  180. "_user_address_" = "მისამართი";
  181. "_user_phone_" = "ტელეფონის ნომერი";
  182. "_user_email_" = "ელ-ფოსტა";
  183. "_user_web_" = "ვებ-საიტი";
  184. "_user_twitter_" = "Twitter-ი";
  185. "_user_job_" = "Job";
  186. "_user_businesssize_" = "Business size";
  187. "_user_businesstype_" = "Business type";
  188. "_user_city_" = "City";
  189. "_user_country_" = "Country";
  190. "_user_company_" = "Company";
  191. "_user_role_" = "Role";
  192. "_user_zip_" = "Zip";
  193. "_user_owner_" = "Owner";
  194. "_user_employee_" = "Employee";
  195. "_user_contractor_" = "Contractor";
  196. "_user_editprofile_" = "Edit profile";
  197. "_favorite_offline_" = "რჩეულები ხელმისაწვდომია კავშირის გარეშე";
  198. "_favorite_offline_footer_" = "ყველა რჩეულის გახელმისაწვდომობამ კავშირ-გარეშე რეჟიმისთვის შეიძლება გასტანოს გარკვეული პერიოდი და მოიხმაროს მეხსიერების დიდი ნაწილი.";
  199. "_advanced_" = "დამატებითი";
  200. "_disable_files_app_" = "Disable Files App integration";
  201. "_disable_files_app_footer_" = "Do not permit the access of files across the Apple Files application";
  202. "_trial_" = "Trial";
  203. "_trial_expired_day_" = "Days remaining";
  204. // Manage AutoUpload
  205. "_autoupload_" = "ავტო-ატვირთვა ფოტოები/ვიდეოები";
  206. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  207. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  208. "_autoupload_background_" = "ავტო-ატვირთვა ფონურ რეჟიმში";
  209. "_autoupload_photos_" = "ფოტოების ავტო-ატვირთვა";
  210. "_autoupload_videos_" = "ვიდეოების ავტო-ატვირთვა";
  211. "_autoupload_description_" = "ახალი ფოტოები/ვიდეოები აიტვირთება თქვენს ქლაუდში";
  212. "_autoupload_description_background_" = "ეს არჩევანი ადგილდებარეობის მკვეთრი ცვლილებისას კამერის როლში არსებული ფოტოების/ვიდეოების ამოცნობის ინიციალიზაციისთვის საჭიროებს GPS-ის გამოყენებას";
  213. "_autoupload_background_title_" = "შეზღუდვები";
  214. "_autoupload_background_msg_" = "iOS-ის შეზრუდვების გამო GPS სერვისების გააქტიურების გარეშე ჯერჯერობით შეუძლებელია პროცესების ფონურ რეჟიმში შესრულება. როდესაც ტელეფონი ფიჭურ ქსელში იცვლება, სისტემა დროის მოკლე პერიოდით იღვიძებს და ქლაუდში ასატვირთად ამოწმებს ახალ ფოტოებს.";
  215. "_autoupload_change_location_" = "დირექტორიის შეცვლა";
  216. "_autoupload_location_now_" = "დირექტორია";
  217. "_autoupload_location_default_" = "საწყისი დირექტორიის საწყის მდოგმარეობაში დაბრუნება";
  218. "_autoupload_change_location_footer_" = "'კამერის ფოტოების ავტომატური ატვირთვის' დირექტორიის შეცვლა (თუ არჩეულია ეს პარამეტრი)";
  219. "_autoupload_not_select_home_" = "დირექტორიის არჩევა";
  220. "_autoupload_save_album_" = "ფოტოს ან ვიდეოს კოპირება ფოტო ალბომში";
  221. "_autoupload_fullphotos_" = "მთელი კამერა როლის ატვირთვა";
  222. "_autoupload_fullphotos_footer_" = "ატვირთვამდე მოაწყვეთ ზემოთ მყოფი არჩევნები";
  223. "_autoupload_create_subfolder_" = "გამოიყენეთ ქვე-დირექტორიები";
  224. "_autoupload_create_subfolder_footer_" = "თვის და წელიწადის მიხედვით შევნახვა ქვე-დირექტორიებში";
  225. "_autoupload_filenamemask_" = "ფაილის სახელის მასკის ცვლილება";
  226. "_autoupload_filenamemask_footer_" = "ავტომატური ფაილის სახელის მასკის ცვლილება";
  227. "_autoupload_current_folder_" = "Currently selected folder";
  228. // Manage Help
  229. "_help_tutorial_" = "გაკვეთილები";
  230. "_help_intro_" = "Nextcloud-ის საწყისები";
  231. "_help_activity_verbose_" = "დეტალური აქტივობის ლენტა";
  232. "_help_activity_mail_" = "ელ-წერილების გადაგზავნა აქტივობაზე";
  233. "_help_activity_clear_" = "აქტივობების გასუფთავება";
  234. // Manage Advanced
  235. "_show_hidden_files_" = "დამალული ფაილების ჩვენება";
  236. "_format_compatibility_" = "ყველაზე თავსებადი";
  237. "_format_compatibility_footer_" = "\"Most compatible\" will save, when possible, photos as JPEG";
  238. "_privacy_" = "Privacy";
  239. "_privacy_footer_" = "Nextcloud iOS 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";
  240. "_crashservice_title_" = "Disable crash reporter";
  241. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  242. // Login
  243. "_connect_server_anyway_" = "მაინც გსურთ დაუკავშირდეთ ამ სერვერს?";
  244. "_connection_error_" = "კავშირის შეცდომა";
  245. "_serverstatus_error_" = "სერვერთან დაკავშირება ვერ მოხერხდა, გადაამოწმეთ თქვენი სერვერის მისამართი ან ქსელის სტატუსი";
  246. "_add_your_nextcloud_" = "თქვენი Nextcloud ანგარიშის დამატება";
  247. "_login_url_" = "სერვერის მისამართი https://...";
  248. "_login_bottom_label_" = "ჯერ არ გაქვთ სერვერი?\nაირჩიეთ პროვაიდერებისგან ერთი.";
  249. "_error_multidomain_" = "მისამართი არაა დაშვებული, მხოლოდ შემდეგი დომენებია მართებული:";
  250. "_account_already_exists_" = "ანგარიში %@ უკვე არსებობს";
  251. "_traditional_login_" = "უკან ძველი ავტორიზაციის მეთოდისკენ";
  252. "_web_login_" = "უკან ვებ-ავტორიზაციის მეთოდისკენ";
  253. // Favorite
  254. "_favorites_" = "რჩეულები";
  255. "_favorite_" = "რჩეული";
  256. "_unfavorite_" = "რჩეულებიდან ამოშლა";
  257. "_no_files_uploaded_" = "ფაილები არ ატვირთულა";
  258. "_tutorial_favorite_view_" = "აქ გამოჩნდება ფაილები და დირექტორიები, რომლებსაც მონიშნავთ ფავორიტებად";
  259. "_tutorial_offline_view_" = "აქ დაკოპირებული ფაილები ხელმისაწვდომები იქნებიან კავშირ-გარეშე რეჟიმში\n\nისინი სინქრონიზირებულ იქნებიან თქვენს ქლაუდთან.";
  260. "_tutorial_local_view_" = "შეგხვდებათ თქვენი ფაილები თქვენი ქლაუდიდან.\n\nამ ფაილების გასაზიარებლად დაუკავშირდით iTunes.";
  261. "_more_" = "მეტი";
  262. "_favorite_no_files_" = "ჯერ რჩეულები არაა";
  263. // Auto Upload
  264. "_pull_down_" = "ჩამოწიეთ განახლებისთვის";
  265. "_no_photo_load_" = "ფოტო ან ვიდეო არაა";
  266. "_tutorial_autoupload_view_" = "ავტო-ატვირთვა შეგიძლიათ აამოქმედოთ \"პარამეტრებიდან\"";
  267. "_no_date_" = "თარიღი არაა";
  268. "_today_" = "დღეს";
  269. "_yesterday_" = "Yesterday";
  270. "_time_" = "დრო: %@\n\n%@";
  271. "_location_not_enabled_" = "ადგილმდებარეობის სერვისები არაა ამოქმედებული";
  272. "_location_not_enabled_msg_" = "გადადით \"პარამეტრებში\" და ჩართეთ \"ადგილმდებარეობის სერვისები\"";
  273. "_access_photo_not_enabled_" = "ფოტოებთან წვდომა არაა ამოქმედებული";
  274. "_access_photo_not_enabled_msg_" = "გადადით \"პარამეტრებში\" და ჩართეთ \"ფოტოებთან წვდომა\"";
  275. "_access_photo_location_not_enabled_" = "ფოტოებთან და ადგილმდებარეობასთან წვდომა არაა ამოქმედებული";
  276. "_access_photo_location_not_enabled_msg_" = "გადადით \"პარამეტრებში\" და ჩართეთ \"ფოტოების წვდომა\" და \"ადგილმდებარეობის სერვისები\"";
  277. "_tutorial_photo_view_" = "ფოტოები ან ვიდეოები ჯერ არ ატვირთულა";
  278. "_create_full_upload_" = "არქივის შექმნა… შეიძლება გასტანოს დიდ ხანს, გთხოვთ მოითმინოთ.";
  279. "_error_createsubfolders_upload_" = "ქვე-დირექტორიების შექმნისას წარმოიქმნა შეცდომა";
  280. "_activate_autoupload_" = "ავტო-ატვირთვის ამოქმედება";
  281. // Utility
  282. "_never_" = "არასდროს";
  283. "_less_a_minute_" = "ერთ წუთზე ადრე";
  284. "_minutes_ago_" = "%d წუთის წინ";
  285. "_hours_ago_" = "%d საათის წინ";
  286. "_days_ago_" = "%d დღის წინ";
  287. "_over_30_days_" = "30 დღეზე მეტი";
  288. "_connection_internet_offline_" = "ინტერნეტ კავშირი კავშირს-გარე რეჟიმშია ან აუცილებელია Wi-Fi";
  289. "_insert_password_" = "შეიყვანეთ პაროლი";
  290. "_update_in_progress_" = "ვერსიის განახლება, გთხოვთ მოითმინოთ…";
  291. "_forbidden_characters_" = "ფაილი ან დირექტორია მოიცავს არასწორ ნიშნებს";
  292. "_mail_not_can_send_mail_" = "ანგარიში არაა დაყენებული ან მითითებულია არასწორი ელ-ფოსტის მისამართი";
  293. // File
  294. "_photo_camera_" = "ფოტოები";
  295. "_media_" = "Media";
  296. "_unzip_in_progress_" = "მოპოვება ლოკალურ საცავში პროცესშია…";
  297. "_file_unpacked_" = "ფაილი ლოკალურ საცავში პაკეტიდან ამოღებულია";
  298. "_file_saved_local_" = "ფაილი შენახულია ლოკალურ საცავში.";
  299. "_file_not_present_" = "შეცდომა: ფაილი არაა წარმოდგენილი, გთხოვთ განაახლოთ.";
  300. "_order_by_" = "Sort by";
  301. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  302. "_order_by_name_z_a_" = "Sort by name (from Z to A)";
  303. "_order_by_date_more_recent_" = "Sort from the most recent";
  304. "_order_by_date_less_recent_" = "Sort from the less recent";
  305. "_order_by_size_smallest_" = "Sort from the smallest";
  306. "_order_by_size_largest_" = "Sort from the largest";
  307. "_delete_selected_files_" = "ფაილების გაუქმება";
  308. "_move_selected_files_" = "ფაილების გადატანა";
  309. "_download_selected_files_" = "ფაილების ჩამოტვირთვა";
  310. "_download_selected_files_folders_" = "ფაილების და დირექტორიების ჩამოტვირთვა";
  311. "_error_operation_canc_" = "შეცდომა: ოპერაცია შეჩერდა.";
  312. "_only_lock_passcode_" = "ხელმისაწვდომია მხოლოდ მაშინ, როდესაც გააქტიურებულია პაროლის ჩაკეტვა. გაააქტიურეთ ის \"პარამეტრებში\".";
  313. "_passcode_protection_" = "პაროლით თავდაცვა";
  314. "_remove_favorites_" = "რჩეულებიდან ამოშლა";
  315. "_remove_offline_" = "კავშირ-გარეშე რეჟიმიდან ამოშლა";
  316. "_add_favorites_" = "რჩეულებში დამატება";
  317. "_add_offline_" = "კავშირ-გარეშე რეჟიმში დამატება";
  318. "_remove_passcode_" = "პაროლით თავდაცვის გაუქმება";
  319. "_protect_passcode_" = "პაროლით თავდაცვა";
  320. "_share_" = "გაზიარება";
  321. "_reload_" = "გადატვირთვა";
  322. "_open_in_" = "გახსნა…";
  323. "_remove_local_file_" = "კეშიდან ამოშლა";
  324. "_add_local_" = "ლოკალურ საცავში დამატება";
  325. "_comm_erro_pull_down_" = "ყურადღება: სერვერთან კომუნიკაციის შეცდომა. ჩამოწიეთ გასანახლებლად.";
  326. "_file_not_downloaded_" = "ფაილი არ ჩამოტვირთულა";
  327. "_file_not_uploaded_" = "ფაილი არ ატვირთულა";
  328. "_folders_" = "დირექტორიები";
  329. "_folder_" = "დირექტორია";
  330. "_files_" = "ფაილები";
  331. "_file_" = "file";
  332. "_folder_blocked_" = "დირექტორია დაბლოკილია";
  333. "_downloading_progress_" = "იწყება ფაილების გადმოწერა…";
  334. "_no_file_pull_down_" = "ატვირთეთ ფაილი ან ჩამოწიეთ გასანახლებლად";
  335. "_browse_images_" = "სურათების დათვალიერება";
  336. "_synchronized_folder_" = "იქონიეთ დირექტორია სინქრონიზირებულად";
  337. "_remove_synchronized_folder_" = "სინქრონიზაციის გათიშვა";
  338. "_synchronized_confirm_" = "სინქრონიზაციის ჩართვის შემდეგ, დირექტორიაში ყველა ფაილი სინქრონიზირებულ იქნება სერვერთან, გავაგძელოთ?";
  339. "_offline_folder_confirm_" = "კავშირ-გარეშე დირექტორიის ჩართვისას, მასში არსებული ყველა ფაილი სინქრონიზირებულ იქნება სერვერთან, გავაგრძელოთ?";
  340. "_file_not_found_reload_" = "ფაილი ვერ იქნა ნაპოვნი, ჩამოწიეთ გასანახლებლად";
  341. "_title_section_download_" = "გადმოწერა";
  342. "_title_section_upload_" = "ატვირთვა";
  343. "_group_alphabetic_yes_" = "✓ დაჯგუფება ანბანის მიხედვით";
  344. "_group_alphabetic_no_" = "დაჯგუფება ანბანის მიხედვით";
  345. "_group_typefile_yes_" = "✓ დაჯგუფება ფაილის სახეობის მიხედვით";
  346. "_group_typefile_no_" = "დაჯგუფება ფაილის სახეობის მიხედვით";
  347. "_group_date_yes_" = "✓ დაჯგუფება თარიღის მიხედვით";
  348. "_group_date_no_" = "დაჯგუფება თარიღის მიხედვით";
  349. "_element_" = "ელემენტი";
  350. "_elements_" = "ელემენტები";
  351. "_tite_footer_upload_wwan_" = "საჭიროა Wi-Fi ქსელი, %lu %@ ასატვირთად";
  352. "_tite_footer_upload_" = "%lu %@ ასატვირთად";
  353. "_tite_footer_download_wwan_" = "საჭიროა Wi-Fi ქსელი, %lu %@ ჩამოსატვირთად";
  354. "_tite_footer_download_" = "%lu %@ ჩამოსატვირთად";
  355. "_limited_dimension_" = "მიღწეულია ზომის მაქსიმუმი";
  356. "_save_selected_files_" = "შეინახეთ სურათები და ვიდეოები ფოტო ალბომში";
  357. "_file_not_saved_cameraroll_" = "შეცდომა: ფაილი ფოტო ალბომში შენახულ ვერ იქნა ";
  358. "_file_saved_cameraroll_" = "ფაილი ფოტო ალბომში შენახულია";
  359. "_directory_on_top_yes_" = "✓ დირექტორიები ზემოთ";
  360. "_directory_on_top_no_" = "დირექტორიები ზემოთ";
  361. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  362. "_search_no_record_found_" = "შედეგები არაა";
  363. "_search_in_progress_" = "ძიება პროცესშია…";
  364. "_search_instruction_" = "ფაილის ძიება (მინიმუმ 2 სიმბოლო)";
  365. "_files_no_files_" = "აქ ფაილები არაა";
  366. "_files_no_folders_" = "No folders in here";
  367. "_request_in_progress_" = "Request to server in progress…";
  368. "audio" = "აუდიო";
  369. "compress" = "კომპრესაცია";
  370. "directory" = "დირექტორიები";
  371. "document" = "დოკუმენტები";
  372. "image" = "სურათები";
  373. "template" = "შაბლონები";
  374. "unknow" = "ამოუცნობი";
  375. "video" = "ვიდეო";
  376. "_file_del_only_local_" = "ფაილი სერვერზე არაა";
  377. "_copy_file_" = "ფაილის კოპირება";
  378. "_copy_files_" = "ფაილების კოპირება";
  379. "_paste_file_" = "ფაილის ჩასმა";
  380. "_paste_files_" = "ფაილების ჩასმა";
  381. "_search_this_folder_" = "ძებნა ამ დირექტორიაში";
  382. "_search_all_folders_" = "ძებნა ყველა დირექტორიაში";
  383. "_search_sub_folder_" = "ძებნა აქ და ქვე-დირექტორიებში";
  384. "_theming_is_light_" = "სერვერის ვიზუალური გაფორმება ძალიან ნათელია, არაა მისაღები";
  385. "_cancel_all_task_" = "Cancel all transfers";
  386. "_status_wait_download_" = "Waiting for download";
  387. "_status_in_download_" = "In download";
  388. "_status_downloading_" = "Downloading";
  389. "_status_wait_upload_" = "Waiting for upload";
  390. "_status_in_upload_" = "In upload";
  391. "_status_uploading_" = "Uploading";
  392. // Media
  393. "_select_media_folder_" = "Select the \"Media\" folder";
  394. "_media_viewimage_show_" = "Show images";
  395. "_media_viewimage_hide_" = "Hide images";
  396. "_media_viewvideo_show_" = "Show video";
  397. "_media_viewvideo_hide_" = "Hide video";
  398. // Files Preview
  399. "_insert_password_pfd_" = "დაცული PDF. შეიყვანეთ პაროლი";
  400. "_password_pdf_error_" = "არასწორი პაროლი";
  401. "_error_download_photobrowser_" = "შეცდომა: ფოტოს გადმოწერა ვერ ხერხდება";
  402. // Share
  403. "_share_link_" = "ბმულის გაზიარება";
  404. "_share_link_button_" = "გააგზავნეთ ბმული…";
  405. "_password_" = "პაროლი";
  406. "_share_password_" = "პაროლით დაცული ბმული";
  407. "_share_expirationdate_" = "დაუყენეთ ბმულს გაუქმების თარიღი";
  408. "_date_" = "თარიღი";
  409. "_share_title_" = "გაზიარება";
  410. "_add_sharee_" = "დაამატეთ მომხმარებლები ან ჯგუფები";
  411. "_add_sharee_footer_" = "ამ რესურსის გაზიარება შეიძლიათ მომხმარებლების ან ჯგუფების დამატებით. გაზიარების შეწყვეტისთვის მოაშორეთ ყველა მომხმარებელი და ჯგუფი.";
  412. "_find_sharee_title_" = "ძიება";
  413. "_find_sharee_" = "მომხმარებლების ან ჯგუფების ძიება…";
  414. "_find_sharee_footer_" = "მოსაძებნად შეიყვანეთ მომხმარებლის ან ჯგუფის სახელის ნაწილი (მინიმუმ 2 სიმბოლო), შემდეგ დააჭირეთ 'დაბრუნებას', მონიშნეთ მომხმარებელი, რომელსაც უნდა გააჩნდეს წვდონა გაზიარებასთან, საბოლოოდ დადასტურებისათვის დააჭირეთ 'დასრულებას'";
  415. "_user_is_group_" = "(ჯგუფი)";
  416. "_direct_sharee_title_" = "გაზიარება";
  417. "_direct_sharee_footer_" = "იმ შემთხვევაში, თუ უკვე იცით სახელი, შეიყვანეთ, ემდეგ აირჩიეთ გაზიარების სახეობა და დადასტურებისათვის დააჭირეთ 'დასრსულებას'";
  418. "_direct_sharee_" = "შეიყვანეთ მომხმარებლის სახელი…";
  419. "_user_sharee_footer_" = "Tap to change permissions";
  420. "_share_type_title_" = "გაზიარების სახეობა";
  421. "_share_type_user_" = "მომხმარებელი";
  422. "_share_type_group_" = "ჯგუფი";
  423. "_share_type_remote_" = "დისტანციური";
  424. "_enforce_password_protection_" = "Enforce password protection";
  425. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  426. "_shared_with_you_by_" = "Shared with you by";
  427. "_shareLinksearch_placeholder_" = "Search for user or group...";
  428. "_new_comment_" = "New comment ...";
  429. "_edit_comment_" = "Edit comment";
  430. "_delete_comment_" = "Delete comment";
  431. // Share Permission
  432. "_share_permission_title_" = "პრივილეგიები";
  433. "_share_permission_edit_" = "შეუძლია შეცვალოს";
  434. "_share_permission_file_can_write_" = "შეუძლია ჩაწეროს ფაილი";
  435. "_share_permission_create_" = "შეუძლია შექმნას";
  436. "_share_permission_create_file_" = "შეუძლია შექმნას ფაილები";
  437. "_share_permission_create_folder_" = "შეუძლია შექმნას დირექტორიები";
  438. "_share_permission_change_" = "შეუძლია შეცვალოს";
  439. "_share_permission_delete_" = "შეუძლია გააუქმოს";
  440. "_share_permission_share_" = "შეუძლია გააზიაროს";
  441. "_share_permission_rename_" = "შეუძლია გადაარქვას";
  442. "_share_permission_move_" = "შეუძლია გადაიტანოს";
  443. "_share_permission_read_" = "შეუძლია წაიკითხოს";
  444. "_share_permission_info_" = "გაზიარების ინფორმაცია";
  445. "_share_permission_path_" = "ფაილი/დირექტორია";
  446. "_share_permission_type_" = "სახეობა";
  447. "_share_permission_typeuser_" = "მომხმარებელი";
  448. "_share_permission_typegroup_" = "ჯგუფი";
  449. "_share_permission_typepubliclink_" = "ბმული";
  450. "_share_permission_typefederated_" = "ფედერალური";
  451. "_share_permission_owner_" = "მფლობელი";
  452. "_share_permission_date_" = "თარიღი";
  453. "_share_permission_email_" = "შეტყობინება ელ-ფოსტის მეშვეობით";
  454. "_share_link_readonly_" = "Read only";
  455. "_share_link_modify_" = "Allow editing";
  456. "_share_link_upload_" = "File drop (upload only)";
  457. "_share_link_upload_modify_" = "Allow upload and editing";
  458. "_share_link_hide_download_" = "Hide download";
  459. // ShareInfoCMOC
  460. "_type_resource_connect_you_" = "გაზიარებული თქვენთან";
  461. "_type_resource_external_" = "გარე საცავი";
  462. // Share Ext
  463. "_destiny_folder_" = "დირექტორია: %@";
  464. "_no_transfer_" = "ჯერ ტრანსფერები არაა";
  465. "_no_transfer_sub_" = "აქ გამოჩნდება ამ მოწყობილობით შესრულებული ატვირთვები და ჩამოტვირთვები";
  466. "_no_activity_" = "ჯერ აქტოვობა არაა";
  467. "_transfers_" = "ტრანსფერები";
  468. "_activity_" = "აქტივობა";
  469. "_activity_file_not_present_" = "ფაილი მეტი აღარ არასებობს";
  470. "_trash_file_not_found_" = "It seems that the file is not in the trash, go to the trash to update it and try again";
  471. // List Shares
  472. "_list_shares_" = "გაზიარებები";
  473. "_list_shares_no_files_" = "ჯერ გაზიარებები არაა";
  474. "_tutorial_list_shares_view_" = "აქ გამოჩნდება ფაილები და დირექტორიები რომლებსაც აზიარებთ";
  475. // Offline - Local Storage
  476. "_create_synchronization_" = "სინქრონიზაციის შექმნა";
  477. "_offline_" = "კავშირ-გარეშე რეჟიმი";
  478. "_local_storage_" = "ლოკალური საცავი";
  479. "_local_storage_no_record_" = "ჯერ ფაილები არაა";
  480. // Create Cloud
  481. "_upload_photos_videos_" = "ფოტოების ან ვიდეობის ატვირთვა";
  482. "_upload_file_" = "ფაილის ატვირთვა";
  483. "_upload_file_text_" = "ტექსტ ფაილის შექმნა";
  484. // Document Picker
  485. "_save_document_picker_" = "შენახვა აქ";
  486. // CreateFormUploadAssets
  487. "_destination_folder_" = "დანიშნულების დირექტორია";
  488. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  489. "_rename_filename_" = "სახელის შეცვლა";
  490. "_filename_" = "ფაილის სახელი";
  491. "_preview_filename_" = "სამაგალითო ფაილის სახელის პრევიუ. შეგიძლიათ თარიღისთვის/დროისთვის გამოიყენოთ მასკირება %@";
  492. "_forbidden_characters_" = "ფაილი ან დირექტორია მოიცავს არასწორ ნიშნებს";
  493. "_add_filenametype_" = "სახეობა მიუთითეთ ფაილის სახელში";
  494. "_filenametype_photo_video_" = "ფოტო/ვიდეო";
  495. "_maintain_original_filename_" = "Maintain original filename";
  496. "_modify_photo_" = "Modify photo";
  497. // Notification
  498. "_notification_" = "შეტყობინება";
  499. // Photo Browser
  500. "Done" = "დასრულებულია";
  501. "Select Photos" = "ფოტოების არჩევა";
  502. "photo" = "ფოტო";
  503. "photos" = "ფოტოები";
  504. "of" = "სულ";
  505. "%i of %i" = "%1$i სულ %2$i-დან";
  506. // Manage Auto Upload FileName
  507. "_autoupload_filename_title_" = "ფაილის სახელის ავტო-ატვირთვა";
  508. // Text File
  509. "_untitled_txt_" = "დაუსახელებელი.txt";
  510. "_text_upload_title_" = "Upload text file";
  511. // EndToEnd Encryption
  512. "_e2e_settings_title_" = "შიფრაცია";
  513. "_e2e_settings_" = "End-to-end შიფრაცია";
  514. "_e2e_settings_start_" = "End-to-end შიფრაციის დაწყება";
  515. "_e2e_settings_not_available_" = "End-to-end შიფრაცია არაა ხელმისაწვდომი";
  516. "_e2e_settings_activated_" = "End-to-end შიფრაცია აქტივირებულია";
  517. "_e2e_settings_view_passphrase_" = "12 სიტყვა ერთად წარმოქმნის ძალიან ძლიერ პაროლს, იძლევა თქვენი დაშიფრული ფაილების ჩვენებისა და მოხმარების უფლებას. გთხოვთ ჩაიწეროთ და შეინახოთ დაცულ ადგილას.";
  518. "_e2e_settings_read_passphrase_" = "პასფრაზის წაკითხვა";
  519. "_e2e_settings_lock_not_active_" = "ჩამკეტი არაა აქტიური, დაბრუნდით \"პარამეტრებში\" და გაააქტიურეთ ის";
  520. "_e2e_settings_the_passphrase_is_" = "პასფრაზა არის:";
  521. "_e2e_passphrase_request_title_" = "პასფრაზის მოთხოვნა";
  522. "_e2e_passphrase_request_message_" = "შეიყვანეთ 12 სიტყვა";
  523. "_e2e_settings_remove_" = "Remove the encryption locally";
  524. "_e2e_settings_remove_message_" = "დაადასტურეთ შიფრაციის გაუქმება პასპრაზით.";
  525. "_e2e_set_folder_encrypted_" = "შიფრაცია";
  526. "_e2e_remove_folder_encrypted_" = "დეშიფრაცია";
  527. "_e2e_goto_settings_for_enable_" = "ეს დაშიფრული დირექტორიაა, გადადით \"პარამეტრებში\" და აამოქმედეთ end-to-end შიფრაცია";
  528. "_e2e_delete_folder_not_permitted_" = "'დაშიფრულად' მონიშნული დირექტორიის გაუქმება არაა დაშვებული";
  529. "_e2e_error_encode_metadata_" = "სერიოზული შიდა შეცდომა მეტა-მონაცემების შიფრაციაზე";
  530. "_e2e_error_decode_metadata_" = "სერიოზული შიდა შეცდომა მეტა-მონაცემების დეშიფრაციაზე";
  531. "_e2e_error_create_encrypted_" = "დაშიფრული ფაილის შექმნა ვერ მოხერხდა";
  532. "_e2e_error_update_metadata_" = "მეტა-მონაცემების განახლების შეცდომა";
  533. "_e2e_error_store_metadata_" = "მეტა-მონაცემების შენახვა ვერ მოხერხდა";
  534. "_e2e_error_send_metadata_" = "მეტა-მონაცემების გაგზავნა ვერ მოხერხდა";"_e2e_error_delete_metadata_" = "მეტა-მონაცემების წაშლა ვერ მოხერხდა";
  535. "_e2e_error_get_metadata_" = "მეტა-მონაცემების მოძიება ვერ მოხერხდა";
  536. "_e2e_error_not_enabled_" = "სერიოზული შიდა შეცდომა. End-to-end შიფრაცია არაა მოქმედი";
  537. "_e2e_error_record_not_found_" = "სერიოზული შიდა შეცდომა. ჩანაწერები ვერ მოიძებნა";
  538. "_e2e_error_unlock_" = "დირექტორიაზე ჩაკეტვის მოხსნა ვერ მოხერხდა";
  539. "_e2e_error_lock_" = "დირექტორიის ჩაკეტვა ვერ მოხერხდა";
  540. "_e2e_error_delete_mark_folder_" = "მონიშნული დირექტორიების დეშიფრაცია";
  541. "_e2e_error_mark_folder_" = "დირექტორიის შიფრაცია";
  542. "_e2e_error_directory_not_empty_" = "ეს დირექტორია არაა ცარიელი";
  543. // Scan Document
  544. "_scans_document_" = "Scan document";
  545. "_scanned_images_" = "Scanned images";
  546. "_scan_document_pdf_page_" = "Page";
  547. "_scan_label_document_zone_" = "Drag images down for document creation";
  548. "_filter_original_" = "Original";
  549. "_filter_bn_" = "Black & White";
  550. "_filter_grayscale_" = "Grayscale";
  551. "_quality_image_title_" = "Image quality";
  552. "_quality_high_" = "Large file size of high quality";
  553. "_quality_medium_" = "Average file size of medium quality";
  554. "_quality_low_" = "Small file size of low quality";
  555. "_file_type_" = "File type";
  556. "_pdf_password_" = "PDF Password";
  557. "_file_creation_" = "File creation";
  558. "_delete_all_scanned_images_" = "Do you want to delete all scanned images?";
  559. "_text_recognition_" = "Text recognition";
  560. /* The title on the navigation bar of the Scanning screen. */
  561. "wescan.scanning.title" = "Scanning";
  562. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  563. "wescan.edit.button.next" = "Next";
  564. /* The title on the navigation bar of the Edit screen. */
  565. "wescan.edit.title" = "Edit Scan";
  566. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  567. "wescan.review.button.done" = "Done";
  568. /* The title on the navigation bar of the Review screen. */
  569. "wescan.review.title" = "Review";
  570. // Trah
  571. "_trash_view_" = "Deleted files";
  572. "_trash_restore_all_" = "Restore all files";
  573. "_trash_delete_all_" = "Empty trash";
  574. "_trash_no_trash_" = "No files deleted";
  575. "_trash_no_trash_description_" = "You can restore deleted files from here";
  576. "_trash_restore_selected_" = "Restore selected files";
  577. "_trash_delete_selected_" = "Deleted selected files";
  578. // Offline
  579. "_manage_file_offline_" = "Manage offline files";
  580. "_set_available_offline_" = "Set as available offline";
  581. "_remove_available_offline_" = "Remove as available offline";
  582. // Richdocuments
  583. "_create_new_document_" = "Create new document";
  584. "_create_new_spreadsheet_" = "Create new spreadsheet";
  585. "_create_new_presentation_" = "Create new presentation";
  586. "_go_online_" = "Go online to see the document";
  587. // Intro
  588. "_intro_1_title_" = "Keep your data secure and under your control";
  589. "_intro_2_title_" = "Secure collaboration & file exchange";
  590. "_intro_3_title_" = "Easy-to-use web mail, calendering & contacts";
  591. "_intro_4_title_" = "Screensharing, online meetings & web conferences";
  592. "_log_in_" = "Log in";
  593. "_sign_up_" = "Sign up with provider";
  594. "_host_your_own_server" = "Host your own server";
  595. // Error
  596. "_bad_username_password_" = "Wrong username or password";
  597. "_cancelled_by_user" = "Transfer canceled";
  598. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  599. "_error_not_permission_" = "You don't have permission to complete the operation";
  600. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  601. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  602. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  603. "_not_connected_internet_" = "Server connection error";
  604. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  605. "_not_possible_create_folder_" = "Folder could not be created";
  606. "_server_down_" = "Could not establish contact with server";
  607. "_time_out_" = "Timeout, try again";
  608. "_unknow_response_server_" = "Unexpected response from server";
  609. "_user_authentication_required_" = "User authentication required";
  610. "_file_directory_locked_" = "File or directory locked";
  611. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  612. "_internal_server_" = "Internal server error";
  613. "_file_already_exists_" = "ოპერაციის დასრულება შეუძლებელია, არსებობს ფაილი იმავე სახელით";
  614. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  615. "_folder_contents_nochanged_" = "The folder contents have not changed";
  616. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  617. "_method_not_expected_" = "Unexpected request method";
  618. "_reauthenticate_user_" = "Access expired, log in again";
  619. "_server_error_retry_" = "The server is temporarily unavailable";
  620. "_too_many_files_" = "Too many files would be involved in this operation";
  621. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  622. "_user_over_quota_" = "Storage quota is reached";
  623. "_ssl_connection_error_" = "Connection SSL error, try again";
  624. "_bad_request_" = "Bad request";
  625. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  626. "_error_user_not_available_" = "The user is no longer available";
  627. "_server_response_error_" = "Server response content error";
  628. "_no_nextcloud_found_" = "Nextcloud server not found";
  629. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  630. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn’t be read because it isn’t in the correct format.)";
  631. // BKPasscode
  632. "%d Failed Passcode Attempts" = "%d failed passcode attempts";
  633. "%d Failed Password Attempts" = "%d failed password attempts";
  634. "1 Failed Passcode Attempt" = "1 failed passcode attempt";
  635. "1 Failed Password Attempt" = "1 failed password attempt";
  636. "Do you want to use Touch ID for authentication?" = "Do you want to use Touch/Face ID for authentication?";
  637. "Done" = "დასრულებულია";
  638. "Enable Touch ID" = "Enable Touch/Face ID";
  639. "Enter a different passcode. Cannot re-use the same passcode." = "Enter a different passcode. Cannot re-use the same passcode.";
  640. "Enter a different password. Cannot re-use the same password." = "Enter a different password. Cannot re-use the same password.";
  641. "Enter a passcode" = "Enter a passcode";
  642. "Enter a password" = "Enter a password";
  643. "Enter your new passcode" = "Enter your new passcode";
  644. "Enter your new password" = "Enter your new password";
  645. "Enter your old passcode" = "Enter your old passcode";
  646. "Enter your old password" = "Enter your old password";
  647. "Enter your passcode" = "Enter your passcode";
  648. "Enter your password" = "Enter your password";
  649. "Invalid Passcode" = "Invalid passcode";
  650. "Invalid Password" = "Invalid password";
  651. "Passcodes did not match.\nTry again." = "Passcodes did not match.\nTry again.";
  652. "Password did not match.\nTry again." = "Password did not match.\nTry again.";
  653. "Re-enter your passcode" = "Re-enter your passcode";
  654. "Re-enter your password" = "Re-enter your password";
  655. "Try again in %d minutes" = "Try again in %d minutes";
  656. "Try again in 1 minute" = "Try again in 1 minute";
  657. // QRCode
  658. "_qrcode_not_authorized_" = "This app is not authorized to use Back Camera";
  659. "_qrcode_not_supported_" = "QRCode not supported by the current device";
  660. // Voice Memo
  661. "_create_voice_memo_" = "Create voice memo";
  662. "_voice_memo_start_" = "tap to start";
  663. "_voice_memo_stop_" = "tap to stop";
  664. "_voice_memo_filename_" = "voice memo";
  665. "_voice_memo_title_" = "Upload voice memo";