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.

184 lines
7.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_import_match
  4. #
  5. # Translators:
  6. # Niki Waibel <niki.waibel@gmail.com>, 2017
  7. # OCA Transbot <transbot@odoo-community.org>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-12-01 02:10+0000\n"
  13. "PO-Revision-Date: 2017-12-01 02:10+0000\n"
  14. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_import_match
  22. #: model:ir.model,name:base_import_match.model_base
  23. msgid "Base"
  24. msgstr ""
  25. #. module: base_import_match
  26. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
  27. msgid "Conditional"
  28. msgstr "Bedingt"
  29. #. module: base_import_match
  30. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
  31. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
  32. msgid "Created by"
  33. msgstr "Erstellt von"
  34. #. module: base_import_match
  35. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
  36. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
  37. msgid "Created on"
  38. msgstr "Erstellt am:"
  39. #. module: base_import_match
  40. #: model:ir.model,name:base_import_match.model_base_import_match
  41. msgid "Deduplicate settings prior to CSV imports."
  42. msgstr "Dubletten in Einstellungen vor CSV-Importen bereinigen."
  43. #. module: base_import_match
  44. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
  45. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
  46. msgid "Display Name"
  47. msgstr "Anzeigename"
  48. #. module: base_import_match
  49. #: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
  50. msgid "Enable if you want to use this field only in some conditions."
  51. msgstr ""
  52. "Aktivieren, wenn Sie dieses Feld nur unter bestimmten Bedingungen verwenden "
  53. "möchten."
  54. #. module: base_import_match
  55. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
  56. msgid "Field"
  57. msgstr "Feld"
  58. #. module: base_import_match
  59. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
  60. msgid "Field Name"
  61. msgstr ""
  62. #. module: base_import_match
  63. #: model:ir.model,name:base_import_match.model_base_import_match_field
  64. msgid "Field import match definition"
  65. msgstr "Festlegung für Import-Übereinstimmung"
  66. #. module: base_import_match
  67. #: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
  68. msgid "Field that will be part of an unique key."
  69. msgstr "Feld, welche als Teil eines eindeutigen Schlüssels dienen wird."
  70. #. module: base_import_match
  71. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
  72. msgid "Fields"
  73. msgstr "Felder"
  74. #. module: base_import_match
  75. #: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
  76. msgid "Fields that will define an unique key."
  77. msgstr "Felder, die einen eindeutigen Schlüssel bilden sollen."
  78. #. module: base_import_match
  79. #: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
  80. msgid "Group By"
  81. msgstr "Gruppieren nach"
  82. #. module: base_import_match
  83. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
  84. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
  85. msgid "ID"
  86. msgstr "ID"
  87. #. module: base_import_match
  88. #: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
  89. msgid ""
  90. "If the imported value is not this, the whole matching rule will be "
  91. "discarded. Be careful, this data is always treated as a string, and "
  92. "comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
  93. "'true', only EXACTLY 'True'."
  94. msgstr ""
  95. "Wenn der importierte Wert nicht dieser ist, wird die ganze "
  96. "Übereinstimmungsregel verworfen. Vorsicht, dieser Wert wird immer als "
  97. "Textstring behandelt und Vergleiche unterscheiden Gross-/Kleinschreibung, so "
  98. "dass Ihr Wert 'True' z.B. nicht mit '1' oder 'true' übereinstimmen wird."
  99. #. module: base_import_match
  100. #: model:ir.actions.act_window,name:base_import_match.match_action
  101. #: model:ir.ui.menu,name:base_import_match.match_menu
  102. #: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
  103. #: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
  104. #: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
  105. msgid "Import Match"
  106. msgstr "Import-Übereinstimmung"
  107. #. module: base_import_match
  108. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
  109. #, fuzzy
  110. msgid "Imported Value"
  111. msgstr "Importierter Wert"
  112. #. module: base_import_match
  113. #: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
  114. #: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
  115. msgid "In this model you will apply the match."
  116. msgstr "In diesem Modell wenden Sie die Übereinstimmung an."
  117. #. module: base_import_match
  118. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
  119. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
  120. msgid "Last Modified on"
  121. msgstr "Zuletzt geändert am"
  122. #. module: base_import_match
  123. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
  124. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
  125. msgid "Last Updated by"
  126. msgstr "Zuletzt aktualisiert von"
  127. #. module: base_import_match
  128. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
  129. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
  130. msgid "Last Updated on"
  131. msgstr "Zuletzt aktualisiert am"
  132. #. module: base_import_match
  133. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
  134. msgid "Match"
  135. msgstr "Übereinstimmung"
  136. #. module: base_import_match
  137. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
  138. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
  139. #: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
  140. msgid "Model"
  141. msgstr "Modell"
  142. #. module: base_import_match
  143. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
  144. #, fuzzy
  145. msgid "Model name"
  146. msgstr "Modell"
  147. #. module: base_import_match
  148. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
  149. msgid "Name"
  150. msgstr "Name"
  151. #. module: base_import_match
  152. #: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
  153. msgid "Sequence"
  154. msgstr "Reihenfolge"
  155. #~ msgid "base"
  156. #~ msgstr "base"