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.

232 lines
7.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. # Niki Waibel <niki.waibel@gmail.com>, 2017
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 10.0\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-12-01 02:09+0000\n"
  14. "PO-Revision-Date: 2017-12-01 02:09+0000\n"
  15. "Last-Translator: Niki Waibel <niki.waibel@gmail.com>, 2017\n"
  16. "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
  17. "Language: de\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: base_exception
  23. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  24. msgid "Active"
  25. msgstr "Aktiv"
  26. #. module: base_exception
  27. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  28. msgid "Apply on"
  29. msgstr "Anwenden auf"
  30. #. module: base_exception
  31. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  32. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  33. msgid "Blocked in draft due to exceptions"
  34. msgstr "Wegen Fehlern im Entwurf erzwungen"
  35. #. module: base_exception
  36. #: selection:exception.rule,exception_type:0
  37. msgid "By domain"
  38. msgstr ""
  39. #. module: base_exception
  40. #: selection:exception.rule,exception_type:0
  41. msgid "By python code"
  42. msgstr ""
  43. #. module: base_exception
  44. #: model:ir.model.fields,help:base_exception.field_exception_rule_exception_type
  45. msgid ""
  46. "By python code: allow to define any arbitrary check\n"
  47. "By domain: limited to a selection by an odoo domain:\n"
  48. " performance can be better when exceptions are "
  49. "evaluated with several records"
  50. msgstr ""
  51. #. module: base_exception
  52. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  53. msgid "Created by"
  54. msgstr "Erstellt von"
  55. #. module: base_exception
  56. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  57. msgid "Created on"
  58. msgstr "Erstellt am:"
  59. #. module: base_exception
  60. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  61. msgid "Description"
  62. msgstr "Beschreibung"
  63. #. module: base_exception
  64. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  65. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method_display_name
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  68. msgid "Display Name"
  69. msgstr "Anzeigename"
  70. #. module: base_exception
  71. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_domain
  72. msgid "Domain"
  73. msgstr ""
  74. #. module: base_exception
  75. #: code:addons/base_exception/models/base_exception.py:151
  76. #, python-format
  77. msgid ""
  78. "Error when evaluating the exception.rule rule:\n"
  79. " %s \n"
  80. "(%s)"
  81. msgstr ""
  82. #. module: base_exception
  83. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  84. msgid "Exception Name"
  85. msgstr ""
  86. #. module: base_exception
  87. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  88. msgid "Exception Rule"
  89. msgstr ""
  90. #. module: base_exception
  91. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  92. msgid "Exception Rule Setup"
  93. msgstr ""
  94. #. module: base_exception
  95. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  96. #: model:ir.model,name:base_exception.model_exception_rule
  97. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  98. msgid "Exception Rules"
  99. msgstr ""
  100. #. module: base_exception
  101. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_exception_type
  102. msgid "Exception Type"
  103. msgstr ""
  104. #. module: base_exception
  105. #: model:res.groups,name:base_exception.group_exception_rule_manager
  106. msgid "Exception manager"
  107. msgstr ""
  108. #. module: base_exception
  109. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  110. msgid "Exceptions"
  111. msgstr ""
  112. #. module: base_exception
  113. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  114. msgid "Exceptions Rules"
  115. msgstr ""
  116. #. module: base_exception
  117. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  118. msgid "Exceptions to resolve"
  119. msgstr ""
  120. #. module: base_exception
  121. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  122. msgid "Gives the sequence order when applying the test"
  123. msgstr ""
  124. #. module: base_exception
  125. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  126. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method_id
  127. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  128. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  129. msgid "ID"
  130. msgstr "ID"
  131. #. module: base_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  133. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  134. msgid "Ignore Exceptions"
  135. msgstr ""
  136. #. module: base_exception
  137. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  138. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method___last_update
  139. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  140. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  141. msgid "Last Modified on"
  142. msgstr "Zuletzt geändert am"
  143. #. module: base_exception
  144. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  145. msgid "Last Updated by"
  146. msgstr "Zuletzt aktualisiert von"
  147. #. module: base_exception
  148. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  149. msgid "Last Updated on"
  150. msgstr "Zuletzt aktualisiert am"
  151. #. module: base_exception
  152. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  153. msgid "Main Exception"
  154. msgstr ""
  155. #. module: base_exception
  156. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  157. msgid "Python Code"
  158. msgstr ""
  159. #. module: base_exception
  160. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  161. msgid ""
  162. "Python code executed to check if the exception apply or not. The code must "
  163. "apply failed = True to apply the exception."
  164. msgstr ""
  165. #. module: base_exception
  166. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  167. msgid "Related model id"
  168. msgstr ""
  169. #. module: base_exception
  170. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  171. msgid "Sequence"
  172. msgstr "Reihenfolge"
  173. #. module: base_exception
  174. #: code:addons/base_exception/models/base_exception.py:62
  175. #, python-format
  176. msgid ""
  177. "There is a problem of configuration, python code or domain is missing to "
  178. "match the exception type."
  179. msgstr ""
  180. #. module: base_exception
  181. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  182. msgid "_Close"
  183. msgstr ""
  184. #. module: base_exception
  185. #: model:ir.model,name:base_exception.model_base_exception
  186. msgid "base.exception"
  187. msgstr ""
  188. #. module: base_exception
  189. #: model:ir.model,name:base_exception.model_base_exception_method
  190. msgid "base.exception.method"
  191. msgstr ""
  192. #. module: base_exception
  193. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  194. msgid "exception.rule.confirm"
  195. msgstr ""