oca-server-auth/odoo-bringout-oca-server-auth-auth_oauth_ropc/auth_oauth_ropc/i18n/bs.po
Ernad Husremovic 67eb12cfcb Hide irrelevant fields for Line Item Extraction rules
- Make target_field hidden and not required for line_item rules
- Hide Pattern Matching section for line_item rules
- Hide Data Type and Parsing section for line_item rules
- Hide stop_on_match field for line_item rules
- Hide Transformation and Validation tabs for line_item rules
- Clean up model: remove required=True from target_field and match_pattern

Version: 16.0.1.0.20

🤖 assisted by claude

🤖 assisted by claude
2025-11-05 23:02:37 +01:00

106 lines
3.2 KiB
Text

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_oauth_ropc
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__active
msgid "Active"
msgstr "Aktivan"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__auth_endpoint
msgid "Authorization URL"
msgstr "URL autorizacije"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_id
msgid "Client ID"
msgstr "ID Klijenta"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_secret
msgid "Client Secret"
msgstr "Tajni klijent"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__create_date
msgid "Created on"
msgstr "Kreirano"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__id
msgid "ID"
msgstr "ID"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider____last_update
msgid "Last Modified on"
msgstr "Zadnje mijenjano"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__name
msgid "Name"
msgstr "Naziv:"
#. module: auth_oauth_ropc
#: model:ir.model,name:auth_oauth_ropc.model_oauth_ropc_provider
msgid "OAuth ROPC Provider"
msgstr "OAuth ROPC davatelj"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__resource
msgid "Resource"
msgstr "Resurs"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__scope
msgid "Scope"
msgstr "Opseg"
#. module: auth_oauth_ropc
#: model:ir.model,name:auth_oauth_ropc.model_res_users
msgid "User"
msgstr "Korisnik"
#. module: auth_oauth_ropc
#. odoo-python
#: code:addons/auth_oauth_ropc/models/oauth_ropc_provider.py
#, python-format
msgid "You can define only one active provider"
msgstr "Možete definirati samo jednog aktivnog davatelja"
#. module: auth_oauth_ropc
#: model:ir.actions.act_window,name:auth_oauth_ropc.oauth_ropc_provider_act_window
msgid "oauth ROPC Providers"
msgstr "oauth ROPC davatelji"