|
|
# Translation of Odoo Server. # This file contains the translation of the following modules: # * base_exception # # Translators: # Lukáš Spurný <lukasspurny8@gmail.com>, 2018 msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-03 10:08+0000\n" "PO-Revision-Date: 2018-03-03 10:08+0000\n" "Last-Translator: Lukáš Spurný <lukasspurny8@gmail.com>, 2018\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/" "teams/23907/cs_CZ/)\n" "Language: cs_CZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active msgid "Active" msgstr "Aktivní"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model msgid "Apply on" msgstr "Použít na"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid msgid "Created by" msgstr "Vytvořil"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date msgid "Created on" msgstr "Vytvořeno"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description msgid "Description" msgstr "Popis"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name msgid "Display Name" msgstr "Zobrazit název"
#. module: base_exception #: code:addons/base_exception/models/base_exception.py:215 #, python-format msgid "" "Error when evaluating the exception.rule rule:\n" " %s \n" "(%s)" msgstr "Chyba při vyhodnocování pravidla exception.rule: %s (%s)"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name msgid "Exception Name" msgstr "Název výjimky"
#. module: base_exception #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree msgid "Exception Rule" msgstr "Pravidlo výjimek"
#. module: base_exception #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Exception Rule Setup" msgstr "Nastavení výjimek"
#. module: base_exception #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree #: model:ir.model,name:base_exception.model_exception_rule #: model:ir.ui.menu,name:base_exception.menu_action_exception msgid "Exception Rules" msgstr "Pravidla výjimek"
#. module: base_exception #: model:res.groups,name:base_exception.group_exception_rule_manager msgid "Exception manager" msgstr "Správce výjimek"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids msgid "Exceptions" msgstr "Výjimky"
#. module: base_exception #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "Exceptions Rules" msgstr "Pravidla výjimek"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids msgid "Exceptions to resolve" msgstr "Výjimky k vyřešení"
#. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence msgid "Gives the sequence order when applying the test" msgstr "Dává pořadí sekvence při použití testu"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception_id #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id msgid "ID" msgstr "ID"
#. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule_next_state msgid "" "If we detect exception we set the state of object (ex purchase) to the " "next_state (ex 'to approve'). If there are more than one exception detected " "and all have a value for next_state, we usethe exception having the smallest " "sequence value" msgstr "" "Pokud zjistíme výjimku, nastavíme stav objektu (ex nákupu) na status " "next_state (ex 'to approve). Pokud je zjištěno více než jedna výjimka a " "všechny mají hodnotu pro next_statec, použijeme výjimku s nejmenší hodnotou " "sekvence"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore msgid "Ignore Exceptions" msgstr "Ignorovat výjimky"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update msgid "Last Modified on" msgstr "Poslední změna dne"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid msgid "Last Updated by" msgstr "Naposledy aktualizováno"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date msgid "Last Updated on" msgstr "Poslední aktualizace dne"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id msgid "Main Exception" msgstr "Hlavní výjimka"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_next_state msgid "Next state" msgstr "Další stav"
#. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:28 #, python-format msgid "Only 1 ID accepted, got %r." msgstr "Pouze 1 ID přijato, dostal %r."
#. module: base_exception #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm msgid "Outstanding exceptions to manage" msgstr "Vynikající výjimky pro správu"
#. module: base_exception #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "Outstanding exceptions to manager" msgstr "Nesprávné výjimky pro správce"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code msgid "Python Code" msgstr "Python kód"
#. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule_code msgid "" "Python code executed to check if the exception apply or not. Use failed = " "True to block the exception" msgstr "" "Kód Pythonu byl proveden, aby se zjistilo, zda se výjimka vztahuje nebo ne. " "Použití selhaní = pravda pro zablokování výjimky"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id msgid "Related Model" msgstr "Související model"
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group msgid "Rule Group" msgstr "Skupina pravidel"
#. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group msgid "" "Rule group is used to group the rules that must validated at same time for a " "target object. Ex: validate sale.order.line rules with sale order rules." msgstr "" "Skupina pravidel se používá k seskupení pravidel, která musí být pro cílový " "objekt současně ověřena. Příklad: ověřte pravidla sales.order.line s " "pravidly objednávky prodeje."
#. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence msgid "Sequence" msgstr "Sekvence"
#. module: base_exception #: code:addons/base_exception/models/base_exception.py:87 #, python-format msgid "" "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is " "wrong. Value must be in this list %s" msgstr "" "Hodnota \"%s\" kterou zvolíte pro stav pole \"další stát\" \"%s\" je " "nesprávná. Hodnota musí být v tomto seznamu %s"
#. module: base_exception #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" msgstr "_Zavřít"
#. module: base_exception #: model:ir.model,name:base_exception.model_base_exception msgid "base.exception" msgstr "základní.výjimka"
#. module: base_exception #: model:ir.model,name:base_exception.model_exception_rule_confirm msgid "exception.rule.confirm" msgstr "pravidlo.výjimky.potvrzení"
|