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.

229 lines
7.4 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_exception_rule_confirm_display_name
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  67. msgid "Display Name"
  68. msgstr "Anzeigename"
  69. #. module: base_exception
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_domain
  71. msgid "Domain"
  72. msgstr ""
  73. #. module: base_exception
  74. #: code:addons/base_exception/models/base_exception.py:259
  75. #, python-format
  76. msgid ""
  77. "Error when evaluating the exception.rule rule:\n"
  78. " %s \n"
  79. "(%s)"
  80. msgstr ""
  81. #. module: base_exception
  82. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  83. msgid "Exception Name"
  84. msgstr ""
  85. #. module: base_exception
  86. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  87. msgid "Exception Rule"
  88. msgstr ""
  89. #. module: base_exception
  90. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  91. msgid "Exception Rule Setup"
  92. msgstr ""
  93. #. module: base_exception
  94. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  95. #: model:ir.model,name:base_exception.model_exception_rule
  96. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  97. msgid "Exception Rules"
  98. msgstr ""
  99. #. module: base_exception
  100. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_exception_type
  101. msgid "Exception Type"
  102. msgstr ""
  103. #. module: base_exception
  104. #: model:res.groups,name:base_exception.group_exception_rule_manager
  105. msgid "Exception manager"
  106. msgstr ""
  107. #. module: base_exception
  108. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  109. msgid "Exceptions"
  110. msgstr ""
  111. #. module: base_exception
  112. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  113. msgid "Exceptions Rules"
  114. msgstr ""
  115. #. module: base_exception
  116. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  117. msgid "Exceptions to resolve"
  118. msgstr ""
  119. #. module: base_exception
  120. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  121. msgid "Gives the sequence order when applying the test"
  122. msgstr ""
  123. #. module: base_exception
  124. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  125. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  126. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  127. msgid "ID"
  128. msgstr "ID"
  129. #. module: base_exception
  130. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  131. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  132. msgid "Ignore Exceptions"
  133. msgstr ""
  134. #. module: base_exception
  135. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  136. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  137. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  138. msgid "Last Modified on"
  139. msgstr "Zuletzt geändert am"
  140. #. module: base_exception
  141. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  142. msgid "Last Updated by"
  143. msgstr "Zuletzt aktualisiert von"
  144. #. module: base_exception
  145. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  146. msgid "Last Updated on"
  147. msgstr "Zuletzt aktualisiert am"
  148. #. module: base_exception
  149. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  150. msgid "Main Exception"
  151. msgstr ""
  152. #. module: base_exception
  153. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  154. msgid "Python Code"
  155. msgstr ""
  156. #. module: base_exception
  157. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  158. msgid ""
  159. "Python code executed to check if the exception apply or not. The code must "
  160. "apply failed = True to apply the exception."
  161. msgstr ""
  162. #. module: base_exception
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  164. msgid "Related model id"
  165. msgstr ""
  166. #. module: base_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  168. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  169. msgid "Rule group"
  170. msgstr ""
  171. #. module: base_exception
  172. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  173. msgid ""
  174. "Rule group is used to group the rules that must validated at same time for a "
  175. "target object. Ex: validate sale.order.line rules with sale order rules."
  176. msgstr ""
  177. #. module: base_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  179. msgid "Sequence"
  180. msgstr "Reihenfolge"
  181. #. module: base_exception
  182. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  183. msgid "_Close"
  184. msgstr ""
  185. #. module: base_exception
  186. #: model:ir.model,name:base_exception.model_base_exception
  187. msgid "base.exception"
  188. msgstr ""
  189. #. module: base_exception
  190. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  191. msgid "exception.rule.confirm"
  192. msgstr ""