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.

325 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_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:260
  85. #, fuzzy, python-format
  86. #| msgid ""
  87. #| "Error when evaluating the exception.rule rule:\n"
  88. #| " %s \n"
  89. #| "(%s)"
  90. msgid ""
  91. "Error when evaluating the exception.rule: %s\n"
  92. "(%s)"
  93. msgstr "Chyba při vyhodnocování pravidla exception.rule: %s (%s)"
  94. #. module: base_exception
  95. #: model:ir.model,name:base_exception.model_base_exception
  96. #, fuzzy
  97. #| msgid "Exceptions"
  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"
  113. msgid "Exception Rule Confirm Wizard"
  114. msgstr "pravidlo.výjimky.potvrzení"
  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 Name"
  128. msgid "Exception Type"
  129. msgstr "Název výjimky"
  130. #. module: base_exception
  131. #: model:res.groups,name:base_exception.group_exception_rule_manager
  132. msgid "Exception manager"
  133. msgstr "Správce výjimek"
  134. #. module: base_exception
  135. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  136. msgid "Exceptions"
  137. msgstr "Výjimky"
  138. #. module: base_exception
  139. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  140. msgid "Exceptions Rules"
  141. msgstr "Pravidla výjimek"
  142. #. module: base_exception
  143. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  144. msgid "Exceptions to resolve"
  145. msgstr "Výjimky k vyřešení"
  146. #. module: base_exception
  147. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  148. msgid "Gives the sequence order when applying the test"
  149. msgstr "Dává pořadí sekvence při použití testu"
  150. #. module: base_exception
  151. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  152. msgid "Help"
  153. msgstr ""
  154. #. module: base_exception
  155. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  156. msgid "Help with Python expressions"
  157. msgstr ""
  158. #. module: base_exception
  159. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  160. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  161. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  162. msgid "ID"
  163. msgstr "ID"
  164. #. module: base_exception
  165. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  166. msgid ""
  167. "If we detect exception we set the state of object (ex purchase) to the "
  168. "next_state (ex 'to approve'). If there are more than one exception detected "
  169. "and all have a value for next_state, we usethe exception having the smallest "
  170. "sequence value"
  171. msgstr ""
  172. "Pokud zjistíme výjimku, nastavíme stav objektu (ex nákupu) na status "
  173. "next_state (ex 'to approve). Pokud je zjištěno více než jedna výjimka a "
  174. "všechny mají hodnotu pro next_statec, použijeme výjimku s nejmenší hodnotou "
  175. "sekvence"
  176. #. module: base_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  179. msgid "Ignore Exceptions"
  180. msgstr "Ignorovat výjimky"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  183. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  184. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  185. msgid "Last Modified on"
  186. msgstr "Poslední změna dne"
  187. #. module: base_exception
  188. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  189. msgid "Last Updated by"
  190. msgstr "Naposledy aktualizováno"
  191. #. module: base_exception
  192. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  193. msgid "Last Updated on"
  194. msgstr "Poslední aktualizace dne"
  195. #. module: base_exception
  196. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  197. msgid "Main Exception"
  198. msgstr "Hlavní výjimka"
  199. #. module: base_exception
  200. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  201. msgid "Next state"
  202. msgstr "Další stav"
  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_base_exception__rule_group
  235. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  236. msgid "Rule Group"
  237. msgstr "Skupina pravidel"
  238. #. module: base_exception
  239. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  240. msgid ""
  241. "Rule group is used to group the rules that must validated at same time for a "
  242. "target object. Ex: validate sale.order.line rules with sale order rules."
  243. msgstr ""
  244. "Skupina pravidel se používá k seskupení pravidel, která musí být pro cílový "
  245. "objekt současně ověřena. Příklad: ověřte pravidla sales.order.line s "
  246. "pravidly objednávky prodeje."
  247. #. module: base_exception
  248. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  249. msgid "Sequence"
  250. msgstr "Sekvence"
  251. #. module: base_exception
  252. #: code:addons/base_exception/models/base_exception.py:80
  253. #, python-format
  254. msgid ""
  255. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  256. "wrong. Value must be in this list %s"
  257. msgstr ""
  258. "Hodnota \"%s\" kterou zvolíte pro stav pole \"další stát\" \"%s\" je "
  259. "nesprávná. Hodnota musí být v tomto seznamu %s"
  260. #. module: base_exception
  261. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  262. msgid "To block the exception use: <code>failed = True</code>"
  263. msgstr ""
  264. #. module: base_exception
  265. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  266. msgid ""
  267. "Various fields may use Python code or Python expressions. The following "
  268. "variables can be used:"
  269. msgstr ""
  270. #. module: base_exception
  271. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  272. msgid "_Close"
  273. msgstr "_Zavřít"
  274. #~ msgid "base.exception"
  275. #~ msgstr "základní.výjimka"