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.

341 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. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Rudolf Schnapka <rs@techno-flex.de>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 11.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-01-16 12:37+0000\n"
  13. "PO-Revision-Date: 2018-01-16 12:37+0000\n"
  14. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
  15. "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
  16. "Language: de\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=2; plural=(n != 1);\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 "Aktiv"
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  35. msgid "Apply on"
  36. msgstr "Anwenden auf"
  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 Code"
  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 "Erstellt durch"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  64. msgid "Created on"
  65. msgstr "Erstellt am"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  68. msgid "Description"
  69. msgstr "Beschreibung"
  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 "Anzeigename"
  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 ""
  95. "Fehler bei Auswertung der exception.rule Regel:\n"
  96. " %s \n"
  97. "(%s)"
  98. #. module: base_exception
  99. #: model:ir.model,name:base_exception.model_base_exception
  100. #, fuzzy
  101. msgid "Exception"
  102. msgstr "Ausnahmen"
  103. #. module: base_exception
  104. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  105. msgid "Exception Name"
  106. msgstr "Ausnahmebezeichnung"
  107. #. module: base_exception
  108. #: model:ir.model,name:base_exception.model_exception_rule
  109. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  110. msgid "Exception Rule"
  111. msgstr "Ausnahmeregel"
  112. #. module: base_exception
  113. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  114. #, fuzzy
  115. msgid "Exception Rule Confirm Wizard"
  116. msgstr "exception.rule.confirm"
  117. #. module: base_exception
  118. #: model:ir.model,name:base_exception.model_base_exception_method
  119. #, fuzzy
  120. msgid "Exception Rule Methods"
  121. msgstr "Ausnahmeregeln"
  122. #. module: base_exception
  123. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  124. msgid "Exception Rule Setup"
  125. msgstr "Einstellungen zu Ausnahmeregeln"
  126. #. module: base_exception
  127. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  128. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  129. msgid "Exception Rules"
  130. msgstr "Ausnahmeregeln"
  131. #. module: base_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  133. #, fuzzy
  134. msgid "Exception Type"
  135. msgstr "Ausnahmebezeichnung"
  136. #. module: base_exception
  137. #: model:res.groups,name:base_exception.group_exception_rule_manager
  138. msgid "Exception manager"
  139. msgstr "Ausnahmeverwaltung"
  140. #. module: base_exception
  141. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  142. msgid "Exceptions"
  143. msgstr "Ausnahmen"
  144. #. module: base_exception
  145. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  146. msgid "Exceptions Rules"
  147. msgstr "Ausnahmenregeln"
  148. #. module: base_exception
  149. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  150. #, fuzzy
  151. msgid "Exceptions Summary"
  152. msgstr "Ausnahmeverwaltung"
  153. #. module: base_exception
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  155. msgid "Exceptions to resolve"
  156. msgstr "Aufzulösende Ausnahmen"
  157. #. module: base_exception
  158. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  159. msgid "Gives the sequence order when applying the test"
  160. msgstr "Gibt die Reihenfolge der Test-Ausführungen vor"
  161. #. module: base_exception
  162. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  163. msgid "Help"
  164. msgstr ""
  165. #. module: base_exception
  166. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  167. msgid "Help with Python expressions"
  168. msgstr ""
  169. #. module: base_exception
  170. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  171. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  173. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  174. msgid "ID"
  175. msgstr "ID"
  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 "Ausnahmen ignorieren"
  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_base_exception_method____last_update
  184. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  186. msgid "Last Modified on"
  187. msgstr "Zuletzt geändert am"
  188. #. module: base_exception
  189. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  190. msgid "Last Updated by"
  191. msgstr "Zuletzt aktualisiert durch"
  192. #. module: base_exception
  193. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  194. msgid "Last Updated on"
  195. msgstr "Zuletzt aktualisiert am"
  196. #. module: base_exception
  197. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  198. msgid "Main Exception"
  199. msgstr "Haupt-Ausnahme"
  200. #. module: base_exception
  201. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  202. msgid "Method"
  203. msgstr ""
  204. #. module: base_exception
  205. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  206. #, python-format
  207. msgid "Only 1 ID accepted, got %r."
  208. msgstr "Nur 1 ID zugelassen, erhielt %r."
  209. #. module: base_exception
  210. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  211. msgid "Outstanding exceptions to manage"
  212. msgstr "Ausstehende zu verarbeitende Ausnahmen"
  213. #. module: base_exception
  214. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  215. msgid "Outstanding exceptions to manager"
  216. msgstr "Ausstehende Ausnahmen an Manager"
  217. #. module: base_exception
  218. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  219. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  220. msgid "Python Code"
  221. msgstr "Python Code"
  222. #. module: base_exception
  223. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  224. msgid ""
  225. "Python code executed to check if the exception apply or not. Use failed = "
  226. "True to block the exception"
  227. msgstr "Zur Prüfung ausgeführter Python Code, ob Ausnahme zutrifft oder nicht."
  228. #. module: base_exception
  229. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  230. msgid "Related Model"
  231. msgstr "Zugehöriges Modell"
  232. #. module: base_exception
  233. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  234. msgid "Sequence"
  235. msgstr "Reihenfolge"
  236. #. module: base_exception
  237. #: code:addons/base_exception/models/base_exception.py:59
  238. #, python-format
  239. msgid ""
  240. "There is a problem of configuration, python code, domain or method is "
  241. "missing to match the exception type."
  242. msgstr ""
  243. #. module: base_exception
  244. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  245. msgid "To block the exception use: <code>failed = True</code>"
  246. msgstr ""
  247. #. module: base_exception
  248. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  249. msgid ""
  250. "Various fields may use Python code or Python expressions. The following "
  251. "variables can be used:"
  252. msgstr ""
  253. #. module: base_exception
  254. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  255. msgid "_Close"
  256. msgstr "_Schliessen"
  257. #~ msgid ""
  258. #~ "If we detect exception we set the state of object (ex purchase) to the "
  259. #~ "next_state (ex 'to approve'). If there are more than one exception "
  260. #~ "detected and all have a value for next_state, we usethe exception having "
  261. #~ "the smallest sequence value"
  262. #~ msgstr ""
  263. #~ "Wenn wir eine Ausnahme feststellen, setzen wir den Status des Objekts (z."
  264. #~ "B. Bestellung) auf den next_state (z.B. Freizugeben). Wenn mehrere "
  265. #~ "Ausnahmen festgestellt wurden und alle haben einen Wert next_state, dann "
  266. #~ "ziehen wir den mit kleinstem Reihenfolgewert heran."
  267. #~ msgid "Next state"
  268. #~ msgstr "Nächster Status"
  269. #~ msgid "Rule Group"
  270. #~ msgstr "Regelgruppe"
  271. #~ msgid ""
  272. #~ "Rule group is used to group the rules that must validated at same time "
  273. #~ "for a target object. Ex: validate sale.order.line rules with sale order "
  274. #~ "rules."
  275. #~ msgstr ""
  276. #~ "Regelgruppen werden verwendet, um Regeln zusammenzufassen, die "
  277. #~ "gleichzeitig auf ein Zielobject angewendet werden müssen, z.B. Regeln zu "
  278. #~ "sale.order.line mit Regeln zu sale.order."
  279. #~ msgid ""
  280. #~ "The value \"%s\" you choose for the \"next state\" field state of \"%s\" "
  281. #~ "is wrong. Value must be in this list %s"
  282. #~ msgstr ""
  283. #~ "Der Wert \"%s\" den Sie als \"nächsten Status\" mit Feldstatus \"%s\" ist "
  284. #~ "falsch. Der Wert muss einer aus Liste %s sein."
  285. #~ msgid "base.exception"
  286. #~ msgstr "base.exception"