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.

340 lines
12 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:156
  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_base_exception__exceptions_summary
  152. #, fuzzy
  153. #| msgid "Exception manager"
  154. msgid "Exceptions Summary"
  155. msgstr "Správce výjimek"
  156. #. module: base_exception
  157. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  158. msgid "Exceptions to resolve"
  159. msgstr "Výjimky k vyřešení"
  160. #. module: base_exception
  161. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  162. msgid "Gives the sequence order when applying the test"
  163. msgstr "Dává pořadí sekvence při použití testu"
  164. #. module: base_exception
  165. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  166. msgid "Help"
  167. msgstr ""
  168. #. module: base_exception
  169. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  170. msgid "Help with Python expressions"
  171. msgstr ""
  172. #. module: base_exception
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  174. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  175. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  176. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  177. msgid "ID"
  178. msgstr "ID"
  179. #. module: base_exception
  180. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  182. msgid "Ignore Exceptions"
  183. msgstr "Ignorovat výjimky"
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  186. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  187. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  188. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  189. msgid "Last Modified on"
  190. msgstr "Poslední změna dne"
  191. #. module: base_exception
  192. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  193. msgid "Last Updated by"
  194. msgstr "Naposledy aktualizováno"
  195. #. module: base_exception
  196. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  197. msgid "Last Updated on"
  198. msgstr "Poslední aktualizace dne"
  199. #. module: base_exception
  200. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  201. msgid "Main Exception"
  202. msgstr "Hlavní výjimka"
  203. #. module: base_exception
  204. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  205. #, python-format
  206. msgid "Only 1 ID accepted, got %r."
  207. msgstr "Pouze 1 ID přijato, dostal %r."
  208. #. module: base_exception
  209. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  210. msgid "Outstanding exceptions to manage"
  211. msgstr "Vynikající výjimky pro správu"
  212. #. module: base_exception
  213. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  214. msgid "Outstanding exceptions to manager"
  215. msgstr "Nesprávné výjimky pro správce"
  216. #. module: base_exception
  217. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  218. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  219. msgid "Python Code"
  220. msgstr "Python kód"
  221. #. module: base_exception
  222. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  223. msgid ""
  224. "Python code executed to check if the exception apply or not. Use failed = "
  225. "True to block the exception"
  226. msgstr ""
  227. "Kód Pythonu byl proveden, aby se zjistilo, zda se výjimka vztahuje nebo ne. "
  228. "Použití selhaní = pravda pro zablokování výjimky"
  229. #. module: base_exception
  230. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  231. msgid "Related Model"
  232. msgstr "Související model"
  233. #. module: base_exception
  234. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  235. msgid "Sequence"
  236. msgstr "Sekvence"
  237. #. module: base_exception
  238. #: code:addons/base_exception/models/base_exception.py:50
  239. #, python-format
  240. msgid ""
  241. "There is a problem of configuration, python code or domain is missing to "
  242. "match the exception type."
  243. msgstr ""
  244. #. module: base_exception
  245. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  246. msgid "To block the exception use: <code>failed = True</code>"
  247. msgstr ""
  248. #. module: base_exception
  249. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  250. msgid ""
  251. "Various fields may use Python code or Python expressions. The following "
  252. "variables can be used:"
  253. msgstr ""
  254. #. module: base_exception
  255. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  256. msgid "_Close"
  257. msgstr "_Zavřít"
  258. #~ msgid ""
  259. #~ "If we detect exception we set the state of object (ex purchase) to the "
  260. #~ "next_state (ex 'to approve'). If there are more than one exception "
  261. #~ "detected and all have a value for next_state, we usethe exception having "
  262. #~ "the smallest sequence value"
  263. #~ msgstr ""
  264. #~ "Pokud zjistíme výjimku, nastavíme stav objektu (ex nákupu) na status "
  265. #~ "next_state (ex 'to approve). Pokud je zjištěno více než jedna výjimka a "
  266. #~ "všechny mají hodnotu pro next_statec, použijeme výjimku s nejmenší "
  267. #~ "hodnotou sekvence"
  268. #~ msgid "Next state"
  269. #~ msgstr "Další stav"
  270. #~ msgid "Rule Group"
  271. #~ msgstr "Skupina pravidel"
  272. #~ msgid ""
  273. #~ "Rule group is used to group the rules that must validated at same time "
  274. #~ "for a target object. Ex: validate sale.order.line rules with sale order "
  275. #~ "rules."
  276. #~ msgstr ""
  277. #~ "Skupina pravidel se používá k seskupení pravidel, která musí být pro "
  278. #~ "cílový objekt současně ověřena. Příklad: ověřte pravidla sales.order.line "
  279. #~ "s pravidly objednávky prodeje."
  280. #~ msgid ""
  281. #~ "The value \"%s\" you choose for the \"next state\" field state of \"%s\" "
  282. #~ "is wrong. Value must be in this list %s"
  283. #~ msgstr ""
  284. #~ "Hodnota \"%s\" kterou zvolíte pro stav pole \"další stát\" \"%s\" je "
  285. #~ "nesprávná. Hodnota musí být v tomto seznamu %s"
  286. #~ msgid "base.exception"
  287. #~ msgstr "základní.výjimka"