|
@@ -1,628 +1,551 @@
|
|
|
// common strings without special context
|
|
|
"app_name" = "Delta Chat";
|
|
|
"ok" = "OK";
|
|
|
-"cancel" = "Cancel";
|
|
|
-"yes" = "Yes";
|
|
|
-"no" = "No";
|
|
|
-"on" = "On";
|
|
|
-"off" = "Off";
|
|
|
-"def" = "Default";
|
|
|
-"custom" = "Custom";
|
|
|
-"none" = "None";
|
|
|
-"open" = "Open";
|
|
|
-"delete" = "Delete";
|
|
|
-"not_now" = "Not now";
|
|
|
-"never" = "Never";
|
|
|
-"one_moment" = "One moment…";
|
|
|
-"done" = "Done";
|
|
|
-"undo" = "Undo";
|
|
|
-"error" = "Error";
|
|
|
-"error_x" = "Error: %1$s";
|
|
|
-"error_no_network" = "Network unavailable.";
|
|
|
-"no_app_to_handle_data" = "Can\\'t find an app to handle this type of data.";
|
|
|
-"no_browser_installed" = "No browser installed.";
|
|
|
-"file_not_found" = "Could not find %1$s.";
|
|
|
-"copied_to_clipboard" = "Copied to clipboard.";
|
|
|
-"contacts_headline" = "Contacts";
|
|
|
-"email_address" = "Email address";
|
|
|
-"bad_email_address" = "Bad email address.";
|
|
|
-"password" = "Password";
|
|
|
-"now" = "Now";
|
|
|
+"cancel" = "Скасувати";
|
|
|
+"yes" = "Так";
|
|
|
+"no" = "Ні";
|
|
|
+"on" = "Увімкн.";
|
|
|
+"off" = "Вимкн.";
|
|
|
+"def" = "За замовчуванням";
|
|
|
+"custom" = "Персональне налаштування";
|
|
|
+"none" = "Не задано";
|
|
|
+"open" = "Відкрити";
|
|
|
+"delete" = "Видалити";
|
|
|
+"not_now" = "Не зараз";
|
|
|
+"never" = "Ніколи";
|
|
|
+"one_moment" = "Зачекайте, будь ласка...";
|
|
|
+"done" = "Виконано";
|
|
|
+"undo" = "Скасувати";
|
|
|
+"error" = "Помилка";
|
|
|
+"error_x" = "Помилка: %1$s";
|
|
|
+"error_no_network" = "Мережа недоступна.";
|
|
|
+"no_app_to_handle_data" = "Додаток, що дозволяє обробляти цей тип даних, не знайдено.";
|
|
|
+"no_browser_installed" = "Не встановлено браузер.";
|
|
|
+"file_not_found" = "Не вдалося знайти %1$s.";
|
|
|
+"copied_to_clipboard" = "Скопійовано до буферу обміну.";
|
|
|
+"contacts_headline" = "Контакти";
|
|
|
+"email_address" = "Адреса електронної пошти";
|
|
|
+"bad_email_address" = "Невірна адреса електронної пошти.";
|
|
|
+"password" = "Пароль";
|
|
|
+"now" = "Зараз";
|
|
|
// n_min_ago is deprecated, use n_minutes instead
|
|
|
-"n_min_ago" = "%d min";
|
|
|
-"today" = "Today";
|
|
|
-"yesterday" = "Yesterday";
|
|
|
-"this_week" = "This week";
|
|
|
-"this_month" = "This month";
|
|
|
-"last_week" = "Last week";
|
|
|
-"last_month" = "Last month";
|
|
|
+"n_min_ago" = "%dхв";
|
|
|
+"today" = "Сьогодні";
|
|
|
+"yesterday" = "Вчора";
|
|
|
+"this_week" = "Цього тижня";
|
|
|
+"this_month" = "Цього місяця";
|
|
|
+"last_week" = "Останнього тижня";
|
|
|
+"last_month" = "Останнього місяця";
|
|
|
// Translators: show beside messages that are "N minutes old". prefer a short string, prefer abbreviations if they're well-known
|
|
|
// Translators: show beside messages that are "N hours old". prefer a short string, prefer abbreviations if they're well-known
|
|
|
|
|
|
-"self" = "Me";
|
|
|
-"draft" = "Draft";
|
|
|
-"image" = "Image";
|
|
|
+"self" = "Мої";
|
|
|
+"draft" = "Чернетка";
|
|
|
+"image" = "Зображення";
|
|
|
"gif" = "Gif";
|
|
|
-"images" = "Images";
|
|
|
-"audio" = "Audio";
|
|
|
-"voice_message" = "Voice message";
|
|
|
-"forwarded_message" = "Forwarded message";
|
|
|
-"video" = "Video";
|
|
|
-"documents" = "Documents";
|
|
|
-"contact" = "Contact";
|
|
|
-"verified_contact" = "Verified contact";
|
|
|
-"camera" = "Camera";
|
|
|
-"location" = "Location";
|
|
|
-"gallery" = "Gallery";
|
|
|
-"file" = "File";
|
|
|
-"unknown" = "Unknown";
|
|
|
-
|
|
|
-"green" = "Green";
|
|
|
-"red" = "Red";
|
|
|
-"blue" = "Blue";
|
|
|
-"orange" = "Orange";
|
|
|
-"cyan" = "Cyan";
|
|
|
-"purple" = "Purple";
|
|
|
-"magenta" = "Magenta";
|
|
|
-"white" = "White";
|
|
|
-
|
|
|
-"small" = "Small";
|
|
|
-"normal" = "Normal";
|
|
|
-"large" = "Large";
|
|
|
-"extra_large" = "Extra large";
|
|
|
-
|
|
|
-"fast" = "Fast";
|
|
|
-"slow" = "Slow";
|
|
|
-
|
|
|
-"message_delivered" = "Message delivered";
|
|
|
-"message_read" = "Message read";
|
|
|
+"images" = "Зображення";
|
|
|
+"audio" = "Аудіо";
|
|
|
+"voice_message" = "Голосове повідомлення";
|
|
|
+"forwarded_message" = "Переслане повідомлення";
|
|
|
+"video" = "Відео";
|
|
|
+"documents" = "Документи";
|
|
|
+"contact" = "Контакт";
|
|
|
+"camera" = "Камера";
|
|
|
+"location" = "Розташування";
|
|
|
+"gallery" = "Галерея";
|
|
|
+"file" = "Файл";
|
|
|
+"unknown" = "Невідомо";
|
|
|
+
|
|
|
+"green" = "Зелений";
|
|
|
+"red" = "Червоний";
|
|
|
+"blue" = "Синій";
|
|
|
+"orange" = "Помаранчевий";
|
|
|
+"cyan" = "Блакитний";
|
|
|
+"purple" = "Пурпурний";
|
|
|
+"magenta" = "Пурпурний";
|
|
|
+"white" = "Білий";
|
|
|
+
|
|
|
+"small" = "Маленький";
|
|
|
+"normal" = "Звичайний";
|
|
|
+"large" = "Великий";
|
|
|
+"extra_large" = "Величезний";
|
|
|
+
|
|
|
+"fast" = "Швидко";
|
|
|
+"slow" = "Повільно";
|
|
|
+
|
|
|
+"message_delivered" = "Повідомлення доставлено";
|
|
|
+"message_read" = "Повідомлення прочитано";
|
|
|
|
|
|
|
|
|
// menu labels (or icon, buttons...)
|
|
|
-"menu_new_contact" = "New contact";
|
|
|
-"menu_new_chat" = "New chat";
|
|
|
-"menu_new_group" = "New group";
|
|
|
-"menu_new_verified_group" = "New verified group (experimental)";
|
|
|
-"menu_send" = "Send";
|
|
|
-"menu_toggle_keyboard" = "Toggle emoji keyboard";
|
|
|
-"menu_edit_group" = "Edit group";
|
|
|
-"menu_group_name_and_image" = "Group name and image";
|
|
|
-"menu_show_map" = "Show map";
|
|
|
-"menu_show_global_map" = "Show all locations";
|
|
|
-"menu_archive_chat" = "Archive chat";
|
|
|
-"menu_unarchive_chat" = "Unarchive chat";
|
|
|
-"menu_add_attachment" = "Add attachment";
|
|
|
-"menu_leave_group" = "Leave group";
|
|
|
-"menu_delete_chat" = "Delete chat";
|
|
|
-"menu_delete_messages" = "Delete messages";
|
|
|
-"menu_delete_image" = "Delete image";
|
|
|
-"menu_delete_locations" = "Delete all locations?";
|
|
|
-"menu_delete_location" = "Delete this location?";
|
|
|
-"menu_message_details" = "Message details";
|
|
|
-"menu_copy_to_clipboard" = "Copy to clipboard";
|
|
|
-"menu_forward" = "Forward message";
|
|
|
-"menu_resend" = "Resend message";
|
|
|
-"menu_reply" = "Reply to message";
|
|
|
-"menu_mute" = "Mute notifications";
|
|
|
-"menu_unmute" = "Unmute";
|
|
|
-"menu_export_attachment" = "Export attachment";
|
|
|
-"menu_all_media" = "All media";
|
|
|
-"menu_share" = "Share";
|
|
|
-"menu_block_contact" = "Block contact";
|
|
|
-"menu_unblock_contact" = "Unblock contact";
|
|
|
-"menu_play" = "Play";
|
|
|
-"menu_pause" = "Pause";
|
|
|
-"menu_scroll_to_bottom" = "Scroll to the bottom";
|
|
|
-"menu_scroll_to_top" = "Scroll to the top";
|
|
|
-"menu_invite" = "Invite friends";
|
|
|
-"menu_help" = "Help";
|
|
|
-"menu_select_all" = "Select all";
|
|
|
-"menu_expand" = "Expand";
|
|
|
-"menu_edit_name" = "Edit name";
|
|
|
-"menu_edit_group_name" = "Edit group name";
|
|
|
-"menu_edit_group_image" = "Edit group image";
|
|
|
-"menu_settings" = "Settings";
|
|
|
-"menu_advanced" = "Advanced";
|
|
|
-"menu_deaddrop" = "Contact requests";
|
|
|
-"menu_deaddrop_subtitle" = "Press message to start chatting";
|
|
|
-"menu_view_profile" = "View profile";
|
|
|
-"menu_zoom_in" = "Zoom in";
|
|
|
-"menu_zoom_out" = "Zoom out";
|
|
|
-"menu_save_log" = "Save log";
|
|
|
-"title_share_location" = "Share location with all group members";
|
|
|
-
|
|
|
-"mute_for_one_hour" = "Mute for 1 hour";
|
|
|
-"mute_for_two_hours" = "Mute for 2 hours";
|
|
|
-"mute_for_one_day" = "Mute for 1 day";
|
|
|
-"mute_for_seven_days" = "Mute for 7 days";
|
|
|
-"mute_forever" = "Mute forever";
|
|
|
-
|
|
|
-"share_location_once" = "once";
|
|
|
-"share_location_for_5_minutes" = "for 5 minutes";
|
|
|
-"share_location_for_30_minutes" = "for 30 minutes";
|
|
|
-"share_location_for_one_hour" = "for 1 hour";
|
|
|
-"share_location_for_two_hours" = "for 2 hours";
|
|
|
-"share_location_for_six_hours" = "for 6 hours";
|
|
|
-
|
|
|
-
|
|
|
+"menu_new_contact" = "Новий контакт";
|
|
|
+"menu_new_chat" = "Новий чат";
|
|
|
+"menu_new_group" = "Нова група";
|
|
|
+"menu_new_verified_group" = "Нова перевірена група (експериментальна функція)";
|
|
|
+"menu_send" = "Відправити";
|
|
|
+"menu_toggle_keyboard" = "Увімкнути емодзі-клавіатуру";
|
|
|
+"menu_edit_group" = "Редагувати групу";
|
|
|
+"menu_archive_chat" = "Архівувати чат";
|
|
|
+"menu_unarchive_chat" = "Розархівувати чат";
|
|
|
+"menu_add_attachment" = "Додати вкладення";
|
|
|
+"menu_leave_group" = "Залишити групу";
|
|
|
+"menu_delete_chat" = "Видалити чат";
|
|
|
+"menu_delete_messages" = "Видалити повідомлення";
|
|
|
+"menu_delete_image" = "Видалити зображення";
|
|
|
+"menu_message_details" = "Деталі повідомлення";
|
|
|
+"menu_copy_to_clipboard" = "Копіювати в буфер обміну";
|
|
|
+"menu_forward" = "Переслати повідомлення";
|
|
|
+"menu_resend" = "Повторно надіслати повідомлення";
|
|
|
+"menu_reply" = "Відповісти на повідомлення";
|
|
|
+"menu_mute" = "Вимкнути сповіщення";
|
|
|
+"menu_unmute" = "Увімкнути сповіщення";
|
|
|
+"menu_export_attachment" = "Експортувати вкладення";
|
|
|
+"menu_all_media" = "Всі матеріали";
|
|
|
+"menu_share" = "Поділитися";
|
|
|
+"menu_block_contact" = "Заблокувати контакт";
|
|
|
+"menu_unblock_contact" = "Розблокувати контакт";
|
|
|
+"menu_play" = "Грати";
|
|
|
+"menu_pause" = "Пауза";
|
|
|
+"menu_scroll_to_bottom" = "Перейти в кінець";
|
|
|
+"menu_invite" = "Запросити друзів";
|
|
|
+"menu_help" = "Допомога";
|
|
|
+"menu_select_all" = "Вибрати все";
|
|
|
+"menu_expand" = "Розширити";
|
|
|
+"menu_edit_name" = "Редагувати ім\\'я";
|
|
|
+"menu_settings" = "Налаштування";
|
|
|
+"menu_advanced" = "Додатково";
|
|
|
+"menu_deaddrop" = "Запити на спілкування";
|
|
|
+"menu_deaddrop_subtitle" = "Натисніть на повідомлення, щоб почати чат";
|
|
|
+"menu_view_profile" = "Переглянути профіль";
|
|
|
+"mute_for_one_hour" = "Відключити сповіщення на 1 годину";
|
|
|
+"mute_for_two_hours" = "Відключити сповіщення на 2 години";
|
|
|
+"mute_for_one_day" = "Відключити сповіщення на 1 день";
|
|
|
+"mute_for_seven_days" = "Відключити сповіщення на 7 днів";
|
|
|
// get confirmations
|
|
|
-"ask_leave_group" = "Are you sure you want to leave this group?";
|
|
|
-"ask_forward" = "Forward messages to %1$s?";
|
|
|
-"ask_export_attachment" = "Export attachment? Exporting attachments will allow any other apps on your device to access them.\n\nContinue?";
|
|
|
-"ask_block_contact" = "Block this contact? You will no longer receive messages from this contact.";
|
|
|
-"ask_unblock_contact" = "Unblock this contact? You will once again be able to receive messages from this contact.";
|
|
|
-"ask_delete_contacts" = "Delete contacts? This will permanently delete the selected contacts.\n\nContacts with ongoing chats and contacts from the system\\'s address book cannot be deleted permanently.";
|
|
|
-"cannot_delete_contacts_in_use" = "Cannot delete contacts with ongoing chats.";
|
|
|
-"ask_start_chat_with" = "Chat with %1$s?";
|
|
|
-// Translators: %1$s will be replaces by a comma separated list of names
|
|
|
-"ask_remove_members" = "Remove %1$s from group?";
|
|
|
-"info_outdated_app_title" = "Your app version is outdated.";
|
|
|
-"info_outdated_app_text" = "It seems that you installed Delta Chat from a source without auto updates (e.g. GitHub). Please switch to a store version to receive the latest features and bug fixes.";
|
|
|
-"info_outdated_app_dialog_title" = "Update sources";
|
|
|
-"info_outdated_app_dialog_text" = "Delta Chat is available on:";
|
|
|
-
|
|
|
-
|
|
|
+"ask_leave_group" = "Ви впевнені, що хочете залишити цю групу?";
|
|
|
+"ask_forward" = "Переслати повідомлення %1$s?";
|
|
|
+"ask_export_attachment" = "Експортувати вкладення? Експорт вкладень дозволить будь-якому іншому додатку на Вашому пристрої отримати до них доступ.\n\nПродовжити?";
|
|
|
+"ask_block_contact" = "Заблокувати цей контакт? Ви більше не будете отримувати від нього повідомлення.";
|
|
|
+"ask_unblock_contact" = "Розблокувати цей контакт? Ви знову зможете отримувати від нього повідомлення.";
|
|
|
+"ask_delete_contacts" = "Видалити контакти? Ця дія назавжди видалить вибрані контакти.\n\nКонтакти з діючих чатів та з адресної книги системи не можна видалити назавжди.";
|
|
|
+"cannot_delete_contacts_in_use" = "Неможливо видалити контакти, з якими є активні чати.";
|
|
|
+"ask_start_chat_with" = "Створити чат з %1$s?";
|
|
|
// contact list
|
|
|
-"contacts_title" = "Contacts";
|
|
|
-"contacts_enter_name_or_email" = "Enter name or email address";
|
|
|
-"contacts_type_email_above" = "Type email address above";
|
|
|
-"contacts_empty_hint" = "No contacts.";
|
|
|
+"contacts_title" = "Контакти";
|
|
|
+"contacts_enter_name_or_email" = "Введіть ім\\'я або адресу електронної пошти";
|
|
|
+"contacts_type_email_above" = "Введіть адресу електронної пошти вище";
|
|
|
+"contacts_empty_hint" = "Немає контактів.";
|
|
|
|
|
|
|
|
|
// chatlist and chat view
|
|
|
-"chat_archived_chats_title" = "Archived chats";
|
|
|
-"chat_please_enter_message" = "Please enter a message.";
|
|
|
-"chat_camera_unavailable" = "Camera unavailable.";
|
|
|
-"chat_unable_to_record_audio" = "Unable to record audio.";
|
|
|
-"chat_no_messages_hint" = "Send message to %1$s:\n\n• It is okay if %2$s does not use Delta Chat.\n\n• Delivering the first message may take a while and may be unencrypted.";
|
|
|
-"chat_new_group_hint" = "Compose the first message, allowing others to reply within this group.\n\n• It is okay if not all members use Delta Chat.\n\n• Delivering the first message may take a while.";
|
|
|
-"chat_record_slide_to_cancel" = "Slide to cancel";
|
|
|
-"chat_record_explain" = "Tap and hold to record a voice message, release to send";
|
|
|
-"chat_no_chats_yet_title" = "Empty inbox.\nPress \\\"+\\\" to start a new chat.";
|
|
|
-"chat_no_chats_yet_hint" = "You can chat with other Delta Chat users and with any email address.";
|
|
|
-"chat_all_archived" = "All chats archived.\nPress \\\"+\\\" to start a new chat.";
|
|
|
-"chat_share_with_title" = "Share with";
|
|
|
-"chat_input_placeholder" = "Message";
|
|
|
-"chat_archived_label" = "Archived";
|
|
|
-"chat_no_messages" = "No messages.";
|
|
|
-"chat_self_talk_subtitle" = "Messages I sent to myself";
|
|
|
-"chat_contact_request" = "Contact request";
|
|
|
-"chat_no_contact_requests" = "No contact requests.\n\nIf you want classic emails to appear here as contact requests, you can change the corresponding setting in the app settings.";
|
|
|
-
|
|
|
-// map
|
|
|
-"filter_map_on_time" = "Show locations in time frame";
|
|
|
-"show_location_traces" = "Show traces";
|
|
|
-"add_poi" = "Send point of interest";
|
|
|
-
|
|
|
+"chat_archived_chats_title" = "Заархівовані чати";
|
|
|
+"chat_please_enter_message" = "Будь ласка, введіть повідомлення.";
|
|
|
+"chat_camera_unavailable" = "Камера недоступна.";
|
|
|
+"chat_unable_to_record_audio" = "Неможливо записати аудіо.";
|
|
|
+"chat_no_messages_hint" = "Надіслати повідомлення %1$s:\n\n• Це спрацює, якщо %2$s не використовує Delta Chat.\n\n• Перше повідомлення може виявитися незашифрованим, його доставка може зайняти деякий час.";
|
|
|
+"chat_new_group_hint" = "Напишіть перше повідомлення, що дасть можливість іншим учасникам групи відповісти на нього.\n\n• Це спрацює, навіть якщо не всі учасники використовують Delta Chat.\n\n• Доставка першого повідомлення може зайняти деякий час.";
|
|
|
+"chat_record_slide_to_cancel" = "Рухайте для скасування";
|
|
|
+"chat_record_explain" = "Натисніть і утримуйте для запису голосового повідомлення, відпустіть для відправки";
|
|
|
+"chat_share_with_title" = "Поділитися";
|
|
|
+"chat_input_placeholder" = "Повідомлення";
|
|
|
+"chat_archived_label" = "Заархівовано";
|
|
|
+"chat_no_messages" = "Немає повідомлень.";
|
|
|
+"chat_self_talk_subtitle" = "Повідомлення, відправлені самому собі";
|
|
|
+"chat_contact_request" = "Запит контакту";
|
|
|
+"chat_no_contact_requests" = "Немає запитів контактів.\n\nЯкщо Ви бажаєте, щоб звичайна пошта з\\'являлася тут як запити контактів, Ви можете змінити відповідний параметр у налаштуваннях додатку.";
|
|
|
|
|
|
// search
|
|
|
-"search" = "Search";
|
|
|
-"search_explain" = "Search for chats, contacts, and messages";
|
|
|
-"search_no_result_for_x" = "No results found for \\\"%s\\\"";
|
|
|
+"search" = "Пошук";
|
|
|
+"search_explain" = "Пошук чатів, контактів і повідомлень";
|
|
|
+"search_no_result_for_x" = "Запит «%s» не дав результатів";
|
|
|
|
|
|
|
|
|
// create/edit groups, contact/group profile
|
|
|
-"group_name" = "Group name";
|
|
|
-"group_avatar" = "Group avatar";
|
|
|
-"group_create_button" = "Create group";
|
|
|
-"group_please_enter_group_name" = "Please enter a name for the group.";
|
|
|
-"group_add_members" = "Add members";
|
|
|
-"group_hello_draft" = "Hello, I\\'ve just created the group \\\"%1$s\\\" for us.";
|
|
|
-"group_self_not_in_group" = "You must be a member of the group to perform this action.";
|
|
|
-"profile_encryption" = "Encryption";
|
|
|
-"profile_shared_chats" = "Shared chats";
|
|
|
-"tab_contact" = "Contact";
|
|
|
-"tab_group" = "Group";
|
|
|
-"tab_members" = "Members";
|
|
|
-"tab_gallery" = "Gallery";
|
|
|
-"tab_docs" = "Docs";
|
|
|
-"tab_links" = "Links";
|
|
|
-"tab_map" = "Map";
|
|
|
-"tab_gallery_empty_hint" = "Images and videos shared in this chat will be displayed here.";
|
|
|
-"tab_docs_empty_hint" = "Documents, music and other files shared in this chat will be displayed here.";
|
|
|
-"media_preview" = "Media preview";
|
|
|
+"group_name" = "Назва групи";
|
|
|
+"group_avatar" = "Аватар групи";
|
|
|
+"group_create_button" = "Створити групу";
|
|
|
+"group_please_enter_group_name" = "Введіть назву групи.";
|
|
|
+"group_add_members" = "Додати учасників";
|
|
|
+"group_hello_draft" = "Привіт! Я щойно створив групу для нас групу «%1$s».";
|
|
|
+"group_self_not_in_group" = "Щоб виконати цю дію, Ви повинні бути учасником групи.";
|
|
|
+"profile_encryption" = "Шифрування";
|
|
|
+"media_preview" = "Попередній перегляд медіа";
|
|
|
|
|
|
|
|
|
// invite
|
|
|
-"invite_slogan" = "Friends don\\'t let friends locked in messaging silos.";
|
|
|
-"invite_default_text" = "Let\\'s switch to Delta Chat - %1$s - you can text me at %2$s";
|
|
|
+"invite_slogan" = "Друзі не залишають друзів без спілкування.";
|
|
|
+"invite_default_text" = "Пропоную перейти на Delta Chat – %1$s– Ви можете написати мені на %2$s";
|
|
|
|
|
|
|
|
|
// welcome and login
|
|
|
"welcome_intro1_headline" = "Delta Chat";
|
|
|
-"welcome_intro1_message" = "The messenger with the broadest audience in the world. Free and independent.";
|
|
|
-"welcome_intro2_headline" = "Independent";
|
|
|
-"welcome_intro2_message" = "There is no Delta Chat server. The app only uses your mail server.";
|
|
|
-"welcome_intro3_headline" = "Fast";
|
|
|
-"welcome_intro3_message" = "Push messages in seconds.\nRapid interface.";
|
|
|
-"welcome_intro4_headline" = "Powerful";
|
|
|
-"welcome_intro4_message" = "Unlimited chats, images, videos, audio messages and more. Multi-client capable.";
|
|
|
+"welcome_intro1_message" = "Мессенджер з найширшою аудиторією у світі. Безкоштовний і незалежний.";
|
|
|
+"welcome_intro2_headline" = "Незалежний";
|
|
|
+"welcome_intro2_message" = "Delta Chat не має централізованого сервера. Використовується ваш поштовий сервер.";
|
|
|
+"welcome_intro3_headline" = "Швидкий";
|
|
|
+"welcome_intro3_message" = "Доставляє повідомлення за лічені секунди.\nШвидкий інтерфейс.";
|
|
|
+"welcome_intro4_headline" = "Потужний";
|
|
|
+"welcome_intro4_message" = "Безлімітні чати, відправка фотографій, відео, голосових повідомлень і багато іншого. Підтримує безліч клієнтів.";
|
|
|
// Translators: "free" as in freedom here, not "free" as in "free beer"
|
|
|
-"welcome_intro5_headline" = "Free";
|
|
|
+"welcome_intro5_headline" = "Безкоштовний";
|
|
|
// Translators: "free" as in freedom here, not "free" as in "free beer"
|
|
|
-"welcome_intro5_message" = "Delta Chat is free forever. Open-source. No ads. No subscription. No vendor lock-in.";
|
|
|
-"welcome_intro6_headline" = "Encrypted";
|
|
|
-"welcome_intro6_message" = "Encrypted with all common algorithms. Messages stay on your servers.";
|
|
|
-"welcome_intro7_headline" = "Trustworthy";
|
|
|
-"welcome_intro7_message" = "Delta Chat is safe for business use, compatible and standards-based.";
|
|
|
-"welcome_start_messaging" = "Start Messaging";
|
|
|
-"login_title" = "Login";
|
|
|
-"login_header" = "Login to your server";
|
|
|
-"login_subheader" = "For known email providers additional settings are setup automatically. Sometimes IMAP needs to be enabled in the web frontend. Consult your email provider or friends for help.";
|
|
|
-"login_no_servers_hint" = "There are no Delta Chat servers, your data stays on your device!";
|
|
|
-"login_inbox" = "Inbox";
|
|
|
-"login_imap_login" = "IMAP login-name";
|
|
|
-"login_imap_server" = "IMAP server";
|
|
|
-"login_imap_port" = "IMAP port";
|
|
|
-"login_imap_security" = "IMAP Security";
|
|
|
-"login_outbox" = "Outbox";
|
|
|
-"login_smtp_login" = "SMTP login-name";
|
|
|
-"login_smtp_password" = "SMTP Password";
|
|
|
-"login_smtp_server" = "SMTP server";
|
|
|
-"login_smtp_port" = "SMTP port";
|
|
|
-"login_smtp_security" = "SMTP Security";
|
|
|
-"login_auth_method" = "Authorization method";
|
|
|
-"login_info_oauth2_title" = "Continue with simplified setup?";
|
|
|
-"login_info_oauth2_text" = "The entered e-mail-address supports a simplified setup (OAuth2).\n\nIn the next step, please allow Delta Chat to act as your Chat with E-Mail app.\n\nThere are no Delta Chat servers, your data stays on your device!";
|
|
|
-"login_info_gmail_text" = "For GMail Accounts you need to create an App-Password if you have 2FA enabled. If this setting is not available, you need to enable Less Secure Apps.";
|
|
|
-"login_error_mail" = "Please enter a valid email address";
|
|
|
-"login_error_server" = "Please enter a valid server / IP address";
|
|
|
-"login_error_port" = "Please enter a valid port (1–65535)";
|
|
|
-"login_error_required_fields" = "Please enter a valid email address and a password";
|
|
|
-"import_backup_title" = "Import backup";
|
|
|
-"import_backup_ask" = "Backup found at \\\"%1$s\\\".\n\nDo you want to import and use all data and settings from it?";
|
|
|
-"import_backup_no_backup_found" = "No backups found.\n\nCopy the backup to \\\"%1$s\\\" and try again. Alternatively, press \\\"Start messaging\\\" to go with the normal setup process.";
|
|
|
+"welcome_intro5_message" = "Delta Chat безкоштовний і так буде завжди. Має відкритий початковий код. Ніякої реклами. Ніяких платних підписок. Немає прив\\'язки до постачальника.";
|
|
|
+"welcome_intro6_headline" = "Зашифрований";
|
|
|
+"welcome_intro6_message" = "Зашифрований з використанням популярних алгоритмів. Повідомлення залишаються на ваших серверах.";
|
|
|
+"welcome_intro7_headline" = "Надійний";
|
|
|
+"welcome_intro7_message" = "Delta Chat безпечний для бізнесу, поєднується з іншими технологіями і грунтується на стандартах.";
|
|
|
+"welcome_start_messaging" = "Почати спілкування";
|
|
|
+"login_title" = "Увійти";
|
|
|
+"login_header" = "Увійти на свій сервер";
|
|
|
+"login_subheader" = "Для відомих провайдерів електронної пошти додаткові налаштування встановлюються автоматично. Іноді IMAP потрібен дозвіл в веб-інтерфейсі. Проконсультуйтеся з Вашим провайдером електронної пошти або друзями для отримання допомоги.";
|
|
|
+"login_no_servers_hint" = "У Delta Chat немає серверів, Ваші дані залишаються на Вашому пристрої!";
|
|
|
+"login_inbox" = "Вхідні";
|
|
|
+"login_imap_login" = "IMAP-логін";
|
|
|
+"login_imap_server" = "IMAP-сервер";
|
|
|
+"login_imap_port" = "IMAP-порт";
|
|
|
+"login_imap_security" = "Параметри безпеки IMAP";
|
|
|
+"login_outbox" = "Вихідні";
|
|
|
+"login_smtp_login" = "SMTP-логін";
|
|
|
+"login_smtp_password" = "SMTP-пароль";
|
|
|
+"login_smtp_server" = "SMTP-сервер";
|
|
|
+"login_smtp_port" = "SMTP-порт";
|
|
|
+"login_smtp_security" = "Налаштування безпеки SMTP";
|
|
|
+"login_auth_method" = "Метод авторизації";
|
|
|
+"login_info_oauth2_title" = "Продовжити спрощене налаштування?";
|
|
|
+"login_info_oauth2_text" = "Введена адреса електронної пошти підтримує спрощене налаштування (OAuth2).\n\nНа наступному кроці дозвольте, будь ласка, Delta Chat виступати у якості Вашого додатку для чату за допомогою електронної пошти.\n\nУ Delta Chat немає серверів, Ваші дані залишаються на Вашому пристрої!";
|
|
|
+"login_info_gmail_text" = "Якщо Ви користуєтеся GMail і у вас увімкнена двофакторна аутентифікація, Вам потрібно створити спеціальний пароль для додатків - App-Password. Якщо ці налаштування недоступні, Вам потрібно активувати параметр Less Secure Apps.";
|
|
|
+"login_error_mail" = "Вкажіть дійсну адресу електронної пошти";
|
|
|
+"login_error_server" = "Вкажіть дійсний сервер / IP-адресу";
|
|
|
+"login_error_port" = "Вкажіть дійсний порт (1–65535)";
|
|
|
+"login_error_required_fields" = "Вкажіть вірні адресу електронної пошти та пароль";
|
|
|
+"import_backup_title" = "Імпортувати бекап";
|
|
|
+"import_backup_ask" = "Знайдена резервна копія «%1$s».\n\nВідновити з неї всі дані і параметри?";
|
|
|
+"import_backup_no_backup_found" = "Резервних копій не знайдено.\n\nПомістить резервну копію у папку «%1$s» і спробуйте знову запустити відновлення. Для установлення без відновлення параметрів натисніть «Почати спілкування».";
|
|
|
// Translators: %1$s will be replaced by the email address
|
|
|
-"login_error_cannot_login" = "Cannot login as \\\"%1$s\\\". Please check if the email-address and the password are correct.";
|
|
|
+"login_error_cannot_login" = "Не вдалося увійти як «%1$s». Будь ласка, перевірте правильність адреси електронної пошти і пароля.";
|
|
|
// Translators: %1$s will be replaced by the server name (eg. imap.somewhere.org) and %2$s will be replaced by the human-readable response from the server. this response may be a single word or some sentences and may or may not be localized.
|
|
|
-"login_error_server_response" = "Response from %1$s: %2$s\n\nSome providers place additional information in your inbox; you can check them it eg. in the web frontend. Consult your provider or friends if you run into problems.";
|
|
|
+"login_error_server_response" = "Відповідь сервера %1$s: %2$s\n\nДеякі сервери електронної пошти зберігають додаткову інформацію у папці «Вхідні». Ви можете перевірити цю папку, наприклад, використовуючи доступ через веб-інтерфейс. Якщо Ви зіткнулися з проблемами, проконсультуйтеся з провайдером електронної пошти або знайомими фахівцями.";
|
|
|
|
|
|
|
|
|
// share and forward messages
|
|
|
// Translators: Title shown above a chat/contact list; the user selects the recipient of the messages he wants to forward to
|
|
|
-"forward_to" = "Forward to …";
|
|
|
-"share_multiple_attachments" = "Do you want to send %1$d files to the selected chat?\n\nThe files are sent unmodified in their original size, eg. images and videos are not recoded.";
|
|
|
-"share_abort" = "Sharing aborted due to missing permissions.";
|
|
|
-
|
|
|
-
|
|
|
+"forward_to" = "Переслати...";
|
|
|
// preferences
|
|
|
-"pref_summary_on" = "on";
|
|
|
-"pref_summary_off" = "off";
|
|
|
-"pref_summary_default" = "default";
|
|
|
-"pref_summary_custom" = "custom";
|
|
|
-"pref_using_custom" = "Using custom: %s";
|
|
|
-"pref_using_default" = "Using default: %s";
|
|
|
-"pref_profile_info_headline" = "Your profile info";
|
|
|
-"pref_profile_photo" = "Profile photo";
|
|
|
-"pref_trim_headline" = "Message trimming";
|
|
|
-"pref_trim_option" = "Delete old messages";
|
|
|
-"pref_trim_option_explain" = "Automatically delete older messages once a chat exceeds a specified length";
|
|
|
-"pref_trim_length_limit" = "Chat length limit";
|
|
|
-"pref_trim_length_limit_summary" = "%d messages per chat";
|
|
|
-"pref_trim_now_button" = "Trim all chats now";
|
|
|
-"pref_trim_now_ask" = "Delete all old messages now? This will immediately trim all chats to the %d most recent messages.";
|
|
|
-"pref_blocked_contacts" = "Blocked contacts";
|
|
|
-"pref_profile_photo_remove_ask" = "Remove profile photo?";
|
|
|
-"pref_help_url" = "https://delta.chat/en/help";
|
|
|
-"pref_password_and_account_settings" = "Password and account settings";
|
|
|
-"pref_who_can_see_this_information" = "Who can see this information?";
|
|
|
-"pref_who_can_see_profile_explain" = "Your profile picture and name will be shown alongside your messages when communicating with other users. Already sent information can not be deleted or removed.";
|
|
|
-"pref_your_name" = "Your name";
|
|
|
+"pref_summary_on" = "увімкн.";
|
|
|
+"pref_summary_off" = "вимкн.";
|
|
|
+"pref_summary_default" = "за замовчуванням";
|
|
|
+"pref_summary_custom" = "персоналізовано";
|
|
|
+"pref_using_custom" = "Використовувати персоналізовано: %s";
|
|
|
+"pref_using_default" = "Використовувати за замовчуванням: %s";
|
|
|
+"pref_profile_info_headline" = "Ваш профіль";
|
|
|
+"pref_profile_photo" = "Фото профілю";
|
|
|
+"pref_trim_headline" = "Очищення повідомлень";
|
|
|
+"pref_trim_option" = "Видалити старі повідомлення";
|
|
|
+"pref_trim_option_explain" = "Автоматично видаляти старі повідомлення після досягнення зазначеного ліміту";
|
|
|
+"pref_trim_length_limit" = "Ліміт довжини чату";
|
|
|
+"pref_trim_length_limit_summary" = "%d повідомлень у чаті";
|
|
|
+"pref_trim_now_button" = "Очистити всі чати";
|
|
|
+"pref_trim_now_ask" = "Видалити всі старі повідомлення? Ця дія негайно очистить всі чати до %d останніх повідомлень.";
|
|
|
+"pref_blocked_contacts" = "Заблоковані контакти";
|
|
|
+"pref_profile_photo_remove_ask" = "Видалити фото профілю?";
|
|
|
+"pref_help_url" = "https://delta.chat/uk/help";
|
|
|
+"pref_password_and_account_settings" = "Налаштування паролю і облікового запису";
|
|
|
+"pref_who_can_see_this_information" = "Хто може бачити цю інформацію?";
|
|
|
+"pref_who_can_see_profile_explain" = "Зображення профілю та ім\\'я будуть відображатися в чатах з іншими користувачами. Відправлена інформація не може бути видалена або відкликана.";
|
|
|
+"pref_your_name" = "Ваше ім\\'я";
|
|
|
// Translators: The value entered here is visible only to recipients who DO NOT use Deltachat, so its not a "Status" but the last line in the E-Mail.
|
|
|
-"pref_default_status_label" = "Signature text";
|
|
|
+"pref_default_status_label" = "Текст підпису";
|
|
|
// Translators: The URL should not be localized, it is not clear which language the receiver prefers and the language will be detected on the server
|
|
|
-"pref_default_status_text" = "Sent with my Delta Chat Messenger: https://delta.chat";
|
|
|
-"pref_enter_sends" = "Enter key sends";
|
|
|
-"pref_enter_sends_explain" = "Pressing the Enter key will send text messages";
|
|
|
-"pref_outgoing_media_quality" = "Outgoing media quality";
|
|
|
-"pref_outgoing_balanced" = "Balanced";
|
|
|
-"pref_outgoing_worse" = "Worse quality, small size";
|
|
|
-"pref_vibrate" = "Vibrate";
|
|
|
-"pref_chat_settings" = "Chat settings";
|
|
|
-"pref_change_secret" = "Change secret";
|
|
|
-"pref_change_secret_explain" = "Change your pin / pattern / fingerprint via system settings";
|
|
|
-"pref_screen_security" = "Screen security";
|
|
|
+"pref_default_status_text" = "Відправлено з мого Delta Chat: https://delta.chat";
|
|
|
+"pref_enter_sends" = "Відправлення клавішею Enter";
|
|
|
+"pref_enter_sends_explain" = "Натискання клавіші Enter відправить текстові повідомлення";
|
|
|
+"pref_vibrate" = "Вібрує";
|
|
|
+"pref_chat_settings" = "Налаштування чату";
|
|
|
+"pref_change_secret" = "Змінити захисний код";
|
|
|
+"pref_change_secret_explain" = "Змініть Ваш PIN-код / графічний ключ / відбиток пальця за допомогою системних налаштувань";
|
|
|
+"pref_screen_security" = "Безпека екрану";
|
|
|
// Translators: The wording must indicate that we can't guarantee that, its a System flag that we set. But the System in question must honor it.
|
|
|
-"pref_screen_security_explain" = "Request to block screenshots in the recents list and inside the app";
|
|
|
-"pref_screen_security_please_restart_hint" = "To apply the screen security setting please restart the app.";
|
|
|
-"pref_notifications" = "Notifications";
|
|
|
-"pref_notifications_show" = "Show";
|
|
|
-"pref_notifications_priority" = "Priority";
|
|
|
-"pref_led_color" = "LED color";
|
|
|
-"pref_led_pattern" = "LED blink pattern";
|
|
|
-"pref_sound" = "Sound";
|
|
|
-"pref_silent" = "Silent";
|
|
|
-"pref_privacy" = "Privacy";
|
|
|
-"pref_chats_and_media" = "Chats and media";
|
|
|
+"pref_screen_security_explain" = "Запит на блокування скріншотів у списку останніх і всередині програми";
|
|
|
+"pref_screen_security_please_restart_hint" = "Для застосування налаштувань безпеки екрану перезавантажте додаток.";
|
|
|
+"pref_notifications" = "Сповіщення";
|
|
|
+"pref_notifications_show" = "Показати";
|
|
|
+"pref_notifications_priority" = "Пріоритет";
|
|
|
+"pref_led_color" = "Колір світлодіоду";
|
|
|
+"pref_led_pattern" = "Ритм мерехтіння світлодіоіду";
|
|
|
+"pref_sound" = "Звук";
|
|
|
+"pref_silent" = "Беззвучний";
|
|
|
+"pref_privacy" = "Конфіденційність";
|
|
|
+"pref_chats_and_media" = "Чати і медіа";
|
|
|
// Translators: "light" in the meaning "opposite of dark"
|
|
|
-"pref_light_theme" = "Light";
|
|
|
-"pref_dark_theme" = "Dark";
|
|
|
-"pref_appearance" = "Appearance";
|
|
|
-"pref_theme" = "Theme";
|
|
|
-"pref_language" = "Language";
|
|
|
-"pref_incognito_keyboard" = "Incognito keyboard";
|
|
|
+"pref_light_theme" = "Світла";
|
|
|
+"pref_dark_theme" = "Темна";
|
|
|
+"pref_appearance" = "Зовнішній вигляд";
|
|
|
+"pref_theme" = "Тема";
|
|
|
+"pref_language" = "Мова";
|
|
|
+"pref_incognito_keyboard" = "Клавіатура Інкогніто";
|
|
|
// Translators: Keep in mind that this is a Request - it must be clear in the wording that this cannot be enforced.
|
|
|
-"pref_incognito_keyboard_explain" = "Request keyboard to disable personalized learning";
|
|
|
-"pref_read_receipts" = "Read receipts";
|
|
|
-"pref_read_receipts_explain" = "If read receipts are disabled, you won\\'t be able to see read receipts from others.";
|
|
|
-"pref_manage_keys" = "Manage keys";
|
|
|
-"pref_use_system_emoji" = "Use system emoji";
|
|
|
-"pref_use_system_emoji_explain" = "Disable Delta Chat\\'s built-in emoji support";
|
|
|
-"pref_app_access" = "App access";
|
|
|
-"pref_communication" = "Communication";
|
|
|
-"pref_chats" = "Chats";
|
|
|
-"pref_messages" = "Messages";
|
|
|
-"pref_in_chat_sounds" = "In-chat sounds";
|
|
|
-"pref_message_text_size" = "Message font size";
|
|
|
-"pref_view_log" = "View log";
|
|
|
-"pref_saved_log" = "Saved the log to Downloads folder";
|
|
|
-"pref_save_log_failed" = "Failed to save the log";
|
|
|
-"pref_log_header" = "Log";
|
|
|
-"pref_other" = "Other";
|
|
|
-"pref_backup" = "Backup";
|
|
|
-"pref_backup_explain" = "Backup chats to external storage";
|
|
|
-"pref_backup_export_explain" = "A backup helps you to set up a new installation on this or on another device.\n\nThe backup will contain all messages, contacts and chats and your end-to-end Autocrypt setup. Keep the backup file in a safe place or delete it as soon as possible.";
|
|
|
-"pref_backup_export_start_button" = "Start backup";
|
|
|
-"pref_backup_written_to_x" = "Backup written successfully to %1$s";
|
|
|
-"pref_managekeys_menu_title" = "Manage keys";
|
|
|
-"pref_managekeys_ask_for_storage_permission" = "Delta Chat needs access to your files to import/export keys.";
|
|
|
-"pref_managekeys_export_secret_keys" = "Export secret keys";
|
|
|
-"pref_managekeys_export_explain" = "Export secret keys to \\\"%1$s\\\"?";
|
|
|
-"pref_managekeys_import_secret_keys" = "Import secret keys";
|
|
|
-"pref_managekeys_import_explain" = "Import secret keys from \\\"%1$s\\\"?\n\n• Existing secret keys will not be deleted\n\n• The last imported key will be used as the new default key unless it has the word \\\"legacy\\\" in its filename";
|
|
|
-"pref_managekeys_secret_keys_exported_to_x" = "Secret keys written successfully to \\\"%1$s\\\".";
|
|
|
-"pref_managekeys_secret_keys_imported_from_x" = "Secret keys imported from \\\"%1$s\\\".";
|
|
|
-"pref_background" = "Background";
|
|
|
-"pref_background_btn_default" = "Use default image";
|
|
|
-"pref_background_btn_gallery" = "Select from gallery";
|
|
|
-"pref_imap_folder_handling" = "IMAP folder handling";
|
|
|
-"pref_imap_folder_warn_disable_defaults" = "If you disable this option, make sure, your server and your other clients are configured accordingly.\n\nOtherwise things may not work at all.";
|
|
|
-"pref_watch_inbox_folder" = "Watch Inbox folder";
|
|
|
-"pref_watch_sent_folder" = "Watch Sent folder";
|
|
|
-"pref_watch_mvbox_folder" = "Watch DeltaChat folder";
|
|
|
-"pref_auto_folder_moves" = "Automatic Moves to DeltaChat folder";
|
|
|
-"pref_auto_folder_moves_explain" = "Chat conversations are moved to avoid cluttering the Inbox folder";
|
|
|
-"pref_email_interaction_title" = "Email interaction";
|
|
|
-"pref_show_emails" = "Show classic emails";
|
|
|
-"pref_show_emails_no" = "No, chats only";
|
|
|
-"pref_show_emails_accepted_contacts" = "For accepted contacts";
|
|
|
-"pref_show_emails_all" = "All";
|
|
|
-"pref_empty_server_title" = "DANGER ZONE: Delete e-mails from server";
|
|
|
-"pref_empty_server_msg" = "This function helps to free space on your IMAP server by deleting ALL e-mails, including chat-messages, in the given folders. Messages on this device will not be deleted. The deletion cannot be undone!";
|
|
|
-"pref_empty_server_inbox" = "Delete ALL e-mails in Inbox folder";
|
|
|
-"pref_empty_server_mvbox" = "Delete ALL e-mails in DeltaChat folder";
|
|
|
-"pref_empty_server_do_button" = "Delete e-mails";
|
|
|
-
|
|
|
-
|
|
|
+"pref_incognito_keyboard_explain" = "Вимагати вимкнення персоналізації підказок клавіатури";
|
|
|
+"pref_read_receipts" = "Отримувати сповіщення про прочитання";
|
|
|
+"pref_read_receipts_explain" = "Якщо сповіщення про прочитання відключені, Ви не будете бачити підтвердження прочитання повідомлень іншими користувачами.";
|
|
|
+"pref_manage_keys" = "Управління ключами";
|
|
|
+"pref_use_system_emoji" = "Використовувати системні емодзі";
|
|
|
+"pref_use_system_emoji_explain" = "Вимкнути вбудовану підтримку емодзі";
|
|
|
+"pref_app_access" = "Доступ додатку";
|
|
|
+"pref_communication" = "Зв\\'язок";
|
|
|
+"pref_chats" = "Чати";
|
|
|
+"pref_messages" = "Повідомлення";
|
|
|
+"pref_in_chat_sounds" = "Звуки у чаті";
|
|
|
+"pref_message_text_size" = "Розмір шрифту повідомлення";
|
|
|
+"pref_view_log" = "Переглянути журнал";
|
|
|
+"pref_other" = "Інше";
|
|
|
+"pref_backup" = "Резервне копіювання";
|
|
|
+"pref_backup_explain" = "Зберегти чати на зовнішній носій";
|
|
|
+"pref_backup_export_explain" = "Резервне копіювання дозволяє відновлювати попередні налаштування програми під час нової установки на цьому або іншому пристрої.\n\nРезервная копія містить всі повідомлення, контакти і чати, а також параметри наскрізного Autocrypt. Після того як резервна копія буде створена, якомога швидше перенесіть її у надійне місце.";
|
|
|
+"pref_backup_export_start_button" = "Почати резервне копіювання";
|
|
|
+"pref_backup_written_to_x" = "Резервна копія успішно записана на %1$s";
|
|
|
+"pref_managekeys_menu_title" = "Управління ключами";
|
|
|
+"pref_managekeys_ask_for_storage_permission" = "Додатку необхідний доступ до файлів для імпорту/експорту ключів.";
|
|
|
+"pref_managekeys_export_secret_keys" = "Експорт секретних ключів";
|
|
|
+"pref_managekeys_export_explain" = "Експортувати секретні ключі до «%1$s»?";
|
|
|
+"pref_managekeys_import_secret_keys" = "Імпорт секретних ключів";
|
|
|
+"pref_managekeys_import_explain" = "Імпортувати секретні ключі з «%1$s»?\n\n• Існуючі секретні ключі не будуть видалені\n\n• Останній імпортований ключ буде використаний як новий ключ за замовчуванням, якщо він не містить слова legacy у назві файлу.";
|
|
|
+"pref_managekeys_secret_keys_exported_to_x" = "Секретні ключі успішно збережені в «%1$s».";
|
|
|
+"pref_managekeys_secret_keys_imported_from_x" = "Секретні ключі імпортовані з «%1$s».";
|
|
|
+"pref_background" = "Фон";
|
|
|
+"pref_imap_folder_handling" = "Параметри IMAP-папок";
|
|
|
+"pref_imap_folder_warn_disable_defaults" = "У разі вимкнення цього параметру переконайтеся, що сервер і Ваші інші додатки для роботи з електронною поштою налаштовані таким же чином.\n\nУ випадку, якщо параметри відрізняються, все може перестати працювати.";
|
|
|
+"pref_watch_inbox_folder" = "Стежити за папкою «Вхідні»";
|
|
|
+"pref_watch_sent_folder" = "Стежити за папкою «Надіслані»";
|
|
|
+"pref_watch_mvbox_folder" = "Стежити за папкою DeltaChat";
|
|
|
+"pref_auto_folder_moves" = "Автоматично пересувати до папки DeltaChat";
|
|
|
+"pref_auto_folder_moves_explain" = "Чати були переміщені, щоб уникнути плутанини у папці «Вхідні».";
|
|
|
+"pref_email_interaction_title" = "Взаємодія з електронною поштою";
|
|
|
+"pref_show_emails" = "Показувати звичайну пошту";
|
|
|
+"pref_show_emails_no" = "Ні, лише чати";
|
|
|
+"pref_show_emails_accepted_contacts" = "Для прийнятих контактів";
|
|
|
+"pref_show_emails_all" = "Всі";
|
|
|
// autocrypt
|
|
|
-"autocrypt" = "Autocrypt";
|
|
|
-"autocrypt_explain" = "Autocrypt is a new and open specification for automatic end-to-end email encryption.\n\nYour end-to-end setup is created automatically as needed and you can transfer it between devices with Autocrypt Setup Messages.";
|
|
|
-"autocrypt_send_asm_title" = "Send Autocrypt Setup Message";
|
|
|
-"autocrypt_send_asm_explain_before" = "An \\\"Autocrypt Setup Message\\\" securely shares your end-to-end setup with other Autocrypt-compliant apps.\n\nThe setup will be encrypted by a setup code which is displayed here and must be typed on the other device.";
|
|
|
-"autocrypt_send_asm_button" = "Send Autocrypt Setup Message";
|
|
|
-"autocrypt_send_asm_explain_after" = "Your setup has been sent to yourself. Switch to the other device and open the setup message. You should be prompted for a setup code. Type the following digits into the prompt:\n\n%1$s\n\nOnce you\\'re done, your other device will be ready to use Autocrypt.";
|
|
|
-"autocrypt_prefer_e2ee" = "Prefer end-to-end encryption";
|
|
|
-"autocrypt_asm_subject" = "Autocrypt Setup Message";
|
|
|
-"autocrypt_asm_general_body" = "This is the Autocrypt Setup Message used to transfer your end-to-end setup between clients.\n\nTo decrypt and use your setup, open the message in an Autocrypt-compliant client and enter the setup code presented on the generating device.";
|
|
|
-"autocrypt_asm_click_body" = "This is the Autocrypt Setup Message used to transfer your end-to-end setup between clients.\n\nTo decrypt and use your setup, tap or click on this message.";
|
|
|
-"autocrypt_continue_transfer_title" = "Autocrypt Setup Message";
|
|
|
-"autocrypt_continue_transfer_please_enter_code" = "Please enter the setup code that is displayed on the other device.";
|
|
|
-"autocrypt_continue_transfer_succeeded" = "End-to-end setup transferred. This device is now ready to use Autocrypt with the same setup as the other device.";
|
|
|
-"autocrypt_continue_transfer_retry" = "Retry";
|
|
|
-"autocrypt_bad_setup_code" = "Bad setup code. Please try again.\n\nIf you do not remember the setup code, just send another Autocrypt Setup Message from the other device.";
|
|
|
+"autocrypt" = "Автошифрування";
|
|
|
+"autocrypt_explain" = "Autocrypt – новий і відкритий протокол встановлення наскрізного шифрування для електронної пошти.\n\nНеобхідні параметри шифрування призначаються автоматично і їх можна передавати між своїми пристроями, використовуючи повідомлення з параметрами Autocrypt.";
|
|
|
+"autocrypt_send_asm_title" = "Надіслати повідомлення з параметрами Autocrypt";
|
|
|
+"autocrypt_send_asm_explain_before" = "«Повідомлення з параметрами Autocrypt» слугує для безпечної передачі параметрів наскрізного шифрування між власними додатками для роботи з електронною поштою, що підтримують протокол Autocrypt.\n\nЦі параметри шифруються з використанням спеціального інсталяційного коду, що показаний тут і повинен бути введений у налаштовуємому додатку.";
|
|
|
+"autocrypt_send_asm_button" = "Надіслати повідомлення з параметрами Autocrypt";
|
|
|
+"autocrypt_send_asm_explain_after" = "Параметри шифрування були Вам надіслані. Відкрийте інсталяційне повідомлення у налаштовуємій програмі, після чого вона запросить інсталяційний код. Введіть наступний код:\n\n%1$s\n\nПісля завершення налаштування програма зможе використовувати Autocrypt.";
|
|
|
+"autocrypt_prefer_e2ee" = "Віддавати перевагу наскрізному шифруванню";
|
|
|
+"autocrypt_asm_subject" = "Повідомлення з параметрами Autocrypt";
|
|
|
+"autocrypt_asm_general_body" = "Це повідомлення з параметрами Autocrypt, що слугує для передачі параметрів наскрізного шифрування між пристроями.\n\nДля розшифрування параметрів відкрийте це повідомлення у додатку, що підтримує Autocrypt і введіть інсталяційний код, показаний на початковому пристрої.";
|
|
|
+"autocrypt_asm_click_body" = "Це повідомлення з параметрами Autocrypt, що слугує для передавання параметрів наскрізного шифрування між пристроями.\n\nДля розшифрування і використання параметрів відкрийте це повідомлення.";
|
|
|
+"autocrypt_continue_transfer_title" = "Повідомлення з параметрами Autocrypt";
|
|
|
+"autocrypt_continue_transfer_please_enter_code" = "Введіть інсталяційний код, що показаний на іншому пристрої.";
|
|
|
+"autocrypt_continue_transfer_succeeded" = "Параметри наскрізного шифрування успішно передані. Цей пристрій буде використовувати такі ж параметри Autocrypt, як і інший.";
|
|
|
+"autocrypt_continue_transfer_retry" = "Повторити";
|
|
|
+"autocrypt_bad_setup_code" = "Невірний інсталяційний код. Спробуйте ввести його ще раз.\n\nЯкщо інсталяційний код загублений, надішліть з іншого пристрою ще одне повідомлення з параметрами Autocrypt.";
|
|
|
|
|
|
|
|
|
// system messages
|
|
|
-"systemmsg_group_name_changed" = "Group name changed from \\\"%1$s\\\" to \\\"%2$s\\\".";
|
|
|
-"systemmsg_group_image_changed" = "Group image changed.";
|
|
|
-"systemmsg_group_image_deleted" = "Group image deleted.";
|
|
|
-"systemmsg_member_added" = "Member %1$s added.";
|
|
|
-"systemmsg_member_removed" = "Member %1$s removed.";
|
|
|
-"systemmsg_group_left" = "Group left.";
|
|
|
-"systemmsg_read_receipt_subject" = "Read receipt";
|
|
|
-"systemmsg_read_receipt_body" = "This is a read receipt for the message \\\"%1$s\\\".\n\nIt means that message was displayed on the recipient\\'s device, not necessarily that the content was read.";
|
|
|
-"systemmsg_cannot_decrypt" = "This message cannot be decrypted.\n\n• It might already help to simply reply to this message and ask the sender to send the message again.\n\n• In case you re-installed Delta Chat or another email program on this or another device you may want to send an Autocrypt Setup Message from there.";
|
|
|
+"systemmsg_group_name_changed" = "Назву групи змінено з «%1$s» на «%2$s».";
|
|
|
+"systemmsg_group_image_changed" = "Зображення групи змінено.";
|
|
|
+"systemmsg_group_image_deleted" = "Зображення групи видалено.";
|
|
|
+"systemmsg_member_added" = "Додано учасника %1$s.";
|
|
|
+"systemmsg_member_removed" = "Видалено учасника %1$s.";
|
|
|
+"systemmsg_group_left" = "Ви залишили групу.";
|
|
|
+"systemmsg_read_receipt_subject" = "Сповіщення про прочитання.";
|
|
|
+"systemmsg_read_receipt_body" = "Це підтвердження того, що повідомлення «%1$s» було відкрито на пристрої одержувача. Дане підтвердження не означає, що повідомлення було прочитано.";
|
|
|
+"systemmsg_cannot_decrypt" = "Це повідомлення не може бути розшифроване.\n\n• Можливо, має сенс просто відповісти на нього і попросити відправника повторно відправити повідомлення.\n\n• У випадку, якщо Ви переустановили Delta Chat або іншу поштову програму на цьому або іншому пристрої, Ви, можливо, захочете відправити повідомлення з параметрами Autocrypt звідти.";
|
|
|
// Translators: %1$s will be replaced by sth. as "member xy added" (trailing full-stop removed).
|
|
|
-"systemmsg_action_by_me" = "%1$s by me.";
|
|
|
+"systemmsg_action_by_me" = "%1$s мною.";
|
|
|
// Translators: %1$s will be replaced by sth. as "member xy added" (trailing full-stop removed). %2$s will be replaced by the name/addr of the person who did this action.
|
|
|
-"systemmsg_action_by_user" = "%1$s by %2$s.";
|
|
|
+"systemmsg_action_by_user" = "%1$s користувачем %2$s.";
|
|
|
|
|
|
|
|
|
// screen lock
|
|
|
-"screenlock_title" = "Screen lock";
|
|
|
-"screenlock_explain" = "Lock access with Android screen lock or fingerprint; to avoid appearing the previous content, please also enable \\\"Screen security\\\"";
|
|
|
-"screenlock_authentication_failed" = "Authentication failed.";
|
|
|
-"screenlock_unlock_title" = "Unlock Delta Chat";
|
|
|
-"screenlock_unlock_description" = "Please enter your system defined secret to unlock Delta Chat.";
|
|
|
-"screenlock_inactivity_timeout" = "Inactivity timeout lock";
|
|
|
-"screenlock_inactivity_timeout_explain" = "Auto-lock Delta Chat after a specified time interval of inactivity";
|
|
|
-"screenlock_inactivity_timeout_interval" = "Inactivity timeout interval";
|
|
|
+"screenlock_title" = "Блокування екрану";
|
|
|
+"screenlock_explain" = "Блокування доступу за допомогою блокування екрану Android або відбитків пальців; щоб уникнути появи попереднього вмісту, будь ласка, увімкнить «Безпека екрану».";
|
|
|
+"screenlock_authentication_failed" = "Не вдалося здійснити аутентифікацію.";
|
|
|
+"screenlock_unlock_title" = "Розблокувати Delta Chat";
|
|
|
+"screenlock_unlock_description" = "Введіть захисний код, щоб розблокувати Delta Chat.";
|
|
|
+"screenlock_inactivity_timeout" = "Блокування за бездіяльності";
|
|
|
+"screenlock_inactivity_timeout_explain" = "Заблокувати додаток через певний період бездіяльності";
|
|
|
+"screenlock_inactivity_timeout_interval" = "Час бездіяльності";
|
|
|
|
|
|
|
|
|
// qr code stuff
|
|
|
-"qrscan_title" = "Scan QR code";
|
|
|
-"qrscan_hint" = "Place your camera over the QR code";
|
|
|
-"qrscan_ask_join_group" = "Do you want to join the group \\\"%1$s\\\"?";
|
|
|
-"qrscan_fingerprint_mismatch" = "The scanned fingerprint does not match the fingerprint last seen for %1$s";
|
|
|
-"qrscan_no_addr_found" = "This QR code contains a fingerprint but no email address.\n\nFor an out-of-band-verification, please establish an encrypted connection to the recipient first.";
|
|
|
-"qrscan_contains_text" = "Scanned QR code text:\n\n%1$s";
|
|
|
-"qrscan_contains_url" = "Scanned QR code URL:\n\n%1$s";
|
|
|
-"qrscan_fingerprint_label" = "Fingerprint";
|
|
|
-"qrscan_x_verified_introduce_myself" = "%1$s verified, introduce myself …";
|
|
|
-"qrshow_title" = "QR invite code";
|
|
|
-"qrshow_x_joining" = "%1$s joins.";
|
|
|
-"qrshow_x_verified" = "%1$s verified.";
|
|
|
-"qrshow_x_has_joined_group" = "%1$s joined the group.";
|
|
|
-"qrshow_join_group_title" = "QR invite code";
|
|
|
-"qrshow_join_group_hint" = "Scan this to join the group \\\"%1$s\\\".";
|
|
|
-"qrshow_join_contact_title" = "QR invite code";
|
|
|
-"qrshow_join_contact_hint" = "Scan this to set up a contact with %1$s";
|
|
|
-"qrshow_join_contact_no_connection_hint" = "QR code setup requires an internet connection. Please connect to a network before proceeding.";
|
|
|
-"qrshow_join_contact_no_connection_toast" = "No internet connection, can\\'t perform QR code setup.";
|
|
|
-"contact_verified" = "%1$s verified.";
|
|
|
-"contact_not_verified" = "Cannot verify %1$s";
|
|
|
+"qrscan_title" = "Сканувати QR-код";
|
|
|
+"qrscan_hint" = "Наведіть камеру на QR-код";
|
|
|
+"qrscan_ask_join_group" = "Приєднатися до групи «%1$s»?";
|
|
|
+"qrscan_fingerprint_mismatch" = "Відсканований відбиток не збігається з останнім відомим відбитком %1$s";
|
|
|
+"qrscan_no_addr_found" = "QR-код містить відбиток ключа, але не містить адресу електронної пошти.\n\nДля перевірки автентичності з використанням альтернативного каналу зв\\'язку слід спочатку встановити з одержувачем захищене з\\'єднання.";
|
|
|
+"qrscan_contains_text" = "Текст з QR-коду:\n\n%1$s";
|
|
|
+"qrscan_contains_url" = "URL з QR-коду:\n\n%1$s";
|
|
|
+"qrscan_fingerprint_label" = "Відбиток";
|
|
|
+"qrscan_x_verified_introduce_myself" = "%1$s підтверджено, передається особиста інформація...";
|
|
|
+"qrshow_title" = "QR-код запрошення";
|
|
|
+"qrshow_x_joining" = "%1$s приєднався(-лася).";
|
|
|
+"qrshow_x_verified" = "%1$s перевірений(-а).";
|
|
|
+"qrshow_x_has_joined_group" = "%1$s приєднався(-лася) до групи.";
|
|
|
+"qrshow_join_group_title" = "QR-код запрошення";
|
|
|
+"qrshow_join_group_hint" = "Відскануйте код, щоб приєднатися до групи «%1$s».";
|
|
|
+"qrshow_join_contact_title" = "QR-код запрошення";
|
|
|
+"qrshow_join_contact_hint" = "Відскануйте код, щоб створити контакт з %1$s";
|
|
|
+"contact_verified" = "%1$s підтверджений(-а)";
|
|
|
+"contact_not_verified" = "Неможливо підтвердити %1$s";
|
|
|
// translators: "setup" is the "encryption setup" here, as in "Autocrypt Setup Message"
|
|
|
-"contact_setup_changed" = "Changed setup for %1$s";
|
|
|
+"contact_setup_changed" = "Змінені параметри для %1$s";
|
|
|
|
|
|
|
|
|
// notifications
|
|
|
-"notify_n_messages_in_m_chats" = "%1$d new messages in %2$d chats";
|
|
|
-"notify_most_recent_from" = "Most recent from: %1$s";
|
|
|
-"notify_media_message_with_text" = "Media message: %s";
|
|
|
-"notify_mark_all_read" = "Mark all as read";
|
|
|
-"notify_mark_read" = "Mark read";
|
|
|
-"notify_media_message" = "Media message";
|
|
|
-"notify_reply_button" = "Reply";
|
|
|
-"notify_new_message" = "New message";
|
|
|
-"notify_background_connection_enabled" = "Background connection enabled";
|
|
|
-"notify_priority_high" = "High";
|
|
|
-"notify_priority_max" = "Max";
|
|
|
-"notify_name_and_message" = "Name and message";
|
|
|
-"notify_name_only" = "Name only";
|
|
|
-"notify_no_name_or_message" = "No name or message";
|
|
|
+"notify_n_messages_in_m_chats" = "%1$d нових повідомлень з %2$d чатів";
|
|
|
+"notify_most_recent_from" = "Останнє від: %1$s";
|
|
|
+"notify_media_message_with_text" = "Медіа-повідомлення: %s";
|
|
|
+"notify_mark_all_read" = "Позначити все як прочитане";
|
|
|
+"notify_mark_read" = "Позначити прочитаним";
|
|
|
+"notify_media_message" = "Медіа-повідомлення";
|
|
|
+"notify_reply_button" = "Відповісти";
|
|
|
+"notify_new_message" = "Нове повідомлення";
|
|
|
+"notify_background_connection_enabled" = "З\\'єднання у фоновому режимі увімкнено";
|
|
|
+"notify_priority_high" = "Високий";
|
|
|
+"notify_priority_max" = "Максимальний";
|
|
|
+"notify_name_and_message" = "Ім\\'я та повідомлення";
|
|
|
+"notify_name_only" = "Тільки ім\\'я";
|
|
|
+"notify_no_name_or_message" = "Без імені або повідомлення";
|
|
|
|
|
|
|
|
|
// permissions
|
|
|
-"perm_required_title" = "Permission required";
|
|
|
-"perm_continue" = "Continue";
|
|
|
-"perm_not_now" = "Not now";
|
|
|
-"perm_explain_need_for_camera_access" = "To capture photos and video, allow Delta Chat access to the camera.";
|
|
|
-"perm_explain_need_for_mic_access" = "To send audio messages, allow Delta Chat access to your microphone.";
|
|
|
-"perm_explain_need_for_storage_access" = "Delta Chat needs access to your files in order to export files or to create backups.";
|
|
|
-"perm_explain_need_for_storage_access_share" = "Delta Chat needs access to your files in order to share the selected files.";
|
|
|
-"perm_explain_access_to_camera_denied" = "Delta Chat requires the Camera permission in order to take photos or videos, but it has been permanently denied. Please continue to the app settings menu, select \\\"Permissions\\\", and enable \\\"Camera\\\".";
|
|
|
-"perm_explain_access_to_mic_denied" = "Delta Chat requires the Microphone permission in order to send audio messages, but it has been permanently denied. Please continue to app settings, select \\\"Permissions\\\", and enable \\\"Microphone\\\".";
|
|
|
-"perm_explain_access_to_storage_denied" = "Delta Chat requires the Storage permission in order to attach or export photos, videos, or audio, but it has been permanently denied. Please continue to the app settings menu, select \\\"Permissions\\\", and enable \\\"Storage\\\".";
|
|
|
-"perm_explain_access_to_location_denied" = "Delta Chat requires Location permission in order to attach a location, but it has been permanently denied. Please continue to the app settings menu, select \\\"Permissions\\\", and enable \\\"Location\\\".";
|
|
|
-"perm_enable_bg_reminder_title" = "Tap here to receive messages while Delta Chat is in background.";
|
|
|
-"perm_enable_bg_reminder_text" = "Delta Chat uses minimal resources and takes care not to drain your battery.";
|
|
|
+"perm_required_title" = "Потрібен дозвіл";
|
|
|
+"perm_continue" = "Продовжити";
|
|
|
+"perm_not_now" = "Не зараз";
|
|
|
+"perm_explain_need_for_camera_access" = "Для захоплення фото і відео дозвольте доступ до камери.";
|
|
|
+"perm_explain_need_for_mic_access" = "Для відправки звукових повідомлень дозвольте доступ до мікрофону.";
|
|
|
+"perm_explain_need_for_storage_access" = "Додатку необхідний доступ до файлів для експорту та резервного копіювання.";
|
|
|
+"perm_explain_access_to_camera_denied" = "Для зйомки фотографій або відео додатку потрібен дозвіл на використання камери, але зараз його не надано. Для надання дозволу перейдіть у системне меню налаштувань, у розділі «Додатки» знайдіть Delta Chat і дозвольте доступ до камери.";
|
|
|
+"perm_explain_access_to_mic_denied" = "Для надсилання голосових повідомлень додатку потрібен дозвіл на використання мікрофону, але зараз його не надано. Для надання дозволу перейдіть у системне меню налаштувань, у розділі «Додатки» знайдіть Delta Chat і дозвольте доступ до мікрофону.";
|
|
|
+"perm_explain_access_to_storage_denied" = "Для збереження або передавання фотографій та відео додатку потрібен дозвіл на використання сховища, але зараз його не надано. Для надання дозволу перейдіть в системне меню налаштувань, в розділі «Додатки» знайдіть Delta Chat і дозвольте доступ до сховища.";
|
|
|
+"perm_explain_access_to_location_denied" = "Щоб передати місцезнаходження, додатку потрібен доступ до геоданих пристрою, але зараз його не надано. Для надання доступу перейдіть у системне меню налаштувань, у розділі «Додатки» знайдіть Delta Chat, виберіть пункт «Права доступу» і дозвольте доступ до місцезнаходження пристрою.";
|
|
|
+"perm_enable_bg_reminder_title" = "Натисніть тут, щоб отримувати повідомлення, коли Delta Chat знаходиться у фоновому режимі.";
|
|
|
+"perm_enable_bg_reminder_text" = "Delta Chat використовує мінімальні ресурси і дбає про те, щоб не розрядити батарею.";
|
|
|
|
|
|
// dc_str_* resources
|
|
|
-"encrypted_message" = "Encrypted message";
|
|
|
+"encrypted_message" = "Зашифроване повідомлення";
|
|
|
|
|
|
// desktop specific strings
|
|
|
-"welcome_desktop" = "Welcome to DeltaChat";
|
|
|
-"login_known_accounts_title_desktop" = "Known accounts";
|
|
|
-"global_menu_preferences_desktop" = "Preferences";
|
|
|
-"global_menu_preferences_language_desktop" = "Choose Language...";
|
|
|
-"global_menu_file_desktop" = "File";
|
|
|
-"global_menu_file_quit_desktop" = "Quit";
|
|
|
-"global_menu_edit_desktop" = "Edit";
|
|
|
-"global_menu_edit_undo_desktop" = "Undo";
|
|
|
-"global_menu_edit_redo_desktop" = "Redo";
|
|
|
-"global_menu_edit_cut_desktop" = "Cut";
|
|
|
-"global_menu_edit_copy_desktop" = "Copy";
|
|
|
-"global_menu_edit_paste_desktop" = "Paste";
|
|
|
-"global_menu_edit_delete_desktop" = "Delete";
|
|
|
-"global_menu_edit_selectall_desktop" = "Select All";
|
|
|
-"global_menu_view_desktop" = "View";
|
|
|
-"global_menu_view_floatontop_desktop" = "Float on Top";
|
|
|
-"global_menu_view_developer_desktop" = "Developer";
|
|
|
-"global_menu_view_developer_tools_desktop" = "Developer Tools";
|
|
|
-"global_menu_help_desktop" = "Help";
|
|
|
-"global_menu_help_learn_desktop" = "Learn more about DeltaChat";
|
|
|
-"global_menu_help_contribute_desktop" = "Contribute on GitHub";
|
|
|
-"global_menu_help_report_desktop" = "Report an Issue...";
|
|
|
-"global_menu_help_about_desktop" = "About DeltaChat";
|
|
|
-"no_chat_selected_suggestion_desktop" = "Select a chat or create a new chat";
|
|
|
-"write_message_desktop" = "Write a message";
|
|
|
-"about_deltachat_heading_desktop" = "About DeltaChat";
|
|
|
-"encryption_info_title_desktop" = "Encryption information";
|
|
|
-"contact_detail_title_desktop" = "Contact detail";
|
|
|
-"contact_request_title_desktop" = "Contact request";
|
|
|
-"delete_message_desktop" = "Delete message";
|
|
|
-"more_info_desktop" = "More info";
|
|
|
-"logout_desktop" = "Logout";
|
|
|
-"timestamp_format_m_desktop" = "MMM D";
|
|
|
-"no_archived_chats_desktop" = "No archived chats";
|
|
|
-"no_chats_desktop" = "No chats";
|
|
|
-"encryption_info_desktop" = "Show encryption info";
|
|
|
-"verified_desktop" = "verified";
|
|
|
-"group_name_desktop" = "Group name";
|
|
|
-"remove_desktop" = "Remove";
|
|
|
-"save_desktop" = "Save";
|
|
|
-"show_qr_verify_code_desktop" = "Show QR invite code";
|
|
|
-"show_qr_invite_code_desktop" = "Show QR invite code";
|
|
|
-"add_contact_desktop" = "Add contact";
|
|
|
-"login_required_desktop" = "required";
|
|
|
-"name_desktop" = "Name";
|
|
|
-"autocrypt_key_transfer_desktop" = "Autocrypt key transfer";
|
|
|
-"initiate_key_transfer_title_desktop" = "Initiate key transfer";
|
|
|
-"initiate_key_transfer_desktop" = "An Autocrypt Setup Message securely shares your end-to-end setup with other Autocrypt-compliant apps. The setup will be encrypted by a setup code which is displayed here and must be typed on the other device.";
|
|
|
-"reply_to_message_desktop" = "Reply to message";
|
|
|
-"select_group_image_desktop" = "Select group image";
|
|
|
-"imex_progress_title_desktop" = "Backup progress";
|
|
|
-"download_attachment_desktop" = "Download attachment";
|
|
|
-"export_backup_desktop" = "Export backup";
|
|
|
-"transfer_key_desktop" = "Transfer key";
|
|
|
-"show_key_transfer_message_desktop" = "Your key has been sent to yourself. Switch to the other device and open the setup message. You should be prompted for a setup code. Type the following digits into the prompt. Once you\\'re done, your other device will be ready to use Autocrypt.";
|
|
|
-"new_message_from_desktop" = "New message from";
|
|
|
-"unblock_contacts_desktop" = "Unblock contacts";
|
|
|
-"none_blocked_desktop" = "No blocked contacts yet";
|
|
|
-"autocrypt_correct_desktop" = "Successfully transferred Autocrypt setup!";
|
|
|
-"autocrypt_incorrect_desktop" = "Incorrect setup code. Please try again.";
|
|
|
-"create_chat_error_desktop" = "Could not create chat.";
|
|
|
-"ask_delete_chat_desktop" = "Are you sure you want to delete this chat?";
|
|
|
-"email_validation_failed_desktop" = "Email address required.";
|
|
|
-"forget_login_confirmation_desktop" = "Delete this login? Everything will be deleted, including your end-to-end setup, contacts, chats, messages and media. This action is final and can not be reversed.";
|
|
|
-"me_desktop" = "me";
|
|
|
-"in_this_group_desktop" = "Group members";
|
|
|
-"not_in_this_group_desktop" = "Potential group members (not in group)";
|
|
|
-"message_detail_sent_desktop" = "sent";
|
|
|
-"message_detail_received_desktop" = "received";
|
|
|
-"message_detail_from_desktop" = "from";
|
|
|
-"message_detail_to_desktop" = "to";
|
|
|
-"menu.view.developer.open.log.folder" = "Open Log Folder";
|
|
|
-"menu.view.developer.open.current.log.file" = "Open Current Logfile";
|
|
|
-
|
|
|
-"user_location_permission_explanation" = "Delta Chat needs the location permission in order to show and share your location.";
|
|
|
+"welcome_desktop" = "Ласкаво просимо до Delta Chat";
|
|
|
+"login_known_accounts_title_desktop" = "Відомі облікові записи";
|
|
|
+"global_menu_preferences_desktop" = "Уподобання";
|
|
|
+"global_menu_preferences_language_desktop" = "Вибір мови";
|
|
|
+"global_menu_file_desktop" = "Файл";
|
|
|
+"global_menu_file_quit_desktop" = "Вийти";
|
|
|
+"global_menu_edit_desktop" = "Редагувати";
|
|
|
+"global_menu_edit_undo_desktop" = "Скасувати";
|
|
|
+"global_menu_edit_redo_desktop" = "Повторити";
|
|
|
+"global_menu_edit_cut_desktop" = "Вирізати";
|
|
|
+"global_menu_edit_copy_desktop" = "Копіювати";
|
|
|
+"global_menu_edit_paste_desktop" = "Вставити";
|
|
|
+"global_menu_edit_delete_desktop" = "Видалити";
|
|
|
+"global_menu_edit_selectall_desktop" = "Вибрати все";
|
|
|
+"global_menu_view_desktop" = "Переглянути";
|
|
|
+"global_menu_view_floatontop_desktop" = "Поплавок зверху";
|
|
|
+"global_menu_view_developer_desktop" = "Розробник";
|
|
|
+"global_menu_view_developer_tools_desktop" = "Інструменти розробника";
|
|
|
+"global_menu_help_desktop" = "Допомога";
|
|
|
+"global_menu_help_learn_desktop" = "Дізнатися більше про Delta Chat";
|
|
|
+"global_menu_help_contribute_desktop" = "Приєднатися до розробки на GitHub";
|
|
|
+"global_menu_help_report_desktop" = "Повідомити про проблему...";
|
|
|
+"global_menu_help_about_desktop" = "Про Delta Chat";
|
|
|
+"no_chat_selected_suggestion_desktop" = "Виберіть чат або створіть новий";
|
|
|
+"write_message_desktop" = "Напишіть повідомлення";
|
|
|
+"about_deltachat_heading_desktop" = "Про Delta Chat";
|
|
|
+"encryption_info_title_desktop" = "Інформація про шифрування";
|
|
|
+"contact_detail_title_desktop" = "Деталі контакту";
|
|
|
+"contact_request_title_desktop" = "Запит на спілкування";
|
|
|
+"delete_message_desktop" = "Видалити повідомлення";
|
|
|
+"more_info_desktop" = "Більше інформації";
|
|
|
+"logout_desktop" = "Вийти";
|
|
|
+"timestamp_format_m_desktop" = "МММ Д";
|
|
|
+"no_archived_chats_desktop" = "Немає заархівованих чатів";
|
|
|
+"no_chats_desktop" = "Немає чатів";
|
|
|
+"encryption_info_desktop" = "Показати інформацію про шифрування";
|
|
|
+"verified_desktop" = "Перевірено";
|
|
|
+"group_name_desktop" = "Назва групи";
|
|
|
+"remove_desktop" = "Видалити";
|
|
|
+"save_desktop" = "Зберегти";
|
|
|
+"show_qr_verify_code_desktop" = "Показати QR-код запрошення";
|
|
|
+"show_qr_invite_code_desktop" = "Показати QR-код запрошення";
|
|
|
+"add_contact_desktop" = "Додати контакт";
|
|
|
+"login_required_desktop" = "потрібний";
|
|
|
+"name_desktop" = "Ім\\'я";
|
|
|
+"autocrypt_key_transfer_desktop" = "Передавання ключів Autocrypt";
|
|
|
+"initiate_key_transfer_title_desktop" = "Ініціювати передачу ключа";
|
|
|
+"initiate_key_transfer_desktop" = "Повідомлення з параметрами Autocrypt слугує для безпечного передавання параметрів наскрізного шифрування між власними додатками для роботи з електронною поштою, що підтримують протокол Autocrypt. Ці параметри шифруються з використанням спеціального інсталяційного коду, що показаний тут і повинен бути введений у налаштовуємому додатку.";
|
|
|
+"reply_to_message_desktop" = "Відповісти на повідомлення";
|
|
|
+"select_group_image_desktop" = "Вибрати зображення групи";
|
|
|
+"imex_progress_title_desktop" = "Прогрес резервного копіювання";
|
|
|
+"download_attachment_desktop" = "Завантажити вкладення";
|
|
|
+"export_backup_desktop" = "Експорт резервної копії";
|
|
|
+"transfer_key_desktop" = "Ключ передачі";
|
|
|
+"new_message_from_desktop" = "Нове повідомлення від";
|
|
|
+"unblock_contacts_desktop" = "Розблокувати контакти";
|
|
|
+"none_blocked_desktop" = "Немає заблокованих контактів";
|
|
|
+"autocrypt_correct_desktop" = "Налаштування Autocrypt успішно передані!";
|
|
|
+"autocrypt_incorrect_desktop" = "Невірний інсталяційний код. Спробуйте ввести його повторно.";
|
|
|
+"create_chat_error_desktop" = "Не вдалося створити чат.";
|
|
|
+"ask_delete_chat_desktop" = "Ви впевнені, що хочете видалити цей чат?";
|
|
|
+"email_validation_failed_desktop" = "Потрібна адреса електронної пошти.";
|
|
|
+"forget_login_confirmation_desktop" = "Видалити цей обліковий запис? При цьому будуть видалені всі дані, включно з параметрами наскрізного шифрування, списками контактів, чатами, повідомленнями та медіафайлами. Цю дію не можна буде скасувати.";
|
|
|
+"me_desktop" = "Я";
|
|
|
+"in_this_group_desktop" = "Учасники групи";
|
|
|
+"not_in_this_group_desktop" = "Потенційні учасники (не в групі)";
|
|
|
+"message_detail_sent_desktop" = "Надіслано";
|
|
|
+"message_detail_received_desktop" = "Отримано";
|
|
|
+"message_detail_from_desktop" = "від";
|
|
|
+"message_detail_to_desktop" = " ";
|
|
|
+"menu.view.developer.open.log.folder" = "Відкрити папку журналів";
|
|
|
+"menu.view.developer.open.current.log.file" = "Відкрити поточний файл журналу";
|
|
|
|
|
|
// deprecated on android, please remove if unused on desktop
|
|
|
// see qrscan_ask_join_group
|
|
|
-"qrscan_ask_join_verified_group" = "Do you want to join the group \\\"%1$s\\\"?";
|
|
|
+"qrscan_ask_join_verified_group" = "Приєднатися до групи «%1$s»?";
|
|
|
// see ask_start_chat_with
|
|
|
-"qrscan_ask_fingerprint_ask_oob" = "Chat with %1$s?";
|
|
|
+"qrscan_ask_fingerprint_ask_oob" = "Почати чат з %1$s?";
|
|
|
// see ask_start_chat_with
|
|
|
-"qrscan_ask_chatting_fingerprint_ok" = "Chat with %1$s?";
|
|
|
+"qrscan_ask_chatting_fingerprint_ok" = "Почати чат з %1$s?";
|
|
|
// see qrshow_join_group_title
|
|
|
-"qrshow_join_verified_group_title" = "QR invite code";
|
|
|
+"qrshow_join_verified_group_title" = "QR-код запрошення";
|
|
|
// see qrshow_join_group_hint
|
|
|
-"qrshow_join_verified_group_hint" = "Scan this to join the group \\\"%1$s\\\".";
|
|
|
+"qrshow_join_verified_group_hint" = "Відскануйте цей код, щоб приєднатися до групи «%1$s».";
|
|
|
// see chat_all_archived
|
|
|
-"chat_all_done_hint" = "Inbox zeeerrro";
|
|
|
-"chat_all_done_explain" = "Zip. Zilch. Zero. Nada.\nYou\\'re all caught up!";
|
|
|
-"media_tab_media" = "Media";
|
|
|
-"media_tab_documents" = "Documents";
|
|
|
-"media_no_media_hint" = "No media.";
|
|
|
-"media_no_documents_hint" = "No documents.";
|
|
|
-"language_be" = "Belgian";
|
|
|
-"language_ca" = "Catalan";
|
|
|
-"language_da" = "Danish";
|
|
|
-"language_de" = "German";
|
|
|
-"language_en" = "English";
|
|
|
-"language_eo" = "Esperanto";
|
|
|
-"language_es" = "Spanish";
|
|
|
-"language_eu" = "Basque";
|
|
|
-"language_fr" = "French";
|
|
|
-"language_hr" = "Croatian";
|
|
|
-"language_hu" = "Hungarian";
|
|
|
-"language_it" = "Italian";
|
|
|
-"language_id" = "Indonesian";
|
|
|
-"language_ja_JP" = "Japanese";
|
|
|
-"language_ko" = "Korean";
|
|
|
-"language_nb_NO" = "Norwegian Bokmål";
|
|
|
-"language_nl" = "Dutch";
|
|
|
-"language_nl_NL" = "Dutch (Netherlands)";
|
|
|
-"language_pl" = "Polish";
|
|
|
-"language_pt" = "Portuguese";
|
|
|
-"language_ru" = "Russian";
|
|
|
-"language_ru_RU" = "Russian (Russia)";
|
|
|
-"language_sq" = "Albanian";
|
|
|
-"language_sr" = "Serbian";
|
|
|
-"language_sv" = "Swedish";
|
|
|
-"language_ta" = "Tamil";
|
|
|
-"language_te" = "Telugu";
|
|
|
-"language_tr" = "Turkish";
|
|
|
-"language_uk" = "Ukrainian";
|
|
|
-"language_zh_CN" = "Chinese";
|
|
|
+"chat_all_done_hint" = "Вхідних немає";
|
|
|
+"chat_all_done_explain" = "Нічого!\nНа цьому поки все";
|
|
|
+"media_tab_media" = "Медіа";
|
|
|
+"media_tab_documents" = "Документи";
|
|
|
+"media_no_media_hint" = "Немає медіа";
|
|
|
+"language_be" = "Бельгійська";
|
|
|
+"language_ca" = "Каталонська";
|
|
|
+"language_da" = "Данська";
|
|
|
+"language_de" = "Німецька";
|
|
|
+"language_en" = "Англійська";
|
|
|
+"language_eo" = "Есперанто";
|
|
|
+"language_es" = "Іспанська";
|
|
|
+"language_eu" = "Баскійська";
|
|
|
+"language_fr" = "Французька";
|
|
|
+"language_hr" = "Хорватська";
|
|
|
+"language_hu" = "Угорська";
|
|
|
+"language_it" = "Італійська";
|
|
|
+"language_id" = "Індонезійська";
|
|
|
+"language_ja_JP" = "Японська";
|
|
|
+"language_ko" = "Корейська";
|
|
|
+"language_nb_NO" = "Норвезька: букмол";
|
|
|
+"language_nl" = "Нідерландська";
|
|
|
+"language_nl_NL" = "Голландська (Нідерланди)";
|
|
|
+"language_pl" = "Польська";
|
|
|
+"language_pt" = "Португальська";
|
|
|
+"language_ru" = "Російська";
|
|
|
+"language_ru_RU" = "Російська (Росія)";
|
|
|
+"language_sq" = "Албанська";
|
|
|
+"language_sr" = "Сербська";
|
|
|
+"language_sv" = "Шведська";
|
|
|
+"language_ta" = "Тамільська";
|
|
|
+"language_te" = "Телугу";
|
|
|
+"language_tr" = "Турецька";
|
|
|
+"language_uk" = "Українська";
|
|
|
+"language_zh_CN" = "Китайська";
|
|
|
|