192 lines
5.7 KiB
Plaintext
192 lines
5.7 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * iap
|
|
#
|
|
# Translators:
|
|
# Tomasz Leppich <t.leppich@gmail.com>, 2022
|
|
# Piotr Cierkosz <piotr.w.cierkosz@gmail.com>, 2022
|
|
# Maksym <ms@myodoo.pl>, 2022
|
|
# Piotr Szlązak <szlazakpiotr@gmail.com>, 2022
|
|
# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2022
|
|
# Andrzej Wiśniewski <a.wisniewski@hadron.eu.com>, 2022
|
|
# Maja Stawicka <mjstwck@wp.pl>, 2022
|
|
# Piotr Strębski <strebski@gmail.com>, 2022
|
|
# Wojciech Warczakowski <w.warczakowski@gmail.com>, 2022
|
|
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
|
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
|
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: pl\n"
|
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
|
|
#. module: iap
|
|
#: model_terms:ir.ui.view,arch_db:iap.iap_account_view_form
|
|
msgid "Account Information"
|
|
msgstr "Informacje o koncie"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__account_token
|
|
msgid "Account Token"
|
|
msgstr "Token konta"
|
|
|
|
#. module: iap
|
|
#. odoo-javascript
|
|
#: code:addons/iap/static/src/action_buttons_widget/action_buttons_widget.xml:0
|
|
#: code:addons/iap/static/src/js/insufficient_credit_error_handler.js:0
|
|
#: code:addons/iap/static/src/xml/iap_templates.xml:0
|
|
#, python-format
|
|
msgid "Buy credits"
|
|
msgstr "Kup kredyty"
|
|
|
|
#. module: iap
|
|
#. odoo-javascript
|
|
#: code:addons/iap/static/src/xml/iap_templates.xml:0
|
|
#, python-format
|
|
msgid "Cancel"
|
|
msgstr "Anuluj"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__company_ids
|
|
msgid "Company"
|
|
msgstr "Firma"
|
|
|
|
#. module: iap
|
|
#: model:ir.model,name:iap.model_res_config_settings
|
|
msgid "Config Settings"
|
|
msgstr "Ustawienia konfiguracji"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__create_uid
|
|
msgid "Created by"
|
|
msgstr "Utworzył(a)"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__create_date
|
|
msgid "Created on"
|
|
msgstr "Data utworzenia"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__display_name
|
|
msgid "Display Name"
|
|
msgstr "Nazwa wyświetlana"
|
|
|
|
#. module: iap
|
|
#: model_terms:ir.ui.view,arch_db:iap.res_config_settings_view_form
|
|
msgid "Documentation"
|
|
msgstr "Dokumentacja"
|
|
|
|
#. module: iap
|
|
#: model:ir.ui.menu,name:iap.iap_root_menu
|
|
msgid "IAP"
|
|
msgstr "IAP"
|
|
|
|
#. module: iap
|
|
#: model:ir.actions.act_window,name:iap.iap_account_action
|
|
#: model:ir.model,name:iap.model_iap_account
|
|
#: model_terms:ir.ui.view,arch_db:iap.iap_account_view_form
|
|
msgid "IAP Account"
|
|
msgstr "Konto IAP"
|
|
|
|
#. module: iap
|
|
#: model:ir.ui.menu,name:iap.iap_account_menu
|
|
#: model_terms:ir.ui.view,arch_db:iap.iap_account_view_tree
|
|
msgid "IAP Accounts"
|
|
msgstr "Konta IAP"
|
|
|
|
#. module: iap
|
|
#: model:ir.model,name:iap.model_iap_enrich_api
|
|
msgid "IAP Lead Enrichment API"
|
|
msgstr "IAP API wzbogacania Leadów"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: iap
|
|
#. odoo-javascript
|
|
#: code:addons/iap/static/src/xml/iap_templates.xml:0
|
|
#, python-format
|
|
msgid "Insufficient credit to perform this service."
|
|
msgstr "Niewystarczające środki na wykonanie tej usługi."
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account____last_update
|
|
msgid "Last Modified on"
|
|
msgstr "Data ostatniej modyfikacji"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Ostatnio aktualizowane przez"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Data ostatniej aktualizacji"
|
|
|
|
#. module: iap
|
|
#: model_terms:ir.ui.view,arch_db:iap.res_config_settings_view_form
|
|
msgid "Odoo IAP"
|
|
msgstr "Odoo IAP"
|
|
|
|
#. module: iap
|
|
#: model:ir.actions.server,name:iap.open_iap_account
|
|
msgid "Open IAP Account"
|
|
msgstr "Konto Open IAP"
|
|
|
|
#. module: iap
|
|
#: model:ir.model.fields,field_description:iap.field_iap_account__service_name
|
|
msgid "Service Name"
|
|
msgstr "Nazwa usługi"
|
|
|
|
#. module: iap
|
|
#. odoo-javascript
|
|
#: code:addons/iap/static/src/js/insufficient_credit_error_handler.js:0
|
|
#, python-format
|
|
msgid "Start a Trial at Odoo"
|
|
msgstr "Zacznij trial Odoo"
|
|
|
|
#. module: iap
|
|
#. odoo-python
|
|
#: code:addons/iap/tools/iap_tools.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"The request to the service timed out. Please contact the author of the app. "
|
|
"The URL it tried to contact was %s"
|
|
msgstr ""
|
|
|
|
#. module: iap
|
|
#. odoo-python
|
|
#: code:addons/iap/tools/iap_tools.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"The url that this service requested returned an error. Please contact the "
|
|
"author of the app. The url it tried to contact was %s"
|
|
msgstr ""
|
|
"Adres url, którego zażądała ta usługa, zwrócił błąd. Prosimy o kontakt z "
|
|
"autorem aplikacji. Adres url, z którym próbowano się skontaktować, to %s"
|
|
|
|
#. module: iap
|
|
#. odoo-javascript
|
|
#: code:addons/iap/static/src/action_buttons_widget/action_buttons_widget.xml:0
|
|
#: code:addons/iap/static/src/xml/iap_templates.xml:0
|
|
#: model_terms:ir.ui.view,arch_db:iap.res_config_settings_view_form
|
|
#, python-format
|
|
msgid "View My Services"
|
|
msgstr "Zobacz moje usługi"
|
|
|
|
#. module: iap
|
|
#: model_terms:ir.ui.view,arch_db:iap.res_config_settings_view_form
|
|
msgid "View your IAP Services and recharge your credits"
|
|
msgstr "Zobacz swoje usługi IAP i doładuj swoje kredyty"
|