Localizable.strings 121 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022
  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_" = "Натисніть щоб скасувати";
  25. "_cancel_request_" = "Бажаєте скасувати?";
  26. "_upload_file_" = "Вивантажити файл";
  27. "_download_file_" = "Завантажити файл";
  28. "_loading_" = "Завантаження";
  29. "_loading_with_points_" = "Завантаження...";
  30. "_loading_num_" = "Завантаження файлу %i";
  31. "_loading_autoupload_" = "Автозавантаження";
  32. "_uploading_" = "Uploading";
  33. "_synchronization_" = "Синхронізація";
  34. "_delete_" = "Вилучити";
  35. "_delete_file_n_" = "Вилучити файл %i з %i";
  36. "_rename_" = "Перейменувати";
  37. "_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. "_error_e2ee_" = "Помилка E2EE";
  50. "_no_" = "Ні";
  51. "_yes_" = "Так";
  52. "_select_" = "Вибрати";
  53. "_deselect_" = "Скасувати вибір";
  54. "_select_all_" = "Вибрати всі";
  55. "_upload_" = "Вивантажити";
  56. "_home_" = "Файли";
  57. "_files_" = "Робота з файлами";
  58. "_home_dir_" = "Домівка";
  59. "_file_to_upload_" = "Файл для загрузки";
  60. "_destination_" = "Destination";
  61. "_ok_" = "OK";
  62. "_beta_version_" = "Beta version";
  63. "_function_in_testing_" = "Функціонал в тестуванні, будь ласка, надсилайте інформацію про будь-які проблеми, з якими ви зіткнулися.";
  64. "_done_" = "Готово";
  65. "_clear_" = "Очистити";
  66. "_passcode_too_short_" = "Пароль має складатися щонайменше з 4х символів";
  67. "_selected_" = "Selected";
  68. "_scan_fingerprint_" = "Scan fingerprint to authenticate";
  69. "_no_active_account_" = "Акаунт не знайдено";
  70. "_info_" = "Інфо";
  71. "_warning_" = "Увага";
  72. "_email_" = "Email";
  73. "_save_exit_" = "Do you want to exit without saving?";
  74. "_video_" = "Video";
  75. "_overwrite_" = "Перезаписати";
  76. "_transfers_in_queue_" = "Transfers in progress, please wait …";
  77. "_too_errors_upload_" = "Забагато помилок, будь ласка перевірте проблему";
  78. "_create_folder_" = "Створити каталог";
  79. "_create_folder_e2ee_" = "Створити зашифровану папку";
  80. "_create_folder_on_" = "Створити каталог на";
  81. "_close_" = "Закрити";
  82. "_postpone_" = "Відкласти";
  83. "_remove_" = "Вилучити";
  84. "_file_not_found_" = "Файл не знайдено";
  85. "_continue_" = "Продовжити";
  86. "_continue_editing_" = "Продовжити редагування";
  87. "_continue_request_" = "Бажаєте продовжити?";
  88. "_auto_upload_folder_" = "Автоматичне завантаження";
  89. "_gallery_" = "Галерея";
  90. "_photo_" = "Фото";
  91. "_audio_" = "Аудіо";
  92. "_unknown_" = "Невідомо";
  93. "_next_" = "Наступний";
  94. "_success_" = "Успіх";
  95. "_initialization_" = "Ініціалізація";
  96. "_experimental_" = "Експериментальні";
  97. "_select_dir_media_tab_" = "Виберіть як папку \"Медіа\"";
  98. "_error_creation_file_" = "Йой! Не вийшло створити файл";
  99. "_save_path_" = "Зберегти шлях";
  100. "_save_settings_" = "Зберегти налаштування";
  101. "_mode_filename_" = "Filename mode";
  102. "_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";
  103. "_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";
  104. "_restore_" = "Відновити";
  105. "_camera_roll_" = "Фотоплівка";
  106. "_tap_here_to_change_" = "Натисніть для зміни";
  107. "_no_albums_" = "Нема альбомів";
  108. "_denied_album_" = "Цей додаток не має доступу до фото, ви можете увімкнути доступ в Налаштуваннях Приватності.";
  109. "_denied_camera_" = "Цей додаток не має доступу до камери, ви можете увімкнути доступ в Налаштуваннях Приватності.";
  110. "_start_" = "Початок";
  111. "_force_start_" = "Force the start";
  112. "_purchase_" = "Придбати";
  113. "_account_not_available_" = "The account %@ of %@ does not exist, please add it to be able to read the file %@";
  114. "_the_account_" = "The account";
  115. "_does_not_exist_" = "does not exist";
  116. "_error_parameter_schema_" = "Хибні параметри, неможливо продовжити";
  117. "_comments_" = "Коментарі";
  118. "_sharing_" = "Поділитися";
  119. "_details_" = "Деталі";
  120. "_sub_details_" = "Деталі підписки";
  121. "_subscriptions_" = "Підписки";
  122. "_dark_mode_" = "Темний режим";
  123. "_dark_mode_detect_" = "Виявляти темний режим iOS";
  124. "_screen_" = "Екран";
  125. "_wipe_account_" = "Обліковий запис вилучено з серверу";
  126. "_appconfig_view_title_" = "Account configuration in progress …";
  127. "_no_permission_add_file_" = "У вас немає прав на додавання файлів";
  128. "_no_permission_delete_file_" = "У вас немає прав вилучати файли";
  129. "_no_permission_modify_file_" = "У вас немає прав на змінення файлів";
  130. "_request_upload_new_ver_" = "Файл був змінений, бажаєте загрузити нову версію?";
  131. "_add_folder_info_" = "Додати інформацію про каталог";
  132. "_back_" = "Назад";
  133. "_search_" = "Пошук";
  134. "_of_" = "of";
  135. "_internal_modify_" = "Редагувати у вбудованому редакторі";
  136. "_database_corrupt_" = "Oops something went wrong, please enter your credentials but don't worry, your files have remained secure";
  137. "_download_locally_" = "Download locally";
  138. "_livephoto_save_" = "Зберегти Live Photo в альбом";
  139. "_livephoto_save_error_" = "Помилка під час збереження Live Photo";
  140. "_file_conflict_num_" = "конфлікт файлу";
  141. "_file_conflicts_num_" = "конфлікти файлів";
  142. "_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.";
  143. "_file_conflict_new_" = "Нові файли";
  144. "_file_conflict_exists_" = "Файли що вже існують";
  145. "_file_not_rewite_doc_" = "It is not possible to overwrite a document but only to create a new one";
  146. "_move_or_copy_" = "Перемістити або копіювати";
  147. "_copy_" = "Копіювати";
  148. "_now_" = "Зараз";
  149. "_wait_" = "Будь ласка, зачекайте…";
  150. "_attention_" = "Увага";
  151. "_recent_" = "Нещодавні";
  152. "_view_in_folder_" = "Переглянути у каталозі";
  153. "_leave_share_" = "Leave this share";
  154. "_premium_" = "Преміум";
  155. "_professional_" = "Професійний";
  156. "_current_" = "Поточні";
  157. "_buy_" = "Придбати";
  158. "_disabled_" = "Disabled";
  159. /* MARK: Files lock */
  160. "_lock_file_" = "Заблокувати файл";
  161. "_unlock_file_" = "Розблокувати файл";
  162. "_lock_selected_files_" = "Заблокувати файли";
  163. "_unlock_selected_files_" = "Розблокувати файли";
  164. "_locked_by_" = "Заблоковано %@";
  165. "_file_locked_no_override_" = "Файл заблоковано. Перезапис не можливий.";
  166. /* Remove a file from a list, don't delete it entirely */
  167. "_remove_file_" = "Видалити файл";
  168. /* Delete file and put it into the trash */
  169. "_delete_file_" = "Вилучити файл";
  170. "_delete_folder_" = "Вилучити каталог";
  171. "_delete_photo_" = "Видалити фото";
  172. "_delete_video_" = "Видалити відео";
  173. "_automatic_Download_Image_" = "Використовувати зображення в повній роздільній здатності";
  174. "_automatic_Download_Image_footer_" = "When viewing images always download, if not available locally, the images in full resolution";
  175. "_size_" = "Розмір";
  176. "_file_size_" = "Експортований розмір файлу";
  177. "_dimension_" = "Dimension";
  178. "_duration_" = "Тривалість";
  179. "_model_" = "Модель";
  180. "_set_user_status_" = "Встановити статус користувача";
  181. "_open_settings_" = "Відкрити налаштування";
  182. "_rename_ext_title_" = "Змінити тип файлу?";
  183. "_rename_ext_message_" = "This file may behave differently if you change it from .%@ to %@";
  184. "_use_" = "Використовувати";
  185. "_keep_" = "Зберегти";
  186. "_account_request_" = "Request account";
  187. "_settings_account_request_" = "Request account at startup";
  188. "_print_" = "Друк";
  189. "_alias_" = "Alias";
  190. "_alias_footer_" = "Give your account names a descriptive name such as Home, Office, School …";
  191. "_chunk_size_mb_" = "Chunk size in MB";
  192. "_chunk_footer_title_" = "Chunked file upload (0 is disabled)\nImportant: the chunked upload works only when the app is \"active\".";
  193. "_privacy_legal_" = "Privacy and Legal Policy";
  194. "_source_code_" = "Отримати вихідний код";
  195. "_account_select_" = "Оберіть обліковий запис";
  196. "_account_select_to_add_" = "Select the account to add";
  197. "_host_insert_" = "Insert the host name, for example:";
  198. "_certificate_not_found_" = "File %@ in documents directory not found.";
  199. "_copy_failed_" = "Помилка копіювання";
  200. "_certificate_installed_" = "Сертифікат встановлено";
  201. "_want_delete_account_" = "Бажаєте видалили аккаунт %@";
  202. "_prevent_http_redirection_"= "The redirection in HTTP is not permitted";
  203. "_pdf_vertical_" = "PDF vertical display";
  204. "_pdf_horizontal_" = "PDF horizontal display";
  205. "_single_file_conflict_title_" = "Конфлікт файлу";
  206. "_multi_file_conflict_title_" = "%@ File conflicts";
  207. "_replace_action_title_" = "Замінити";
  208. "_keep_both_action_title_" = "Залишити обидва";
  209. "_cancel_keep_existing_action_title_" = "Cancel and keep existing";
  210. "_replace_all_action_title_" = "Замінити все";
  211. "_keep_both_for_all_action_title_" = "Зберегти обидва для всіх";
  212. "_more_action_title_" = "Більше Деталей";
  213. /* Background of the file listing view */
  214. "_use_as_background_" = "Use it as a background";
  215. /* Background of the file listing view */
  216. "_background_" = "Background";
  217. "_dark_mode_" = "Темний режим";
  218. "_default_color_" = "Use the default color";
  219. "_as_default_color_" = "Use as default color";
  220. // MARK: User Status
  221. /* User status */
  222. "_online_" = "Онлайн";
  223. /* User status */
  224. "_away_" = "Піти";
  225. /* User status */
  226. "_dnd_" = "Не турбувати";
  227. /* User status */
  228. "_dnd_description_" = "Mute all notifications";
  229. /* User status */
  230. "_invisible_" = "Невидима";
  231. /* User status */
  232. "_invisible_description_" = "Appear offline";
  233. /* User status */
  234. "_status_message_" = "Повідомлення про статус";
  235. "_status_message_placehorder_" = "What is your status?";
  236. "_online_status_" = "Статус онлайну";
  237. "_clear_status_message_" = "Очистити повідомлення про стан";
  238. "_set_status_message_" = "Встановити повідомлення про стан";
  239. "_clear_status_message_after_" = "Очистити повідомлення про стан після";
  240. /* User status */
  241. "_select_option_" = "Виберіть";
  242. "_dont_clear_" = "Не очистувати";
  243. "_30_minutes_" = "30 хвилин";
  244. "_an_hour_" = "годину";
  245. "_1_hour_" = "1 година";
  246. "_4_hours_" = "4 години";
  247. "day" = "Сьогодні";
  248. "_this_week_" = "Цього тижня";
  249. "_days_" = "Днів";
  250. "_hours_" = "Годин";
  251. "_minutes_" = "Хвилин";
  252. "_network_available_" = "Network available";
  253. "_network_not_available_" = "Мережа недоступна";
  254. "_file_too_big_" = "File size too big to be encrypted/decrypted";
  255. "_file_too_big_max_100_" = "File size too big (max 100 kb.)";
  256. "_...loading..._" = "Завантаження...";
  257. "_download_plist_" = " ";
  258. "_no_reuploadfile_" = "Could not find nor resend file. Delete the upload and reload the file to upload it.";
  259. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  260. "_read_file_error_" = "Could not read the file";
  261. "_write_file_error_" = "Could not write the file";
  262. "_files_lock_error_" = "There was an error changing the lock of this file";
  263. "_more_" = "Додатково";
  264. "_notifications_" = "Сповіщення";
  265. "_logout_" = "Вихід";
  266. "_quota_space_unlimited_" = "Необмежено";
  267. "_quota_space_unknown_" = "Невідомо";
  268. "_quota_using_" = "You are using %@ of %@";
  269. "_acknowledgements_" = "Acknowledgements";
  270. "_settings_" = "Налаштування";
  271. "_passcode_" = "Пароль";
  272. "_enter_password_" = "Enter password …";
  273. "_lock_" = "Заблокувати";
  274. "_lock_active_" = "Lock: On";
  275. "_lock_not_active_" = "Lock: Off";
  276. "_lock_protection_no_screen_" = "Do not ask at startup";
  277. "_lock_protection_no_screen_footer_" = "Use \"Do not ask at startup\" for the encryption option";
  278. "_enable_touch_face_id_" = "Enable Touch/Face ID";
  279. "_url_" = "URL-адреса";
  280. "_username_" = "Логін";
  281. "_change_credentials_" = "Change your credentials";
  282. "_wifi_only_" = "Only use Wi-Fi connection";
  283. "_settings_autoupload_" = "Автоматичне завантаження";
  284. "_app_version_" = "Версія додатку";
  285. "_app_in_use_" = "Application in use";
  286. "_contact_by_email_" = "Сконтактуйте з нами за допомогою ел.пошти";
  287. "_clear_cache_" = "Очистити кеш";
  288. "_clear_cache_footer_" = "Clear downloaded and offline files from the app";
  289. "_exit_" = "Reset application";
  290. "_exit_footer_" = "Remove all accounts and local data from the app";
  291. "_funct_not_enabled_" = "Functionality not enabled";
  292. "_passcode_activate_" = "Password lock on";
  293. "_disabling_passcode_" = "Removing password lock";
  294. "_want_exit_" = "Attention! Will be reset to initial state. Continue?";
  295. "_proceed_" = "Proceed";
  296. "_delete_cache_" = "Delete cache";
  297. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress)?";
  298. "_want_delete_thumbnails_" = "Do you want to delete all thumbnails too?";
  299. "_mail_deleted_" = "Mail deleted";
  300. "_mail_saved_" = "Mail saved";
  301. "_mail_sent_" = "Лист надіслано";
  302. "_mail_failure_" = "Could not send email: %@";
  303. "_information_req_" = "Information request";
  304. "_write_in_english_" = "Kindly write to us in English";
  305. "_credentials_" = "Облікові дані";
  306. "_manage_account_" = "Manage account";
  307. "_change_password_" = "Змінити пароль";
  308. "_add_account_" = "Додати обліковий запис";
  309. "_delete_account_" = "Вилучити обліковий запис";
  310. "_delete_active_account_" = "Remove active account";
  311. "_want_delete_" = "Do you really want to delete?";
  312. "_no_delete_" = "Ні, не вилучати";
  313. "_yes_delete_" = "Так, вилучити";
  314. "_remove_cache_" = "Стирання кешу, будь ласка зачекайте...";
  315. "_optimizations_" = "Optimizations";
  316. "_synchronizations_" = "Synchronizations folders";
  317. "_version_server_" = "Віддалена версія";
  318. "_help_" = "Допомога";
  319. "_change_simply_passcode_" = "Change password type";
  320. "_quota_" = "Обмеження";
  321. "_available_" = "Доступно";
  322. "_not_available_" = "Не доступно";
  323. "_accounts_" = "Облікові записи";
  324. "_information_" = "Інформація";
  325. "_personal_information_" = "Про мене";
  326. "_user_full_name_" = "Повна назва";
  327. "_user_address_" = "Адреса";
  328. "_user_phone_" = "Номер телефону";
  329. "_user_email_" = "Email";
  330. "_user_web_" = "Веб-сайт";
  331. "_user_twitter_" = "Twitter";
  332. "_user_job_" = "Робота";
  333. "_user_businesssize_" = "Business size";
  334. "_user_businesstype_" = "Business type";
  335. "_user_city_" = "Місто";
  336. "_user_country_" = "Країна";
  337. "_user_company_" = "Компанія";
  338. "_user_role_" = "Роль";
  339. "_user_zip_" = "Zip";
  340. "_user_owner_" = "Власник";
  341. "_user_employee_" = "Працівник";
  342. "_user_contractor_" = "Contractor";
  343. "_user_editprofile_" = "Редагувати профіль";
  344. "_select_offline_warning_" = "Making multiple files and folders available offline may take a while and use a lot of memory while doing so.";
  345. "_advanced_" = "Додатково";
  346. "_permissions_" = "Дозволи ";
  347. "_disable_files_app_" = "Disable Files App integration";
  348. "_disable_files_app_footer_" = "Do not permit the access of files via the iOS Files application";
  349. "_trial_" = "Trial";
  350. "_trial_expired_day_" = "Днів залишилось";
  351. "_time_remaining_" = "%@ залишилось";
  352. "_disableLocalCacheAfterUpload_footer_" = "After uploading the file, do not keep it in the local cache";
  353. "_disableLocalCacheAfterUpload_" = "Disable local cache";
  354. "_autoupload_" = "Auto upload photos/videos";
  355. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  356. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  357. "_autoupload_background_" = "Auto upload in the background";
  358. "_autoupload_photos_" = "Auto upload photos";
  359. "_autoupload_videos_" = "Auto upload videos";
  360. "_autoupload_description_" = "New photos/videos will be automatically uploaded to your Nextcloud";
  361. "_autoupload_description_background_" = "This option requires the use of GPS to trigger the detection of new photos/videos in the camera roll once the location changes significantly";
  362. "_autoupload_background_title_" = "Limitations";
  363. "_autoupload_background_msg_" = "Due to iOS restrictions, it is not yet possible to perform background processes, unless GPS services are activated. Once the cell in the cellular network is changed, the system wakes up for a short time and checks for new photos to upload to the cloud.";
  364. "_autoupload_change_location_" = "Change folder";
  365. "_autoupload_location_now_" = "Каталог";
  366. "_autoupload_location_default_" = "Restore default folder";
  367. "_autoupload_change_location_footer_" = "Change folder used for \"Automatic upload of camera photos\" (if the option is enabled)";
  368. "_autoupload_not_select_home_" = "Select a folder";
  369. "_autoupload_save_album_" = "Copy photo or video into the photo album";
  370. "_autoupload_fullphotos_" = "Upload the whole camera roll";
  371. "_autoupload_fullphotos_footer_" = "Adjust the options above before uploading";
  372. "_autoupload_create_subfolder_" = "Використовувати вкладені каталоги";
  373. "_autoupload_create_subfolder_footer_" = "Store in subfolders based on year, month or daily";
  374. "_autoupload_subfolder_granularity_" = "Subfolder Granularity";
  375. "_autoupload_filenamemask_" = "Change filename mask";
  376. "_autoupload_filenamemask_footer_" = "Change the automatic filename mask";
  377. "_autoupload_current_folder_" = "Currently selected folder";
  378. "_help_tutorial_" = "Tutorial";
  379. "_help_intro_" = "Introduction to Nextcloud";
  380. "_help_activity_verbose_" = "Detailed Activity feed";
  381. "_help_activity_mail_" = "Send activity via email";
  382. "_help_activity_clear_" = "Clear activity";
  383. "_show_hidden_files_" = "Показати приховані файли";
  384. "_format_compatibility_" = "Most Compatible";
  385. "_format_compatibility_footer_" = "\"Most compatible\" will save photos as JPEG, if possible.";
  386. "_terms_" = "Terms of Service";
  387. "_privacy_" = "Конфіденційність";
  388. "_privacy_policy_" = "Privacy Policy";
  389. "_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";
  390. "_crashservice_title_" = "Disable crash reporter";
  391. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  392. "_upload_mov_livephoto_" = "Live Photo";
  393. "_upload_mov_livephoto_footer_" = "\"Live Photo\" will save the selected photo in \"Live Photo\" format, if possible.";
  394. "_view_capabilities_" = "View the capabilities";
  395. "_capabilities_" = "Capabilities";
  396. "_no_capabilities_found_" = "Capabilities not found";
  397. "_diagnostics_" = "Diagnostics";
  398. "_view_log_" = "View log file";
  399. "_clear_log_" = "Clear log file";
  400. "_level_log_" = "Set Log level (disabled, standard, maximum)";
  401. "_connect_server_anyway_" = "Do you want to connect to the server anyway?";
  402. "_server_is_trusted_" = "Do you consider this server trusted?";
  403. "_connection_error_" = "Помилка з'єднання";
  404. "_serverstatus_error_" = "Connection to server failure, verify your server address or network status";
  405. "_add_your_nextcloud_" = "Add your Nextcloud account";
  406. "_login_url_" = "Server address https:// …";
  407. "_login_bottom_label_" = "Don't have a server yet?\nChoose one of the providers.";
  408. "_error_multidomain_" = "Address not allowed, only the following domains are valid:";
  409. "_account_already_exists_" = "The account %@ already exists";
  410. "_traditional_login_" = "Повернутися до старого методу авторизації";
  411. "_web_login_" = "Revert to web login method";
  412. "_login_url_error_" = "URL error, please verify your server URL";
  413. "_webflow_not_available_" = "Web login not available, use the old login method";
  414. "_favorites_" = "Вподобане";
  415. "_favorite_" = "Улюблений";
  416. "_unfavorite_" = "Зняти вподобання";
  417. "_no_files_uploaded_" = "No files uploaded";
  418. "_tutorial_favorite_view_" = "Тут буде показано файли та каталоги, які ви вподобали.";
  419. "_tutorial_offline_view_" = "Files copied here will be available offline.\n\nThey will be synchronized with your cloud.";
  420. "_tutorial_groupfolders_view_" = "No Group folders yet";
  421. "_tutorial_local_view_" = "You'll find the unpacked files from your cloud.\n\nConnect to iTunes to share these files.";
  422. "_more_" = "Додатково";
  423. "_favorite_no_files_" = "Ще немає улюблених";
  424. "_pull_down_" = "Pull down to refresh";
  425. "_no_photo_load_" = "No photo or video";
  426. "_tutorial_autoupload_view_" = "You can enable auto uploads from \"Settings\"";
  427. "_no_date_" = "No date";
  428. "_today_" = "Сьогодні";
  429. "_yesterday_" = "Вчора";
  430. "_time_" = "Time: %@\n\n%@";
  431. "_location_not_enabled_" = "Location Services not enabled";
  432. "_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Location Services\"";
  433. "_access_photo_not_enabled_" = "Access to Photos not enabled";
  434. "_access_photo_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\"";
  435. "_access_photo_location_not_enabled_" = "Access to Photos and Location not enabled";
  436. "_access_photo_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\" and \"Location Services\"";
  437. "_tutorial_photo_view_" = "No photos or videos uploaded yet";
  438. "_create_full_upload_" = "Creating archive … May take a long time. During this process, keep the application active during the transfer as well.";
  439. "_error_createsubfolders_upload_" = "Error creating subfolders";
  440. "_activate_autoupload_" = "Enable auto upload";
  441. "_remove_photo_CameraRoll_" = "Remove from camera roll";
  442. "_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.";
  443. "_never_" = "ніколи";
  444. "_less_a_minute_" = "less than a minute ago";
  445. "_a_minute_ago_" = "хвилину тому";
  446. "_minutes_ago_" = "%d minutes ago";
  447. "_an_hour_ago_" = "годину тому";
  448. "_hours_ago_" = "%d hours ago";
  449. "_a_day_ago_" = "день тому";
  450. "_days_ago_" = "%d days ago";
  451. "_over_30_days_" = "over 30 days";
  452. "_connection_internet_offline_" = "The Internet connection appears to be offline or only allowed Wi-Fi";
  453. "_insert_password_" = "Enter password";
  454. "_update_in_progress_" = "Version upgrade, please wait …";
  455. "_forbidden_characters_" = "The file or folder name contains invalid characters";
  456. "_cannot_send_mail_error_" = "No account set up, or wrong email address entered";
  457. "_open_url_error_" = "Cannot open the URL for this action";
  458. "_photo_camera_" = "Фотографії";
  459. "_media_" = "Зображення та відео";
  460. "_unzip_in_progress_" = "Extraction in progress on local storage …";
  461. "_file_unpacked_" = "File unpacked on local storage";
  462. "_file_saved_local_" = "File saved on local storage.";
  463. "_file_not_present_" = "Error: File not present, please reload.";
  464. "_order_by_" = "Впорядкувати за";
  465. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  466. "_sorted_by_name_a_z_" = "Sorted by name (from A to Z)";
  467. "_order_by_name_z_a_" = "Sort by name (from Z to A)";
  468. "_sorted_by_name_z_a_" = "Sorted by name (from Z to A)";
  469. "_order_by_date_more_recent_" = "Sort by newest";
  470. "_sorted_by_date_more_recent_" = "Sorted by newest";
  471. "_order_by_date_less_recent_" = "Sort by oldest";
  472. "_sorted_by_date_less_recent_" = "Sorted by oldest";
  473. "_order_by_size_smallest_" = "Sort by smallest";
  474. "_sorted_by_size_smallest_" = "Sorted by smallest";
  475. "_order_by_size_largest_" = "Sort by largest";
  476. "_sorted_by_size_largest_" = "Sorted by largest";
  477. "_delete_selected_files_" = "Delete files";
  478. "_move_selected_files_" = "Move files";
  479. "_move_or_copy_selected_files_" = "Move or copy files";
  480. "_download_selected_files_" = "Download files";
  481. "_download_selected_files_folders_" = "Download files and folders";
  482. "_error_operation_canc_" = "Error: Operation canceled.";
  483. "_only_lock_passcode_" = "Available only with Lock password activated. Activate it in the \"Settings\".";
  484. "_go_to_app_settings_" = "Go to app settings";
  485. "_passcode_protection_" = "Password protection";
  486. "_remove_favorites_" = "Вилучено з улюбленого";
  487. "_remove_offline_" = "Remove from offline";
  488. "_add_favorites_" = "Додати зірочку";
  489. "_add_offline_" = "Add to offline";
  490. "_remove_passcode_" = "Remove password protection";
  491. "_protect_passcode_" = "Protect with password";
  492. "_share_" = "Спільний доступ";
  493. "_reload_" = "Перезавантажити";
  494. "_open_in_" = "Open in …";
  495. "_open_" = "Open …";
  496. "_remove_local_file_" = "Remove from cache";
  497. "_add_local_" = "Add to local storage";
  498. "_comm_erro_pull_down_" = "Attention: Communication error with the server. Pull down to refresh.";
  499. "_file_not_downloaded_" = "file not dowloaded";
  500. "_file_not_uploaded_" = "file not uploaded";
  501. "_folders_" = "folders";
  502. "_folder_" = "folder";
  503. "_files_" = "Робота з файлами";
  504. "_file_" = "file";
  505. "_folder_blocked_" = "Folder blocked";
  506. "_downloading_progress_" = "Initiating download of files …";
  507. "_no_file_pull_down_" = "Upload a file or pull down to refresh";
  508. "_browse_images_" = "Browse images";
  509. "_synchronized_folder_" = "Keep the folder synchronized";
  510. "_remove_synchronized_folder_" = "Turn off the synchronization";
  511. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  512. "_offline_folder_confirm_" = "After enabling the offline folder, all files in it will be synchronized with the server, continue?";
  513. "_file_not_found_reload_" = "File not found, pull down to refresh";
  514. "_title_section_download_" = "DOWNLOAD";
  515. "_title_section_upload_" = "UPLOAD";
  516. "_group_alphabetic_yes_" = "✓ Group alphabetically";
  517. "_group_alphabetic_no_" = "Group alphabetically";
  518. "_group_typefile_yes_" = "✓ Group by Type File";
  519. "_group_typefile_no_" = "Group by Type File";
  520. "_group_date_yes_" = "✓ Group by Date";
  521. "_group_date_no_" = "Group by Date";
  522. "_element_" = "element";
  523. "_elements_" = "elements";
  524. "_tite_footer_upload_wwan_" = " Wi-Fi network required, %lu %@ to upload";
  525. "_tite_footer_upload_" = "%lu %@ to upload";
  526. "_tite_footer_download_wwan_" = " Wi-Fi network required, %lu %@ to download";
  527. "_tite_footer_download_" = "%lu %@ to download";
  528. "_limited_dimension_" = "Reached maximum size";
  529. "_save_selected_files_" = "Save to photo gallery";
  530. "_file_not_saved_cameraroll_" = "Error: File not saved in photo album";
  531. "_file_saved_cameraroll_" = "File saved in photo album";
  532. "_directory_on_top_yes_" = "✓ Folders on top";
  533. "_directory_on_top_no_" = "Folders on top";
  534. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  535. "_search_no_record_found_" = "No result";
  536. "_search_in_progress_" = "Пошук...";
  537. "_search_instruction_" = "Шукати файл (мінімум 2 символи)";
  538. "_files_no_files_" = "Тут немає файлів";
  539. "_files_no_folders_" = "No folders in here";
  540. "_request_in_progress_" = "Request to server in progress …";
  541. "audio" = "AUDIO";
  542. "compress" = "COMPRESS";
  543. "directory" = "FOLDERS";
  544. "document" = "DOCUMENTS";
  545. "image" = "IMAGES";
  546. "template" = "TEMPLATES";
  547. "unknow" = "UNKNOWN";
  548. "video" = "VIDEO";
  549. "_file_del_only_local_" = "File not present on server";
  550. "_copy_file_" = "Копіювати";
  551. "_paste_file_" = "Paste";
  552. "_open_quicklook_" = "Open with Quick Look";
  553. "_search_this_folder_" = "Шукати в цьому каталозі";
  554. "_search_all_folders_" = "Шукати у всіх каталогах";
  555. "_search_sub_folder_" = "Шукати тут та у підкаталогах";
  556. "_theming_is_light_" = "Server theming too brightly coloured, not applicable";
  557. "_cancel_all_task_" = "Cancel all transfers";
  558. "_status_wait_download_" = "Waiting for download";
  559. "_status_in_download_" = "In download";
  560. "_status_downloading_" = "Downloading";
  561. "_status_wait_upload_" = "Waiting for upload";
  562. "_status_in_upload_" = "In upload";
  563. "_status_uploading_" = "Uploading";
  564. "_status_upload_error_" = "Error, waiting for upload";
  565. "_select_media_folder_" = "Select the \"Media\" folder";
  566. "_media_viewimage_show_" = "Show images";
  567. "_media_viewimage_hide_" = "Hide images";
  568. "_media_viewvideo_show_" = "Show video";
  569. "_media_viewvideo_hide_" = "Hide video";
  570. "_media_by_created_date_" = "Sort by created date";
  571. "_media_by_upload_date_" = "Sort by upload date";
  572. "_media_by_modified_date_" = "Впорядкувати за датою зміни";
  573. "_insert_password_pfd_" = "Secure PDF. Enter password";
  574. "_password_pdf_error_" = "Неправильний пароль";
  575. "_error_download_photobrowser_" = "Error: Unable to download photo";
  576. "_good_morning_" = "Доброго ранку";
  577. "_good_day_" = "Good day";
  578. "_good_afternoon_" = "Добрий день";
  579. "_good_evening_" = "Добрий вечір";
  580. "_good_night_" = "Надобраніч";
  581. // MARK: Share
  582. "_share_link_" = "Поділитися посиланням";
  583. "_share_link_button_" = "Send link to …";
  584. "_share_link_name_" = "Link name";
  585. "_password_" = "Пароль";
  586. "_share_password_" = "Password protect link";
  587. "_share_expirationdate_" = "Set expiration date link";
  588. "_date_" = "Date";
  589. "_share_title_" = "Спільний доступ";
  590. "_add_sharee_" = "Add users or groups";
  591. "_add_sharee_footer_" = "You can share this resource by adding users or groups. To remove a share, remove all users and groups";
  592. "_find_sharee_title_" = "Пошук";
  593. "_find_sharee_" = "Шукати користувача або групу...";
  594. "_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";
  595. "_user_is_group_" = "(група)";
  596. "_direct_sharee_title_" = "Спільний доступ";
  597. "_direct_sharee_footer_" = "If you already know the name, enter it, then select the share type and press \"Done\" to confirm";
  598. "_direct_sharee_" = "Enter the username …";
  599. "_user_sharee_footer_" = "Tap to change permissions";
  600. "_share_type_title_" = "Type of share";
  601. "_share_type_user_" = "Користувач";
  602. "_share_type_group_" = "Група";
  603. "_share_type_remote_" = "Remote";
  604. "_enforce_password_protection_" = "Захист паролем обов'язковий";
  605. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  606. "_shared_with_you_by_" = "Shared with you by";
  607. "_shareLinksearch_placeholder_" = "Зазначте назву та натисніть Шукати";
  608. "_shareLinksearch_mail_placeholder_" = "Type a name or an email and press Search";
  609. "_new_comment_" = "Новий коментар...";
  610. "_edit_comment_" = "Редагувати комент";
  611. "_delete_comment_" = "Вилучити коментар";
  612. "_share_allow_editing_" = "Дозволити редагування";
  613. "_share_read_only_" = "View only";
  614. "_share_editing_" = "Редагування";
  615. "_share_allow_upload_" = "Дозволити завантаження та редагування";
  616. "_share_file_drop_" = "Сховище (тільки завантажування)";
  617. "_share_secure_file_drop_" = "Secure file drop (upload only)";
  618. "_share_hide_download_" = "Сховати завантаження";
  619. "_share_password_protect_" = "Захистити паролем";
  620. "_share_expiration_date_" = "Встановити термін дії";
  621. "_share_note_recipient_" = "Примітка для одержувача";
  622. "_share_delete_sharelink_" = "Delete link";
  623. "_share_add_sharelink_" = "Додати інше посилання";
  624. "_share_can_reshare_" = "Можете ділитися";
  625. "_share_can_create_" = "Може створювати";
  626. "_share_can_change_" = "Може редагувати";
  627. "_share_can_delete_" = "Може вилучати";
  628. "_share_can_download_" = "Allow download";
  629. "_share_unshare_" = "Закрити доступ";
  630. "_share_internal_link_" = "Внутрішнє посилання";
  631. "_share_internal_link_des_" = "Стосується користувачів, які мають доступ до цього каталогу";
  632. "_share_reshare_disabled_" = "You are not allowed to reshare this file/folder";
  633. "_share_reshare_restricted_" = "Note: You only have limited permission to reshare this file/folder";
  634. "_no_transfer_" = "No transfers yet";
  635. "_no_transfer_sub_" = "Uploads and downloads from this device will show up here";
  636. "_no_activity_" = "Поки що активність відсутня";
  637. "_no_activity_footer_" = "No more activities to load";
  638. "_transfers_" = "Передача";
  639. "_activity_" = "Активність";
  640. "_activity_file_not_present_" = "File no longer present";
  641. "_trash_file_not_found_" = "It seems that the file is not in the trash, go to the trash to update it and try again";
  642. "_list_shares_" = "Спільний доступ";
  643. "_list_shares_no_files_" = "No shares yet";
  644. "_tutorial_list_shares_view_" = "Файли і каталоги, до яких ви надали спільний доступ, з'являтимуться тут";
  645. "_create_synchronization_" = "Create synchronization";
  646. "_offline_" = "Offline";
  647. "_local_storage_" = "Local storage";
  648. "_local_storage_no_record_" = "No files yet";
  649. "_upload_photos_videos_" = "Upload photos or videos";
  650. "_upload_file_" = "Вивантажити файл";
  651. "_upload_file_text_" = "Create text file";
  652. "_create_nextcloudtext_document_" = "Create text document";
  653. "_save_document_picker_" = "Save here";
  654. "_destination_folder_" = "Destination folder";
  655. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  656. "_rename_filename_" = "Перейменувати";
  657. "_filename_" = "Ім'я файлу";
  658. "_enter_filename_" = "Enter filename …";
  659. "_preview_filename_" = "Example preview of filename. You can use the mask %@ for date/time";
  660. "_forbidden_characters_" = "The file or folder name contains invalid characters";
  661. "_add_filenametype_" = "Specify type in filename";
  662. "_filenametype_photo_video_" = "Photo/Video";
  663. "_maintain_original_filename_" = "Maintain original filename";
  664. "_modify_photo_" = "Modify photo";
  665. "_notifications_" = "Сповіщення";
  666. "_no_notification_" = "No notifications yet";
  667. "_autoupload_filename_title_" = "Auto upload filename";
  668. "_untitled_txt_" = "Untitled.txt";
  669. "_text_upload_title_" = "Upload text file";
  670. "_e2e_settings_title_" = "Шифрування";
  671. "_e2e_settings_" = "End-to-end encryption";
  672. "_e2e_settings_start_" = "Start end-to-end encryption";
  673. "_e2e_settings_not_available_" = "End-to-end encryption not available";
  674. "_e2e_settings_activated_" = "End-to-end encryption activated";
  675. "_e2e_settings_view_passphrase_" = "Усі 12 слів утворюють разом дуже сильний пароль, який дозволить лише вам переглядати та використовувати зашифровані файли. Будь ласка, запишіть його й збережіть у безпечному місці.";
  676. "_e2e_settings_read_passphrase_" = "Read passphrase";
  677. "_e2e_settings_lock_not_active_" = "Lock not active, go back to \"Settings\" and activate it";
  678. "_e2e_settings_the_passphrase_is_" = "The passphrase is:";
  679. "_e2e_passphrase_request_title_" = "Request passphrase";
  680. "_e2e_passphrase_request_message_" = "Insert the 12 words";
  681. "_e2e_settings_remove_" = "Remove the encryption locally";
  682. "_e2e_settings_remove_message_" = "Confirm removal of encryption along with the passphrase.";
  683. "_e2e_set_folder_encrypted_" = "Encrypt";
  684. "_e2e_remove_folder_encrypted_" = "Decrypt";
  685. "_e2e_goto_settings_for_enable_" = "This is an encrypted directory, go to \"Settings\" and enable end-to-end encryption";
  686. "_e2e_delete_folder_not_permitted_" = "Deletion of the directory marked as \"encrypted\" is not allowed";
  687. "_e2e_error_encode_metadata_" = "Serious internal error in encoding metadata";
  688. "_e2e_error_decode_metadata_" = "Serious internal error in decoding metadata";
  689. "_e2e_error_create_encrypted_" = "Could not create encrypted file";
  690. "_e2e_error_update_metadata_" = "Update metadata error";
  691. "_e2e_error_store_metadata_" = "Could not save metadata";
  692. "_e2e_error_send_metadata_" = "Could not send metadata";
  693. "_e2e_error_delete_metadata_" = "Could not delete metadata";
  694. "_e2e_error_get_metadata_" = "Could not fetch metadata";
  695. "_e2e_error_not_enabled_" = "Serious internal error. End-to-end encryption not enabled";
  696. "_e2e_error_record_not_found_" = "Serious internal error. Records not found";
  697. "_e2e_error_unlock_" = "Could not unlock folder";
  698. "_e2e_error_lock_" = "Could not lock folder";
  699. "_e2e_error_delete_mark_folder_" = "Decrypt marked folder";
  700. "_e2e_error_mark_folder_" = "Шифрувати каталог";
  701. "_e2e_error_directory_not_empty_" = "Каталог не порожній";
  702. "_e2e_error_not_move_" = "It is not possible move files to encrypted directory";
  703. "_e2e_error_not_versionwriteable_" = "Версія застосунку E2EE на сервері не сумісна з поточною версією застосунку клієнта.";
  704. "_scans_document_" = "Scan document";
  705. "_scanned_images_" = "Scanned images";
  706. "_scan_document_pdf_page_" = "Сторінка";
  707. "_scan_label_document_zone_" = "Drag images down for document creation";
  708. "_filter_original_" = "Оригінал";
  709. "_filter_bn_" = "Black & White";
  710. "_filter_grayscale_" = "Grayscale";
  711. "_quality_image_title_" = "Preview image quality";
  712. "_quality_high_" = "Large file size of high quality";
  713. "_quality_medium_" = "Average file size of medium quality";
  714. "_quality_low_" = "Small file size of low quality";
  715. "_file_type_" = "Тип файлу";
  716. "_pdf_password_" = "PDF Password";
  717. "_file_creation_" = "File creation";
  718. "_delete_all_scanned_images_" = "Delete all scanned images";
  719. "_text_recognition_" = "Text recognition";
  720. /* The title on the navigation bar of the Scanning screen. */
  721. "wescan.scanning.title" = "Scanning";
  722. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  723. "wescan.edit.button.next" = "Наступний";
  724. /* The title on the navigation bar of the Edit screen. */
  725. "wescan.edit.title" = "Редагувати відскановане";
  726. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  727. "wescan.review.button.done" = "Готово";
  728. /* The title on the navigation bar of the Review screen. */
  729. "wescan.review.title" = "На перегляд";
  730. "_trash_view_" = "Кошик";
  731. "_trash_restore_all_" = "Restore all files";
  732. "_trash_delete_all_" = "Очистити кошик";
  733. "_trash_delete_permanently_" = "Вилучити назавжди";
  734. "_trash_delete_all_description_" = "Справді очистити кошик?";
  735. "_trash_no_trash_" = "Усі файли на місці";
  736. "_trash_no_trash_description_" = "You can restore deleted files from here";
  737. "_trash_restore_selected_" = "Restore selected files";
  738. "_trash_delete_selected_" = "Вилучити вибрані файли";
  739. "_manage_file_offline_" = "Manage offline files";
  740. "_set_available_offline_" = "Set as available offline";
  741. "_remove_available_offline_" = "Remove as available offline";
  742. "_create_new_document_" = "Створити новий документ";
  743. "_create_new_spreadsheet_" = "Створити нову таблицю";
  744. "_create_new_presentation_" = "Створити нову презентацію";
  745. "_go_online_" = "Go online to see the document";
  746. "_intro_1_title_" = "Зберігайте ваші дані у безпечному місці, яке ви можете самі контролювати";
  747. "_intro_2_title_" = "Secure collaboration & file exchange";
  748. "_intro_3_title_" = "Easy-to-use web mail, calendaring & contacts";
  749. "_intro_4_title_" = "Screen sharing, online meetings & web conferences";
  750. "_log_in_" = "Увійти";
  751. "_sign_up_" = "Зареєструватися з провадейром";
  752. "_host_your_own_server" = "Розмістити на власному сервері";
  753. "_unauthorized_" = "Неавторизований";
  754. "_bad_username_password_" = "Bad username or password";
  755. "_cancelled_by_user" = "Transfer canceled";
  756. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  757. "_error_not_permission_" = "You don't have permission to complete the operation";
  758. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  759. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  760. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  761. "_error_not_modified_" = "Resource not modified";
  762. "_not_connected_internet_" = "Server connection error";
  763. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  764. "_not_possible_create_folder_" = "Folder could not be created";
  765. "_server_down_" = "Could not establish contact with server";
  766. "_time_out_" = "Timeout, try again";
  767. "_unknow_response_server_" = "Unexpected response from server";
  768. "_user_authentication_required_" = "User authentication required";
  769. "_file_directory_locked_" = "Файл або каталог заблоковано";
  770. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  771. "_ssl_certificate_changed_" = "The certificate for this server seems to have changed";
  772. "_internal_server_" = "Внутрішня помилка серверу";
  773. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  774. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  775. "_folder_contents_nochanged_" = "The folder contents have not changed";
  776. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  777. "_method_not_expected_" = "Unexpected request method";
  778. "_reauthenticate_user_" = "Access expired, log in again";
  779. "_server_error_retry_" = "Сервер тимчасово недоступний";
  780. "_too_many_files_" = "Too many files would be involved in this operation";
  781. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  782. "_user_over_quota_" = "Storage quota is reached";
  783. "_ssl_connection_error_" = "Connection SSL error, try again";
  784. "_bad_request_" = "Bad request";
  785. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  786. "_error_user_not_available_" = "Користувач більше недоступний";
  787. "_server_response_error_" = "Server response content error";
  788. "_no_nextcloud_found_" = "Nextcloud server not found";
  789. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  790. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn't be read because it isn't in the correct format.)";
  791. "_error_check_remote_user_" = "Server responded with error, password re-entry is required";
  792. "_request_entity_too_large_" = "The file is too large";
  793. "_not_possible_download_" = "It is not possible to download the file";
  794. "_not_possible_upload_" = "It is not possible to upload the file";
  795. "_error_files_upload_" = "Error uploading files";
  796. "_method_not_allowed_" = "The requested method is not supported";
  797. "_invalid_url_" = "Invalid server URL";
  798. "_invalid_literal_" = "Недійсний рядок пошуку";
  799. "_invalid_date_format_" = "Invalid date format";
  800. "_invalid_data_format_" = "Invalid data format";
  801. "_error_decode_xml_" = "Invalid response, error decode XML";
  802. "_internal_generic_error_" = "внутрішня помилка";
  803. "_editor_unknown_" = "Failed to open file: Editor is unknown";
  804. "_err_file_not_found_" = "File not found, removed";
  805. "_err_e2ee_app_version_" = "Версія застосунку наскрізного шифрування не сумісна з поточною версією серверу. Будь ласка, оновіть версію серверу вашої хмари.";
  806. "_err_permission_microphone_" = "Please allow Microphone usage from Settings";
  807. "_err_permission_photolibrary_" = "Please allow Photos from Settings";
  808. "_err_permission_locationmanager_" = "Please allow Location - Always from Settings";
  809. "_qrcode_not_authorized_" = "This app is not authorized to use Back Camera";
  810. "_qrcode_not_supported_" = "QR code not supported by the current device";
  811. "_create_voice_memo_" = "Create voice memo";
  812. "_voice_memo_start_" = "Tap to start";
  813. "_voice_memo_stop_" = "Tap to stop";
  814. "_voice_memo_filename_" = "Voice memo";
  815. "_voice_memo_title_" = "Upload voice memo";
  816. "Enter Passcode" = "Зазначте пароль";
  817. "Enter a new passcode" = "Зазначте новий пароль";
  818. "Confirm new passcode" = "Підтвердіть новий пароль";
  819. "Passcodes didn't match. Try again." = "Паролі не збігаються. Спробуйте ще раз.";
  820. "Delete" = "Вилучити";
  821. "Cancel" = "Скасувати";
  822. "_certificate_details_" = "Certificate Server details";
  823. "_certificate_pn_details_" = "Certificate Push Notification details";
  824. "_certificate_view_" = "Certificate Server";
  825. "_certificate_pn_view_" = "Certificate Push Notification";
  826. "_save_as_scan_" = "Save as scan";
  827. "_modify_" = "Modify";
  828. "_overwrite_original_" = "Overwrite original";
  829. "_save_as_copy_" = "Save as copy";
  830. "_discard_changes_" = "Close and discard changes";
  831. "_message_disable_overwrite_livephoto_" = "This image is a Live Photo, overwrite will not be possible";
  832. "_discard_changes_info_" = "Your changes will be discarded.";
  833. "_delete_files_desc_" = "Delete files to free up space";
  834. "_delete_old_files_" = "Delete, in the cache, all files older than";
  835. "_never_" = "ніколи";
  836. "_1_year_" = "1 year";
  837. "_6_months_" = "6 months";
  838. "_3_months_" = "3 months";
  839. "_1_month_" = "1 month";
  840. "_1_week_" = "1 week";
  841. "_1_day_" = "1 day";
  842. "_monthly_" = "Щомісяця";
  843. "_yearly_" = "Щороку";
  844. "_weekly_" = "Щотижня";
  845. "_daily_" = "Daily";
  846. "_day_" = "День";
  847. "_used_space_" = "Used space";
  848. "_open_in_onlyoffice_" = "Відкрити у ONLYOFFICE";
  849. "_open_in_collabora_" = "Open with Collabora Online";
  850. "_login_address_detail_" = "The link to your %@ web interface when you open it in the browser.";
  851. "_go_to_page_" = "Go to page";
  852. "_page_" = "Сторінка";
  853. "_this_document_has_%@_pages_" = "This document has %@ pages";
  854. "_invalid_page_" = "Invalid Page";
  855. "_the_entered_page_number_does_not_exist_" = "The entered page number does not exist";
  856. "_error_something_wrong_" = "От халепа!";
  857. "_resolution_" = "Роздільна здатність";
  858. "_try_download_full_resolution_" = "For more detail try to download the image in full resolution";
  859. "_copied_path_" = "Copied path";
  860. "_copy_path_" = "Copy path";
  861. "_certificates_" = "Certificates";
  862. "_privacy_screen_" = "Splash screen when app inactive";
  863. "_saving_" = "Збереження ..";
  864. "_video_not_streamed_" = "The server does not allow video streaming, do you want to download it?";
  865. "_video_not_streamed_e2ee_" = "The server does not allow video streaming because it is encrypted, do you want to download it?";
  866. "_scan_" = "Scan";
  867. "_in_" = "in";
  868. "_enter_passphrase_" = "Enter passphrase (12 words)";
  869. "_show_more_results_" = "Show more results";
  870. "_waiting_for_" = "Waiting for:";
  871. "_reachable_wifi_" = "network reachable via Wi-Fi or cable";
  872. "_ITMS-90076_" = "Due to a change in the Nextcloud application identifier, the settings and password for accessing your cloud are reset, so please re-enter your account data and check your Settings. We are sorry about that.";
  873. "_password_not_present_" = "Please re-insert your credentials.";
  874. "_copy_passphrase_" = "Copy passphrase";
  875. "_ok_copy_passphrase_" = "OK and copy passphrase";
  876. "_select_color_" = "Select the color";
  877. "_change_color_" = "Змінити колір";
  878. "_description_dashboardwidget_" = "Having the Dashboard always at your fingertips has never been easier.";
  879. "_description_fileswidget_" = "View your recent files and use the toolbar to speed up your operations.";
  880. "_description_toolbarwidget_" = "A toolbar to speed up your operations.";
  881. "_no_data_available_" = "No data available";
  882. "_widget_available_nc25_" = "Widget only available starting with Nextcloud 25";
  883. "_keep_running_" = "Keep the app running for a better user experience";
  884. "_recent_activity_" = "Нещодавна активність";
  885. "_title_lockscreenwidget_" = "Статус";
  886. "_description_lockscreenwidget_" = "Keep an eye on available space and recent activity";
  887. "_no_items_" = "Відсутні елементи";
  888. "_check_back_later_" = "Check back later";
  889. "_exporting_video_" = "Exporting video … Tap to cancel.";
  890. "_apps_nextcloud_detect_" = "Detected %@ apps";
  891. "_add_existing_account_" = "Other %@ Apps has been detected, do you want to add an existing account?";
  892. "_status_in_progress_" = "Status reading in progress …";
  893. "_status_e2ee_on_server_" = "The end-to-end encryption is already configured in the server but not yet enabled on this device";
  894. "_status_e2ee_not_setup_" = "The end-to-end encryption is not yet configured on the server";
  895. "_status_e2ee_configured_" = "The end-to-end encryption is correctly configured";
  896. "_change_upload_filename_" = "Do you want to save the file with a different name?";
  897. "_save_file_as_" = "Save file as %@";
  898. "_password_ascii_" = "The password cannot contain special characters";
  899. "_calendar_contacts_" = "Calendar and Contacts";
  900. "_mobile_config_" = "Download the configuration profile";
  901. "_calendar_contacts_footer_" = "After the downloading you need to go to the Settings app to install it. If a profile is not installed within 8 minutes of downloading it, it is automatically deleted";
  902. "_preview_" = "Перегляд";
  903. "_crop_" = "Урожай";
  904. "_modify_image_desc_" = "Tap the image for modify";
  905. "_message_disable_livephoto_" = "This image is a Live Photo, changing it will lose the Live effect";
  906. "_enable_livephoto_" = "Enable Live Photo";
  907. "_disable_livephoto_" = "Disable Live Photo";
  908. "_undo_modify_" = "Undo the modify";
  909. "_unauthorizedFilesPasscode_" = "Files cannot be used with an activated passcode";
  910. "_disableFilesApp_" = "Files cannot be used because it is disabled";
  911. "_reset_application_done_" = "Reset application, done.";
  912. "_rename_already_exists_" = "A file with this name already exists";
  913. "_created_" = "Створено";
  914. "_recipients_" = "Recipients";
  915. "_are_sure_" = "Ви впевнені?";
  916. "_creation_" = "Creation";
  917. "_modified_" = "Modified";
  918. "_group_folders_" = "Group folders";
  919. "_play_from_files_" = "Play movie by Files";
  920. "_play_from_url_" = "Play movie by URL";
  921. "_valid_video_url_" = "Insert a valid URL";
  922. "_deletion_progess_" = "Deletion in progress";
  923. "_copying_progess_" = "Copying in progress";
  924. "_moving_progess_" = "Moving in progress";
  925. "_chunk_enough_memory_" = "It seems there is not enough space to send the file";
  926. "_chunk_create_folder_" = "The file could not be sent, please check the server log";
  927. "_chunk_files_null_" = "The file for sending could not be created";
  928. "_chunk_move_" = "The sent file could not be reassembled, please check the server log";
  929. // Video
  930. "_select_trace_" = "Select the trace";
  931. "_video_processing_" = "Video processing";
  932. "_video_being_processed_" = "Video being processed …";
  933. "_downloading_" = "Downloading";
  934. "_download_error_" = "Download error";
  935. "_subtitle_" = "Subtitle";
  936. "_dts_to_ac3_" = "The DTS is not supported, it requires a conversion to Dolby Digital";
  937. "_reuired_conversion_" = "This video takes a long time to convert.";
  938. "_stay_app_foreground_" = "Keep the app in the foreground …";
  939. "_conversion_available_" = "The conversion is always available on menu";
  940. "_video_format_not_recognized_" = "This video needs to be processed to be played, do you want to do it now?";
  941. "_video_must_download_" = "This video needs to be downloaded and processed to be played, do you want to do it now?";
  942. "_conversion_max_compatibility_" = "Max compatibility, the conversion can take much longer";
  943. "_video_tap_for_close_" = "A slight pressure to close the processing";
  944. "_subtitle_not_found_" = "Subtitle not found";
  945. "_disable_" = "Вимкнути";
  946. "_subtitle_not_dowloaded_" = "There are subtitles not downloaded locally";
  947. "_user_" = "Користувач";
  948. "_add_subtitle_" = "Add an external subtitle";
  949. "_add_audio_" = "Add an external audio";
  950. "_maintenance_mode_" = "Server is currently in maintenance mode";
  951. "_upload_foreground_msg_" = "Do not close %@ to complete the transfer …";
  952. // Tip
  953. "_tip_pdf_thumbnails_" = "Swipe left from the right edge of the screen to show the thumbnails.";
  954. "_tip_accountrequest_" = "Touch here to change account or to add a new one";
  955. "_tip_addcopyimage_" = "Long press to paste a copied image";
  956. "_tip_open_mediadetail_" = "Swipe up to show the details";
  957. // MARK: Accessibility
  958. // Accessibility, floating panel top element
  959. "_cart_controller_" = "Card controller";
  960. "_accessibility_add_upload_" = "Add and upload";
  961. "_dismiss_menu_" = "Dismiss the menu";
  962. "_show_profile_" = "Show profile";
  963. // a11y: On/Off
  964. "_on_" = "Увімк";
  965. // a11y: On/Off
  966. "_off_" = "Вимкнути";
  967. "_grid_view_" = "Show grid view";
  968. "_list_view_" = "Show list view";
  969. // MARK: Plan customer
  970. "_leave_plan_title" = "We're sorry to see you go";
  971. "_leave_plan_description" = "You'll no longer have access to:";
  972. "_current_plan_" = "Current Plan";
  973. "_billing_plan_" = "Billing Plan";
  974. "_keep_plan_" = "Keep Plan";
  975. "_leave_plan_" = "Leave Plan";
  976. "_change_plan_" = "Change Plan";
  977. "_manage_plan_" = "Manage Plan";
  978. "_purchase_plan_" = "Purchase Plan";
  979. "_restore_plan_" = "Restore Purchased Plan";
  980. "_purchase_plan_description_" = "Purchases have been restored";
  981. "_choose_plan_" = "You should choose a plan in order to purchase it.";
  982. "_already_plan_" = "The selected plan has already been bought.";
  983. "_change_billing_" = "Change Billing";
  984. "_payment_method_" = "Payment Method";
  985. // MARK: Mantis library
  986. "Mantis.Done" = "Готово";
  987. "Mantis.Cancel" = "Скасувати";
  988. "Mantis.Reset" = "Скидання";
  989. "Mantis.Original" = "Оригінал";
  990. "Mantis.Square" = "Майдан";