You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

241 lines
8.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_exception
  4. #
  5. # Translators:
  6. # Lukáš Spurný <lukasspurny8@gmail.com>, 2018
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 11.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-03-03 10:08+0000\n"
  12. "PO-Revision-Date: 2018-03-03 10:08+0000\n"
  13. "Last-Translator: Lukáš Spurný <lukasspurny8@gmail.com>, 2018\n"
  14. "Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/teams/23907/cs_CZ/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: cs_CZ\n"
  19. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
  20. #. module: base_exception
  21. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  22. msgid "Active"
  23. msgstr "Aktivní"
  24. #. module: base_exception
  25. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  26. msgid "Apply on"
  27. msgstr "Použít na"
  28. #. module: base_exception
  29. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  30. msgid "Created by"
  31. msgstr "Vytvořil"
  32. #. module: base_exception
  33. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  34. msgid "Created on"
  35. msgstr "Vytvořeno"
  36. #. module: base_exception
  37. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  38. msgid "Description"
  39. msgstr "Popis"
  40. #. module: base_exception
  41. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  42. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  43. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  44. msgid "Display Name"
  45. msgstr "Zobrazit název"
  46. #. module: base_exception
  47. #: code:addons/base_exception/models/base_exception.py:215
  48. #, python-format
  49. msgid ""
  50. "Error when evaluating the exception.rule rule:\n"
  51. " %s \n"
  52. "(%s)"
  53. msgstr "Chyba při vyhodnocování pravidla exception.rule: %s (%s)"
  54. #. module: base_exception
  55. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  56. msgid "Exception Name"
  57. msgstr "Název výjimky"
  58. #. module: base_exception
  59. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  60. msgid "Exception Rule"
  61. msgstr "Pravidlo výjimek"
  62. #. module: base_exception
  63. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  64. msgid "Exception Rule Setup"
  65. msgstr "Nastavení výjimek"
  66. #. module: base_exception
  67. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  68. #: model:ir.model,name:base_exception.model_exception_rule
  69. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  70. msgid "Exception Rules"
  71. msgstr "Pravidla výjimek"
  72. #. module: base_exception
  73. #: model:res.groups,name:base_exception.group_exception_rule_manager
  74. msgid "Exception manager"
  75. msgstr "Správce výjimek"
  76. #. module: base_exception
  77. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  78. msgid "Exceptions"
  79. msgstr "Výjimky"
  80. #. module: base_exception
  81. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  82. msgid "Exceptions Rules"
  83. msgstr "Pravidla výjimek"
  84. #. module: base_exception
  85. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  86. msgid "Exceptions to resolve"
  87. msgstr "Výjimky k vyřešení"
  88. #. module: base_exception
  89. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  90. msgid "Gives the sequence order when applying the test"
  91. msgstr "Dává pořadí sekvence při použití testu"
  92. #. module: base_exception
  93. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  94. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  95. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  96. msgid "ID"
  97. msgstr "ID"
  98. #. module: base_exception
  99. #: model:ir.model.fields,help:base_exception.field_exception_rule_next_state
  100. msgid ""
  101. "If we detect exception we set the state of object (ex purchase) to the "
  102. "next_state (ex 'to approve'). If there are more than one exception detected "
  103. "and all have a value for next_state, we usethe exception having the smallest"
  104. " sequence value"
  105. msgstr ""
  106. "Pokud zjistíme výjimku, nastavíme stav objektu (ex nákupu) na status "
  107. "next_state (ex 'to approve). Pokud je zjištěno více než jedna výjimka a "
  108. "všechny mají hodnotu pro next_statec, použijeme výjimku s nejmenší hodnotou "
  109. "sekvence"
  110. #. module: base_exception
  111. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  112. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  113. msgid "Ignore Exceptions"
  114. msgstr "Ignorovat výjimky"
  115. #. module: base_exception
  116. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  117. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  118. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  119. msgid "Last Modified on"
  120. msgstr "Poslední změna dne"
  121. #. module: base_exception
  122. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  123. msgid "Last Updated by"
  124. msgstr "Naposledy aktualizováno"
  125. #. module: base_exception
  126. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  127. msgid "Last Updated on"
  128. msgstr "Poslední aktualizace dne"
  129. #. module: base_exception
  130. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  131. msgid "Main Exception"
  132. msgstr "Hlavní výjimka"
  133. #. module: base_exception
  134. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_next_state
  135. msgid "Next state"
  136. msgstr "Další stav"
  137. #. module: base_exception
  138. #: code:addons/base_exception/wizard/base_exception_confirm.py:28
  139. #, python-format
  140. msgid "Only 1 ID accepted, got %r."
  141. msgstr "Pouze 1 ID přijato, dostal %r."
  142. #. module: base_exception
  143. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  144. msgid "Outstanding exceptions to manage"
  145. msgstr "Vynikající výjimky pro správu"
  146. #. module: base_exception
  147. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  148. msgid "Outstanding exceptions to manager"
  149. msgstr "Nesprávné výjimky pro správce"
  150. #. module: base_exception
  151. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  152. msgid "Python Code"
  153. msgstr "Python kód"
  154. #. module: base_exception
  155. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  156. msgid ""
  157. "Python code executed to check if the exception apply or not. Use failed = "
  158. "True to block the exception"
  159. msgstr ""
  160. "Kód Pythonu byl proveden, aby se zjistilo, zda se výjimka vztahuje nebo ne. "
  161. "Použití selhaní = pravda pro zablokování výjimky"
  162. #. module: base_exception
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  164. msgid "Related Model"
  165. msgstr "Související model"
  166. #. module: base_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  168. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  169. msgid "Rule Group"
  170. msgstr "Skupina pravidel"
  171. #. module: base_exception
  172. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  173. msgid ""
  174. "Rule group is used to group the rules that must validated at same time for a"
  175. " target object. Ex: validate sale.order.line rules with sale order rules."
  176. msgstr ""
  177. "Skupina pravidel se používá k seskupení pravidel, která musí být pro cílový "
  178. "objekt současně ověřena. Příklad: ověřte pravidla sales.order.line s "
  179. "pravidly objednávky prodeje."
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  182. msgid "Sequence"
  183. msgstr "Sekvence"
  184. #. module: base_exception
  185. #: code:addons/base_exception/models/base_exception.py:87
  186. #, python-format
  187. msgid ""
  188. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  189. "wrong. Value must be in this list %s"
  190. msgstr ""
  191. "Hodnota \"%s\" kterou zvolíte pro stav pole \"další stát\" \"%s\" je "
  192. "nesprávná. Hodnota musí být v tomto seznamu %s"
  193. #. module: base_exception
  194. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  195. msgid "_Close"
  196. msgstr "_Zavřít"
  197. #. module: base_exception
  198. #: model:ir.model,name:base_exception.model_base_exception
  199. msgid "base.exception"
  200. msgstr "základní.výjimka"
  201. #. module: base_exception
  202. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  203. msgid "exception.rule.confirm"
  204. msgstr "pravidlo.výjimky.potvrzení"