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.

333 lines
11 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_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  23. msgid "<code>self</code>: Record on which the rule is evaluated."
  24. msgstr ""
  25. #. module: base_exception
  26. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  27. msgid "<code>time</code>: useful Python libraries"
  28. msgstr ""
  29. #. module: base_exception
  30. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  31. msgid "Active"
  32. msgstr "Aktivní"
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  35. msgid "Apply on"
  36. msgstr "Použít na"
  37. #. module: base_exception
  38. #: selection:exception.rule,exception_type:0
  39. msgid "By domain"
  40. msgstr ""
  41. #. module: base_exception
  42. #: selection:exception.rule,exception_type:0
  43. #, fuzzy
  44. #| msgid "Python Code"
  45. msgid "By python code"
  46. msgstr "Python kód"
  47. #. module: base_exception
  48. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  49. msgid ""
  50. "By python code: allow to define any arbitrary check\n"
  51. "By domain: limited to a selection by an odoo domain:\n"
  52. " performance can be better when exceptions are "
  53. "evaluated with several records"
  54. msgstr ""
  55. #. module: base_exception
  56. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  57. msgid "Created by"
  58. msgstr "Vytvořil"
  59. #. module: base_exception
  60. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  61. msgid "Created on"
  62. msgstr "Vytvořeno"
  63. #. module: base_exception
  64. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  65. msgid "Description"
  66. msgstr "Popis"
  67. #. module: base_exception
  68. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  71. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  72. msgid "Display Name"
  73. msgstr "Zobrazit název"
  74. #. module: base_exception
  75. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  76. msgid "Domain"
  77. msgstr ""
  78. #. module: base_exception
  79. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  80. msgid ""
  81. "Enter Python code here. Help about Python expression is available in the "
  82. "help tab of this document."
  83. msgstr ""
  84. #. module: base_exception
  85. #: code:addons/base_exception/models/base_exception.py:138
  86. #, fuzzy, python-format
  87. #| msgid ""
  88. #| "Error when evaluating the exception.rule rule:\n"
  89. #| " %s \n"
  90. #| "(%s)"
  91. msgid ""
  92. "Error when evaluating the exception.rule rule:\n"
  93. " %s \n"
  94. "(%s)"
  95. msgstr "Chyba při vyhodnocování pravidla exception.rule: %s (%s)"
  96. #. module: base_exception
  97. #: model:ir.model,name:base_exception.model_base_exception
  98. #, fuzzy
  99. #| msgid "Exceptions"
  100. msgid "Exception"
  101. msgstr "Výjimky"
  102. #. module: base_exception
  103. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  104. msgid "Exception Name"
  105. msgstr "Název výjimky"
  106. #. module: base_exception
  107. #: model:ir.model,name:base_exception.model_exception_rule
  108. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  109. msgid "Exception Rule"
  110. msgstr "Pravidlo výjimek"
  111. #. module: base_exception
  112. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  113. #, fuzzy
  114. #| msgid "exception.rule.confirm"
  115. msgid "Exception Rule Confirm Wizard"
  116. msgstr "pravidlo.výjimky.potvrzení"
  117. #. module: base_exception
  118. #: model:ir.model,name:base_exception.model_base_exception_method
  119. #, fuzzy
  120. #| msgid "Exception Rules"
  121. msgid "Exception Rule Methods"
  122. msgstr "Pravidla výjimek"
  123. #. module: base_exception
  124. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  125. msgid "Exception Rule Setup"
  126. msgstr "Nastavení výjimek"
  127. #. module: base_exception
  128. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  129. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  130. msgid "Exception Rules"
  131. msgstr "Pravidla výjimek"
  132. #. module: base_exception
  133. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  134. #, fuzzy
  135. #| msgid "Exception Name"
  136. msgid "Exception Type"
  137. msgstr "Název výjimky"
  138. #. module: base_exception
  139. #: model:res.groups,name:base_exception.group_exception_rule_manager
  140. msgid "Exception manager"
  141. msgstr "Správce výjimek"
  142. #. module: base_exception
  143. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  144. msgid "Exceptions"
  145. msgstr "Výjimky"
  146. #. module: base_exception
  147. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  148. msgid "Exceptions Rules"
  149. msgstr "Pravidla výjimek"
  150. #. module: base_exception
  151. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  152. msgid "Exceptions to resolve"
  153. msgstr "Výjimky k vyřešení"
  154. #. module: base_exception
  155. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  156. msgid "Gives the sequence order when applying the test"
  157. msgstr "Dává pořadí sekvence při použití testu"
  158. #. module: base_exception
  159. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  160. msgid "Help"
  161. msgstr ""
  162. #. module: base_exception
  163. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  164. msgid "Help with Python expressions"
  165. msgstr ""
  166. #. module: base_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  168. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  170. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  171. msgid "ID"
  172. msgstr "ID"
  173. #. module: base_exception
  174. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  175. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  176. msgid "Ignore Exceptions"
  177. msgstr "Ignorovat výjimky"
  178. #. module: base_exception
  179. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  180. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  182. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  183. msgid "Last Modified on"
  184. msgstr "Poslední změna dne"
  185. #. module: base_exception
  186. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  187. msgid "Last Updated by"
  188. msgstr "Naposledy aktualizováno"
  189. #. module: base_exception
  190. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  191. msgid "Last Updated on"
  192. msgstr "Poslední aktualizace dne"
  193. #. module: base_exception
  194. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  195. msgid "Main Exception"
  196. msgstr "Hlavní výjimka"
  197. #. module: base_exception
  198. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  199. #, python-format
  200. msgid "Only 1 ID accepted, got %r."
  201. msgstr "Pouze 1 ID přijato, dostal %r."
  202. #. module: base_exception
  203. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  204. msgid "Outstanding exceptions to manage"
  205. msgstr "Vynikající výjimky pro správu"
  206. #. module: base_exception
  207. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  208. msgid "Outstanding exceptions to manager"
  209. msgstr "Nesprávné výjimky pro správce"
  210. #. module: base_exception
  211. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  212. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  213. msgid "Python Code"
  214. msgstr "Python kód"
  215. #. module: base_exception
  216. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  217. msgid ""
  218. "Python code executed to check if the exception apply or not. Use failed = "
  219. "True to block the exception"
  220. msgstr ""
  221. "Kód Pythonu byl proveden, aby se zjistilo, zda se výjimka vztahuje nebo ne. "
  222. "Použití selhaní = pravda pro zablokování výjimky"
  223. #. module: base_exception
  224. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  225. msgid "Related Model"
  226. msgstr "Související model"
  227. #. module: base_exception
  228. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  229. msgid "Sequence"
  230. msgstr "Sekvence"
  231. #. module: base_exception
  232. #: code:addons/base_exception/models/base_exception.py:49
  233. #, python-format
  234. msgid ""
  235. "There is a problem of configuration, python code or domain is missing to "
  236. "match the exception type."
  237. msgstr ""
  238. #. module: base_exception
  239. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  240. msgid "To block the exception use: <code>failed = True</code>"
  241. msgstr ""
  242. #. module: base_exception
  243. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  244. msgid ""
  245. "Various fields may use Python code or Python expressions. The following "
  246. "variables can be used:"
  247. msgstr ""
  248. #. module: base_exception
  249. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  250. msgid "_Close"
  251. msgstr "_Zavřít"
  252. #~ msgid ""
  253. #~ "If we detect exception we set the state of object (ex purchase) to the "
  254. #~ "next_state (ex 'to approve'). If there are more than one exception "
  255. #~ "detected and all have a value for next_state, we usethe exception having "
  256. #~ "the smallest sequence value"
  257. #~ msgstr ""
  258. #~ "Pokud zjistíme výjimku, nastavíme stav objektu (ex nákupu) na status "
  259. #~ "next_state (ex 'to approve). Pokud je zjištěno více než jedna výjimka a "
  260. #~ "všechny mají hodnotu pro next_statec, použijeme výjimku s nejmenší "
  261. #~ "hodnotou sekvence"
  262. #~ msgid "Next state"
  263. #~ msgstr "Další stav"
  264. #~ msgid "Rule Group"
  265. #~ msgstr "Skupina pravidel"
  266. #~ msgid ""
  267. #~ "Rule group is used to group the rules that must validated at same time "
  268. #~ "for a target object. Ex: validate sale.order.line rules with sale order "
  269. #~ "rules."
  270. #~ msgstr ""
  271. #~ "Skupina pravidel se používá k seskupení pravidel, která musí být pro "
  272. #~ "cílový objekt současně ověřena. Příklad: ověřte pravidla sales.order.line "
  273. #~ "s pravidly objednávky prodeje."
  274. #~ msgid ""
  275. #~ "The value \"%s\" you choose for the \"next state\" field state of \"%s\" "
  276. #~ "is wrong. Value must be in this list %s"
  277. #~ msgstr ""
  278. #~ "Hodnota \"%s\" kterou zvolíte pro stav pole \"další stát\" \"%s\" je "
  279. #~ "nesprávná. Hodnota musí být v tomto seznamu %s"
  280. #~ msgid "base.exception"
  281. #~ msgstr "základní.výjimka"