af.po 8.4 KB

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