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.

326 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. #, fuzzy
  44. #| msgid "Python Code"
  45. msgid "By python code"
  46. msgstr "Python Code"
  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 "Erstellt durch"
  59. #. module: base_exception
  60. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  61. msgid "Created on"
  62. msgstr "Erstellt am"
  63. #. module: base_exception
  64. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  65. msgid "Description"
  66. msgstr "Beschreibung"
  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 "Anzeigename"
  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 ""
  94. "Fehler bei Auswertung der exception.rule Regel:\n"
  95. " %s \n"
  96. "(%s)"
  97. #. module: base_exception
  98. #: model:ir.model,name:base_exception.model_base_exception
  99. #, fuzzy
  100. #| msgid "Exceptions"
  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"
  116. msgid "Exception Rule Confirm Wizard"
  117. msgstr "exception.rule.confirm"
  118. #. module: base_exception
  119. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  120. msgid "Exception Rule Setup"
  121. msgstr "Einstellungen zu Ausnahmeregeln"
  122. #. module: base_exception
  123. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  124. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  125. msgid "Exception Rules"
  126. msgstr "Ausnahmeregeln"
  127. #. module: base_exception
  128. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  129. #, fuzzy
  130. #| msgid "Exception Name"
  131. msgid "Exception Type"
  132. msgstr "Ausnahmebezeichnung"
  133. #. module: base_exception
  134. #: model:res.groups,name:base_exception.group_exception_rule_manager
  135. msgid "Exception manager"
  136. msgstr "Ausnahmeverwaltung"
  137. #. module: base_exception
  138. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  139. msgid "Exceptions"
  140. msgstr "Ausnahmen"
  141. #. module: base_exception
  142. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  143. msgid "Exceptions Rules"
  144. msgstr "Ausnahmenregeln"
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  147. msgid "Exceptions to resolve"
  148. msgstr "Aufzulösende Ausnahmen"
  149. #. module: base_exception
  150. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  151. msgid "Gives the sequence order when applying the test"
  152. msgstr "Gibt die Reihenfolge der Test-Ausführungen vor"
  153. #. module: base_exception
  154. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  155. msgid "Help"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  159. msgid "Help with Python expressions"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  165. msgid "ID"
  166. msgstr "ID"
  167. #. module: base_exception
  168. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  169. msgid ""
  170. "If we detect exception we set the state of object (ex purchase) to the "
  171. "next_state (ex 'to approve'). If there are more than one exception detected "
  172. "and all have a value for next_state, we usethe exception having the smallest "
  173. "sequence value"
  174. msgstr ""
  175. "Wenn wir eine Ausnahme feststellen, setzen wir den Status des Objekts (z.B. "
  176. "Bestellung) auf den next_state (z.B. Freizugeben). Wenn mehrere Ausnahmen "
  177. "festgestellt wurden und alle haben einen Wert next_state, dann ziehen wir "
  178. "den mit kleinstem Reihenfolgewert heran."
  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 "Ausnahmen ignorieren"
  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_exception_rule____last_update
  187. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  188. msgid "Last Modified on"
  189. msgstr "Zuletzt geändert am"
  190. #. module: base_exception
  191. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  192. msgid "Last Updated by"
  193. msgstr "Zuletzt aktualisiert durch"
  194. #. module: base_exception
  195. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  196. msgid "Last Updated on"
  197. msgstr "Zuletzt aktualisiert am"
  198. #. module: base_exception
  199. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  200. msgid "Main Exception"
  201. msgstr "Haupt-Ausnahme"
  202. #. module: base_exception
  203. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  204. msgid "Next state"
  205. msgstr "Nächster Status"
  206. #. module: base_exception
  207. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  208. #, python-format
  209. msgid "Only 1 ID accepted, got %r."
  210. msgstr "Nur 1 ID zugelassen, erhielt %r."
  211. #. module: base_exception
  212. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  213. msgid "Outstanding exceptions to manage"
  214. msgstr "Ausstehende zu verarbeitende Ausnahmen"
  215. #. module: base_exception
  216. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  217. msgid "Outstanding exceptions to manager"
  218. msgstr "Ausstehende Ausnahmen an Manager"
  219. #. module: base_exception
  220. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  221. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  222. msgid "Python Code"
  223. msgstr "Python Code"
  224. #. module: base_exception
  225. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  226. msgid ""
  227. "Python code executed to check if the exception apply or not. Use failed = "
  228. "True to block the exception"
  229. msgstr "Zur Prüfung ausgeführter Python Code, ob Ausnahme zutrifft oder nicht."
  230. #. module: base_exception
  231. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  232. msgid "Related Model"
  233. msgstr "Zugehöriges Modell"
  234. #. module: base_exception
  235. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  236. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  237. msgid "Rule Group"
  238. msgstr "Regelgruppe"
  239. #. module: base_exception
  240. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  241. msgid ""
  242. "Rule group is used to group the rules that must validated at same time for a "
  243. "target object. Ex: validate sale.order.line rules with sale order rules."
  244. msgstr ""
  245. "Regelgruppen werden verwendet, um Regeln zusammenzufassen, die gleichzeitig "
  246. "auf ein Zielobject angewendet werden müssen, z.B. Regeln zu sale.order.line "
  247. "mit Regeln zu sale.order."
  248. #. module: base_exception
  249. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  250. msgid "Sequence"
  251. msgstr "Reihenfolge"
  252. #. module: base_exception
  253. #: code:addons/base_exception/models/base_exception.py:80
  254. #, python-format
  255. msgid ""
  256. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  257. "wrong. Value must be in this list %s"
  258. msgstr ""
  259. "Der Wert \"%s\" den Sie als \"nächsten Status\" mit Feldstatus \"%s\" ist "
  260. "falsch. Der Wert muss einer aus Liste %s sein."
  261. #. module: base_exception
  262. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  263. msgid "To block the exception use: <code>failed = True</code>"
  264. msgstr ""
  265. #. module: base_exception
  266. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  267. msgid ""
  268. "Various fields may use Python code or Python expressions. The following "
  269. "variables can be used:"
  270. msgstr ""
  271. #. module: base_exception
  272. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  273. msgid "_Close"
  274. msgstr "_Schliessen"
  275. #~ msgid "base.exception"
  276. #~ msgstr "base.exception"