oca-ocb-core/odoo-bringout-oca-ocb-bus/bus/i18n/uk.po
Ernad Husremovic 2d3ee4855a 19.0 vanilla
2026-03-09 09:30:27 +01:00

219 lines
7.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * bus
#
# Translators:
# Martin Trigaux, 2022
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2022
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0beta\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Ukrainian <https://translate.odoo.com/projects/odoo-19/bus/uk/"
">\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: bus
#: model:ir.model,name:bus.model_res_groups
msgid "Access Groups"
msgstr "Групи доступу"
#. module: bus
#: model:ir.model,name:bus.model_ir_attachment
msgid "Attachment"
msgstr "Прикріплення"
#. module: bus
#: model:ir.model,name:bus.model_bus_listener_mixin
msgid "Can send messages via bus.bus"
msgstr "Можна надіслати повідомлення через bus.bus"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__channel
msgid "Channel"
msgstr "Канал"
#. module: bus
#: model:ir.model,name:bus.model_bus_bus
msgid "Communication Bus"
msgstr "Bus комунікація"
#. module: bus
#: model:ir.model,name:bus.model_res_partner
msgid "Contact"
msgstr "Контакт"
#. module: bus
#: model:ir.model,website_form_label:bus.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__create_uid
msgid "Created by"
msgstr "Створив"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__create_date
msgid "Created on"
msgstr "Створено"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__display_name
#: model:ir.model.fields,field_description:bus.field_bus_listener_mixin__display_name
#: model:ir.model.fields,field_description:bus.field_ir_attachment__display_name
#: model:ir.model.fields,field_description:bus.field_ir_http__display_name
#: model:ir.model.fields,field_description:bus.field_ir_model__display_name
#: model:ir.model.fields,field_description:bus.field_ir_websocket__display_name
#: model:ir.model.fields,field_description:bus.field_res_groups__display_name
#: model:ir.model.fields,field_description:bus.field_res_partner__display_name
#: model:ir.model.fields,field_description:bus.field_res_users__display_name
#: model:ir.model.fields,field_description:bus.field_res_users_settings__display_name
msgid "Display Name"
msgstr "Назва для відображення"
#. module: bus
#. odoo-javascript
#: code:addons/bus/static/src/debug/bus_logs_menu_item.xml:0
msgid "Download logs"
msgstr "Завантажити журнали"
#. module: bus
#. odoo-javascript
#: code:addons/bus/static/src/debug/bus_logs_menu_item.xml:0
msgid "Enable Bus Logging"
msgstr ""
#. module: bus
#: model:ir.model,name:bus.model_ir_http
msgid "HTTP Routing"
msgstr "Маршрутизація HTTP"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__id
#: model:ir.model.fields,field_description:bus.field_bus_listener_mixin__id
#: model:ir.model.fields,field_description:bus.field_ir_attachment__id
#: model:ir.model.fields,field_description:bus.field_ir_http__id
#: model:ir.model.fields,field_description:bus.field_ir_model__id
#: model:ir.model.fields,field_description:bus.field_ir_websocket__id
#: model:ir.model.fields,field_description:bus.field_res_groups__id
#: model:ir.model.fields,field_description:bus.field_res_partner__id
#: model:ir.model.fields,field_description:bus.field_res_users__id
#: model:ir.model.fields,field_description:bus.field_res_users_settings__id
msgid "ID"
msgstr "ID"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__write_uid
msgid "Last Updated by"
msgstr "Востаннє оновив"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__write_date
msgid "Last Updated on"
msgstr "Останнє оновлення"
#. module: bus
#: model:ir.model.fields,field_description:bus.field_bus_bus__message
msgid "Message"
msgstr "Повідомлення"
#. module: bus
#: model:ir.model,name:bus.model_ir_model
msgid "Models"
msgstr "Моделі"
#. module: bus
#. odoo-javascript
#: code:addons/bus/static/src/outdated_page_watcher_service.js:0
#: code:addons/bus/static/src/services/assets_watchdog_service.js:0
#: code:addons/bus/static/src/services/bus_service.js:0
msgid "Refresh"
msgstr "Оновити"
#. module: bus
#. odoo-javascript
#: code:addons/bus/static/src/outdated_page_watcher_service.js:0
#: code:addons/bus/static/src/services/bus_service.js:0
msgid ""
"Save your work and refresh to get the latest updates and avoid potential "
"issues."
msgstr ""
"Збережіть свою роботу та оновіть сторінку, щоб отримати останні оновлення та "
"уникнути потенційних проблем."
#. module: bus
#. odoo-javascript
#: code:addons/bus/static/src/services/assets_watchdog_service.js:0
msgid "The page appears to be out of date."
msgstr "Сторінка, здається, застаріла."
#. module: bus
#. odoo-javascript
#: code:addons/bus/static/src/outdated_page_watcher_service.js:0
#: code:addons/bus/static/src/services/bus_service.js:0
msgid "The page is out of date"
msgstr "Сторінка застаріла"
#. module: bus
#: model:ir.model,name:bus.model_res_users
msgid "User"
msgstr "Користувач"
#. module: bus
#: model:ir.model,name:bus.model_res_users_settings
msgid "User Settings"
msgstr "Налаштування користувача"
#. module: bus
#. odoo-python
#: code:addons/bus/controllers/home.py:0
msgid ""
"Your password is the default (admin)! If this system is exposed to untrusted "
"users it is important to change it immediately for security reasons. I will "
"keep nagging you about it!"
msgstr ""
"Ваш пароль за замовчуванням (admin)! Якщо ця система наражається на "
"ненадійних користувачів, важливо її негайно змінити з міркувань безпеки. Ми "
"будемо тримати вас в курсі!"
#. module: bus
#: model:ir.model,name:bus.model_ir_websocket
msgid "websocket message handling"
msgstr "обробка повідомлень websocket"
#~ msgid "Away"
#~ msgstr "Відійшов"
#~ msgid "IM Status"
#~ msgstr "Статус у миттєвих повідомленнях"
#~ msgid "Last Poll"
#~ msgstr "Останнє опитування"
#~ msgid "Last Presence"
#~ msgstr "Остання присутність"
#~ msgid "Offline"
#~ msgstr "Офлайн"
#~ msgid "Online"
#~ msgstr "Онлайн"
#~ msgid "User Presence"
#~ msgstr "Присутність користувача"
#~ msgid "Users"
#~ msgstr "Користувачі"