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.

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