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.

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