mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:52:06 +02:00
- 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
110 lines
3.6 KiB
Text
110 lines
3.6 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * rpc_helper
|
|
#
|
|
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: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__changeset_change_ids
|
|
msgid "Changeset Changes"
|
|
msgstr "Promjene skupa promjena"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__changeset_ids
|
|
msgid "Changesets"
|
|
msgstr "Skupovi promjena"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,help:rpc_helper.field_ir_model__rpc_config_edit
|
|
msgid ""
|
|
"Configure RPC config via JSON. Value must be a list of methods to disable "
|
|
"wrapped by a dict with key `disable`. Eg: {'disable': ['search', "
|
|
"'do_this']}To disable all methods, use `{'disable: ['all']}`"
|
|
msgstr ""
|
|
"Konfiguriraj RPC konfiguraciju putem JSON-a. Vrijednost mora biti lista "
|
|
"metoda za onemogućavanje umotana u dict sa ključem `disable`. Npr: "
|
|
"{'disable': ['search', 'do_this']}Za onemogućavanje svih metoda, koristi "
|
|
"`{'disable: ['all']}`"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__count_changesets
|
|
msgid "Count Changesets"
|
|
msgstr "Broj skupova promjena"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__count_pending_changeset_changes
|
|
msgid "Count Pending Changeset Changes"
|
|
msgstr "Broj promjena u čekanju skupa promjena"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__count_pending_changesets
|
|
msgid "Count Pending Changesets"
|
|
msgstr "Broj skupova promjena u čekanju"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model,name:rpc_helper.model_ir_model
|
|
msgid "Models"
|
|
msgstr "Modeli"
|
|
|
|
#. module: rpc_helper
|
|
#. odoo-python
|
|
#: code:addons/rpc_helper/patch.py
|
|
#, python-format
|
|
msgid "Object %s doesn't exist"
|
|
msgstr "Objekat %s ne postoji"
|
|
|
|
#. module: rpc_helper
|
|
#. odoo-python
|
|
#: code:addons/rpc_helper/patch.py
|
|
#, python-format
|
|
msgid "RPC call on %s is not allowed"
|
|
msgstr "RPC poziv na %s nije dozvoljen"
|
|
|
|
#. module: rpc_helper
|
|
#: model_terms:ir.ui.view,arch_db:rpc_helper.view_model_form
|
|
msgid "RPC config"
|
|
msgstr "RPC konfiguracija"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__rpc_config
|
|
msgid "Rpc Config"
|
|
msgstr "RPC konfiguracija"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__rpc_config_edit
|
|
msgid "Rpc Config Edit"
|
|
msgstr "Uređivanje RPC konfiguracije"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__smart_search
|
|
msgid "Smart Search"
|
|
msgstr "Pametna pretraga"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,help:rpc_helper.field_ir_model__count_pending_changeset_changes
|
|
msgid "The number of pending changes of this record"
|
|
msgstr "Broj promjena u čekanju ovog zapisa"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,help:rpc_helper.field_ir_model__count_pending_changesets
|
|
msgid "The number of pending changesets of this record"
|
|
msgstr "Broj skupova promjena u čekanju ovog zapisa"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,help:rpc_helper.field_ir_model__count_changesets
|
|
msgid "The overall number of changesets of this record"
|
|
msgstr "Ukupni broj skupova promjena ovog zapisa"
|
|
|
|
#. module: rpc_helper
|
|
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__user_can_see_changeset
|
|
msgid "User Can See Changeset"
|
|
msgstr "Korisnik može vidjeti skup promjena"
|