da.po 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * barcodes_gs1_nomenclature
  4. #
  5. # Translators:
  6. # lhmflexerp <lhm@flexerp.dk>, 2022
  7. # Mads Søndergaard, 2022
  8. # Martin Trigaux, 2022
  9. #
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: Odoo Server 16.0+e\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2022-12-15 12:50+0000\n"
  15. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  16. "Last-Translator: Martin Trigaux, 2022\n"
  17. "Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Language: da\n"
  22. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  23. #. module: barcodes_gs1_nomenclature
  24. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha
  25. msgid "Alpha-Numeric Name"
  26. msgstr "Alfanumerisk Navn"
  27. #. module: barcodes_gs1_nomenclature
  28. #: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1
  29. msgid ""
  30. "Alternative regex delimiter for the FNC1. The separator must not match the "
  31. "begin/end of any related rules pattern."
  32. msgstr ""
  33. #. module: barcodes_gs1_nomenclature
  34. #: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id
  35. msgid "Associated Uom"
  36. msgstr "Associeret Måleenhed"
  37. #. module: barcodes_gs1_nomenclature
  38. #: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature
  39. msgid "Barcode Nomenclature"
  40. msgstr "Stregkode plan"
  41. #. module: barcodes_gs1_nomenclature
  42. #: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule
  43. msgid "Barcode Rule"
  44. msgstr "Stregkode regler"
  45. #. module: barcodes_gs1_nomenclature
  46. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date
  47. msgid "Best before Date"
  48. msgstr "Bedst før (dato)"
  49. #. module: barcodes_gs1_nomenclature
  50. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date
  51. msgid "Date"
  52. msgstr "Dato"
  53. #. module: barcodes_gs1_nomenclature
  54. #: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage
  55. msgid "Decimal"
  56. msgstr "Decimal"
  57. #. module: barcodes_gs1_nomenclature
  58. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest
  59. msgid "Destination location"
  60. msgstr "Destionation"
  61. #. module: barcodes_gs1_nomenclature
  62. #: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding
  63. msgid "Encoding"
  64. msgstr "Kodning"
  65. #. module: barcodes_gs1_nomenclature
  66. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date
  67. msgid "Expiration Date"
  68. msgstr "Udløbsdato"
  69. #. module: barcodes_gs1_nomenclature
  70. #: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1
  71. msgid "FNC1 Separator"
  72. msgstr ""
  73. #. module: barcodes_gs1_nomenclature
  74. #: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type
  75. msgid "GS1 Content Type"
  76. msgstr "GS1 Indholdstype"
  77. #. module: barcodes_gs1_nomenclature
  78. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128
  79. msgid "GS1-128"
  80. msgstr "GS1-128"
  81. #. module: barcodes_gs1_nomenclature
  82. #: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http
  83. msgid "HTTP Routing"
  84. msgstr "HTTP Routing"
  85. #. module: barcodes_gs1_nomenclature
  86. #: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage
  87. msgid ""
  88. "If True, use the last digit of AI to determine where the first decimal is"
  89. msgstr ""
  90. #. module: barcodes_gs1_nomenclature
  91. #. odoo-javascript
  92. #: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0
  93. #, python-format
  94. msgid "Invalid barcode: can't be formated as date"
  95. msgstr "Ugyldig stregkode: Kan ikke formateres til en dato"
  96. #. module: barcodes_gs1_nomenclature
  97. #. odoo-javascript
  98. #: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0
  99. #, python-format
  100. msgid "Invalid barcode: the check digit is incorrect"
  101. msgstr "Ugyldig stregkode: check cifret er ikke korrekt"
  102. #. module: barcodes_gs1_nomenclature
  103. #: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature
  104. #: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature
  105. msgid "Is GS1 Nomenclature"
  106. msgstr "Er GS1 Nomenklatur"
  107. #. module: barcodes_gs1_nomenclature
  108. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location
  109. msgid "Location"
  110. msgstr "Adresse"
  111. #. module: barcodes_gs1_nomenclature
  112. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot
  113. msgid "Lot"
  114. msgstr "Lot"
  115. #. module: barcodes_gs1_nomenclature
  116. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure
  117. msgid "Measure"
  118. msgstr "Mål"
  119. #. module: barcodes_gs1_nomenclature
  120. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier
  121. msgid "Numeric Identifier"
  122. msgstr "Numerisk identifikator"
  123. #. module: barcodes_gs1_nomenclature
  124. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date
  125. msgid "Pack Date"
  126. msgstr ""
  127. #. module: barcodes_gs1_nomenclature
  128. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package
  129. msgid "Package"
  130. msgstr "Pakke"
  131. #. module: barcodes_gs1_nomenclature
  132. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type
  133. msgid "Package Type"
  134. msgstr "Pakke type"
  135. #. module: barcodes_gs1_nomenclature
  136. #: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity
  137. msgid "Quantity"
  138. msgstr "Antal"
  139. #. module: barcodes_gs1_nomenclature
  140. #. odoo-python
  141. #: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0
  142. #, python-format
  143. msgid "The FNC1 Separator Alternative is not a valid Regex: "
  144. msgstr ""
  145. #. module: barcodes_gs1_nomenclature
  146. #: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type
  147. msgid ""
  148. "The GS1 content type defines what kind of data the rule will process the "
  149. "barcode as: * Date: the barcode will be converted into a Odoo "
  150. "datetime; * Measure: the barcode's value is related to a specific "
  151. "UoM; * Numeric Identifier: fixed length barcode following a specific "
  152. "encoding; * Alpha-Numeric Name: variable length barcode."
  153. msgstr ""
  154. #. module: barcodes_gs1_nomenclature
  155. #. odoo-python
  156. #: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0
  157. #, python-format
  158. msgid "The rule pattern \"%s\" is not a valid Regex: "
  159. msgstr "Regelmønstret \"%s\" er ikke en gyldig Regex:"
  160. #. module: barcodes_gs1_nomenclature
  161. #. odoo-python
  162. #: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0
  163. #, python-format
  164. msgid ""
  165. "The rule pattern \"%s\" is not valid, it needs two groups:\n"
  166. "\t- A first one for the Application Identifier (usually 2 to 4 digits);\n"
  167. "\t- A second one to catch the value."
  168. msgstr ""
  169. #. module: barcodes_gs1_nomenclature
  170. #. odoo-python
  171. #: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0
  172. #, python-format
  173. msgid ""
  174. "There is something wrong with the barcode rule \"%s\" pattern.\n"
  175. "If this rule uses decimal, check it can't get sometime else than a digit as last char for the Application Identifier.\n"
  176. "Check also the possible matched values can only be digits, otherwise the value can't be casted as a measure."
  177. msgstr ""
  178. #. module: barcodes_gs1_nomenclature
  179. #: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature
  180. #: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature
  181. msgid ""
  182. "This Nomenclature use the GS1 specification, only GS1-128 encoding rules is "
  183. "accepted is this kind of nomenclature."
  184. msgstr ""
  185. #. module: barcodes_gs1_nomenclature
  186. #. odoo-javascript
  187. #: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0
  188. #, python-format
  189. msgid "This barcode can't be parsed by any barcode rules."
  190. msgstr "Denne stregkode kan ikke aflæses ud fra nogen stregkode regler"
  191. #. module: barcodes_gs1_nomenclature
  192. #. odoo-javascript
  193. #: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0
  194. #, python-format
  195. msgid "This barcode can't be partially or fully parsed."
  196. msgstr "Denne stregkode kan ikke aflæses delvist eller fuldt "
  197. #. module: barcodes_gs1_nomenclature
  198. #: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding
  199. msgid ""
  200. "This rule will apply only if the barcode is encoded with the specified "
  201. "encoding"
  202. msgstr ""
  203. "Denne regel gælder kun hvis stregkoden er kodet med den angivne kodning"
  204. #. module: barcodes_gs1_nomenclature
  205. #: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type
  206. msgid "Type"
  207. msgstr "Type"