mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-28 04:32:07 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -1,43 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_sale_autocomplete
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Maksym <ms@myodoo.pl>, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# * website_sale_autocomplete
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:57+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:53+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"website_sale_autocomplete/pl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && "
|
||||
"(n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: website_sale_autocomplete
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_autocomplete.res_config_settings_view_form_inherit_autocomplete_googleplaces
|
||||
msgid ""
|
||||
"<i class=\"fa fa-arrow-right\"/>\n"
|
||||
"<i class=\"oi oi-arrow-right\"/>\n"
|
||||
" Create a Google Project and get a key"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-arrow-right\"/>\n"
|
||||
"Utwórz Projekt Google i uzyskaj klucz"
|
||||
"<i class=\"oi oi-arrow-right\"/>\n"
|
||||
" Stwórz Google Projekt i otrzymaj klucz"
|
||||
|
||||
#. module: website_sale_autocomplete
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_autocomplete.res_config_settings_view_form_inherit_autocomplete_googleplaces
|
||||
msgid ""
|
||||
"<i class=\"fa fa-arrow-right\"/>\n"
|
||||
"<i class=\"oi oi-arrow-right\"/>\n"
|
||||
" Enable billing on your Google Project"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-arrow-right\"/>\n"
|
||||
"Uruchom billing na Projekcie Google"
|
||||
"<i class=\"oi oi-arrow-right\"/>\n"
|
||||
" Aktywuj fakturowanie w swoim Projekcie Google"
|
||||
|
||||
#. module: website_sale_autocomplete
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_autocomplete.res_config_settings_view_form_inherit_autocomplete_googleplaces
|
||||
|
|
@ -47,18 +47,28 @@ msgstr "Klucz API"
|
|||
#. module: website_sale_autocomplete
|
||||
#: model:ir.model,name:website_sale_autocomplete.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Ustawienia konfiguracji"
|
||||
msgstr "Konfiguracja ustawień"
|
||||
|
||||
#. module: website_sale_autocomplete
|
||||
#: model:ir.model.fields,field_description:website_sale_autocomplete.field_res_config_settings__display_name
|
||||
#: model:ir.model.fields,field_description:website_sale_autocomplete.field_website__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: website_sale_autocomplete
|
||||
#: model:ir.model.fields,field_description:website_sale_autocomplete.field_res_config_settings__google_places_api_key
|
||||
#: model:ir.model.fields,field_description:website_sale_autocomplete.field_website__google_places_api_key
|
||||
msgid "Google Places API Key"
|
||||
msgstr "Klucz API Google Places"
|
||||
|
||||
#. module: website_sale_autocomplete
|
||||
#: model:ir.model.fields,field_description:website_sale_autocomplete.field_res_config_settings__id
|
||||
#: model:ir.model.fields,field_description:website_sale_autocomplete.field_website__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: website_sale_autocomplete
|
||||
#. odoo-javascript
|
||||
#: code:addons/website_sale_autocomplete/static/src/xml/autocomplete.xml:0
|
||||
#, python-format
|
||||
msgid "Powered by Google"
|
||||
msgstr "Powered by Google"
|
||||
|
||||
|
|
@ -66,3 +76,8 @@ msgstr "Powered by Google"
|
|||
#: model:ir.model,name:website_sale_autocomplete.model_website
|
||||
msgid "Website"
|
||||
msgstr "Strona internetowa"
|
||||
|
||||
#. module: website_sale_autocomplete
|
||||
#: model:ir.model.fields,field_description:website_sale_autocomplete.field_res_config_settings__website_google_places_api_key
|
||||
msgid "Website's Google Places API Key"
|
||||
msgstr "Klucz API Google Places dla Strony internetowej"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue