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