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.

243 lines
8.6 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:ir.model.fields,field_description:base_exception.field_exception_rule_active
  23. msgid "Active"
  24. msgstr "Aktiv"
  25. #. module: base_exception
  26. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  27. msgid "Apply on"
  28. msgstr "Anwenden auf"
  29. #. module: base_exception
  30. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  31. msgid "Created by"
  32. msgstr "Erstellt durch"
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  35. msgid "Created on"
  36. msgstr "Erstellt am"
  37. #. module: base_exception
  38. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  39. msgid "Description"
  40. msgstr "Beschreibung"
  41. #. module: base_exception
  42. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  43. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  44. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  45. msgid "Display Name"
  46. msgstr "Anzeigename"
  47. #. module: base_exception
  48. #: code:addons/base_exception/models/base_exception.py:215
  49. #, python-format
  50. msgid ""
  51. "Error when evaluating the exception.rule rule:\n"
  52. " %s \n"
  53. "(%s)"
  54. msgstr ""
  55. "Fehler bei Auswertung der exception.rule Regel:\n"
  56. " %s \n"
  57. "(%s)"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  60. msgid "Exception Name"
  61. msgstr "Ausnahmebezeichnung"
  62. #. module: base_exception
  63. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  64. msgid "Exception Rule"
  65. msgstr "Ausnahmeregel"
  66. #. module: base_exception
  67. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  68. msgid "Exception Rule Setup"
  69. msgstr "Einstellungen zu Ausnahmeregeln"
  70. #. module: base_exception
  71. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  72. #: model:ir.model,name:base_exception.model_exception_rule
  73. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  74. msgid "Exception Rules"
  75. msgstr "Ausnahmeregeln"
  76. #. module: base_exception
  77. #: model:res.groups,name:base_exception.group_exception_rule_manager
  78. msgid "Exception manager"
  79. msgstr "Ausnahmeverwaltung"
  80. #. module: base_exception
  81. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  82. msgid "Exceptions"
  83. msgstr "Ausnahmen"
  84. #. module: base_exception
  85. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  86. msgid "Exceptions Rules"
  87. msgstr "Ausnahmenregeln"
  88. #. module: base_exception
  89. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  90. msgid "Exceptions to resolve"
  91. msgstr "Aufzulösende Ausnahmen"
  92. #. module: base_exception
  93. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  94. msgid "Gives the sequence order when applying the test"
  95. msgstr "Gibt die Reihenfolge der Test-Ausführungen vor"
  96. #. module: base_exception
  97. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  98. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  99. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  100. msgid "ID"
  101. msgstr "ID"
  102. #. module: base_exception
  103. #: model:ir.model.fields,help:base_exception.field_exception_rule_next_state
  104. msgid ""
  105. "If we detect exception we set the state of object (ex purchase) to the "
  106. "next_state (ex 'to approve'). If there are more than one exception detected "
  107. "and all have a value for next_state, we usethe exception having the smallest "
  108. "sequence value"
  109. msgstr ""
  110. "Wenn wir eine Ausnahme feststellen, setzen wir den Status des Objekts (z.B. "
  111. "Bestellung) auf den next_state (z.B. Freizugeben). Wenn mehrere Ausnahmen "
  112. "festgestellt wurden und alle haben einen Wert next_state, dann ziehen wir "
  113. "den mit kleinstem Reihenfolgewert heran."
  114. #. module: base_exception
  115. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  116. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  117. msgid "Ignore Exceptions"
  118. msgstr "Ausnahmen ignorieren"
  119. #. module: base_exception
  120. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  121. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  122. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  123. msgid "Last Modified on"
  124. msgstr "Zuletzt geändert am"
  125. #. module: base_exception
  126. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  127. msgid "Last Updated by"
  128. msgstr "Zuletzt aktualisiert durch"
  129. #. module: base_exception
  130. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  131. msgid "Last Updated on"
  132. msgstr "Zuletzt aktualisiert am"
  133. #. module: base_exception
  134. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  135. msgid "Main Exception"
  136. msgstr "Haupt-Ausnahme"
  137. #. module: base_exception
  138. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_next_state
  139. msgid "Next state"
  140. msgstr "Nächster Status"
  141. #. module: base_exception
  142. #: code:addons/base_exception/wizard/base_exception_confirm.py:28
  143. #, python-format
  144. msgid "Only 1 ID accepted, got %r."
  145. msgstr "Nur 1 ID zugelassen, erhielt %r."
  146. #. module: base_exception
  147. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  148. msgid "Outstanding exceptions to manage"
  149. msgstr "Ausstehende zu verarbeitende Ausnahmen"
  150. #. module: base_exception
  151. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  152. msgid "Outstanding exceptions to manager"
  153. msgstr "Ausstehende Ausnahmen an Manager"
  154. #. module: base_exception
  155. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  156. msgid "Python Code"
  157. msgstr "Python Code"
  158. #. module: base_exception
  159. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  160. msgid ""
  161. "Python code executed to check if the exception apply or not. Use failed = "
  162. "True to block the exception"
  163. msgstr "Zur Prüfung ausgeführter Python Code, ob Ausnahme zutrifft oder nicht."
  164. #. module: base_exception
  165. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  166. msgid "Related Model"
  167. msgstr "Zugehöriges Modell"
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  170. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  171. msgid "Rule Group"
  172. msgstr "Regelgruppe"
  173. #. module: base_exception
  174. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  175. msgid ""
  176. "Rule group is used to group the rules that must validated at same time for a "
  177. "target object. Ex: validate sale.order.line rules with sale order rules."
  178. msgstr ""
  179. "Regelgruppen werden verwendet, um Regeln zusammenzufassen, die gleichzeitig "
  180. "auf ein Zielobject angewendet werden müssen, z.B. Regeln zu sale.order.line "
  181. "mit Regeln zu sale.order."
  182. #. module: base_exception
  183. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  184. msgid "Sequence"
  185. msgstr "Reihenfolge"
  186. #. module: base_exception
  187. #: code:addons/base_exception/models/base_exception.py:87
  188. #, python-format
  189. msgid ""
  190. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  191. "wrong. Value must be in this list %s"
  192. msgstr ""
  193. "Der Wert \"%s\" den Sie als \"nächsten Status\" mit Feldstatus \"%s\" ist "
  194. "falsch. Der Wert muss einer aus Liste %s sein."
  195. #. module: base_exception
  196. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  197. msgid "_Close"
  198. msgstr "_Schliessen"
  199. #. module: base_exception
  200. #: model:ir.model,name:base_exception.model_base_exception
  201. msgid "base.exception"
  202. msgstr "base.exception"
  203. #. module: base_exception
  204. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  205. msgid "exception.rule.confirm"
  206. msgstr "exception.rule.confirm"