From 532257853c3666b88eb4e7f24d53d74ffa531f27 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Mon, 9 Mar 2026 14:56:56 +0100 Subject: [PATCH] remove barcodes and barcodes_gs1_nomenclature (duplicated in oca-ocb-warehouse) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 assisted by claude --- odoo-bringout-oca-ocb-barcodes/README.md | 23 - .../barcodes/__init__.py | 14 - .../barcodes/__manifest__.py | 25 - .../barcodes/data/barcodes_data.xml | 15 - .../barcodes/i18n/af.po | 321 ------------ .../barcodes/i18n/am.po | 317 ------------ .../barcodes/i18n/ar.po | 417 --------------- .../barcodes/i18n/az.po | 387 -------------- .../barcodes/i18n/barcodes.pot | 370 -------------- .../barcodes/i18n/bg.po | 408 --------------- .../barcodes/i18n/bs.po | 387 -------------- .../barcodes/i18n/ca.po | 439 ---------------- .../barcodes/i18n/cs.po | 422 ---------------- .../barcodes/i18n/da.po | 418 --------------- .../barcodes/i18n/de.po | 429 ---------------- .../barcodes/i18n/el.po | 415 --------------- .../barcodes/i18n/es.po | 436 ---------------- .../barcodes/i18n/es_419.po | 427 ---------------- .../barcodes/i18n/es_CL.po | 320 ------------ .../barcodes/i18n/et.po | 430 ---------------- .../barcodes/i18n/eu.po | 320 ------------ .../barcodes/i18n/fa.po | 417 --------------- .../barcodes/i18n/fi.po | 432 ---------------- .../barcodes/i18n/fo.po | 320 ------------ .../barcodes/i18n/fr.po | 435 ---------------- .../barcodes/i18n/fr_BE.po | 319 ------------ .../barcodes/i18n/fr_CA.po | 320 ------------ .../barcodes/i18n/gl.po | 320 ------------ .../barcodes/i18n/gu.po | 321 ------------ .../barcodes/i18n/he.po | 413 --------------- .../barcodes/i18n/hi.po | 383 -------------- .../barcodes/i18n/hr.po | 414 --------------- .../barcodes/i18n/hu.po | 406 --------------- .../barcodes/i18n/id.po | 425 ---------------- .../barcodes/i18n/is.po | 317 ------------ .../barcodes/i18n/it.po | 434 ---------------- .../barcodes/i18n/ja.po | 421 --------------- .../barcodes/i18n/ka.po | 320 ------------ .../barcodes/i18n/kab.po | 384 -------------- .../barcodes/i18n/km.po | 321 ------------ .../barcodes/i18n/ko.po | 420 --------------- .../barcodes/i18n/ku.po | 386 -------------- .../barcodes/i18n/lb.po | 317 ------------ .../barcodes/i18n/lo.po | 317 ------------ .../barcodes/i18n/lt.po | 410 --------------- .../barcodes/i18n/lv.po | 388 -------------- .../barcodes/i18n/mk.po | 320 ------------ .../barcodes/i18n/mn.po | 403 --------------- .../barcodes/i18n/my.po | 383 -------------- .../barcodes/i18n/nb.po | 388 -------------- .../barcodes/i18n/ne.po | 317 ------------ .../barcodes/i18n/nl.po | 430 ---------------- .../barcodes/i18n/pl.po | 438 ---------------- .../barcodes/i18n/pt.po | 432 ---------------- .../barcodes/i18n/pt_BR.po | 433 ---------------- .../barcodes/i18n/ro.po | 426 ---------------- .../barcodes/i18n/ru.po | 427 ---------------- .../barcodes/i18n/sk.po | 403 --------------- .../barcodes/i18n/sl.po | 429 ---------------- .../barcodes/i18n/sq.po | 379 -------------- .../barcodes/i18n/sr@latin.po | 387 -------------- .../barcodes/i18n/sv.po | 431 ---------------- .../barcodes/i18n/ta.po | 321 ------------ .../barcodes/i18n/th.po | 405 --------------- .../barcodes/i18n/tr.po | 434 ---------------- .../barcodes/i18n/uk.po | 427 ---------------- .../barcodes/i18n/uz.po | 478 ------------------ .../barcodes/i18n/vi.po | 422 ---------------- .../barcodes/i18n/zh_CN.po | 407 --------------- .../barcodes/i18n/zh_TW.po | 405 --------------- .../barcodes/models/__init__.py | 6 - .../barcodes/models/barcode_events_mixin.py | 26 - .../barcodes/models/barcode_nomenclature.py | 215 -------- .../barcodes/models/barcode_rule.py | 47 -- .../barcodes/models/ir_http.py | 15 - .../barcodes/models/res_company.py | 16 - .../barcodes/security/ir.model.access.csv | 5 - .../barcodes/static/img/barcode.png | Bin 1292 -> 0 bytes .../barcodes/static/src/audio/error.mp3 | Bin 33600 -> 0 bytes .../barcodes/static/src/audio/error.ogg | Bin 11657 -> 0 bytes .../static/src/barcode_handler_field.js | 23 - .../barcodes/static/src/barcode_handlers.js | 110 ---- .../barcodes/static/src/barcode_service.js | 135 ----- .../static/src/components/barcode_scanner.js | 43 -- .../src/components/barcode_scanner.scss | 66 --- .../static/src/components/barcode_scanner.xml | 15 - .../static/src/components/manual_barcode.js | 47 -- .../static/src/components/manual_barcode.xml | 25 - .../static/src/float_scannable_field.js | 16 - .../static/src/float_scannable_field.xml | 12 - .../barcodes/static/src/js/barcode_parser.js | 306 ----------- .../barcodes/static/tests/barcode.test.js | 190 ------- .../static/tests/barcode_mobile.test.js | 76 --- .../static/tests/barcode_parser.test.js | 38 -- .../static/tests/barcode_scan.test.js | 31 -- .../tests/float_scannable_field.test.js | 118 ----- .../barcodes/static/tests/legacy/helpers.js | 9 - .../barcodes/tests/__init__.py | 1 - .../tests/test_barcode_nomenclature.py | 290 ----------- .../barcodes/views/barcodes_view.xml | 82 --- .../doc/ARCHITECTURE.md | 32 -- .../doc/CONFIGURATION.md | 3 - .../doc/CONTROLLERS.md | 3 - .../doc/DEPENDENCIES.md | 5 - odoo-bringout-oca-ocb-barcodes/doc/FAQ.md | 4 - odoo-bringout-oca-ocb-barcodes/doc/INSTALL.md | 7 - odoo-bringout-oca-ocb-barcodes/doc/MODELS.md | 16 - .../doc/OVERVIEW.md | 6 - odoo-bringout-oca-ocb-barcodes/doc/REPORTS.md | 3 - .../doc/SECURITY.md | 34 -- .../doc/TROUBLESHOOTING.md | 5 - odoo-bringout-oca-ocb-barcodes/doc/USAGE.md | 7 - odoo-bringout-oca-ocb-barcodes/doc/WIZARDS.md | 3 - odoo-bringout-oca-ocb-barcodes/pyproject.toml | 44 -- .../README.md | 24 - .../barcodes_gs1_nomenclature/__init__.py | 1 - .../barcodes_gs1_nomenclature/__manifest__.py | 25 - .../data/barcodes_gs1_rules.xml | 338 ------------- .../barcodes_gs1_nomenclature/i18n/ar.po | 288 ----------- .../barcodes_gs1_nomenclature/i18n/az.po | 259 ---------- .../i18n/barcodes_gs1_nomenclature.pot | 251 --------- .../barcodes_gs1_nomenclature/i18n/bg.po | 259 ---------- .../barcodes_gs1_nomenclature/i18n/bs.po | 259 ---------- .../barcodes_gs1_nomenclature/i18n/ca.po | 286 ----------- .../barcodes_gs1_nomenclature/i18n/cs.po | 260 ---------- .../barcodes_gs1_nomenclature/i18n/da.po | 290 ----------- .../barcodes_gs1_nomenclature/i18n/de.po | 289 ----------- .../barcodes_gs1_nomenclature/i18n/el.po | 261 ---------- .../barcodes_gs1_nomenclature/i18n/es.po | 300 ----------- .../barcodes_gs1_nomenclature/i18n/es_419.po | 298 ----------- .../barcodes_gs1_nomenclature/i18n/et.po | 287 ----------- .../barcodes_gs1_nomenclature/i18n/fa.po | 273 ---------- .../barcodes_gs1_nomenclature/i18n/fi.po | 290 ----------- .../barcodes_gs1_nomenclature/i18n/fr.po | 290 ----------- .../barcodes_gs1_nomenclature/i18n/he.po | 258 ---------- .../barcodes_gs1_nomenclature/i18n/hi.po | 257 ---------- .../barcodes_gs1_nomenclature/i18n/hr.po | 259 ---------- .../barcodes_gs1_nomenclature/i18n/hu.po | 259 ---------- .../barcodes_gs1_nomenclature/i18n/id.po | 291 ----------- .../barcodes_gs1_nomenclature/i18n/it.po | 296 ----------- .../barcodes_gs1_nomenclature/i18n/ja.po | 287 ----------- .../barcodes_gs1_nomenclature/i18n/kab.po | 258 ---------- .../barcodes_gs1_nomenclature/i18n/ko.po | 285 ----------- .../barcodes_gs1_nomenclature/i18n/ku.po | 259 ---------- .../barcodes_gs1_nomenclature/i18n/lt.po | 261 ---------- .../barcodes_gs1_nomenclature/i18n/lv.po | 259 ---------- .../barcodes_gs1_nomenclature/i18n/mn.po | 259 ---------- .../barcodes_gs1_nomenclature/i18n/my.po | 258 ---------- .../barcodes_gs1_nomenclature/i18n/nb.po | 257 ---------- .../barcodes_gs1_nomenclature/i18n/nl.po | 291 ----------- .../barcodes_gs1_nomenclature/i18n/pl.po | 297 ----------- .../barcodes_gs1_nomenclature/i18n/pt.po | 291 ----------- .../barcodes_gs1_nomenclature/i18n/pt_BR.po | 294 ----------- .../barcodes_gs1_nomenclature/i18n/ro.po | 276 ---------- .../barcodes_gs1_nomenclature/i18n/ru.po | 298 ----------- .../barcodes_gs1_nomenclature/i18n/sk.po | 260 ---------- .../barcodes_gs1_nomenclature/i18n/sl.po | 279 ---------- .../barcodes_gs1_nomenclature/i18n/sq.po | 254 ---------- .../i18n/sr@latin.po | 258 ---------- .../barcodes_gs1_nomenclature/i18n/sv.po | 287 ----------- .../barcodes_gs1_nomenclature/i18n/th.po | 271 ---------- .../barcodes_gs1_nomenclature/i18n/tr.po | 288 ----------- .../barcodes_gs1_nomenclature/i18n/uk.po | 282 ----------- .../barcodes_gs1_nomenclature/i18n/uz.po | 324 ------------ .../barcodes_gs1_nomenclature/i18n/vi.po | 286 ----------- .../barcodes_gs1_nomenclature/i18n/zh_CN.po | 276 ---------- .../barcodes_gs1_nomenclature/i18n/zh_TW.po | 277 ---------- .../models/__init__.py | 3 - .../models/barcode_nomenclature.py | 205 -------- .../models/barcode_rule.py | 69 --- .../models/ir_http.py | 16 - .../static/src/js/barcode_parser.js | 179 ------- .../static/src/js/barcode_service.js | 16 - .../src/js/tests/barcode_parser.test.js | 255 ---------- .../tests/__init__.py | 1 - .../tests/test_barcodes_gs1_nomenclature.py | 144 ------ .../views/barcodes_view.xml | 61 --- .../doc/ARCHITECTURE.md | 32 -- .../doc/CONFIGURATION.md | 3 - .../doc/CONTROLLERS.md | 3 - .../doc/DEPENDENCIES.md | 6 - .../doc/FAQ.md | 4 - .../doc/INSTALL.md | 7 - .../doc/MODELS.md | 14 - .../doc/OVERVIEW.md | 6 - .../doc/REPORTS.md | 3 - .../doc/SECURITY.md | 8 - .../doc/TROUBLESHOOTING.md | 5 - .../doc/USAGE.md | 7 - .../doc/WIZARDS.md | 3 - .../pyproject.toml | 45 -- 191 files changed, 42975 deletions(-) delete mode 100644 odoo-bringout-oca-ocb-barcodes/README.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/__init__.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/__manifest__.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/data/barcodes_data.xml delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/af.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/am.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ar.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/az.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/barcodes.pot delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/bg.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/bs.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ca.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/cs.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/da.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/de.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/el.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es_419.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es_CL.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/et.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/eu.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fa.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fi.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fo.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr_BE.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr_CA.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/gl.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/gu.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/he.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hi.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hr.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hu.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/id.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/is.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/it.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ja.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ka.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/kab.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/km.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ko.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ku.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lb.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lo.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lt.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lv.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/mk.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/mn.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/my.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/nb.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ne.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/nl.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pl.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pt.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pt_BR.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ro.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ru.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sk.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sl.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sq.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sr@latin.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sv.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ta.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/th.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/tr.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/uk.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/uz.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/vi.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/zh_CN.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/i18n/zh_TW.po delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/models/__init__.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_events_mixin.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_nomenclature.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_rule.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/models/ir_http.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/models/res_company.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/security/ir.model.access.csv delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/img/barcode.png delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/audio/error.mp3 delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/audio/error.ogg delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_handler_field.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_handlers.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_service.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.scss delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.xml delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/manual_barcode.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/manual_barcode.xml delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/float_scannable_field.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/float_scannable_field.xml delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/src/js/barcode_parser.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode.test.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_mobile.test.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_parser.test.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_scan.test.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/float_scannable_field.test.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/legacy/helpers.js delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/tests/__init__.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/tests/test_barcode_nomenclature.py delete mode 100644 odoo-bringout-oca-ocb-barcodes/barcodes/views/barcodes_view.xml delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/ARCHITECTURE.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/CONFIGURATION.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/CONTROLLERS.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/DEPENDENCIES.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/FAQ.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/INSTALL.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/MODELS.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/OVERVIEW.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/REPORTS.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/SECURITY.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/TROUBLESHOOTING.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/USAGE.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/doc/WIZARDS.md delete mode 100644 odoo-bringout-oca-ocb-barcodes/pyproject.toml delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/README.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/__init__.py delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/__manifest__.py delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/data/barcodes_gs1_rules.xml delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ar.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/az.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/barcodes_gs1_nomenclature.pot delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/bg.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/bs.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ca.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/cs.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/da.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/de.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/el.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/es.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/es_419.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/et.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fa.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fi.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fr.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/he.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hi.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hr.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hu.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/id.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/it.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ja.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/kab.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ko.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ku.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/lt.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/lv.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/mn.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/my.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/nb.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/nl.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pl.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pt.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pt_BR.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ro.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ru.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sk.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sl.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sq.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sr@latin.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sv.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/th.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/tr.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/uk.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/uz.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/vi.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/zh_CN.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/zh_TW.po delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/__init__.py delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/barcode_nomenclature.py delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/barcode_rule.py delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/ir_http.py delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/barcode_service.js delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/tests/barcode_parser.test.js delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/tests/__init__.py delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/tests/test_barcodes_gs1_nomenclature.py delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/views/barcodes_view.xml delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/ARCHITECTURE.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/CONFIGURATION.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/CONTROLLERS.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/DEPENDENCIES.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/FAQ.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/INSTALL.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/MODELS.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/OVERVIEW.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/REPORTS.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/SECURITY.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/TROUBLESHOOTING.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/USAGE.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/WIZARDS.md delete mode 100644 odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/pyproject.toml diff --git a/odoo-bringout-oca-ocb-barcodes/README.md b/odoo-bringout-oca-ocb-barcodes/README.md deleted file mode 100644 index 4bb4e1c..0000000 --- a/odoo-bringout-oca-ocb-barcodes/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# Barcode - -Odoo addon: barcodes - -## Installation - -```bash -pip install odoo-bringout-oca-ocb-barcodes -``` - -## Dependencies - -- web - -## Source - -- Repository: https://github.com/OCA/OCB -- Branch: 19.0 -- Path: addons/barcodes - -## License - -This package preserves the original LGPL-3 license. diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/__init__.py b/odoo-bringout-oca-ocb-barcodes/barcodes/__init__.py deleted file mode 100644 index d765e0a..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models - - -def _assign_default_nomeclature_id(env): - company_ids_without_default_nomenclature_id = env['res.company'].search([ - ('nomenclature_id', '=', False) - ]) - default_nomenclature_id = env.ref('barcodes.default_barcode_nomenclature', raise_if_not_found=False) - if default_nomenclature_id: - company_ids_without_default_nomenclature_id.write({ - 'nomenclature_id': default_nomenclature_id.id, - }) diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/__manifest__.py b/odoo-bringout-oca-ocb-barcodes/barcodes/__manifest__.py deleted file mode 100644 index 4754f58..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/__manifest__.py +++ /dev/null @@ -1,25 +0,0 @@ -{ - 'name': 'Barcode', - 'version': '2.0', - 'category': 'Supply Chain/Inventory', - 'summary': 'Scan and Parse Barcodes', - 'depends': ['web'], - 'data': [ - 'data/barcodes_data.xml', - 'views/barcodes_view.xml', - 'security/ir.model.access.csv', - ], - 'installable': True, - 'post_init_hook': '_assign_default_nomeclature_id', - 'assets': { - 'web.assets_backend': [ - 'barcodes/static/src/**/*', - ], - 'web.tests_assets': ['barcodes/static/tests/legacy/helpers.js'], - 'web.assets_unit_tests': [ - 'barcodes/static/tests/*.test.js', - ], - }, - 'author': 'Odoo S.A.', - 'license': 'LGPL-3', -} diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/data/barcodes_data.xml b/odoo-bringout-oca-ocb-barcodes/barcodes/data/barcodes_data.xml deleted file mode 100644 index 7607a01..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/data/barcodes_data.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - Default Nomenclature - - - - Product Barcodes - - 90 - product - any - .* - - diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/af.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/af.po deleted file mode 100644 index c9380c1..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/af.po +++ /dev/null @@ -1,321 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2022-09-22 05:45+0000\n" -"Last-Translator: Martin Trigaux, 2022\n" -"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n" -"Language: af\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Maatskappye" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Geskep deur" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Geskep op" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "Vertoningsnaam" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Laas Opgedateer deur" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Laas Opgedateer op" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Volgorde" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Soort" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/am.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/am.po deleted file mode 100644 index cba35b7..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/am.po +++ /dev/null @@ -1,317 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2022-09-22 05:45+0000\n" -"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n" -"Language: am\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "ቅደም ተከተል" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ar.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ar.po deleted file mode 100644 index 9c8af97..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ar.po +++ /dev/null @@ -1,417 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Mehjabin Farsana, 2022 -# Malaz Abuidris , 2023 -# "Tiffany Chang (tic)" , 2025. -# "Dylan Kiss (dyki)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-10-13 12:15+0000\n" -"Last-Translator: \"Dylan Kiss (dyki)\" \n" -"Language-Team: Arabic \n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' ليس نمط باركود صحيح. هل تقصد '.*'؟" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"تحدِّد تسميات الباركود كيفية التعرف على الباركودات وتصنيفها.\n" -" عند مسح باركود ضوئيًا، يتم ربطه بالقاعدة " -"الأولى مع نمط\n" -" مُطابق. تركيبة النمط هي تركيبة التعبير " -"النمطي، وتتم مطابقة\n" -" الباركود إذا طابق التعبير النمطي بادئة " -"الباركود." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "تحدد تسمية الباركود كيفية تعرف نقطة البيع على الباركود وكيفية تفسيره" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "إضافة تسمية جديدة للباركود" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "لقب" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "دائمًا" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "تعرف داخلي على قاعدة تسمية هذا الباركود" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "تعرف داخلي على تسمية الباركود" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "أي" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "تطبيق" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "باركود" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "تعرف داخلي على تسمية هذا الباركود" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "تسمية الباركود" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "تسميات الباركود" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "نمط الباركود" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "قاعدة الباركود" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "الباركود الممسوح ضوئيًا" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "الباركود: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "الشركات" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "أنشئ بواسطة" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "أنشئ في" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "اسم العرض" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 إلى UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "التشفير" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "قم بإدخال باركود..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "مسار HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "المُعرف" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"حتى تتمكن من استخدام طريقة barcodes.barcode_events_mixin، يجب أن يتم تنفيذ " -"on_barcode_scanned" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "آخر تحديث بواسطة" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "آخر تحديث في" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "مطلقًا" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "تسمية" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"يمكن أن تحدد الانماط أيضًا كيفية تشفير القيم الرقمية مثل الأوزان أو الأسعار\n" -" داخل الباركود. يُشار إليها بـ {NNN} حيث يمثل حرف N\n" -" مكان تشفير خانات الرقم. كما تدعم أنماط " -"الباركود الأرقام الكسرية أيضًا\n" -" ويتم التعبير عن الرقم العشري هكذا " -"{NNNDD}. في هذه الحالات،\n" -" يجب أن تظهر هذه الخانات في حقل " -"الباركود كأصفار في السجلات\n" -" المرتبطة." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "يرجى المسح مجدداً!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "اسم القاعدة" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "القواعد" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "تسلسل" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "الجداول" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "انقر للمسح" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "نمط مطابقة الباركود" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "لا يؤدي نمط الباركود %(pattern)s إلى تعبير نمطي صالح." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "قائمة قواعد الباركود" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "سوف يُستخدَم النمط المطابق كلقب لهذا الباركود" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"يوجد خطأ في تركيبة نمط الباركود %(pattern)s: يمكن أن تحتوي القاعدة على زوج " -"أقواس واحد فقط." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"يوجد خطأ في تركيبة نمط الباركود %(pattern)s: يمكن أن تحتوي الأقواس فقط على N " -"متبوعة بـ D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "يوجد خطأ في تركيبة نمط الباركود %(pattern)s: أقواس فارغة." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "ستُطبق هذه القاعدة فقط إذا كان الباركود مُشفرًا بطريقة التشفير المحددة" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "النوع" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"يمكن تحويل أكواد UPC لأكواد EAN بوضع صفر كبادئة لهم. يحدد هذا الاختيار إن " -"كان ينبغي تحويل باركود UPC أو EAN تلقائيًا للنوع الآخر عند محاولة تطبيق قاعدة " -"بطريقة التشفير الأخرى." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A إلى EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "التحويل بين UPC وEAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "وحدة المنتج" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "أمر باركود غير معروف" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "يستخدم لترتيب القواعد بحيث تتم مطابقة القواعد ذات التسلسل الأصغر أولًا" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "قيمة آخر باركود ممسوح ضوئيًا." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" - -#~ msgid "Barcode: " -#~ msgstr "الباركود: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/az.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/az.po deleted file mode 100644 index 295f19c..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/az.po +++ /dev/null @@ -1,387 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# erpgo translator , 2022 -# Jumshud Sultanov , 2022 -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Azerbaijani \n" -"Language: az\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Qoşma Ad" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Həmişə" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Tətbiq edin" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barkod" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Barkod Nomenklaturası" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Barkod Qaydası" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Şirkətlər" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Tərəfindən yaradılıb" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Tarixdə yaradıldı" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Ekran Adı" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodlaşdırma" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Marşrutizasiyası" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Son Yeniləyən" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Son Yenilənmə tarixi" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Heç vaxt" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Qayda Adı" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Qaydalar" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Ardıcıllıq" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Bu qayda yalnız bar- kod təyin edilmiş kodlaşdırma ilə kodlaşdırıldığı " -"halda, tətbiq olunacaq" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tip" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/barcodes.pot b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/barcodes.pot deleted file mode 100644 index dad1eb7..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/barcodes.pot +++ /dev/null @@ -1,370 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-01-25 18:36+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets" -" barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in" -" one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "" -"Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/bg.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/bg.po deleted file mode 100644 index dffa2a7..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/bg.po +++ /dev/null @@ -1,408 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Nikola Iliev, 2023 -# Rosen Vladimirov , 2023 -# aleksandar ivanov, 2023 -# Martin Trigaux, 2023 -# Maria Boyadjieva , 2023 -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -# Ivaylo Malinov , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-27 09:35+0000\n" -"Last-Translator: Ivaylo Malinov \n" -"Language-Team: Bulgarian \n" -"Language: bg\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' не е валиден Regex баркод шаблон. Имахте ли предвид '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Номенклатурите на баркодове определят как баркодовете се признават и " -"категоризират.\n" -" Когато баркодът е сканиран, той вече е " -"присъединен към първото правило с подходящ\n" -" шаблон. Синтаксисът на шаблона е от типа " -"'регулярен израз', a баркодът е съответстващ,\n" -" ако регулярният израз се съчетава с префикс " -"на баркода." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Дадена номенклатура на баркод определя как центърът за продажби идентифицира " -"и интерпретира баркодове" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Псевдоним" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Винаги" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Вътрешна идентификация за това правило за номенклатура на баркодове" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Вътрешна идентификация за баркодова номенклатура" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Всеки" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Приложи" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Баркод" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Баркодова номенклатура" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Баркодови номенклатури" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Шаблон на баркодове" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Правило за баркод" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Сканиран баркод" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Фирми" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Създадено от" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Създадено на" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Име за показване" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 to UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Кодиране" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Маршрутизиране" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Последно актуализирано от" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Последно актуализирано на" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Никога" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Номенклатура" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Име на правило" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Правила" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Последователност" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Маси" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Докоснете, за да сканирате" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Шаблонът за съчетаване на баркод" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Списъкът с правила за баркодове" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Съчетаният шаблон ще играе ролята на псевдоним за този баркод" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Това правило ще се приложи, само ако баркодът е кодиран със специфична " -"кодировка" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Вид" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Кодовете UPC могат да се конвертират в EAN, като им се поставят префикси с " -"нула. Тази настройка определя дали UPC/EAN баркодът трябва да се конвертира " -"автоматично по един или друг начин при опит да се съчетае дадено правило с " -"другата кодировка." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A to EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN конвертиране" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Единица продукт" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Използва се за подредба на правила, така че правилата с по-малка " -"последователност да се съчетават първи" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Стойност на последния сканиран баркод" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/bs.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/bs.po deleted file mode 100644 index 6e15259..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/bs.po +++ /dev/null @@ -1,387 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2018 -# Boško Stojaković , 2018 -# Bole , 2018 -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:32+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Bosnian \n" -"Language: bs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Uvijek" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Bilo koji" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barkod" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenklatura bakodova" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenklature barkodova" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Kompanije" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Kreirao" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Kreirano" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Prikazani naziv" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Zadnji ažurirao" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Zadnje ažurirano" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nikada" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Naziv pravila" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Pravila" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sekvenca" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Stolovi" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tip" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ca.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ca.po deleted file mode 100644 index c2c004d..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ca.po +++ /dev/null @@ -1,439 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Manel Fernandez Ramirez , 2022 -# Quim - eccit , 2022 -# jabelchi, 2022 -# Arnau Ros, 2022 -# Marc Tormo i Bochaca , 2022 -# AncesLatino2004, 2022 -# Martin Trigaux, 2022 -# RGB Consulting , 2022 -# Ivan Espinola, 2022 -# jabiri7, 2022 -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Catalan \n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' no és un patró Regex vàlid per a codi de barres. Potser volia utilitzar " -"'.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Lesnomenclatures de codi de barres defineixen com es reconeixen i " -"categoritzen els codis de barres.\n" -" Quan s'escaneja un codi de barres s'associa " -"a la primera regla amb un patró\n" -" coincident. La sintaxi dels patrons és la " -"d'una expressió regular, i un codi de barres es reconeix \n" -" si l'expressió regular coincideix amb un " -"prefix del codi de barres." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Una nomenclatura de codi de barres defineix com el punt de venda identifica " -"i interpreta els codis de barres" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Afegir una nova nomenclatura de codis de barres" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Pseudònim" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Sempre" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" -"Un identificador intern per aquesta regla de nomenclatura de codi de barres" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Identificació interna de la nomenclatura del codi de barres" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Alguna" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Aplica" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Codi de barres" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Barreja d'esdeveniments de codi de barres" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenclatura del codi de barres" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenclatures de codi de barres" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Patró de codi de barres" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Regla del codi de barres" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Codi de barres escanejat" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Codi de barres: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Empreses" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Creat per" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Creat el" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nom mostrat" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 a UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificació" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Introdueix un codi de barres..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Enrutament HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Per poder utiltizar barcodes.barcode_events_mixin, cal implementar el mètode " -"on_barcode_scanned" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Última actualització per" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Última actualització el" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Mai" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Els patrons també poden definir com es codifiquen els valors numèrics, tals " -"com el pes o el preu,\n" -" en el codi de barres. S'indica amb " -"{NNN}, on les N\n" -" defineixen en quina posició es codifiquen " -"els dígits. També es permeten\n" -" nombres reals si els decimals s'indiquen " -"amb D, com ara {NNNDD}. En aquests casos,\n" -" el camp del codi de barres en els registres " -"associats ha de mostrar zeros\n" -" en aquestes posicions." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Si us plau, escaneja de nou!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Nom de regla" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regles" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Seqüència" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Taules" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Toca per escanejar" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "El patró de coincidència de codis de barres" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"El patró de codi de barres %(pattern)s no condueix a una expressió regular " -"vàlida." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "La llista de regles de codis de barres" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "El patró coincident serà un sobrenom per aquest codi de barres" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Hi ha un error de sintaxi al patró del codi de barres %(pattern)s:una regla " -"només pot contenir un parell de claus." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Hi ha un error de sintaxi al patró del codi de barres %(pattern)s:Les claus " -"només poden contenir N seguides de D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Hi ha un error de sintaxi al patró del codi de barres %(pattern)s: tirants " -"buits." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Aquesta regla només s'aplicarà si el codi de barres està codificat amb la " -"codificació especificada" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tipus" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Els codis UPC es poden convertir a EAN prefixant-los amb un zero. Aquest " -"ajust determina si un codi de barres UPC/EAN ha de ser convertit " -"automàticament en un sentit o l'altre en buscar una coincidència amb l'altra " -"codificació." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A a EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Conversió UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Unitat de producte" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Ordre desconeguda de codi de barres" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Utilitzat per ordenar regles tals que les regles amb menor seqüència " -"coincideixin primer" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Valor de l'últim codi de barres escanejat." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" - -#~ msgid "Barcode: " -#~ msgstr "Codi de barres:" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/cs.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/cs.po deleted file mode 100644 index 9ac67ab..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/cs.po +++ /dev/null @@ -1,422 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Michal Veselý , 2022 -# Martin Trigaux, 2022 -# xlu , 2022 -# Jan Horzinka , 2022 -# Jiří Podhorecký, 2022 -# Aleš Fiala , 2023 -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -# "Marta (wacm)" , 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-02-25 14:41+0000\n" -"Last-Translator: \"Marta (wacm)\" \n" -"Language-Team: Czech \n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : " -"(n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' není platné Regex schéma čárového kódu. Mysleli jste '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Názvy čárových kódů definují, jak jsou čárové kódy rozpoznávány a " -"kategorizovány.\n" -"Když je čárový kód naskenován, je spojen s prvním pravidlem se " -"shodným vzorem. Syntaxe vzoru je stejná jako u regulárního výrazu a čárový " -"kód se shoduje, pokud se regulární výraz shoduje s předponou čárového kódu." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Nomenklatura čárových kódů definuje, jak prodejní místo čárové kódy " -"identifikuje a interpretuje" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Přidat nové názvosloví čárového kódu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Vždy" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Interní identifikace tohoto pravidla nomenklatury čárových kódů" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Interní identifikace nomenklatury čárových kódů" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Jakýkoliv" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Použít" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Čárové kódy" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Událost čárového kódu mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenklatura čárového kódu" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenklatury čárových kódů" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Vzor čárového kódu" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Pravidlo čárového kódu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Naskenovaný čárový kód" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Společnosti" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Vytvořeno uživatelem" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Vytvořeno dne" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Zobrazovaný název" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 na UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kódování" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Naposledy upraveno uživatelem" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Naposledy upraveno dne" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nikdy" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Systém pojmenování" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Schémata mohou také definovat způsob, kterým mohou být číselné hodnoty, jako " -"hmotnost nebo cena\n" -" zakódovány do čárového kódu. Jsou indikovány " -"pomocí {NNN}, kde N-ka\n" -" určují, kde jsou číslice daného čísla " -"zakódovány. Desetinné čísla jsou také podporována, \n" -" desetiny jsou indikovány pomocí D-ček, jako " -"{NNNDD}. V těchto případech,\n" -" pole čárového kódu na odpovídajících " -"záznamech musí zobrazovat tyto číslice jako\n" -" nuly." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Prosím, nasnímejte znovu!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Název pravidla" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Pravidla" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sekvence" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabulky" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Klepnutím skenovat" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Vzor shody čárového kódu" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Seznam pravidel čárového kódu" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Odpovídající vzor bude alias tohoto čárového kódu" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Schéma čárového kódu %(pattern)s obsahuje chybu: pravdilo může obsahovat " -"pouze jeden pár závorek." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Schéma čárového kódu %(pattern)s obsahuje chybu: závorky mohou obsahovat " -"pouze písmena N následované písmeny D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Ve vzoru čárového kódu je syntaktická chyba %(pattern)s: prázdné závorky." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Toto pravidlo platí pouze v případě, že je čárový kód kódován zadaným " -"kódováním" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Typ" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC kódy mohou být převedeny na EAN přidáním předčísla nuly. Toto nastavení " -"určuje, zda má být čárový kód UPC / EAN automaticky převeden jedním nebo " -"druhým způsobem při pokusu o shodu pravidla s jiným kódováním." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A na EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN konverze" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Jednotkový produkt" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Neznámý příkaz čárového kódu" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Slouží k uspořádání pravidel tak, aby se nejprve shodovala pravidla s menší " -"sekvencí" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Hodnota posledního naskenovaného čárového kódu." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/da.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/da.po deleted file mode 100644 index 9abd47d..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/da.po +++ /dev/null @@ -1,418 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Danish \n" -"Language: da\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' er ikke et gyldigt regex-stregkodemønster. Mente du '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Stregkodenomenklaturer definerer, hvordan stregkoder genkendes og " -"kategoriseres.\n" -" Når en stregkode scannes, bliver den " -"forbundet med den første regel, hvis mønster\n" -" matcher. Mønstersyntaksen er et regulært " -"udtryk, og en stregkode matches,\n" -" hvis det regulære udtryk stemmer overens med " -"stregkodens præfiks." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"En stregkodes nomenklatur definerer, hvordan kassesystemet identificerer og " -"fortolker stregkoder" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Tilføj en ny stregkodenomenklatur" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Altid" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "En intern identifikation for denne stregkodes nomenklaturregel" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "En intern identifikation for denne stregkodes nomenklatur" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Enhver" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Anvend" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Stregkode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Stregkode-arrangement-mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Stregkodenomenklatur" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Stregkodenomenklaturer" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Stregkodemønster" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Stregkoderegler" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Scannet stregkode" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Stregkode: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Virksomheder" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Oprettet af" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Oprettet den" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Vis navn" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 til UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodning" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Indtast en stregkode ..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"For at kunne bruge barcodes.barcode_events_mixin skal method " -"on_barcode_scanned være implementeret" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Sidst opdateret af" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Sidst opdateret den" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Aldrig" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatur" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Mønstre kan også definere, hvordan numeriske værdier – som vægt eller pris – " -"kan være\n" -" indkodet i stregkoden. De angives med " -"formatet {NNN} hvor N'erne\n" -" angiver, hvor mange cifre tallet består af. " -"Flydende tal understøttes også ved hjælp af\n" -" decimaler, som markeres med D’er, for " -"eksempel {NNNDD}. I disse tilfælde\n" -" skal stregkoden på det tilhørende " -"registreringsfelt vise disse cifre med\n" -" nuller." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Scan venligst igen!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Regelnavn" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regler" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sekvens" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Borde" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Tryk for at scanne" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Det mønster, der matcher stregkoden" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "Stregkodemønsteret %(pattern)s danner ikke et gyldigt regulært udtryk." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Listen over stregkoderegler" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Det matchende mønster fungerer som et alias for stregkoden" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Der er en syntaksfejl i stregkodemønsteret %(pattern)s: En regel kan kun " -"indeholde ét par klammer." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Der er en syntaksfejl i stregkodemønsteret %(pattern)s: Klammer kan kun " -"indeholde N'er efterfulgt af D'er." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "Der er en syntaksfejl i stregkodemønsteret %(pattern)s: tomme klammer." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Denne regel gælder kun, hvis stregkoden er kodet med den angivne kodning" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Type" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC-koder kan konverteres til EAN ved at tilføje et nul foran. Denne " -"indstilling bestemmer, om en UPC- eller EAN-stregkode automatisk skal " -"konverteres til det andet format, når der forsøges at matche en regel med en " -"anden kodning." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A til EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN-konvertering" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Produktenhed" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Ukendt stregkodekommando" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "Bruges til at sortere regler, så dem med lavere tal kontrolleres først" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Værdi af den sidst scannede stregkode." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/de.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/de.po deleted file mode 100644 index 7ed9416..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/de.po +++ /dev/null @@ -1,429 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Friederike Fasterling-Nesselbosch, 2022 -# -# "Dylan Kiss (dyki)" , 2025. -# "Larissa Manderfeld (lman)" , 2025, 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-02-13 09:15+0000\n" -"Last-Translator: \"Larissa Manderfeld (lman)\" \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " „*“ ist kein gültiges Regex-Barcode-Muster. Meinten Sie „.*“?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Barcode-Nomenklaturen legen fest, wie Barcodes erkannt und eingestuft " -"werden.\n" -" Wenn ein Barcode eingelesen wird, wird er " -"der ersten passenden Regel mit\n" -" passendem Muster zugeordnet. Die Syntax der " -"Muster entspricht der regulärer Ausdrücke.\n" -" Ein Barcode erfüllt dann die Regel, wenn der " -"reguläre Ausdruck mit dem Präfix des \n" -" Barcode übereinstimmt." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Eine Barcode-Nomenklatur bestimmt, wie das Kassensystem Barcodes erkennt und " -"interpretiert" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Eine neue Barcode-Nomenklatur hinzufügen" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Immer" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Ein internes Kennzeichen für diese Barcode-Nomenklatur-Regel" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Ein internes Kennzeichen für diese Barcode-Nomenklatur" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Beliebige" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Anwenden" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barcode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Barcode-Veranstaltungs-Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Barcode-Nomenklatur" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Barcode-Nomenklaturen" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Barcodemuster" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Barcoderegel" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Gescannter Barcode" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Barcode: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Unternehmen" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Erstellt von" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Erstellt am" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Anzeigename" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 zu UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codierung" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Geben Sie einen Barcode ein ..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-Routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Um barcodes.barcode_events_mixin verwenden zu können, muss die Methode " -"on_barcode_scanned implementiert sein." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Zuletzt aktualisiert von" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Zuletzt aktualisiert am" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Niemals" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatur" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Muster können auch festlegen, wie numerische Werte, wie Gewicht und Preis\n" -" als Barcode verschlüsselt werden. Diese " -"werden eingeleitet durch {NNN} wobei die Ns\n" -" bestimmen, wo die Ziffern geschlüsselt " -"stehen. Gleitkommazahlen werden auch unterstützt \n" -" mit Nachkommastellen, die als Ds " -"dargestellt, wie in {NNNDD}. In diesen Fällen\n" -" muss das Barcode-Feld oder die " -"entsprechenden Datensätze diese Stellen als \n" -" Nullen ausweisen." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Bitte erneut scannen!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Regelbezeichnung" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regeln" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sequenz" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabellen" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Zum Scannen tippen" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Das zum Barcode passende Muster" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Das Barcode-Muster %(pattern)s führt nicht zu einem gültigen regulären " -"Ausdruck." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Die Liste der Barcode-Regeln" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Das übereinstimmende Muster wird diesen Barcode bestimmen" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Es gibt einen Syntaxfehler in den Barcode-Mustern %(pattern)s: eine Regel " -"kann nur ein Paar geschweifte Klammern enthalten." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Es gibt einen Syntaxfehler im Barcode-Muster %(pattern)s: geschweifte " -"Klammern können nur Ns gefolgt von Ds enthalten." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Es gibt einen Syntaxfehler in den Barcodemustern %(pattern)s: leere Klammern." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Diese Regel greift nur, wenn der Barcode in angegebener Codierung vorliegt." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Typ" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC-Codes können in EAN durch voranstellen einer Null konvertiert werden. " -"Diese Einstellung legt fest, ob diese Umwandlung automatisch, in die eine " -"oder andere Richtung, erfolgen soll, wenn nach Regelübereinstimmung der " -"jeweils anderen Codierung gesucht wird." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A zu EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN-Umwandlung" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Einheitsprodukt" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Unbekannter Barcode-Befehl" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Verwendet, um Regeln zu sortieren, sodass solche mit kleinerer Nummer zuerst " -"geprüft werden." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Wert des zuletzt gescannten Barcodes." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Sie können „%(name)s“ nicht löschen, da es sich um die Standard-Barcode-" -"Nomenklatur handelt." - -#~ msgid "Barcode: " -#~ msgstr "Barcode: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/el.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/el.po deleted file mode 100644 index 7bfe484..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/el.po +++ /dev/null @@ -1,415 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2018 -# Kostas Goutoudis , 2018 -# Stefanos Nikou , 2018 -# Giota Dandidou , 2018 -# George Tarasidis , 2018 -# "Dylan Kiss (dyki)" , 2025. -# Dionysis Zacharioudakis , 2025. -# Panagiotis karampaglis , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Greek \n" -"Language: el\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' δεν είναι έγκυρο μοτίβο γραμμωτού κώδικα Regex. Μήπως εννοείτε '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Ονοματολογία Barcodes καθορίζει πως τα barcodes αναγνωρίζονται και " -"κατηγοριοποιούνται.\n" -" Όταν γίνεται η σάρωση το barcode " -"συσχετίζεται με τον πρώτο κανόνα με ένα αντίστοιχο\n" -" πρότυπο. Η σύνταξη των προτύπων είναι αυτή " -"μιας κανονικής έκφραση και το barcode είναι αντίστοιχο\n" -" εάν η κανονική έκφραση ταιριάζει με το " -"πρόθεμα του barcode." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Μια ονοματολογία barcode καθορίζει το πώς το σημείο πώλησης εντοπίζει και " -"ερμηνεύει barcodes" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Προσθήκη νέας ονοματολογίας barcode" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Ψευδώνυμο" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Πάντα" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Οποιοδήποτε" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Εφαρμογή" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barcode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Ονοματολογίες Barcode" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Ονοματολογίες Barcode" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Μοτίβο Barcode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Κανόνας Barcode" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Barcode Σαρώθηκε" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Barcode: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Εταιρείες" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Δημιουργήθηκε από" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Δημιουργήθηκε στις" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Εμφανιζόμενο Όνομα" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 σε UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Κωδικοποίηση" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Εισάγετε ένα barcode..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "Κωδικός" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Τελευταία Ενημέρωση από" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Τελευταία Ενημέρωση στις" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Ποτέ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Ονοματολογία" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Παρακαλώ σαρώστε ξανά!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Όνομα Κανόνα" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Κανόνες" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Ακολουθία" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Πίνακες" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Πατήστε για σάρωση" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Το μοτίβο αντιστοίχισης barcode" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Η λίστα των κανόνων barcode" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Το αντιστοίχισμένο μοτίβο θα έχει ψευδώνυμο σε αυτό το barcode" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Υπάρχει συντακτικό σφάλμα στο μοτίβο του barcode %(pattern)s: ένας κανόνας " -"μπορεί να περιέχει μόνο ένα ζευγάρι αγκύλες." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Υπάρχει συντακτικό σφάλμα στο μοτίβο του barcode %(pattern)s: οι αγκύλες " -"μπορούν να περιέχουν μόνο 'N' που ακολουθούνται από 'D'." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Υπάρχει συντακτικό σφάλμα στο μοτίβο του barcode %(pattern)s: κενές αγκύλες." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Αυτός ο κανόνας θα ισχύει μόνο εάν το barcode είναι κωδικοποιημένο με την " -"καθορισμένη κωδικοποίηση" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Τύπος" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Οι κωδικοί UPC μπορούν να μετατραπούν σε EAN προσθέτοντας ένα μηδενικό στην " -"αρχή. Αυτή η ρύθμιση καθορίζει εάν ένας κωδικός UPC/EAN θα πρέπει να " -"μετατρέπεται αυτόματα με τον έναν ή τον άλλο τρόπο κατά την προσπάθεια " -"αντιστοίχισης κανόνα με την άλλη κωδικοποίηση." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A σε EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Μετατροπή UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Μονάδα Είδους" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Άγνωστη εντολή barcode" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Χρησιμοποιείται για να ταξινομεί κανόνες με μια μικρότερη ακολουθία " -"αντιστοίχισης" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Τιμή του τελευταίου barcode που σαρώθηκε." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es.po deleted file mode 100644 index 871f9f8..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es.po +++ /dev/null @@ -1,436 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Leonardo J. Caballero G. , 2022 -# Pedro M. Baeza , 2023 -# "Dylan Kiss (dyki)" , 2025. -# "Noemi Pla Garcia (nopl)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-20 09:33+0000\n" -"Last-Translator: \"Noemi Pla Garcia (nopl)\" \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == " -"0) ? 1 : 2);\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' no es un patrón de código de barras válido para la expresión regular. " -"¿Se refiere a'.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Las nomenclaturas de códigos de barras definen cómo se reconocen y " -"categorizan\n" -"los códigos de barras. Cuando se escanea un código de barras se asocia a la " -"primera\n" -"regla con un patrón coincidente. La sintaxis de los patrones es la de una " -"expresión\n" -"regular, y un código de barras se reconoce si la expresión regular coincide " -"con un\n" -"prefijo del código de barras." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Una nomenclatura de código de barras define cómo un punto de venta " -"identifica e interpreta los códigos de barras" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Añadir una nueva nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Siempre" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" -"Un identificador interno para esta regla de nomenclatura del código de barras" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Un identificador interno para la nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Cualquiera" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Aplicar" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mixin de eventos de código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenclaturas de código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Patrón de código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Regla de código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Código de barras escaneado" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Código de barras: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Compañías" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Creado por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Creado el" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nombre para mostrar" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 a UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificación" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Ingrese un código de barras..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Enrutamiento HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Para poder utilizar barcodes.barcode_events_mixin, es necesario implementar " -"el método on_barcode_scanned." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Última actualización por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Última actualización el" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nunca" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Los patrones también pueden definir el modo en que los valores numéricos, " -"como el peso o el precio, pueden\n" -" codificarse en el código de barras. Estos se " -"indican con el parámetro {NNN} donde las N\n" -" definen dónde se codifican los dígitos del " -"número. También se admiten valores flotantes con los\n" -" decimales indicados con D, como {NNNDD}" -". En estos casos,\n" -" el campo de código de barras de los " -"registros asociados debe mostrar estos dígitos como\n" -" ceros." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "¡Escanee de nuevo!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Nombre de regla" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Reglas" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Secuencia" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tablas" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Presione para escanear" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Patrón de concordancia para el código de barras" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"El patrón %(pattern)s del código de barras no lleva a una expresión regular " -"válida." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "La lista de reglas de códigos de barras" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "El patrón de concordancia será un alias para este código de barras" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Hay un error de sintaxis en el patrón del código de barras %(pattern)s: una " -"regla solo puede contener un par de llaves." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Hay un error de sintaxis en el patrón del código de barras %(pattern)s: las " -"llaves solo pueden contener N seguido de D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Hay un error de sintaxis en el patrón del código de barras %(pattern)s: " -"llaves vacías." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Esta regla solo aplicará si el código de barras está codificado con la " -"codificación especificada" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tipo" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Los códigos UPC se pueden convertir en EAN prefijándolos con un cero. Este " -"ajuste determina si un código de barras UPC/EAN debe ser convertido " -"automáticamente en uno u otro sentido al buscar una coincidencia con la otra " -"codificación." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A a EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Conversión UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Producto unitario" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Comando de código de barras desconocido" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Usado para ordenar reglas. Primero se busca una concordancia para reglas con " -"menor secuencia." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Valor del último código de barras escaneado." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"No se puede eliminar «%(name)s » porque es la nomenclatura de códigos de " -"barras predeterminada." - -#~ msgid "Barcode: " -#~ msgstr "Código de barras:" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es_419.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es_419.po deleted file mode 100644 index 1663fed..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es_419.po +++ /dev/null @@ -1,427 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# "Dylan Kiss (dyki)" , 2025. -# "Fernanda Alvarez (mfar)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-03 18:47+0000\n" -"Last-Translator: \"Fernanda Alvarez (mfar)\" \n" -"Language-Team: Spanish (Latin America) \n" -"Language: es_419\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' no es un patrón de código de barras válido en expresiones regulares. " -"¿Quizás te refieres a '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Las nomenclaturas de códigos de barras definen cómo se reconocen y " -"categorizan estos códigos.\n" -" Al escanear un código de barras, se asocia " -"con la primera regla que tenga un patrón\n" -" coincidente. La sintaxis del patrón es la de " -"una expresión regular, y un código de barras coincide\n" -" si la expresión regular coincide con el " -"prefijo de un código de barras." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Una nomenclatura de código de barras define cómo el punto de venta " -"identifica e interpreta los códigos de barras" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Agregar una nueva nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Siempre" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" -"Un identificador interno para esta regla de nomenclatura del código de barras" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Un identificador interno para la nomenclatura del código de barras" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Cualquiera" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Aplicar" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mixin de eventos de código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenclatura del código de barras" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenclaturas de códigos de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Patrón del código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Regla del código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Código de barras escaneado" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Código de barras: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Empresas" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Creado por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Creado el" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nombre en pantalla" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 a UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificación" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Ingresa un código de barras..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Enrutamiento HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Es necesario implementar el método on_barcode_scanned para poder utilizar " -"barcodes.barcode_events_mixin." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Última actualización por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Última actualización el" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nunca" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Los patrones también pueden definir el modo en que los valores numéricos, " -"como el peso o el precio, se\n" -" codifican en el código de barras. Estos se " -"indican con {NNN}, donde las N\n" -" definen dónde se codifican los dígitos del " -"número. También se admiten valores decimales con\n" -" D, como en {NNNDD}. En estos " -"casos,\n" -" el campo del código de barras en los " -"registros asociados debe mostrar estos dígitos como\n" -" ceros." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Vuelve a escanear" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Nombre de la regla" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Reglas" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Secuencia" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tablas" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Toca para escanear" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "El patrón de concordancia para el código de barras" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"El patrón %(pattern)s del código de barras no lleva a una expresión regular " -"válida." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "La lista de reglas de códigos de barras" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "El patrón coincidente se asignará a este código de barras." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Hay un error de sintaxis en el patrón del código de barras %(pattern)s: una " -"regla solo puede contener un par de llaves." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Hay un error de sintaxis en el patrón del código de barras %(pattern)s: las " -"llaves solo pueden contener N seguido de D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Hay un error de sintaxis en el patrón del código de barras %(pattern)s: las " -"llaves están vacías." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Esta regla solo aplicará si el código de barras tiene la codificación " -"especificada" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tipo" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Los códigos UPC se pueden convertir a EAN al agregar un cero al inicio. Esta " -"opción define si un código de barras UPC/EAN debe convertirse de forma " -"automática de un formato a otro al intentar aplicar una regla con la otra " -"codificación." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A a EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Conversión UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Producto unitario" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Comando de código de barras desconocido" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Se utiliza para ordenar reglas de modo que las que tienen una secuencia " -"menor se evalúen primero" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Valor del último código de barras escaneado." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"No puedes eliminar %(name)s porque es la nomenclatura predeterminada de los " -"códigos de barras." diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es_CL.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es_CL.po deleted file mode 100644 index 5594cb9..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/es_CL.po +++ /dev/null @@ -1,320 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" -"Language: es_CL\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Creado por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Creado en" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "Nombre mostrado" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID (identificación)" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Última actualización de" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Última actualización en" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Secuencia" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/et.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/et.po deleted file mode 100644 index fb0c73f..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/et.po +++ /dev/null @@ -1,430 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Algo Kärp , 2022 -# Eneli Õigus , 2022 -# Andre Roomet , 2022 -# Rivo Zängov , 2022 -# Piia Paurson , 2022 -# Arma Gedonsky , 2022 -# Triine Aavik , 2022 -# Egon Raamat , 2022 -# Leaanika Randmets, 2022 -# Kristina Pešehodko , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-10-24 10:59+0000\n" -"Last-Translator: Kristina Pešehodko \n" -"Language-Team: Estonian \n" -"Language: et\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' ei ole kehtiv Regex-koodimustriga triipkood. Kas mõtlesite '.*' ?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Triipkoodi nomenklatuur määra kuidas triipkoodid tuvastatakse ja " -"kategoriseeritakse.\n" -" Kui triipkood skaneeritakse siis seostatakse " -"see esimese reegliga, \n" -" millega muster ühtib. Muster süntaks on " -"regulaaravaldis ja triipkood võrreldakse\n" -" siis kui regulaaravaldise algus kattuvad." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Triipkoodi nimistu määrab kuidas kassa identifitseerib ja tõlgendab " -"triipkoode" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Lisa uus triipkoodi nimistu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Alati" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Sisemine identifikaator selle triipkoodi nimistiku reeglile" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Sisemine identifikaator selle triipkoodi nimistikule" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Vähemalt üks" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Kinnita" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Triipkood" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Triipkoodi sündmus Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Triipkoodi nomenklatuur" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Triipkoodi nimekirjad" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Triipkoodi muster" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Triipkoodi reegel" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Triipkood loetud" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Triipkood: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Ettevõtted" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Loonud" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Loomise kuupäev" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Näidatav nimi" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13'st UPC-A'ks" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodeerimine" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Sisesta triipkood..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Selleks, et kasutada barcodes.barcode_events_mixin, method " -"on_barcode_scanned peab olema rakendatud" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Viimati uuendas" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Viimati uuendatud" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Mitte kunagi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatuur" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Mustrid võivad samuti määrata, kuidas numbrilisi väärtusi, nagu kaal või " -"hind,\n" -" triipkoodi kodeeritakse. Need on kujul " -"{NNN}, kus N-id määratlevad\n" -" kuhu numbrikoode kirjutatakse. Liikuva komaga " -"arvud on samutit toetatud\n" -" määratledes kohad koma jaoks D-dega, näiteks " -"{NNNDD}. Sellistel juhtudel,\n" -" seotud kirjete triipkoodiväli peab " -"näitama neid numbrimärke\n" -" nullidena." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Palun skaneerige uuesti!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Reegli nimi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Reeglid" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Järjestus" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabelid" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Puuduta skaneerimiseks" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Triipkood, mis vastab mustrile" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Triipkoodi muster %(pattern)s ei too kaasa kehtivat Regex koodimustrit." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Triipkoodi reeglite nimekiri" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Leitud muster vastab sellele triipkoodile" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Triipkoodi mustris on süntaksi viga %(pattern)s: reegel võib sisaldada " -"ainult ühte paari." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Triipkoodi mustris on süntaksi viga %(pattern)s: väljad võivad sisaldada " -"ainult N-sid, millele järgnevad D-d." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "Triipkoodi mustris on süntaksi viga %(pattern)s: tühjad väljad." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"See reegel kehtib ainult siis kui triipkood on kodeeritud määratud " -"kodeeringuga" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tüüp" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC-koode saab muuta EAN-iks lisades neile nulli. See seade määrab, kas " -"UPC / EAN-i vöötkoodi tuleks ühel või teisel viisil automaatselt teisendada, " -"kui püütakse reegli vastavusse viia teise kodeeringuga." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A'st EAN-13'ks" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN konverteerimine" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Ühiktoode" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Tundmatu triipkoodi käsk" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Kasutatakse reeglite järjestamiseks, nii et väikse järjestusega reeglid " -"vastavad kõigepealt" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Viimase skaneeritud triipkoodi väärtus." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Te ei saa %(name)s kustutada, sest see on vaikimisi triipkoodi nomenklatuur." - -#~ msgid "Barcode: " -#~ msgstr "Triipkood: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/eu.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/eu.po deleted file mode 100644 index 423da44..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/eu.po +++ /dev/null @@ -1,320 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" -"Language: eu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Nork sortua" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Created on" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "Izena erakutsi" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Last Updated by" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Last Updated on" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sekuentzia" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fa.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fa.po deleted file mode 100644 index 11c4ac2..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fa.po +++ /dev/null @@ -1,417 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Mohammad Tahmasebi , 2023 -# Hamid Darabi, 2023 -# Hamed Mohammadi , 2023 -# Martin Trigaux, 2023 -# Hanna Kheradroosta, 2023 -# Mohsen Mohammadi , 2023 -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Persian \n" -"Language: fa\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " \"*\" یک الگوی بارکد Regex معتبر نیست. آیا منظور شما '.' بوده است؟" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"نامگذاری بارکدها نحوه شناسایی و دسته بندی بارکدها را مشخص می کند.\n" -"هنگامی که یک بارکد اسکن می شود به اولین قاعده‌ای که الگوی مطابقت " -"دارد، مرتبط می‌شود.\n" -"سینتکس الگو همانند عبارات باقاعده است و یک بارکد مطابقت دارد\n" -"اگر عبارت باقاعده با پیشوند بارکد تطابق داشته باشد." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"نام‌گذاری بارکد مشخص می‌کند که چگونه نقطه فروش بارکدها را شناسایی و تفسیر " -"می‌کند." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "یک نام‌گذاری بارکد جدید اضافه کنید." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "مستعار" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "همیشه" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "یک شناسه داخلی برای این قانون نام‌گذاری بارکد" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "شناسایی داخلی نام‌گذاری بارکد" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "هر" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "اعمال" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "بارکد" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "میکسین رویداد بارکد" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "نامگذاری بارکد" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "نامگذاری بارکد" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "الگوی بارکد" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "قانون بارکد" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "بارکد اسکن شده" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "شرکت" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "ایجاد شده توسط" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "ایجادشده در" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "نام نمایشی" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 to UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "رمزگذاری" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "مسیریابی HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "شناسه" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "آخرین تغییر توسط" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "آخرین بروز رسانی در" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "هرگز" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "نامگذاری" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"الگوها همچنین می‌توانند تعیین کنند که چگونه مقادیر عددی، مانند وزن یا قیمت، " -"می‌توانند\n" -"در بارکد رمزگذاری شوند. این مقادیر با {NNN} نشان داده می‌شوند، " -"که N ها\n" -"مشخص می‌کنند که کدام ارقام عددی رمزگذاری می‌شوند. اعداد اعشاری نیز با استفاده " -"از\n" -"اعشاری که با Dها نشان داده می‌شوند، مانند {NNNDD}. در این " -"موارد،\n" -"فیلد بارکد در رکوردهای مرتبط باید این ارقام را نشان دهد به‌ صورت \n" -"صفر" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "لطفا، دوباره اسکن کنید!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "نام قاعده" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "قواعد" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "دنباله" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "جداول" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "برای اسکن ضربه بزنید" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "الگوی تطبیق بارکد" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "الگوی بارکد %(pattern)s منجر به یک عبارت باقاعده معتبر نمی‌شود." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "لیست قوانین بارکد" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "الگوی مطابق با این بارکد نام مستعار خواهد داشت" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"یک خطای نحوی در الگوی بارکد وجود دارد: %(pattern)s یک قاعده تنها می‌تواند " -"شامل یک جفت آکولاد باشد." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"یک خطای نحوی در الگوی بارکد وجود دارد: %(pattern)s آکولادها فقط می‌توانند " -"شامل N ها و پس از آن D ها باشند." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "یک خطای نحوی در الگوی بارکد وجود دارد:%(pattern)s آکولادها خالی هستند." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"این قاعده فقط در صورتی اعمال خواهد شد که بارکد با کدگذاری مشخص شده رمزگذاری " -"شده باشد." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "نوع" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"کدهای UPC می‌توانند با اضافه کردن یک صفر به عنوان پیشوند به EAN تبدیل شوند. " -"این تنظیم مشخص می‌کند که آیا بارکد UPC/EAN باید به‌طور خودکار به یک شکل یا شکل " -"دیگر هنگام تلاش برای مطابقت با یک قاعده با کدگذاری دیگر تبدیل شود." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A to EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "تبدیل UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "محصول واحد" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "فرمان بارکد ناشناخته" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"برای ترتیب‌دهی به قواعد به‌گونه‌ای که قواعد با توالی کوچکتر ابتدا مطابقت پیدا " -"کنند." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "مقدار آخرین بارکد اسکن شد." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fi.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fi.po deleted file mode 100644 index c9c31b9..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fi.po +++ /dev/null @@ -1,432 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# MIka Pakkanen , 2022 -# Retropikzel, 2022 -# Marko Happonen , 2022 -# Jarmo Kortetjärvi , 2022 -# Kari Lindgren , 2022 -# Martin Trigaux, 2022 -# Eino Mäkitalo , 2022 -# Veikko Väätäjä , 2022 -# Tuomo Aura , 2022 -# Tuomas Lyyra , 2022 -# Ossi Mantylahti , 2023 -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -# Saara Hakanen , 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-02-19 06:23+0000\n" -"Last-Translator: Saara Hakanen \n" -"Language-Team: Finnish \n" -"Language: fi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' ei ole kelvollinen Regex-viivakoodikuvio. Tarkoititko '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Viivakoodit nimikkeistöissä määrittelee, miten viivakoodit " -"tunnistetaan ja luokitellaan.\n" -" Kun viivakoodi skannataan, se liitetään " -"ensimmäiseen sääntöön, jolla on vastaava viivakoodi.\n" -" Kuvion syntaksi on regex-lauseke, ja " -"viivakoodia täsmätään,\n" -" jos regex vastaa viivakoodin etuliitettä." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Viivakoodinimikkeistö määrittelee, miten kassa tunnistaa ja tulkitsee " -"viivakoodit" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Lisää uusi viivakoodinimikkeistö" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Aina" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Tätä viivakoodinimikkeistön sääntöä koskeva sisäinen tunniste" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Viivakoodin nimikkeistön sisäinen tunniste" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Mikä tahansa" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Käytä" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Viivakoodi" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Viivakooditapahtuman Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Viivakoodinimistö" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Viivakoodinimistöt" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Viivakoodimalli" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Viivakoodisääntö" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Viivakoodi skannattu" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Viivakoodi: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Yritykset" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Luonut" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Luotu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Näyttönimi" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13-koodista UPC-A-koodiksi" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Koodaus" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Syötä viivakoodi..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-reititys" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "Tunnus" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Jotta voit käyttää barcodes.barcode_events_mixin, menettelytapa " -"on_barcode_scanned tulee olla implementoitu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Viimeksi päivittänyt" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Viimeksi päivitetty" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Ei koskaan" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nimikkeistö" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Kaavat voivat myös määritellä, miten numeeriset arvot, kuten paino tai " -"hinta, voidaan\n" -" koodata viivakoodiin. Ne osoitetaan merkiten " -"{NNN}, jossa N:t\n" -" määrittelevät, mihin numeron luvut " -"koodataan. Liukulukuja on myös mahdollista käyttää\n" -" desimaaleilla, jotka on merkitty D-" -"kirjaimilla. Esimerkiksi {NNNDD}. Näissä tapauksissa,\n" -" liittyvien tietueiden viivakoodikentän " -"tulee näyttää nämä numerot\n" -" nollina." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Skannaa uudelleen!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Säännön nimi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Säännöt" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Järjestys" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Taulukot" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Skannaa" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Viivakoodin täsmäytyskaava" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "Viivakoodikaava %(pattern)s ei johda kelvolliseen regex-lausekkeeseen." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Luettelo viivakoodisäännöistä" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Yhdistetty kaava on alias tälle viivakoodille" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Viivakoodikaavassa %(pattern)s on syntaksivirhe: sääntö voi sisältää vain " -"yhden aaltosuljeparin." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Viivakoodikaavassa %(pattern)s on syntaksivirhe: suluissa voi olla vain N-" -"kirjaimia, joita seuraa D-kirjain." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "Viivakoodikuviossa %(pattern)s on syntaksivirhe: tyhjät sulkeet." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Tätä sääntöä sovelletaan vain, jos viivakoodi on koodattu määritetyllä " -"koodauksella" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tyyppi" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC-koodit voidaan muuntaa EAN-koodeiksi lisäämällä niiden eteen nolla. Tämä " -"asetus määrittää, muunnetaanko UPC/EAN-viivakoodi automaattisesti tavalla " -"tai toisella, kun yritetään sovittaa sääntöä toiseen koodaukseen." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "Käytä UPC:tä" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A:sta EAN-13:a" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN-muunnos" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Yksikkötuote" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Tuntematon viivakoodikomento" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Järjestetään säännöt siten, että pienemmän sekvenssin omaavat säännöt " -"täsmäävät ensin" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Viimeksi skannatun viivakoodin arvo." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "Et voi poistaa '%(name)s', koska se on viivakoodin oletusnimikkeistö." - -#~ msgid "Barcode: " -#~ msgstr "Viivakoodi: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fo.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fo.po deleted file mode 100644 index bedfe75..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fo.po +++ /dev/null @@ -1,320 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" -"Language: fo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Byrjað av" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Byrjað tann" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "Vís navn" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Seinast dagført av" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Seinast dagført tann" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr.po deleted file mode 100644 index 278b0b1..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr.po +++ /dev/null @@ -1,435 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Cécile Collart , 2022 -# Jolien De Paepe, 2023 -# "Dylan Kiss (dyki)" , 2025. -# "Manon Rondou (ronm)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-12 14:54+0000\n" -"Last-Translator: \"Manon Rondou (ronm)\" \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % " -"1000000 == 0) ? 1 : 2);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' n'est pas un modèle de code-barres Regex valide. Vouliez-vous dire " -"'.*' ?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"La nomenclature des codes-barres définit comment les codes-barres " -"sont reconnus et catégorisés.\n" -" Lorsqu'un code-barre est scanné, il est " -"associé à la première règle avec un modèle \n" -"correspondant. La syntaxe du modèle est celui de l'expression régulière et " -"un code-barre est associé\n" -" si l'expression régulière correspond à un " -"préfixe du code-barre." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Une nomenclature des codes-barres définit la façon dont le point de vente " -"identifie et interprète le code barre." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Ajouter une nouvelle nomenclature des codes-barres" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Toujours" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" -"Une identification interne pour cette règle de nomenclature des codes-barres" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Un identifiant interne de la nomenclature des codes-barres" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Au moins un" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Appliquer" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Code-barres" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Code-barre Événement Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenclature des codes-barres" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenclatures des codes-barres" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Modèle de code-barres" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Règle de code-barres" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Code barre scanné" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Codes-barres : %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Sociétés" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Créé par" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Créé le" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nom d'affichage" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 vers UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Encodage" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Saisir un code-barres..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Routage HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Pour utiliser barcodes.barcode_events_mixin, la méthode on_barcode_scanned " -"doit être implémentée" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Mis à jour par" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Mis à jour le" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Jamais" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclature" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Les modèles peuvent aussi définir comment les valeurs numériques telles que " -"le poids ou le prix, peuvent être\n" -" encodées dans le code-barres. Ils sont " -"indiqués par {NNN} où les N\n" -" définissent où les chiffres du nombre sont " -"encodés. Les nombres flottants sont également pris en charge avec les\n" -" décimales indiquées avec les D, comme " -"{NNNDD}. Dans ces cas,\n" -" le champ du code-barres sur les " -"enregistrements associés doit afficher ces chiffres comme\n" -" des zéros." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Veuillez scanner à nouveau !" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Nom de la règle" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Règles" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Séquence" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tables" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Toucher pour scanner" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Le code-barres correspondant au modèle" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Le rendu du code-barres %(pattern)s ne mène pas à une expression régulière " -"valide." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Liste des règles des codes-barres" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Le motif correspondant sera un alias pour ce code-barres" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Il y a une erreur de syntaxe dans le modèle de code-barres %(pattern)s: une " -"règle ne peut contenir qu'une paire d'accolades." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"%(pattern)sIl y a une erreur de syntaxe dans le modèle de code-barres : les " -"accolades ne peuvent contenir que des N suivis par des D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Il y a une erreur de syntaxe dans le modèle de code-barres %(pattern)s : " -"accolades vides" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Cette règle s'appliquera uniquement si le code-barres est encodé avec " -"l'encodage spécifié" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Type" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Les codes UPC peuvent être converti en EAN en mettant un zéro comme préfixe. " -"Ce réglage détermine si un code-barres UPC/EAN devrait être automatiquement " -"converti dans un sens ou dans l'autre en faisant correspondre une règle avec " -"l'autre encodage." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A vers EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Conversion UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Unité de produit" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Commande de code-barres inconnue" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Utilisé pour commander des règles de manière à ce que les règles avec une " -"séquence similaire correspondent en premier" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Valeur du dernier code-barres scanné." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Vous ne pouvez pas supprimer '%(name)s' car il s'agit de la nomenclature par " -"défaut des codes-barres." - -#~ msgid "Barcode: " -#~ msgstr "Code-barres :" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr_BE.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr_BE.po deleted file mode 100644 index 83dd346..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr_BE.po +++ /dev/null @@ -1,319 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Odoo 9.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2016-03-18 08:46+0000\n" -"Last-Translator: Martin Trigaux\n" -"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/language/fr_BE/)\n" -"Language: fr_BE\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Créé par" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Créé le" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Derniere fois mis à jour par" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Dernière mis à jour le" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Séquence" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Type" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr_CA.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr_CA.po deleted file mode 100644 index 9c104ca..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/fr_CA.po +++ /dev/null @@ -1,320 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" -"Language: fr_CA\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Créé par" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Créé le" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "Nom affiché" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "Identifiant" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Dernière mise à jour par" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Dernière mise à jour le" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Séquence" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/gl.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/gl.po deleted file mode 100644 index a0a88bb..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/gl.po +++ /dev/null @@ -1,320 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" -"Language: gl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Creado por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Creado o" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Última actualización de" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Última actualización en" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Secuencia" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/gu.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/gu.po deleted file mode 100644 index abff2c8..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/gu.po +++ /dev/null @@ -1,321 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Qaidjohar Barbhaya, 2023 -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2022-09-22 05:45+0000\n" -"Last-Translator: Qaidjohar Barbhaya, 2023\n" -"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n" -"Language: gu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Always" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Companies" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Created by" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Created on" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "Display Name" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Last Updated by" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Last Updated on" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Never" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "નિયમો" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sequence" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Type" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/he.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/he.po deleted file mode 100644 index a3faad7..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/he.po +++ /dev/null @@ -1,413 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Lilach Gilliam , 2022 -# Martin Trigaux, 2022 -# Yihya Hugirat , 2022 -# דודי מלכה , 2022 -# ZVI BLONDER , 2022 -# "Tiffany Chang (tic)" , 2025. -# or balmas , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Hebrew \n" -"Language: he\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " -"n % 10 == 0) ? 2 : 3));\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' אינה תבנית Regex תקפה לברקוד. האם התכוונת ל־'.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"מונחי ברקוד מגדירים כיצד ברקודים מזוהים ומסווגים.\n" -" כאשר ברקוד נסרק הוא משויך ל כלל ראשון " -"עם תבנית התאמה\n" -" . תחביר התבנית הוא של ביטוי רגיל ומתאים " -"לברקוד\n" -" אם הביטוי הרגיל תואם לקידומת של הברקוד." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "מונחי ברקוד מגדירים כיצד נקודת המכירה מזהה ומפרשת ברקודים" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "הוסף קידומת ברקוד חדשה" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "כינוי" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "תמיד" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "מזהה פנימי עבור כלל מונח ברקוד זה" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "מזהה פנימי של מונחי הברקוד" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "כל" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "החל" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "ברקוד" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "ערבוב אירועי ברקוד" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "מונחי ברקוד" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "מונחי ברקוד" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "תבנית ברקוד" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "כלל ברקוד" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "ברקוד נסרק" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "ברקוד:%(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "חברות" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "נוצר על-ידי" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "נוצר ב-" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "שם לתצוגה" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 ל- UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "קידוד" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "הכנס ברקוד..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "ניתוב HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "מזהה" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "עודכן לאחרונה על-ידי" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "עדכון אחרון ב" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "אף פעם" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "מונחים" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"תבניות יכולות גם להגדיר כיצד ערכים מספריים, כמו משקל או מחיר, יכולים להיות\n" -" מקודדים לברקוד. הם מסומנים ע\"י {NNN} כאשר ה- N's\n" -" מגדירים היכן מקודדות הספרות של המספר. ערכים " -"המכילים שברים עשרוניים נתמכים גם עם \n" -" שברים עשרוניים שמסומנים עם D's, כגון " -"{NNNDD}. במקרים אלה, \n" -" שדה הברקוד ברשומות המשויכות צריך " -"להראות את הספרות האלה \n" -" כאפסים." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "נא לסרוק שוב!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "שם כלל" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "כללים" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "רצף" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "שולחנות" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "לחץ כדי לסרוק" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "תבנית התאמת ברקוד" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "רשימת כללי ברקוד" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "התבנית המותאמת תהיה כינוי לברקוד זה" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"יש שגיאת תחביר בתבנית הברקוד %(pattern)s: כלל יכול להכיל זוג אחד בלבד של " -"סוגריים מסולסלים." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"שגיאת תחביר: לא ניתן להשתמש בסוגריים מסולסלים ריקים בתבנית הברקוד%(pattern)s." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "כלל זה יחול רק אם הברקוד מקודד בקידוד שצוין" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "סוג" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"קודי UPC ניתן להמיר ל EAN על ידי הצבת אפסים לפני הברקוד. הגדרה זו קובעת אם " -"יש להמיר באופן אוטומטי ברקוד UPC / EAN בדרך זו או אחרת בעת ניסיון להתאים כלל " -"לקידוד האחר." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A ל- EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "המרה UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "יחידת מוצר" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "פקודת ברקוד לא ידועה" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "משמש לסידור חוקים כך שחוקים עם רצף קטן יותר יתאימו קודם" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "הערך של הברקוד האחרון שנסרק." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hi.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hi.po deleted file mode 100644 index 7e8c98a..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hi.po +++ /dev/null @@ -1,383 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:25+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Hindi \n" -"Language: hi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" आपने बारकोड पैटर्न के लिए गलत निशान '*' का इस्तेमाल किया है. क्या आपका '.*' था?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "एलियास" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "हमेशा" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "कोई" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "अप्लाई करें" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "बारकोड" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "कंपनियां" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "इन्होंने बनाया" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "इस तारीख को बनाया गया" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "डिस्प्ले का नाम" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "एन्कोडिंग" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "एचटीपीपी राउटिंग" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "आईडी" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "इन्होंने आखिरी बार अपडेट किया" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "आखिरी बार अपडेट हुआ" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "कभी नहीं" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "नामपद्धति" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "नियम का नाम" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "नियम" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "सीक्वेंस" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "टेबल" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "टाइप" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hr.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hr.po deleted file mode 100644 index 93ba9a1..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hr.po +++ /dev/null @@ -1,414 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Ivica Dimjašević , 2022 -# Martin Trigaux, 2022 -# Vojislav Opačić , 2022 -# Karolina Tonković , 2022 -# Bole , 2022 -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Croatian \n" -"Language: hr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Nomenklature barkodova određuju kako se barkodovi prepoznaju i " -"kategoriziraju.\n" -" Kada se barkod skenira, povezuje se s " -"prvim pravilom koje odgovara njegovom\n" -" uzorku. Sintaksa uzorka temelji se na " -"regularnim izrazima, a barkod se smatra podudarnim\n" -" ako regularni izraz odgovara početku " -"(prefiksu) barkoda." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Dodavanje nove barkod nomenklature" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Uvijek" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Interni identifikator barkod nomenklature" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Bilokoji" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Primijeni" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barkod" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Barkod nomenklatura" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Barkod nomenklature" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Barkod uzorak" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Barkod pravilo" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Barkod čitač" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Tvrtke" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Kreirao" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Kreirano" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Naziv" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 u UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodna stranica:" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Unesite barkod..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP usmjeravanje" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Promijenio" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Vrijeme promjene" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nikad" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatrua" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Uzorci također mogu definirati kako se numeričke vrijednosti, poput težine " -"ili cijene, mogu\n" -" kodirati u barkod. Označeni su s {NNN}" -" gdje N-ovi\n" -" definiraju mjesta na kojima se kodiraju " -"znamenke broja. Podržani su i decimalni brojevi (floats\n" -" pri čemu su decimale označene slovima D, " -"poput {NNNDD}. U tim slučajevima,\n" -" polje barkoda na povezanim zapisima mora prikazivati te znamenke\n" -" kao nule." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Naziv pravila" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Pravila" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sekvenca" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tablice" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Pritisni za skeniranje" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Uzorak barkoda za validaciju" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Popis pravila barkodova" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Ovo pravilo će se primjeniti jedino ako je barcod u specifičnom formatu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Vrsta" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A u EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN Konverzija" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Jedinica proizvoda" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Koristi se za redoslijed pravila tako da pravilo s manjom sekvencom primjeni " -"prije" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Vrijednost posljednjeg skeniranog barkoda." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" - -#~ msgid "Barcode: " -#~ msgstr "Barkod: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hu.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hu.po deleted file mode 100644 index b58afaf..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/hu.po +++ /dev/null @@ -1,406 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Ákos Nagy , 2022 -# Martin Trigaux, 2022 -# Tamás Németh , 2022 -# Krisztián Juhász , 2022 -# gezza , 2022 -# krnkris, 2022 -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Vonalkód nómenklatúrák határozzák meg, hogy a vonalkódokat hogyan " -"ismerje fel és kategorizálja.\n" -" Ha egy vonalkódot beszkennelt akkor azt " -"összekapcsolja az első szabály egyező\n" -" mintájával. A minta felépítés egy általános " -"kifejezés, és egy vonalkód egyezik, \n" -" ha az alap kifejezés egyezik a vonalkód " -"előtaggal." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Egy vonalkód nomenklatúra határozza meg azt, hogy az értékesítési pont " -"kasszája hogyan azonosítja és fordítja le a vonalkódokat" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Új vonalkó nómenklatúra hozzáadása" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Álnév" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Mindig" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Ennek a vonalkód nomenklatúra szabálynak egy belső azonosítója" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Vonalkód nomenklatúra belső azonosítója" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Bármely" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Alkalmazás" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Vonalkód" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Vonalkód nómenklatúra" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Vonalkód nómenklatúrák" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Vonalkód minta" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Vonalkód szabály" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Vonalkód leolvasva" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Vállalatok" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Létrehozta" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Létrehozva" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Megjelenített név" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 -> UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kódolás" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP irányítás" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Frissítette" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Frissítve" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Soha" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nómenklatúra" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Szabály név" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Szabályok" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sorszám" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Asztalok" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Érintse meg a beolvasáshoz" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "A vonalkóddal egyező minta" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Vonalkód szabályok listája" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Ennek a vonalkódnak az egyező mintája lesz az álneve" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Ezt a szabályt csak egyedi szabállyal létrehozott vonalkódra alkalmazza" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Típus" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC kódok átkonvertálhatóak EAN kóddá egy nullás előtaggal. Ez a beállítás " -"határozza meg a UPC/EAN vonalkód egyik vagy másik módszerrel történő " -"automatikus átalakításának lehetőségét amint a másik átalakítási szabállyal " -"megpróbálja összevetni a mintát." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A -> EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN átváltó" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Mértékegység termék" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Szabályok rendbetételéhez használja, mint a kisebb sorrendű az első találat" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Utoljára beszkennelt vonalkód értéke." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/id.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/id.po deleted file mode 100644 index d6cdcaf..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/id.po +++ /dev/null @@ -1,425 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# -# "Dylan Kiss (dyki)" , 2025. -# "Abe Manyo (abem)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-06 08:42+0000\n" -"Last-Translator: \"Abe Manyo (abem)\" \n" -"Language-Team: Indonesian \n" -"Language: id\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' tidak merupakan Regex Barcode Pattern yang valid. Apakah maksud Anda " -"adalah '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Tata Nama Barcode menentukan bagaimana barcode dikenali dan " -"dikategorikan.\n" -" Saat barcode di-scan barcode akan " -"dihubungkan dengan peraturan pertama dalam pencocokkan\n" -" pola. Syntax pola adalah expression reguler, " -"dan barcode akan cocok\n" -" bila expression reguler cocok dengan prefix " -"barcode." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Tata nama barcode mendefinisikan bagaimana POS mengidentifikasi dan " -"menafsirkan barcode" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Tambahkan tata nama barcode baru" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Selalu" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Identifikasi internal untuk peraturan tata nama barcode ini" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Identifikasi internal untuk tata nama barcode ini" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Banyak" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Terapkan" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barcode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Barcode Event Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Tatanama Barcode" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Tatanama Barcode" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Pola Barcode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Peraturan Barcode" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Barcode telah dipindai" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Barcode: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Perusahaan" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Dibuat oleh" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Dibuat pada" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nama Tampilan" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 ke UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Enkode" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Masukkan barcode..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Untuk dapat menggunakan barcodes.barcode_events_mixin, metode " -"on_barcode_scanned harus diimplementasikan" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Terakhir Diperbarui oleh" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Terakhir Diperbarui pada" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Tidak pernah" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Tata Nama" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Pola juga dapat mendefinisikan nilai numerik, seperti bobot atau harga, yang " -"dapat\n" -" di-encode ke barcode. Mereka ditunjukkan " -"melalui {NNN} dimana N\n" -" mendefinisikan di mana angka di-encode. " -"Float juga didukung dengan\n" -" desimal melalui huruf D, seperti " -"{NNNDD}. Pada kasus seperti ini,\n" -" field barcode pada record yang terkait " -"harus menunjukkan digit-digit ini sebagai\n" -" nol." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Tolong Scan lagi!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Aturan nama" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Aturan" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Urutan" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabel" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Sentuh untuk memindai" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Pola barcode cocok" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Pola barcode %(pattern)s tidak berujung ke expression reguler yang valid." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Daftar peraturan barcode" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Pola yang cocok dengan alias ke barcode ini" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Terdapat syntax error di pola barcode %(pattern)s: peraturan hanya dapat " -"memiliki satu pair of braces." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Terdapat syntax error di pola barcode %(pattern)s: braces hanya dapat " -"memiliki N diikuti D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "Terdapat syntax error di pola barcode %(pattern)s: braces kosong." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Kaidah ini hanya akan diterapkan jika barcode dikodekan dengan pengkodean " -"tertentu." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Jenis" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Kode UPC dapat dikonversi menjadi EAN dengan mengawali mereka dengan nol. " -"Pengaturan ini menentukan apakah barcode UPC/EAN harus secara otomatis " -"dikonversi saat melakukan pencocokkan peraturan dengan encode lain." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A ke EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Konversi UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Produk Satuan" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Command Barcode Tidak Diketahui" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Digunakan untuk mengurutkan kaidah sehingga kaidah dengan urutan terkecil " -"dicocokkan pertama kali" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Nilai barcode yang terakhir dipindai." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Anda tidak dapat menghapus '%(name)s' karena adalah tata nama barcode " -"default." diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/is.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/is.po deleted file mode 100644 index 2487de2..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/is.po +++ /dev/null @@ -1,317 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2022-09-22 05:45+0000\n" -"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" -"Language: is\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nafngift strikamerkja" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Strikamerkjakerfi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Fyrirtæki" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Búið til af" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Stofnað þann" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "Nafn" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "Auðkenni" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Síðast uppfært af" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Síðast uppfært þann" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Rules" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Runa" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Gerð" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/it.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/it.po deleted file mode 100644 index 20ac7cb..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/it.po +++ /dev/null @@ -1,434 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Sergio Zanchetta , 2022 -# "Dylan Kiss (dyki)" , 2025. -# "Marianna Ciofani (cima)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-10-04 02:31+0000\n" -"Last-Translator: \"Marianna Ciofani (cima)\" \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == " -"0) ? 1 : 2);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" \"*\" non è uno modello di espressione regolare valido per un codice a " -"barre. Intendevi \".*\"?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Le nomenclature codice a barre definiscono il modo in cui i codici a " -"barre vengono riconosciuti e classificati.\n" -" Quando un codice a barre viene acquisito " -"viene associato alla prima regola che corrisponde\n" -" a un modello. La sintassi del modello è " -"quella di un'espressione regolare. Il codice a barre trova riscontro\n" -" se l'espressione regolare corrisponde a un " -"prefisso del codice a barre." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Una nomenclatura codice a barre definisce come il punto vendita identifica e " -"interpreta i codici" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Aggiunge una nuova nomenclatura codice a barre" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Sempre" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" -"Un identificativo interno per questa regola di nomenclatura codice a barre" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Un identificativo interno della nomenclatura codice a barre" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Qualsiasi" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Applica" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Codice a barre" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mixin evento codice a barre" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenclatura codice a barre" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenclature codice a barre" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Modello codice" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Regola codice a barre" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Codice a barre scansionato" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Codice a barre: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Aziende" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Creato da" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Data creazione" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nome visualizzato" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "Da EAN-13 a UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codifica" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Inserisci un codice a barre..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Instradamento HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Per utilizzare barcodes.barcode_events_mixin, il metodo on_barcode_scanned " -"deve essere implementato" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Ultimo aggiornamento di" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Ultimo aggiornamento il" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Mai" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"I modelli possono anche definire il modo in cui i valori numerici come il " -"peso e il prezzo possono essere\n" -" codificati nel codice a barre. I valori sono " -"indicati da {NNN} dove i caratteri N\n" -" definiscono dove sono codificate le cifre " -"del numero. Sono supportati anche i numeri a virgola mobile\n" -" con i decimali indicati dai caratteri D, " -"come {NNNDD}. In questi casi,\n" -" il campo codice a barre nei record associati " -"deve mostrare queste cifre come\n" -" zeri." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Per favore, scansiona di nuovo!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Nome regola" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regole" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sequenza" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabelle" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Tocca per acquisire" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Modello di corrispondenza del codice a barre" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Il pattern del codice a barre %(pattern)s non porta a un'espressione " -"regolare valida." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Elenco regole del codice a barre" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Il modello corrispondente sarà l'alias di questo codice a barre" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"È presente un errore di sintassi nel modello del codice a barre %(pattern)s: " -"una regola può contenere una sola coppia di parentesi graffe." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"È presente un errore di sintassi nel modello del codice a barre %(pattern)s: " -"le parentesi graffe possono contenere solo N seguite da D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"È presente un errore di sintassi nel modello del codice a barre %(pattern)s: " -"le parentesi graffe sono vuote." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Questa regola viene applicata solo se il codice rispetta la codifica " -"specificata" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tipologia" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"I codici UPC possono essere convertiti a EAN anteponendo uno zero. Questa " -"impostazione determina se un codice a barre UPC/EAN debba essere convertito " -"automaticamente in uno o nell'altro modo quando si cerca di abbinare una " -"regola con l'altra codifica." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "Da UPC-A a EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Conversione UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Prodotto unitario" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Comando codice a barre sconosciuto" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Utilizzato per ordinare le regole, come confrontare quelle con sequenza più " -"bassa per prime" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Valore dell'ultimo codice a barre scansionato." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Non è possibile eliminare '%(name)s' perché si tratta della nomenclatura " -"predefinita del codice a barre." - -#~ msgid "Barcode: " -#~ msgstr "Codice a barre: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ja.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ja.po deleted file mode 100644 index 415a79b..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ja.po +++ /dev/null @@ -1,421 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Ryoko Tsuda , 2023 -# "Dylan Kiss (dyki)" , 2025. -# "Junko Augias (juau)" , 2025, 2026. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-01-23 07:31+0000\n" -"Last-Translator: \"Junko Augias (juau)\" \n" -"Language-Team: Japanese \n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' は有効な正規表現バーコードパターンではありません。意図されているのは、以" -"下ですか:'.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"バーコード表現ルール はバーコードがどのように認識され、分類されるかを" -"定義します。\n" -" バーコードスキャン時に、パターンが合致する" -"ルールのうち 一番始めのもの を採用します。\n" -" パターン構文は正規表現です。正規表現がバー" -"コードのプレフィクスに一致することをもち、\n" -" バーコードがルールに合致すると判断します。" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"バーコード表現ルールは、販売時点管理がどのようにバーコードを識別し解釈するか" -"を定義します" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "新しいバーコード表現ルールを追加" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "エイリアス" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "常に可能" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "このバーコード表現ルールの内部識別" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "このバーコード表現ルールの内部識別" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "どれでも" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "適用" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "バーコード" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "バーコードイベントMixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "バーコード表現ルール" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "バーコード表現ルール" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "バーコードパターン" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "バーコードルール" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "スキャンされたバーコード" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "バーコード: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "会社" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "作成者" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "作成日" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "表示名" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "JAN/EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "JAN/EAN-13からUPC-Aに変換" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "JAN/EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "エンコード" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "バーコードを入力..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTPルーティング" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"barcodes.barcode_events_mixinを使用するにはon_barcode_scanned メソッドを実装" -"する必要があります" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "最終更新者" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "最終更新日" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "変換しない" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "体系" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"パターンは重量や価格などの数値がバーコードにどのようにエンコードされるかも\n" -" 定義することができます。それらパターンは " -"{NNN}のように表現され、\n" -"        N は数字の桁をエンコードする場所を定義します。小数点が D で示" -"される\n" -" 例えば {NNNDD}浮動小数点もサポー" -"トされています。これらの場合、\n" -" 関連するレコードのバーコードフィールドはこれ" -"らの数値をゼロとして示す必要があります。" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "もう一度スキャンして下さい。" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "ルール名" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "ルール" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "シーケンス" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "テーブル" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "タップしてスキャン" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "バーコードマッチングパターン" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "バーコードパターン %(pattern)s は検証済の正規表現にはなりません。" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "バーコードルールのリスト" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "一致したパターンはこのバーコードにエイリアスします" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"バーコードパターン%(pattern)sにシンタックスエラーがあります: 1 つのルールには" -"中括弧を 1 組しか含めることができません。" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"バーコードパターン %(pattern)sにシンタックスエラーがあります: 中括弧には後に" -"D'sが続くN'sのみ含むことができます。" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"バーコードパターン%(pattern)sにシンタックスエラーがあります: 中括弧が空です。" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"このルールは、バーコードが指定されたエンコーディングでエンコードされている場" -"合にのみ適用されます" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "タイプ" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPCコードは、プレフィックスとしてゼロを付けてJAN/EANに変換できます。 この設定" -"では、あるルールと他のエンコーディングを一致させるときにUPC /EANバーコードを" -"自動的に変換するかどうかを決定します。" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-AからEAN-13に変換" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN変換" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "個数管理品" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "不明なバーコードコマンド" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"より小さな付番ルールが最初に一致するようにルールを順序付けするために使用され" -"ます" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "最後にスキャンされたバーコードの値。" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "%(name)s' はデフォルトのバーコード命名法であるため、削除できません。" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ka.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ka.po deleted file mode 100644 index e9e59bc..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ka.po +++ /dev/null @@ -1,320 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" -"Language: ka\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "შემქმნელი" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "შექმნის თარიღი" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "სახელი" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "იდენტიფიკატორი" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "ბოლოს განაახლა" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "ბოლოს განახლებულია" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "მიმდევრობა" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/kab.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/kab.po deleted file mode 100644 index 0793671..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/kab.po +++ /dev/null @@ -1,384 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux , 2017 -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:32+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Kabyle \n" -"Language: kab\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Tangalt n tfeggagin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Tikebbaniyin" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Yerna-t" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Yerna di" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "Asulay" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Aleqqem aneggaru sɣuṛ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Aleqqem aneggaru di" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Ilugan" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Agzum" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/km.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/km.po deleted file mode 100644 index 818439f..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/km.po +++ /dev/null @@ -1,321 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Sengtha Chay , 2018 -# Chan Nath , 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~11.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2018-09-21 13:17+0000\n" -"Last-Translator: Chan Nath , 2018\n" -"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" -"Language: km\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "ក្រុមហ៊ុន" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "បង្កើតដោយ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "បង្កើតនៅ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "ឈ្មោះសំរាប់បង្ហាញ" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "ផ្លាស់ប្តូរចុងក្រោយ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "ផ្លាស់ប្តូរចុងក្រោយ" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "លំដាប់" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "ប្រភេទ" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ko.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ko.po deleted file mode 100644 index faffedb..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ko.po +++ /dev/null @@ -1,420 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Sarah Park, 2023 -# -# "Dylan Kiss (dyki)" , 2025. -# "Kwanghee Park (kwpa)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:04+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Korean \n" -"Language: ko\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' 항목은 유효한 정규식 바코드 패턴이 아닙니다. '.*' 항목을 찾으시나요?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"바코드 명칭은 바코드가 인식되고 분류되는 방법을 정의합니다.\n" -" 바코드를 스캔할 경우 패턴과 일치하는 첫 번" -"째 규칙으로 연결됩니다.\n" -" 패턴 구문은 정규 표현식의 구문이며\n" -" 정규 표현식이 바코드의 접두사와 일치하면 바코" -"드가 일치합니다." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"바코드 명칭을 통해 POS에서 바코드를 식별하고 해석하는 방법을 정의합니다." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "새로운 바코드 명칭 추가" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "별칭" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "항상" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "바코드 명명 규칙에 대한 내부 ID" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "바코드 명명법에 대한 내부 ID" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "또는" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "적용" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "바코드" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "바코드 이벤트 혼합" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "바코드 명칭" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "바코드 명명법" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "바코드 패턴" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "바코드 규칙" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "바코드 스캔됨" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "바코드: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "회사" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "작성자" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "작성일자" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "표시명" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13에서 UPC-A로" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "인코딩" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "바코드 입력..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP 라우팅" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"barcodes.barcode_events_mixin 내용을 적용하려면 반드시 on_barcode_scanned 메" -"서드를 구현해야 합니다." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "최근 갱신한 사람" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "최근 갱신 일자" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "하지 않음" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "명명법" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"패턴을 이용하여 또한 중량이나 가격과 같은 숫자 값을 바코드에 인코딩하는 방법" -"도\n" -" 지정할 수 있습니다. 표시 방식은 {NNN}와 같으며 여기에서 N은\n" -" 숫자의 자릿수가 인코딩되는 위치를 나타냅니" -"다. 변동값도 마찬가지로 지원되며\n" -" D로 나타내는 십진수에서도, {NNNDD}와 같이 표시됩니다. 이러한 경우,\n" -" 연결된 레코드의 바코드 필드에 반드시 " -"해당 숫자가 0으로 표시되어야\n" -" 합니다." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "다시 스캔하세요!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "규칙 이름" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "규칙" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "순서" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "표" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "탭하여 스캔" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "바코드 일치 패턴" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "바코드 패턴 %(pattern)s이 유효한 정규식으로 연결되지 않았습니다." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "바코드 규칙 목록" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "일치하는 패턴이 이 바코드의 별칭이 됩니다." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"바코드 규칙 %(pattern)s에 구문 오류가 있습니다: 괄호는 한 쌍만 포함할 수 있습" -"니다." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"바코드 규칙 %(pattern)s에 구문 오류가 있습니다: 괄호 내 N 다음에는 D 가 반드" -"시 포함되어야 합니다." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "바코드 규칙 %(pattern)s에 구문 오류가 있습니다: 괄호 내용이 없습니다." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "이 규칙은 바코드가 지정된 인코딩으로 인코딩된 경우에만 적용됩니다." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "유형" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC 코드 앞에 0을 붙여 EAN로 변환 할 수 있습니다. 이 설정은 규칙을 다른 인코" -"딩과 일치 시키려고 할 때 UPC/EAN 바코드가 한 방향으로 또는 다른 방식으로 자" -"동 변환되어야 하는지 여부를 결정합니다." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A에서 EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN 변환" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "품목 단위" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "알 수 없는 바코드 명령" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "작은 순서로 일치하는 것이 우선하도록 규칙을 정렬하는 데 사용됩니다." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "가장 최근에 스캔한 바코드 값입니다." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"'%(name)s' 항목은 삭제할 수 없습니다. 기본 바코드 분류표에 의한 항목입니다." - -#~ msgid "Barcode: " -#~ msgstr "바코드:" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ku.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ku.po deleted file mode 100644 index 3207644..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ku.po +++ /dev/null @@ -1,386 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:25+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Kurdish (Central) \n" -"Language: ku\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "ناونانی بارکۆدێکی نوێ زیاد بکە" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "ناوی نادیار" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "هەموو کات" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "هەر" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "جێبەجێکردن" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "بارکۆد" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "ناونانی بارکۆد" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "ناونانی بارکۆد" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "یاسای بارکۆد" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "بارکۆد سکان کراوە" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "کۆمپانیاکان" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "دروستکراوە لەلایەن..." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "دروستکراوە لە" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "کۆدکردن" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "دوایین نوێکردنەوە لەلایەن..." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "دوایین نوێکردنەوە لە..." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "هەرگیز" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "ناونان" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "تکایە، دووبارە سکان بکەرەوە!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "ناوی یاسا" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "ڕێساکان" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "زنجیرە" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "خشتەکان" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "شێوازی هاوتاکردنی بارکۆد" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "لیستی یاساکانی بارکۆد" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "نەخشی هاوتاکراو دەبێتە ناوی نادیار بۆ ئەم بارکۆدە" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"ئەم یاسایە تەنها لەو کاتەدا کارا دەبێت کە بارکۆدەکە بە کۆدکردنی دیاریکراو " -"کۆد کراوە" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "جۆر" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "یەکەی بەرهەم" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"بەکاردێت بۆ ڕێکخستنی یاساکان بەجۆرێک کە یاساکان کە ڕێزبەندییەکی بچووکتریان " -"هەیە سەرەتا یەکسان بن" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "بەهای دوا بارکۆد کە سکان کراوە." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lb.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lb.po deleted file mode 100644 index 417fb1f..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lb.po +++ /dev/null @@ -1,317 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~12.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2019-08-26 09:09+0000\n" -"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" -"Language: lb\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lo.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lo.po deleted file mode 100644 index 6636476..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lo.po +++ /dev/null @@ -1,317 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" -"Language: lo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lt.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lt.po deleted file mode 100644 index 3b90289..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lt.po +++ /dev/null @@ -1,410 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Arunas V. , 2022 -# UAB "Draugiški sprendimai" , 2022 -# Audrius Palenskis , 2022 -# Martin Trigaux, 2022 -# Silvija Butko , 2022 -# Linas Versada , 2022 -# "Tiffany Chang (tic)" , 2025. -# Vytenis Viruišis , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Lithuanian \n" -"Language: lt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < " -"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " -"1 : n % 1 != 0 ? 2: 3);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' nėra tinkama brūkšninio kodo struktūra. Gal turėjote omenyje '.*' ?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Brūkšninio kodo terminologija nustato, kaip yra atskiriami ir " -"kategorizuojami brūkšniniai kodai.\n" -"Kai brūkšninis kodas nuskaitomas, jis yra susiejamas su pirmąja \n" -"sutampančia struktūros taisykle. Struktūros sintaksė yra standartinės " -"išraiškos, o brūkšninis\n" -"kodas yra susiejamas, jei standartinė išraiška sutampa su brūkšninio kodo\n" -"priešdėliu." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Brūkšninio kodo terminologija nustato, kaip pardavimo taškas identifikuoja " -"ir interpretuoja brūkšninius kodus" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Pridėjo naują brūkšninio kodo terminologiją" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Pseudonimas" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Visada" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Vidinė identifikacija šiai brūkšninio kodo terminologijos taisyklei" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Vidinė identifikacija šiai brūkšninio kodo terminologijai" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Bet koks" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Taikyti" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Brūkšninis kodas" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Brūkšninio kodo renginio Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Brūkšninio kodo terminologija" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Brūkšninio kodo terminologijos" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Brūkšninio kodo struktūra" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Brūkšninio kodo taisyklė" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Nuskenuotas brūkšninis kodas" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Įmonės" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Sukūrė" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Sukurta" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Rodomas pavadinimas" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 į UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodavimas" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP nukreipimas" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Paskutinį kartą atnaujino" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Paskutinį kartą atnaujinta" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Niekada" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Terminologija" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Taisyklės pavadinimas" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Taisyklės" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Seka" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Stalai" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Palieskite, jei norite nuskaityti" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Brūkšninis kodas, atitinkantis struktūrą" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Brūkšninio kodo taisyklių sąrašas" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Susijusi struktūra susisies su šiuo brūkšniniu kodu" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Ši taisyklė bus pritaikyta tik jei brūkšninis kodas bus užkoduotas nurodytu " -"kodavimu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tipas" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC kodai gali būti paverčiami į EAN, priekyje pridedant nulį. Ši nuostata " -"nusako, ar UPC/EAN brūkšninis kodas turėtų būti automatiškai paverčiamas " -"vienu ar kitu būdu, kai bandoma susieti taisyklę su kitu kodavimu." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A į EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN keitimas" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Produkto vienetas" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Naudojama taisyklių išrikiavimui taip, kad taisyklės su žemesne seka būtų " -"taikomos pirmiau" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Paskutinio nuskenuoto brūkšninio kodo reikšmė." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lv.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lv.po deleted file mode 100644 index b8bc941..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/lv.po +++ /dev/null @@ -1,388 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Arnis Putniņš , 2022 -# Martin Trigaux, 2022 -# Anzelika Adejanova, 2022 -# ievaputnina , 2022 -# Armīns Jeltajevs , 2023 -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:32+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Latvian \n" -"Language: lv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Vienmēr" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Svītrkods" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Svītrkoda nomenklatūra" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Svītrkods noskenēts" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Uzņēmumi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Izveidoja" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Izveidots" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Parādīt vārdu" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP maršrutēšana" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Pēdējoreiz atjaunoja" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Pēdējoreiz atjaunots" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nekad" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatūra" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Lūdzu, noskenējiet atkārtoti" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Noteikuma nosaukums" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Noteikumi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Secība" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Galdi" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Piemiedziet, lai noskenēt" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Veids" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Pēdējā noskenētā svītrkoda vērtība" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/mk.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/mk.po deleted file mode 100644 index 69dda82..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/mk.po +++ /dev/null @@ -1,320 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux , 2017 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Last-Translator: Martin Trigaux , 2017\n" -"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" -"Language: mk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Креирано од" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Креирано на" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "Прикажи име" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Последно ажурирање од" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Последно ажурирање на" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Секвенца" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/mn.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/mn.po deleted file mode 100644 index 11bab88..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/mn.po +++ /dev/null @@ -1,403 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Nurbahyt Kh , 2022 -# Батмөнх Ганбат , 2022 -# Martin Trigaux, 2022 -# Baskhuu Lodoikhuu , 2022 -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Mongolian \n" -"Language: mn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Зураасан кодын нэр төрөл нь зураасан кодууд нь яаж танигдаж " -"ангилагдах талаар тодорхойлдог.\n" -" Зураасан кодыг сканнердахад таарахэхний дүрэмд\n" -" холбогдоно. Зураасан кодын хэвийг regulare " -"expression-р тодоройлдог.\n" -" Зураасан кодын эхлэл угтвар хэсгийг нь " -"regulare expression-р илэрхийлдэг." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Зураасан кодын задлах дүрэм нь борлуулалтын цэг дээр зураасан кодыг хэрхэн " -"задлан унших арга, дүрмийг тодорхойлдог." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Шинэ зураасан кодны задлах дүрэм бүртгэх" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Ерөнхий нэр" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Үргэлж" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Зураасан кодын энэ дүрэмийн хувьд дотоод танилт" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Зураасан кодын энэ дүрэмийн хувьд дотоод танилт" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Дурын" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Хэрэгжүүлэх" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Зураасан код" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Зураасан кодны үзэгдэл танигч" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Зураасан кодын дүрэм" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Зураасан код задлах дүрэм" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Зураасан кодын хэв загвар" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Зураасан кодын дүрэм" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Зураасан код уншигдсан" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Компаниуд" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Үүсгэсэн этгээд" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Үүсгэсэн огноо" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Дэлгэрэнгүй нэр" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13-с UPC-A-руу" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Кодчлол" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Баркод оруулах..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Сүүлд зассан этгээд" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Сүүлд зассан огноо" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Хэзээ ч үгүй" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Задлах дүрэм" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Дахин уншуулна уу!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Дүрмийн нэр" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Дүрэм" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Дугаарлалт" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Хүснэгт" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Уншуулах бол товшино уу" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Зураасан кодыг таних хэв" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Зураасан кодын дүрмийн жагсаалт" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Таарсан хэв нь энэ зураасан код руу давхар холбогдоно." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Энэ дүрэм нь зураасан код нь зөвхөн заасан кодчилолоор кодлогдсон байвал " -"хэрэглэгдэнэ." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Төрөл" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC кодууд нь EAN код руу урд нь тэг нэмэх замаар хөрвүлэгдэнэ. Энэ тохиргоо " -"нь UPC/EAN зураасан кодууд автоматаар хөрвүүлэгдэхийг тодорхойлдог." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A -с EAN-13-руу" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN хөрвүүлэлт" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Барааны нэр төрөл" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Дүрмүүдэд эрэмбэ дараалал тогтооно. Ингэснээр бага эрэмбэтэй дүрэм түрүүлж " -"шалгагдана" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Сүүлд уншуулсан зураасан кодын утга." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/my.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/my.po deleted file mode 100644 index 998862a..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/my.po +++ /dev/null @@ -1,383 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Oakarmin Iron , 2025, 2026. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-02-11 17:43+0000\n" -"Last-Translator: Oakarmin Iron \n" -"Language-Team: Burmese \n" -"Language: my\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "ချိတ်ဆက်မှု" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "အမြဲတမ်း" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "လုပ်ဆောင်" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "ဘားကုဒ်" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "ကုမ္ပဏီများ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "ဖန်တီးသူ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "တည်ဆောက်သည့်အချိန်" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "ပြသသော အမည်" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "နံပါတ်" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "နောက်ဆုံးပြင်ဆင်သူ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "နောက်ဆုံးပြင်ဆင်ချိန်" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "ဘယ်တော့မှ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sequence" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "အမျိုးအစား" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/nb.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/nb.po deleted file mode 100644 index 99dec4b..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/nb.po +++ /dev/null @@ -1,388 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Marius Stedjan , 2022 -# Martin Trigaux, 2022 -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Alltid" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Noen" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Bruk" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Strekkode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Strekkode-nomenklatur" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenklatur for strekkoder" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Barcode Pattern" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Strekkoderegel" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Barcode Skannet" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Firmaer" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Opprettet av" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Opprettet den" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Visningsnavn" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 til UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Koding" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-ruting" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Sist oppdatert av" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Sist oppdatert" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Aldri" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Vennligst scan igjen!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Regelnavn" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regler" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sekvens" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabeller" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Trykk for å skanne" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Listen med strekkoderegler" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Type" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A til EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN konvertering" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Stykk-produkt" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Brukt til å organisere regler slik at regler med kortere sekvens matches " -"først" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Verdien fra siste avleste strekkode." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ne.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ne.po deleted file mode 100644 index c76f5a3..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ne.po +++ /dev/null @@ -1,317 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.saas~18\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2017-09-20 09:53+0000\n" -"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" -"Language: ne\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/nl.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/nl.po deleted file mode 100644 index 23d15b6..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/nl.po +++ /dev/null @@ -1,430 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Gunther Clauwaert , 2022 -# Erwin van der Ploeg , 2022 -# "Dylan Kiss (dyki)" , 2025. -# Bren Driesen , 2025, 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-01-23 06:05+0000\n" -"Last-Translator: Bren Driesen \n" -"Language-Team: Dutch \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' is geen geldig regex barcode patroon. Bedoelde je soms '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"De nomenclatuur van een barcode bepaalt hoe barcodes worden herkend " -"en gecategoriseerd.\n" -" Wanneer een barcode wordt gescand, wordt ze " -"geassocieerd met de eerste regel van een\n" -" passend patroon. De syntax van een patroon " -"is zoals een reguliere expressie, en een barcode wordt\n" -" gematcht indien de reguliere expressie " -"overeenkomt met een prefix van de barcode." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"De nomenclatuur van een barcode bepaalt hoe de kassa een barcode " -"identificeert en interpreteert" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Voeg een nieuwe barcode nomenclatuur toe" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Altijd" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Een interne identificatie voor de regel van deze barcode nomenclatuur" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Een interne identificatie van de barcode nomenclatuur" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Één" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Toepassen" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barcode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Barcode gebeurtenis mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Barcode nomenclatuur" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Barcode nomenclaturen" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Barcode patroon" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Barcode regel" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Barcode gescand" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Barcode: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Bedrijven" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Aangemaakt door" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Aangemaakt op" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Weergavenaam" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 naar UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codering" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Voer een barcode in..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Om barcodes.barcode_events_mixin te kunnen gebruiken, moet de methode " -"on_barcode_scanned geïmplementeerd zijn" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Laatst bijgewerkt door" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Laatst bijgewerkt op" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nooit" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclature" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Patronen kunnen ook bepalen hoe numerieke waarden zoals gewicht of prijs, in " -"de\n" -" barcode worden gecodeerd. Ze worden " -"aangeduid met {NNN} waarbij N\n" -" aangeeft waar de cijfers van het getal " -"worden gecodeerd. Kommagetallen worden ook ondersteund, waarbij de\n" -" decimalen aangeduid worden met D, zoals " -"{NNNDD}. In deze gevallen,\n" -" moet het barcodeveld op de " -"bijbehorende records deze cijfers weergeven als\n" -" nullen." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Scan alsjeblieft opnieuw!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Regelnaam" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regels" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Reeks" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabellen" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Tik aan om te scannen" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Het overeenkomstige barcode patroon" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Het barcodepatroon %(pattern)s leidt niet tot een geldige reguliere " -"expressie." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "De lijst met barcode regels" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Het overeenkomstige patroon zal naar deze barcode verwijzen" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Er is een syntaxisfout in het barcodepatroon %(pattern)s: een regel kan maar " -"één paar accolades bevatten." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Er is een syntaxisfout in het barcodepatroon %(pattern)s: accolades kunnen " -"alleen N's bevatten gevolgd door D's." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Er is een syntaxisfout in het barcodepatroon %(pattern)s: lege accolades." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Deze regel zal enkel toegepast worden indien de barcode van de juiste " -"codering voorzien is" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Soort" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC codes kunnen naar EAN omgezet worden door ze met het prefix nul te " -"voorzien. Deze instelling bepaalt of de UPC/EAN-omzetting automatisch moet " -"uitgevoerd wanneer er een overeenkomst wordt gezocht in een regel met de een " -"of andere codering." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A naar EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN omzetting" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Producteenheid" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Onbekend barcodecommando" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Wordt gebruikt om regels te ordenen, zodat regels met een lagere volgorde " -"eerst worden vergeleken." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Waarde van de laatst gescande barcode." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Je kunt '%(name)s' niet verwijderen omdat dit de standaard " -"barcodenomenclatuur is." - -#~ msgid "Barcode: " -#~ msgstr "Barcode: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pl.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pl.po deleted file mode 100644 index cec2565..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pl.po +++ /dev/null @@ -1,438 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Piotr Strębski , 2022 -# Andrzej Wiśniewski , 2022 -# Martin Trigaux, 2022 -# Wojciech Warczakowski , 2022 -# Marcin Młynarczyk , 2022 -# Judyta Kaźmierczak , 2022 -# Piotr Szlązak , 2022 -# Grażyna Grzelak , 2022 -# Slawomir Adamus , 2022 -# Tadeusz Karpiński , 2023 -# "Dylan Kiss (dyki)" , 2025. -# "Marta (wacm)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-10-23 12:36+0000\n" -"Last-Translator: \"Marta (wacm)\" \n" -"Language-Team: Polish \n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " -"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " -"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' nie jest poprawnym wyrażeniem regularnym dla wzorca kodu kreskowego. " -"Czy miałeś na myśli '.*' ?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Nomenklatura kodów kreskowych określa jak kody s rozpoznawane i " -"kategoryzowane.\n" -"Po skanowaniu kod jest przypisywany do pierwszej zasady z pasującym " -"wzorcem. \n" -"Składnia wzorca jest w formie wyrażenia regularnego i kod kreskowy zostaje " -"dopasowany,\n" -"gdy prefiks kodu kreskowego pasuje do wyrażenia regularnego." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Nomenklatura kodu kreskowego definiuje jak punkt sprzedaży identyfikuje i " -"interpretuje kod kreskowy." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Dodaj nową nomenklaturę kodów kreskowych" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Zawsze" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Wewnętrzna identyfikacja tej reguły nomenklatury kodu kreskowego." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Wewnętrzna identyfikacja nomenklatury kodu kreskowego" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Dowolny" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Zastosuj" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Kod kreskowy" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mixin kodów kreskowych wydarzenia" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenklatura kodu kreskowego" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenklatury kodów kreskowych" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Wzorzec kodu kreskowego" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Reguła kodu kreskowego" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Zeskanowany kod kreskowy" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Kod kreskowy: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Firmy" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Utworzył(a)" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Data utworzenia" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nazwa wyświetlana" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 do UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodowanie" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Wprowadź kod kreskowy..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Routing HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Aby korzystać z barcodes.barcode_events_mixin musi być zaimplementowana " -"metoda on_barcode_scanned" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Ostatnio aktualizowane przez" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Data ostatniej aktualizacji" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nigdy" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Wzorce mogą także określać jak wartości liczbowe (np. waga lub cena) mogą " -"być\n" -" zakodowane w kodzie kreskowym. S one " -"określane przez {NNN} gdzie N-ki\n" -" definiują miejsca kodowania cyfr. Liczby " -"zmiennoprzecinkowe obsługiwane są w formacie\n" -" {NNNDD}, gdzie dziesiętne " -"oznaczane są literą D. W tych przypadkach,\n" -" braku części dziesiętnych, pole tomusi być wypełnione\n" -" zerami." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Proszę, zeskanuj ponownie!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Nazwa reguły" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Reguły" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sekwencja" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Stoliki" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Dotknij, aby zeskanować" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Wzorzec dopasowania kodu kreskowego" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Wzór kodu kreskowego %(pattern)s nie prowadzi do ważnego wyrażenia " -"regularnego." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Lista reguł kodów kreskowych" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Dopasowany wzorzec z odwołaniem do tego kodu kreskowego" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Błąd składni we wzorze kodu %(pattern)s: reguła może zawierać tylko jedną " -"parę nawiasów." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Błąd składni we wzorze kodu %(pattern)s: nawiasy mogą zawierać jedynie N i " -"następujące po nich D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "Błąd składni we wzorze kodu %(pattern)s: puste nawiasy klamrowe." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Ta zasada zostanie zastosowana tylko dla kodów kreskowych ze zdefiniowanym " -"kodowaniem" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Typ" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Kody UPC mogą być konwertowane do EAN poprzez dodanie początkowych zer. To " -"ustawienie definiuje czy kody UPC/EAN powinny być automatycznie konwertowane " -"podczas próby dopasowania reguły dla odmiennego kodowania." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A do EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Konwersja UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Produkt jednostkowy" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Nieznana komenda" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Używane przy ustawieniu kolejności zasad, przez co zasady z niższą wartością " -"dopasowywane są w pierwszej kolejności" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Wartość ostatniego zeskanowanego kodu kreskowego." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Nie możesz usunąć '%(name)s' ponieważ jest to domyślna nomenklatura kodu " -"kreskowego." - -#~ msgid "Barcode: " -#~ msgstr "Kod kreskowy:" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pt.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pt.po deleted file mode 100644 index d0238d2..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pt.po +++ /dev/null @@ -1,432 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Pedro Castro Silva , 2022 -# Diogo Fonseca , 2022 -# Nuno Silva , 2022 -# Reinaldo Ramos , 2022 -# Pedro Filipe , 2022 -# Vitor Fernandes , 2022 -# Manuela Silva , 2022 -# Vasco Rodrigues, 2022 -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % " -"1000000 == 0) ? 1 : 2);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' não é um padrão de código de barras Regex válido. Você quis dizer '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Nomenclaturas de Códigos de Barras definem como os códigos de barras " -"são reconhecidos e categorizados.\n" -"Quando um código de barras é digitalizado, é associado à primeira " -"regra com um padrão de\n" -"combinação.O padrão de sintaxe é o da expressão regular, e um código de " -"barras é combinado\n" -"se a expressão regular corresponde a um prefixo do código de barras." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Uma nomenclatura do código de barras define como um ponto de venda " -"identifica e interpreta os códigos de barras" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Adicionar nova Nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Sempre" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" -"Uma identificação interna para a regra de nomenclatura deste código de barras" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Uma identificação interna da nomenclatura do código de barras" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Qualquer" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Aplicar" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mixin de evento de código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenclatura de Código de Barras" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenclaturas de códigos de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Padrão de Código de Barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Regra de Código de Barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Código de Barras lido" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Empresas" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Criado por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Criado em" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nome" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 para UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificação" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Rotas HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Última Atualização por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Última Atualização em" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nunca" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Os padrões também podem definir como os valores numéricos, como peso ou " -"preço, podem ser\n" -" codificados no código de barras. Eles são " -"indicados por{NNN} no qual os Ns\n" -" definem onde os dígitos do número são " -"codificados. Os valores flutuantes também são compatíveis com\n" -" decimais indicados com Ds, por exemplo " -"{NNNDD}. Nesses casos,\n" -" o campo de código de barras nos registros " -"associados deve mostrar esses dígitos como\n" -" zeros." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Escaneie novamente." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Nome da Regra" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sequência" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabelas" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Toque para escanear" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "O padrão correspondente do código de barras" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "A lista de regras de códigos de barras" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "O padrão combinado vai apelidar este código de barras" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Há um erro de sintaxe no padrão de código de barras %(pattern)s: uma regra " -"só pode conter um par de chaves." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Há um erro de sintaxe no padrão de código de barras %(pattern)s: conjunto " -"apenas pode conter N's seguidos de D's." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Há um erro de sintaxe no padrão de código de barras %(pattern)s: conjunto " -"vazio" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Esta regra só será aplicada se o código de barras estiver codificado com a " -"codificação indicada" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tipo" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Os 'Códigos UPC' podem ser convertidos para EAN prefixando-os com um zero. " -"Esta definição determina se um código de barras UPC/EAN deverá ser " -"convertido automaticamente num sentido ou noutro quando tentar corresponder " -"uma regra com a outra codificação." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A para EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Conversão de UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Artigo Unitário" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Comando de Código de Barras Desconhecido" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Utilizado para ordenar as regras de forma que essas regras com uma sequência " -"menor correspondam primeiro" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Valor do último código de barras lido." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" - -#~ msgid "Barcode: " -#~ msgstr "Código de Barras: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pt_BR.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pt_BR.po deleted file mode 100644 index 4b9f2dd..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/pt_BR.po +++ /dev/null @@ -1,433 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# -# "Dylan Kiss (dyki)" , 2025. -# "Maitê Dietze (madi)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-04 17:50+0000\n" -"Last-Translator: \"Maitê Dietze (madi)\" \n" -"Language-Team: Portuguese (Brazil) \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % " -"1000000 == 0) ? 1 : 2);\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' não é um padrão de código de barras Regex válido. Você quis dizer '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Nomenclaturas de códigos de barras definem como os códigos de barras " -"são reconhecidos e categorizados.\n" -"Quando um código de barras é lido, ele é associado à primeira regra " -"com um padrão de\n" -"correspondência. O padrão de sintaxe de expressão regular, e um código de " -"barras é correspondido\n" -"se a expressão regular corresponde a um prefixo do código de barras." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Uma nomenclatura de código de barras define como o ponto de venda identifica " -"e interpreta os códigos de barras" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Adicionar nova nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Sempre" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" -"Uma identificação interna para esta regra de nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Uma identificação interna da nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Qualquer um" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Aplicar" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mixin de evento de código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenclatura de código de barras" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenclaturas de código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Padrão de código de barras" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Regra de código de barras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Código de barras escaneado" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Código de barras: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Empresas" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Criado por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Criado em" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nome exibido" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 para UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificação" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Insira um código de barras..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Roteamento HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Para usar barcodes.barcode_events_mixin, o método on_barcode_scanned deve " -"ser implementado" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Última atualização por" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Última atualização em" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nunca" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Os padrões também podem definir como os valores numéricos, como peso ou " -"preço, podem ser\n" -" codificados no código de barras. Eles são " -"indicados por{NNN} no qual os Ns\n" -" definem onde os dígitos do número são " -"codificados. Os valores flutuantes também são compatíveis com\n" -" decimais indicados com Ds, por exemplo " -"{NNNDD}. Nesses casos,\n" -" o campo de código de barras nos registros " -"associados deve mostrar esses dígitos como\n" -" zeros." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Escaneie novamente." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Nome da regra" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sequência" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabelas" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Toque para escanear" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "O padrão de correspondência de código de barras" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"O padrão do código de barras %(pattern)s não leva a uma expressão regular " -"válida." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "A lista de regras de código de barras" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "O padrão correspondido vai criar um alias para este código de barras" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Há um erro de sintaxe no padrão de código de barras %(pattern)s: uma regra " -"só pode conter um par de chaves." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Há um erro de sintaxe no padrão de código de barras %(pattern)s: as chaves " -"só podem conter Ns seguidos de Ds." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Há um erro de sintaxe no padrão de código de barras %(pattern)s: chaves " -"vazias." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Esta regra será aplicada somente se o código de barras for codificado com a " -"codificação especificada" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tipo" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Códigos UPC podem ser convertidos para EAN pela junção deles com um zero. " -"Essa configuração determina se um código de barras UPC/EAN deve ser " -"automaticamente convertido em uma forma ou outra ao tentar corresponder a " -"uma regra com a outra codificação." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A para EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Conversão UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Produto unitário" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Comando de código de barras desconhecido" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Usado para ordenar regras de tal modo que as regras com um número de " -"sequência menor correspondam primeiro" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Valor do último código de barras escaneado." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Não é possível excluir “%(name)s ” porque é a nomenclatura padrão do código " -"de barras." - -#~ msgid "Barcode: " -#~ msgstr "Código de barras: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ro.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ro.po deleted file mode 100644 index ba17aa7..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ro.po +++ /dev/null @@ -1,426 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Hongu Cosmin , 2022 -# sharkutz , 2022 -# Martin Trigaux, 2022 -# Foldi Robert , 2022 -# Dorin Hongu , 2023, 2025. -# Weblate , 2025. -# Ciocoiu Beatrice-Flavia , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-27 09:02+0000\n" -"Last-Translator: Dorin Hongu \n" -"Language-Team: Romanian \n" -"Language: ro\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " -"20)) ? 1 : 2;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' nu este un șablon Regex de cod de bare. Folosiți '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Nomenclatoarele de coduri de bare definesc modul în care codurile de " -"bare sunt recunoscute și categorizate. \n" -"Când un cod de bare este scanat este asociat cu prima regulă de " -"potrivire cu un șablon. Sintaxa șablonului este acela de expresie regulată, " -"și un cod de bare este potrivit în cazul în care expresia regulată se " -"potrivește cu un prefixul codului de bare." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"O nomenclatură a codurilor de bare definește modul în care punctul de " -"vânzare identifică și interpretează codurile de bare" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Adăugați o nouă nomenclatură a codului de bare" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Întotdeauna" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" -"O identificare internă pentru această regulă de nomenclatură a codului de " -"bare" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "O identificare internă a nomenclaturii codului de bare" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Oricare" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Aplică" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Cod de bare" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mix de evenimente cu coduri de bare" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenclator coduri de bare" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenclatoare coduri de bare" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Șablon cod bare" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Regulă cod de bare" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Cod de bare scanat" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Cod de bare: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Companii" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Creat de" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Creat în" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Nume afișat" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 la UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificare" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Introduceți un cod de bare..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Rutare HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Pentru a folosi barcodes.barcode_events_mixin, metoda on_barcode_scanned " -"trebuie implementată" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Ultima actualizare făcută de" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Ultima actualizare pe" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Niciodată" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenclatură" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Șabloanele pot defini modul în care valorile numerice, cum ar fi greutatea " -"sau prețul, pot fi transformate în cod de bare. Acestea sunt indicate prin " -"{NNN} unde N-urile definesc unde sunt codificate cifrele " -"codului. Zecimalele sunt indicate cu D-uri, {NNNDD}. În aceste " -"cazuri, câmpul de cod de bare de pe înregistrările asociate trebuie " -"să arate aceste cifre ca zerouri." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Vă rugăm să scanați din nou!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Numele regulii" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Reguli" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Secvență" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabele" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Atinge pentru a scana" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Modelul de potrivire a codului de bare" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Șablonul de cod de bare %(pattern)s nu duce la o expresie regulată validă." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Lista regulilor codurilor de bare" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Modelul potrivit va fi alias la acest cod de bare" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Există o eroare de sintaxă în modelul codului de bare%(pattern)s: o regulă " -"poate conține doar o pereche de aparate dentare." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Există o eroare de sintaxă în modelul codului de bare %(pattern)s: aparatele " -"dentare pot conține doar N-uri urmate de D-uri." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Există o eroare de sintaxă în modelul codului de bare %(pattern)s: bretele " -"goale." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Această regulă se va aplica numai dacă codul de bare este codificat cu " -"codificarea specificată" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tip" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Codurile UPC pot fi convertite în EAN prin prefixarea lor cu un zero. " -"Această setare determină dacă un cod UPC/EAN trebuie să fie convertit " -"automat într-o direcție sau alta când se încearcă să se potrivească o regulă " -"cu alta codificare." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A la EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN Conversion" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Unitate produs" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Comandă necunoscută de cod de bare" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Folosit pentru a ordona reguli astfel încât regulile cu o secvență mai mică " -"se potrivesc mai întâi" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Valoarea ultimului cod de bare scanat." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" - -#~ msgid "Barcode: " -#~ msgstr "Cod de bare: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ru.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ru.po deleted file mode 100644 index 3e78945..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ru.po +++ /dev/null @@ -1,427 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 17.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " -"(n%100>=11 && n%100<=14)? 2 : 3);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' Недопустимый шаблон для регулярного выражения штрихкода. Возможно, вы " -"имели в виду '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Номенклатуры штрихкодов определяют, как штрихкоды распознаются и " -"классифицируются.\n" -" При сканировании штрихкод сопоставляется с " -"первым правилом, подходящим по\n" -" шаблону. Синтаксис шаблона соответствует " -"регулярному выражению; штрихкод считается совпавшим,\n" -" если префикс кода соответствует шаблону." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Номенклатура штрихкодов определяет, как POS распознает и интерпретирует " -"штрихкоды" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Добавьте новую номенклатуру штрихкодов" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Алиас" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Всегда" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Внутренняя идентификация для данного правила номенклатуры штрихкодов" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Внутренняя идентификация номенклатуры штрихкодов" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Любой" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Применить" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Штрихкод" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Миксин событий штрихкода" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Номенклатура штрихкодов" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Номенклатуры штрихкодов" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Шаблон штрихкода" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Правило штрихкода" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Штрихкод отсканирован" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Штрихкод: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Компании" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Создано:" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Дата создания:" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Отображаемое имя" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 - UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Кодировка" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Введите штрихкод..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Маршрутизация HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Для использования barcodes.barcode_events_mixin необходимо реализовать метод " -"on_barcode_scanned" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Последнее обновление:" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Дата последнего обновления:" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Никогда" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Номенклатура" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Шаблоны также могут определять, как числовые значения, такие как вес или " -"цена,\n" -" кодируются в штрихкоде. Для этого " -"используется синтаксис вида {NNN}, где N указывает\n" -" позиции для цифр. Также поддерживаются " -"дробные значения с указанием\n" -" десятичных знаков через символы D, например: " -"{NNNDD}. В таких случаях\n" -" поле штрихкода в соответствующих записях " -"должно содержать эти цифры в виде\n" -" нулей." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Пожалуйста, просканируйте еще раз!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Имя правила" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Правила" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Последовательность" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Таблицы" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Нажмите для сканирования" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Шаблон сопоставления штрихкодов" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "Шаблон штрихкода %(pattern)s некорректен." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Список правил штрихового кодирования" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Совпавший шаблон будет сопоставлен с этим штрихкодом" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Ошибка синтаксиса в шаблоне штрихкода %(pattern)s: правило может содержать " -"только одну пару фигурных скобок." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Ошибка синтаксиса в шаблоне штрихкода %(pattern)s: внутри скобок допускаются " -"только символы N, за которыми следуют D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Ошибка синтаксиса в шаблоне штрихкода %(pattern)s: пустые фигурные скобки." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Это правило будет применяться только если штрихкод закодирован с указанной " -"кодировкой" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Тип" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Коды UPC могут быть преобразованы в EAN добавлением нуля в начале. Этот " -"параметр определяет, следует ли автоматически преобразовывать штрихкод UPC/" -"EAN при попытке сопоставления с правилом, использующим другую кодировку." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A к EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Конвертация UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Единица продукции" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Неизвестная команда штрихкода" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Используется для упорядочивания правил таким образом, чтобы правила с " -"меньшей последовательностью соответствовали первым" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Значение последнего отсканированного штрихкода." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Вы не можете удалить «%(name)s», так как это номенклатура штрихкодов по " -"умолчанию." - -#~ msgid "Barcode: " -#~ msgstr "Штрих-код:" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sk.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sk.po deleted file mode 100644 index 4d5aa6d..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sk.po +++ /dev/null @@ -1,403 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:32+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Slovak \n" -"Language: sk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " -">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Názvoslovie čiarových kódov definuje ako sú čiarové kódy rozpoznávané " -"a kategorizované.\n" -"Keď je čiarový kód naskenovaný, je asociovaný k prvému pravidlu so " -"spárovaným\n" -"vzorom. Syntax vzor je regulárny výraz, a čiarový kód je spárovaný\n" -"ak regulárny výraz zodpovedá predpone čiarového kódu." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Názvoslovie čiarového kódu definuje ako miesto predaja identifikuje a " -"interpretuje čiarové kódy" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Pridaj nové názvoslovie čiarového kódu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Vždy" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Interná identifikácia pre toto pravidlo názvoslovia čiarového kódu" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Interná identifikácia názvoslovia čiarového kódu" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Ktorýkoľvek" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Čiarový kód" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Udalosť čiarového kódu mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Názvoslovie čiarového kódu" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Názvoslovia čiarového kódu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Vzor čiarového kódu" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Pravidlo čiarového kódu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Čiarový kód naskenovaný" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Spoločnosti" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Vytvoril" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Vytvorené" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Zobrazovaný názov" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 na UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Zakódovanie" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP smerovanie" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Naposledy upravoval" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Naposledy upravované" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nikdy" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" -"Nomenklatúra\n" -" " - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Meno pravidla" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Pravidlá" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Postupnosť" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabuľky" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Kliknutím skenujte" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Vzor zodpovedajúci čiarovému kódu" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Zoznam pravidiel čiarového kódu" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Zodpovedajúci vzor bude alias tohto čiarového kódu" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Toto pravidlo bude platiť iba ak je čiarový kód zakódovaný so špecifickým " -"zakódovaním" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Typ" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC kódy môžu byť konvertované na EAN oridaním predpony nula. Toto " -"nastavenie určuje či UPC/EAN čiarový kód má byť automaticky konvertovaný " -"jedným či druhým spôsobom pri snahe o zhodu pravidla s iným kódovaním" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A na EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN konverzia" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Jednotka produktu" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Používané pre poradie pravidiel, ako pravidlá s menšiou sekvenciou sú " -"zhodované skôr" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Hodnota posledného naskenovaného čiarového kódu." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sl.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sl.po deleted file mode 100644 index 12e8ea8..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sl.po +++ /dev/null @@ -1,429 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Dejan Sraka , 2022 -# Jasmina Macur , 2022 -# Boris Kodelja , 2022 -# Matjaz Mozetic , 2022 -# laznikd , 2022 -# matjaz k , 2022 -# Martin Trigaux, 2022 -# Tadej Lupšina , 2022 -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Slovenian \n" -"Language: sl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " -"n%100==4 ? 2 : 3;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' ni veljaven vzorec črtne kode regularnega izraza. Ste mislili '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Nomenklature črtnih kod določite, kako se črtne kode prepoznavajo in " -"kategorizirajo.\n" -" Ko je črtna koda skenirana, je povezana z " -"prvim pravilom ujemajočim se z\n" -" vzorcem. Sintaksa vzorca je regularni izraz, " -"črtna koda pa se ujema\n" -" če se regularni izraz ujema s predpono črtne " -"kode." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Nomenklatura črtnih kod določa, kako prodajno mesto prepozna in interpretira " -"črtne kode" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Dodajte novo nomenklaturo črtne kode" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Vzdevek" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Vedno" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Notranja identifikacija tega pravila nomenklature črtne kode" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Notranja identifikacija nomenklature črtne kode" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Kateri koli" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Uporabi" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Črtna koda" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mešanje dogodkov s črtno kodo" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenklatura črtne kode" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Nomenklatura črtne kode" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Vzorec črtne kode" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Pravilo črtne kode" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Skenirana črtna koda" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Črtna koda: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Podjetja" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Ustvaril" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Ustvarjeno" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Prikazani naziv" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 do UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodiranje" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Vnesite črtno kodo..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP usmerjanje" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Za uporabo črtnih kod.barcode_events_mixin, method on_barcode_skenirano mora " -"biti izvedeno" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Zadnji posodobil" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Zadnjič posodobljeno" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Nikoli" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Vzorci lahko določajo tudi, kako se lahko prikažejo numerične vrednosti, kot " -"sta teža ali cena\n" -" kodirane v črtno kodo. Označene so z " -"{ŠŠŠ}kjer Š'ka\n" -" določa, kje so kodirane števke števila. " -"Podprte so tudi plavajoče številske vrednosti za\n" -" decimalna števila, označena z D-ji, kot na " -"primer {ŠŠŠDD}. V teh primerih,\n" -" mora polje s črtno kodo na povezanih " -"zapisih\n" -" prikazati te številke kot\n" -" ničle." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Prosim, skenirajte še enkrat!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Ime pravila" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Pravila" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Zaporedje" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Mize" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Kliknite za optično branje" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Vzorec ujemanja črtne kode" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Vzorec črtne kode %(pattern)s ne vodi do veljavnega regularnega izraza." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Seznam pravil črtne kode" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Ujemajoči se vzorec bo vzporeden s to črtno kodo" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"V vzorcu črtne kode je sintaktična napaka %(pattern)s: Pravilo lahko vsebuje " -"samo en par oklepajev." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"V vzorcu črtne kode je sintaktična napaka %(pattern)s: Oklepaji lahko " -"vsebujejo samo črke Š, ki jim sledijo črke D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"V vzorcu črtne kode je sintaktična napaka %(pattern)s: prazne oklepaje." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "To pravilo velja samo, če je črtna koda kodirana s podano kodiranjem" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tip" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Kode UPC je mogoče pretvoriti v kode EAN tako, da jim dodate predpono ničlo. " -"Ta nastavitev določa, ali naj se črtna koda UPC/EAN samodejno pretvori na " -"tak ali drugačen način, ko se poskuša pravilo ujemati z drugim kodiranjem." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A do EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN pretvorba" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Enota izdelka" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Neznan ukaz za črtno kodo" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Uporablja se za naročanje takšnih pravil, da se pravila z manjšim zaporedjem " -"najprej ujemajo" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Vrednost zadnje skenirane črtne kode." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sq.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sq.po deleted file mode 100644 index 3b03113..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sq.po +++ /dev/null @@ -1,379 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-30 18:36+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sr@latin.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sr@latin.po deleted file mode 100644 index 61ef135..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sr@latin.po +++ /dev/null @@ -1,387 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Uros Kalajdzic , 2022 -# Martin Trigaux, 2022 -# Dragan Vukosavljevic , 2022 -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Serbian (Latin script) \n" -"Language: sr@latin\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Primenite" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barkod" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Bar-kod nomenklatura" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Preduzeća" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Kreirao" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Kreirano" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Naziv za prikaz" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP rutiranje" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Poslednje izmenio/la" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Poslednje ažuriranje dana" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Naziv pravila" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Pravila" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Niz" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Vrsta" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sv.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sv.po deleted file mode 100644 index e34cd9e..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/sv.po +++ /dev/null @@ -1,431 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Anders Wallenquist , 2022 -# Chrille Hedberg , 2022 -# Jakob Krabbe , 2022, 2025. -# Mikael Åkerberg , 2022 -# Simon S, 2022 -# Martin Trigaux, 2022 -# Kristoffer Grundström , 2022 -# Kim Asplund , 2022 -# "Tiffany Chang (tic)" , 2025. -# Hanna Kharraziha , 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-03-06 17:44+0000\n" -"Last-Translator: Hanna Kharraziha \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.16.1\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' är inte ett giltigt regex streckkodsmönster. Menade du '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Streckkodsnomenklaturer definierar hur streckkoder identifieras och " -"kategoriseras.\n" -" När en streckkod skannas associeras den till " -"den första regeln med ett matchande\n" -" mönster. Mönstret har samma syntax som ett " -"reguljärt uttryck, och en streckkod matchas\n" -" om det reguljära uttrycket matchar ett " -"prefix i streckkoden." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"En streckkodsnomenklatur definierar hur kassan identifierar och tolkar " -"streckkoder" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Lägg till en ny streckkodsnomenklatur" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Alias" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Alltid" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "En intern identifiering för denna streckkodsnomenklaturregel" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "En intern identifiering av streckkodsnomenklaturen" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Någon" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Verkställ" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Streckkod" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Streckkodshändelse Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Nomenklatur för streckkoder" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Streckkodsnomenklaturer" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Streckkodsmönster" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Streckkodsregel" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Streckkoden skannad" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Streckkod: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Företag" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Skapad av" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Skapad den" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Visningsnamn" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 till UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodning" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Ange en streckkod..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-routing" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"För att kunna använda barcodes.barcode_events_mixin måste metoden " -"on_barcode_scanned implementeras" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Senast uppdaterad av" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Senast uppdaterad den" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Aldrig" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Nomenklatur" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Mönster kan också definiera hur numeriska värden, som vikt eller pris, kan " -"vara\n" -" kodad i streckkoden. De indikeras av " -"{NNN} när versala N\n" -" definiera var numrets siffror är kodade. " -"Decimalnummer stöds också med\n" -" decimaler angivna med D, som t.ex " -"{NNNDD}. I dessa fall,\n" -" streckkodsfältet på tillhörande poster visa dessa siffror som\n" -" nollor." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Vänligen skanna igen!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Regelnamn" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Regler" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sekvens" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tabeller" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Klicka för att scanna" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Streckkodsmatchningsmönstret" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Streckkodsmönstret %(pattern)s leder inte till ett giltigt reguljärt uttryck." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Listan med streckkodsregler" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Matchade mönstret länkas med alias till den här streckkoden" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Det finns ett syntaxfel i streckkodsmönstret %(pattern)s: en regel kan bara " -"innehålla ett par hakparenteser." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Det finns ett syntaxfel i streckkodsmönstret %(pattern)s: hakparenteser får " -"endast innehålla N följt av D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Det finns ett syntaxfel i streckkodsmönstret %(pattern)s: tomma " -"klammerparenteser." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Denna regel gäller endast om streckkoden är kodad med den angivna kodningen" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Typ" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC-koder kan konverteras till EAN genom att använda en nolla som prefix. " -"Den här inställningen avgör om en UPC/EAN-streckkod ska konverteras " -"automatiskt på ett eller annat sätt när man försöker matcha en regel med den " -"andra kodningen." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A till EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN Konvertering" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Enhet Produkt" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Okänt streckkodskommando" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Används för att sortera regler så att regler med en mindre sekvens matchar " -"först" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Värde på senast skannade streckkod." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Du kan inte ta bort ’%(name)s’ eftersom det är standardnamnet för " -"streckkoden." diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ta.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ta.po deleted file mode 100644 index e0f47a5..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/ta.po +++ /dev/null @@ -1,321 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Odoo 9.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-16 13:49+0000\n" -"PO-Revision-Date: 2016-03-18 08:46+0000\n" -"Last-Translator: Martin Trigaux\n" -"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n" -"Language: ta\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and categorized.\n" -" When a barcode is scanned it is associated to the first rule with a matching\n" -" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix of the barcode." -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "A barcode nomenclature defines how the point of sale identify and interprets barcodes" -msgstr "" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: " -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "உருவாக்கியவர்" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "" -"உருவாக்கப்பட்ட \n" -"தேதி" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -msgid "Display Name" -msgstr "காட்சி பெயர்" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can be\n" -" encoded into the barcode. They are indicated by {NNN} where the N's\n" -" define where the number's digits are encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as {NNNDD}. In these cases,\n" -" the barcode field on the associated records must show these digits as\n" -" zeroes." -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "வரிசை" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's." -msgstr "" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "This rule will apply only if the barcode is encoded with the specified encoding" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "வகை" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding." -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/th.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/th.po deleted file mode 100644 index 951ad9c..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/th.po +++ /dev/null @@ -1,405 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Wichanon Jamwutthipreecha, 2022 -# -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Thai \n" -"Language: th\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' ไม่ใช่รูปแบบบาร์โค้ด Regex ที่ถูกต้อง คุณหมายถึง '.*' ใช่หรือไม่?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"การตีความบาร์โค้ด กำหนดวิธีการจดจำและจัดหมวดหมู่บาร์โค้ด\n" -" เมื่อสแกนบาร์โค้ดมันจะเชื่อมโยงกับกฎ แรก " -"ด้วยการจับคู่\n" -" รูปแบบ รูปแบบไวยากรณ์ที่ซึ่งเป็นตัวสั่งงานทั่วไป " -"และบาร์โค้ดตรงกัน\n" -" หากตัวสั่งงานทั่วไปตรงกับคำนำหน้าของบาร์โค้ด" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "ระบบการตีความบาร์โค้ดกำหนดวิธีที่จุดขายระบุและตีความบาร์โค้ด" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "เพิ่มการตีความบาร์โค้ด" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "นามแฝง" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "เสมอ" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "การระบุภายในสำหรับกฎการตีความบาร์โค้ดนี้" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "การระบุภายในของระบบการตีความบาร์โค้ด" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "ใดๆ" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "นำไปใช้" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "บาร์โค้ด" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "บาร์โค้ดอีเวนต์ Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "การตีความบาร์โค้ด" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "การตีความบาร์โค้ด" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "รูปแบบบาร์โค้ด" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "กฎของบาร์โค้ด" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "สแกนบาร์โค้ดแล้ว" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "บาร์โค้ด: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "บริษัท" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "สร้างโดย" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "สร้างเมื่อ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "แสดงชื่อ" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 ถึง UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "การเข้ารหัส" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "การกำหนด HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ไอดี" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "อัปเดตครั้งล่าสุดโดย" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "อัปเดตครั้งล่าสุดเมื่อ" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "ไม่เคย" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "การตีความ" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"รูปแบบยังสามารถกำหนดวิธีการเข้ารหัสค่าตัวเลข เช่น น้ำหนักหรือราคา\n" -" ลงในบาร์โค้ดได้ ระบุด้วย {NNN} โดยที่ " -"N's\n" -" กำหนดตำแหน่งที่เข้ารหัสตัวเลข นอกจากนี้ยังรองรับทศนิยม\n" -" ด้วยทศนิยมที่ระบุด้วย D เช่น {NNNDD} " -"ในกรณีเหล่านี้\n" -" ข้อมูลของบาร์โค้ดในบันทึกที่เกี่ยวข้อง จำเป็นต้อง " -"แสดงตัวเลขเหล่านี้เป็น\n" -" ศูนย์" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "กรุณาสแกนอีกครั้ง!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "ชื่อกฎ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "กฏ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "ลำดับ" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "โต๊ะ" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "แตะเพื่อสแกน" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "รูปแบบการจับคู่บาร์โค้ด" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "รูปแบบบาร์โค้ด %(pattern)s ไม่นำไปสู่ตัวสั่งงานปกติที่ถูกต้อง" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "รายการกฏของบาร์โค้ด" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "รูปแบบที่ตรงกันจะใช้นามแฝงของบาร์โค้ดนี้" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"มีข้อผิดพลาดทางไวยากรณ์ในรูปแบบบาร์โค้ด %(pattern)s: กฎสามารถมีวงเล็บได้เพียงคู่เดียวเท่านั้น" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "มีข้อผิดพลาดทางไวยากรณ์ในรูปแบบบาร์โค้ด%(pattern)s: วงเล็บมีได้เฉพาะ N ตามด้วย D" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "มีข้อผิดพลาดทางไวยากรณ์ในรูปแบบบาร์โค้ด %(pattern)s: วงเล็บที่ว่างเปล่า" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "กฎนี้จะใช้ได้เฉพาะเมื่อบาร์โค้ดถูกเข้ารหัสด้วยการเข้ารหัสที่ระบุ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "ประเภท" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"โค้ด UPC สามารถแปลงเป็น EAN ได้โดยนำหน้ามันด้วยศูนย์ การตั้งค่านี้กำหนดว่าควรแปลงบาร์โค้ด " -"UPC/EAN โดยอัตโนมัติไม่ทางใดก็ทางหนึ่งเมื่อพยายามจับคู่กฎกับการเข้ารหัสอื่นหรือไม่" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A เป็น EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "การแปลง UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "หน่วยสินค้า" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "คำสั่งบาร์โค้ดที่ไม่รู้จัก" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "ใช้เพื่อสั่งกฎเพื่อให้กฎที่มีลำดับที่เล็กกว่าตรงกันก่อน" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "ค่าของบาร์โค้ดล่าสุดที่ถูกสแกน" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/tr.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/tr.po deleted file mode 100644 index 0980a54..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/tr.po +++ /dev/null @@ -1,434 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Ayhan KIZILTAN , 2022 -# Yedigen, 2022 -# Martin Trigaux, 2022 -# Levent Karakaş , 2022 -# Murat Kaplan , 2022 -# Ertuğrul Güreş , 2022 -# Ediz Duman , 2022 -# Umur Akın , 2022 -# Ahmet Altinisik , 2022 -# Tugay Hatıl , 2023 -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -# DeepL , 2025. -# Odoo Turkish Import , 2025. -# "Malaz Siddig Elsayed Abuidris (msea)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-28 12:47+0000\n" -"Last-Translator: \"Malaz Siddig Elsayed Abuidris (msea)\" \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -" '*' geçerli bir Regex Barkod Kalıbı değildir. '.*' mi demek istediniz?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Barkod Kural Setleri Barkodların nasıl tanınacağını ve kategorize " -"edileceğini belirlemeye yarar.\n" -" Bir barkod okutulduğunda önce kural " -"setinde bir kalıpla eşleştirilir. Barkod kalıbının eşleştirmesinde düzenli " -"ifadeler kullanılır." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Bir barkod kural seti, barkodları nasıl belirlediğini ve yorumladığını " -"tanımlar." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Yeni bir barkod kural seti ekle" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Rumuz" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Daima" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Bu barkod kural seti için dahili bir tanımlama" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Bu barkod kural seti için bir iç kimlik." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Hiç" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Uygula" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Barkod" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Barcode Event Mixin" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Barkod Kural Seti" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Barkod Kural Setleri" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Barkod Kalıbı" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Barkod kuralı" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Barcode Tarandı" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Barkod: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Şirketler" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Tarafından oluşturuldu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Oluşturuldu" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "İsim Göster" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 to UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodlama" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Bir barkod girin..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Yönlendirme" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"barcodes.barcode_events_mixin kullanmak için on_barcode_scanned yöntemi " -"uygulanmalıdır" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Son Güncelleyen" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Son Güncelleme" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Asla" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Sınıflandırma" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Kalıplar ayrıca ağırlık veya fiyat gibi sayısal değerlerin nasıl\n" -" barkod içine kodlanacağını da tanımlar. " -"Bunlar {NNN} ile gösterilir; burada N'ler\n" -" sayının rakamlarının nerede kodlanacağını " -"tanımlar. Ondalık değerler de desteklenir ve ondalık basamaklar D harfiyle " -"ifade edilir; örneğin {NNNDD} gibi. Bu durumlarda,\n" -" ilişkili kayıtlardaki barkod alanı bu " -"rakamları sıfır \n" -" olarak göstermelidir " - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Lütfen Tekrar Tarayın!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Kural Adı" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Kurallar" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Sıralama" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Tablolar" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Taramak için Dokunun" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Barkod eşleşme kalıbı" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "%(pattern)s barkod deseni geçerli bir düzenli ifadeye yol açmaz." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Barkod kuralları listesi" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Eşleşen kalıplar bu barkodun rumuzu olacak." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"%(pattern)sbarkod modelinde söz dizimi hatası mevcut: bir kural yalnızca bir " -"çift parantez içerebilir." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"%(pattern)sbarkod modelinde söz dizimi hatası mevcut : parantezler yalnızca " -"N'leri ve ardından D'leri içerebilir." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"%(pattern)sbarkod modelinde söz dizimi hatası mevcut : boş parantezler " -"mevcut." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Bu kural okunan barkod yalnızca belirtilen kodlama ile barkod kodlanmış ise " -"uygulanacaktır." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Tip" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC kodları, sıfır ön eki ile EAN 'a dönüştürülebilir. Bu ayar, diğer " -"kodlamayla bir kuralı eşleştirmeye çalışırken bir UPC / EAN barkodunun " -"otomatik bir şekilde dönüştürülüp dönüştürülmeyeceğini belirler." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A dan EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN dönüştürme" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Birim Ürün" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Bilinmeyen barkod komutu" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Barkod kurallarını önceliklendirmek için kullanılır. Küçük değerli kurallar " -"öncelikle değerlendirilir." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Son taranan barkodun değeri" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Varsayılan barkod isimlendirmesi olduğu için '%(name)s' adresini " -"silemezsiniz." - -#~ msgid "Barcode: " -#~ msgstr "Barkod:" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/uk.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/uk.po deleted file mode 100644 index 8456411..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/uk.po +++ /dev/null @@ -1,427 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Alina Lisnenko , 2022 -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Ukrainian \n" -"Language: uk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " -"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " -"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " -"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' недійсний паттерн штрих-коду Regex. Ви мали на увазі '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Номенклатури штрих-кодів визначте, як штрих-коди будуть зчитуватися " -"та сортуватися.\n" -"Просканований штрих-код пов'язується з першим правилом відповідним " -"шаблоном.\n" -"Синтаксис шаблона належить до регулярних виразів, а штрих-коди " -"співпадають, \n" -"якщо регулярний вираз співпадає з префіксом штрих-кода." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Номенклатура штрих-кодів визначає, як точка продажу буде їх ідентифікувати " -"та зчитувати" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Додати нову номенклатуру штрих-коду" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Псевдонім" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Завжди" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Внутрішня ідентифікація для правил номенклатури цих штрих-кодів" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Внутрішня ідентифікація номенклатури штрих-кодів" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Будь-який" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Застосувати" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Штрих-код" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Мікс подій штрих-коду" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Номенклатура штрих-кодів" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Номенклатура штрих-кодів" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Шаблон штрих-коду" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Правило штрих-коду" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Штрих-код проскановано" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Штрих-код: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Компанії" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Створив" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Створено" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Назва для відображення" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 в UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Кодування" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Маршрутизація HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Для використання barcodes.barcode_events_mixin необхідно реалізувати метод " -"on_barcode_scanned" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Востаннє оновив" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Останнє оновлення" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Ніколи" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Номенклатура" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Шаблони також можуть визначати, як числові значення, такі як вага або ціна, " -"можуть бути закодовані\n" -" в штрих-коді. Вони ідентифікуцються за {NNN} де N\n" -" визначає де кодуються цифри. Числа з " -"плаваючою точкою також підтримуються \n" -"десятковими дробами, позначеними D, наприклад {NNNDD}. У такому " -"випадку\n" -" поле штрих-коду на пов'язаних записах " -"має показувати ці цифри як\n" -" нулі." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Відскануйте знову!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Назва правила" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Правила" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Послідовність" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Столи" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Натисніть, щоб сканувати" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Відповідний шаблон штрих-коду" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "" -"Шаблон штрих-коду %(pattern)s не призводить до дійсного регулярного виразу." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Список правил штрих-коду" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Відповідний шаблон буде призначено як псевдонім для цього штрих-коду." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"У шаблоні штрих-коду синтаксична помилка%(pattern)s: правило може містити " -"лише одну пару дужок." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"У шаблоні штрих-коду синтаксична помилка %(pattern)s: дужки можуть містити " -"лише N після яких стоять D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "У шаблоні штрих-коду є помилка %(pattern)s: порожні дужки." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Дане правило діятиме, тільки якщо штрих-код закодовано точно зазначеним " -"кодуванням" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Тип" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC коди можна конвертувати у EAN, дописуючи нулі спочатку. Це налаштування " -"вказує, чи конвертувати автоматично UPC/EAN штрих-коди в тому чи іншому " -"напрямку під час пошуку правила для відповідного кодування." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "з UPC-A в EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN конвертація" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Одиничний товар" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Невідома команда штрих-коду" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Використовується для впорядкування правил. Правила з меншим значенням будуть " -"відображатися першими." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Значення останнього відсканованого штрих-коду." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Ви не можете видалити '%(name)s', оскільки це штрих-код номенклатури за " -"замовчуванням." - -#~ msgid "Barcode: " -#~ msgstr "Штрих-код: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/uz.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/uz.po deleted file mode 100644 index 4136d15..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/uz.po +++ /dev/null @@ -1,478 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# -# Translated by: -# Deepvision - info@deepvision.uz | +998 77-093-0007 -# Amon Olimov - amon.bars@gmail.com -# Jonibek Yorqulov - j.yorqulov@deepvision.uz -# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com -# -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-10-08 18:37+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: uz\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -#, fuzzy -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr "" -"'*' to‘g‘ri Regex shtrix-kod namunasi emas. '*.' ni nazarda tutdingizmi?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -#, fuzzy -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Shtrix-kod nomenklaturasi shtrix-kodlar qanday aniqlanishi va " -"turkumlanishini belgilaydi. Shtrix-kod skanerlanganda, u mos keladigan " -"naqshli birinchi qoidaga bog‘lanadi. Naqsh sintaksisi muntazam " -"ifodaning sintaksisidir va agar muntazam ifoda shtrix-kodning prefiksiga mos " -"kelsa, shtrix-kod mos kelgan hisoblanadi." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -#, fuzzy -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Shtrix-kod nomenklaturasi savdo nuqtasining shtrix-kodlarni qanday aniqlashi " -"va talqin qilishini belgilaydi" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -#, fuzzy -msgid "Add a new barcode nomenclature" -msgstr "Yangi shtrix-kod nomenklaturasini qo‘shish" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -#, fuzzy -msgid "Alias" -msgstr "Taxallus" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -#, fuzzy -msgid "Always" -msgstr "Har doim" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -#, fuzzy -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Ushbu shtrix-kod nomenklaturasi qoidasi uchun ichki identifikator" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -#, fuzzy -msgid "An internal identification of the barcode nomenclature" -msgstr "Shtrix-kod nomenklaturasining ichki identifikatori" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -#, fuzzy -msgid "Any" -msgstr "Har qanday" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -#, fuzzy -msgid "Apply" -msgstr "Qo‘llash" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -#, fuzzy -msgid "Barcode" -msgstr "Shtrix-kod" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -#, fuzzy -msgid "Barcode Event Mixin" -msgstr "Shtrix-kod hodisasi miksini" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -#, fuzzy -msgid "Barcode Nomenclature" -msgstr "Shtrix-kod nomenklaturasi" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -#, fuzzy -msgid "Barcode Nomenclatures" -msgstr "Shtrix-kod nomenklaturalari" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -#, fuzzy -msgid "Barcode Pattern" -msgstr "Shtrix-kod naqshi" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -#, fuzzy -msgid "Barcode Rule" -msgstr "Shtrix-kod qoidasi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -#, fuzzy -msgid "Barcode Scanned" -msgstr "Shtrix-kod skanerlandi" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -#, fuzzy -msgid "Barcode: %(barcode)s" -msgstr "Shtrix-kod: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -#, fuzzy -msgid "Companies" -msgstr "Kompaniyalar" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -#, fuzzy -msgid "Created by" -msgstr "Yaratuvchi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -#, fuzzy -msgid "Created on" -msgstr "Yaratilgan sana" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -#, fuzzy -msgid "Display Name" -msgstr "Ko‘rsatiladigan nom" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -#, fuzzy -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -#, fuzzy -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 dan UPC-A ga" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -#, fuzzy -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -#, fuzzy -msgid "Encoding" -msgstr "Kodlash" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -#, fuzzy -msgid "Enter a barcode..." -msgstr "Shtrix-kodni kiriting..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -#, fuzzy -msgid "HTTP Routing" -msgstr "HTTP yo‘naltirish" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -#, fuzzy -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -#, fuzzy -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"Barcodes.barcode_events_mixin-dan foydalanish uchun on_barcode_scanned usuli " -"amalga oshirilishi kerak" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -#, fuzzy -msgid "Last Updated by" -msgstr "Oxirgi yangilovchi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -#, fuzzy -msgid "Last Updated on" -msgstr "Oxirgi yangilangan sana" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -#, fuzzy -msgid "Never" -msgstr "Hech qachon" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -#, fuzzy -msgid "Nomenclature" -msgstr "Nomenklatura" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -#, fuzzy -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Naqshlar, shuningdek, og‘irlik yoki narx kabi raqamli qiymatlarning shtrix-" -"kodga qanday kodlanishini ham belgilashi mumkin. Ular {NNN} " -"bilan ko‘rsatiladi, bunda N'lar raqamning qaysi xonalari kodlanganini " -"bildiradi. Kasr sonlar ham qo‘llab-quvvatlanadi, bunda kasrlar D'lar bilan " -"ko‘rsatiladi, masalan {NNNDD}. Bunday hollarda, tegishli " -"yozuvlardagi shtrix-kod maydoni bu raqamlarni nollar sifatida ko‘rsatishi " -"shart." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -#, fuzzy -msgid "Please, Scan again!" -msgstr "Iltimos, qayta skanerlang!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -#, fuzzy -msgid "Rule Name" -msgstr "Qoida nomi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -#, fuzzy -msgid "Rules" -msgstr "Qoidalar" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -#, fuzzy -msgid "Sequence" -msgstr "Ketma-ketlik" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -#, fuzzy -msgid "Tables" -msgstr "Jadvallar" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -#, fuzzy -msgid "Tap to scan" -msgstr "Skanerlash uchun bosing" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -#, fuzzy -msgid "The barcode matching pattern" -msgstr "Shtrix-kodga mos keladigan naqsh" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -#, fuzzy -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "%(pattern)s shtrix-kod naqshi to‘g‘ri muntazam ifodaga olib kelmaydi." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -#, fuzzy -msgid "The list of barcode rules" -msgstr "Shtrix-kod qoidalari ro‘yxati" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -#, fuzzy -msgid "The matched pattern will alias to this barcode" -msgstr "Mos kelgan naqsh ushbu shtrix-kodning taxallusi bo‘ladi" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -#, fuzzy -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"%(pattern)s shtrix-kod naqshida sintaksis xatosi mavjud: qoidada faqat bir " -"juft qavs bo‘lishi mumkin." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -#, fuzzy -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"%(pattern)s shtrix-kod naqshida sintaksis xatosi mavjud: qavslar ichida " -"faqat N harflari, keyin esa D harflari bo‘lishi mumkin." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -#, fuzzy -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"%(pattern)s shtrix-kod naqshida sintaksis xatosi mavjud: bo‘sh qavslar." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -#, fuzzy -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Bu qoida faqat shtrix-kod ko‘rsatilgan kodlash bilan kodlangan bo‘lsagina " -"qo‘llaniladi." - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -#, fuzzy -msgid "Type" -msgstr "Turi" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -#, fuzzy -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC kodlarini boshiga nol qo‘shish orqali EAN ga o‘zgartirish mumkin. Ushbu " -"sozlama UPC/EAN shtrix-kodi boshqa kodlash bilan qoidaga moslashtirish " -"vaqtida avtomatik ravishda u yoki bu tarzda o‘zgartirilishi kerakligini " -"belgilaydi." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -#, fuzzy -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -#, fuzzy -msgid "UPC-A to EAN-13" -msgstr "UPC-A dan EAN-13 ga" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -#, fuzzy -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN o‘zgartirish" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -#, fuzzy -msgid "Unit Product" -msgstr "Mahsulot birligi" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -#, fuzzy -msgid "Unknown barcode command" -msgstr "Noma'lum shtrix-kod buyrug‘i" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -#, fuzzy -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Kichikroq ketma-ketlikdagi qoidalar avval mos keladigan tarzda qoidalarni " -"tartiblash uchun ishlatiladi" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -#, fuzzy -msgid "Value of the last barcode scanned." -msgstr "Oxirgi skanerlangan shtrix-kodning qiymati." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -#, fuzzy -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" -"Siz \"%(name)s\"ni o‘chira olmaysiz, chunki u standart shtrix-kod " -"nomenklaturasi hisoblanadi." diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/vi.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/vi.po deleted file mode 100644 index cdc810f..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/vi.po +++ /dev/null @@ -1,422 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Thi Huong Nguyen, 2022 -# -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Vietnamese \n" -"Language: vi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*' không phải là Mẫu mã vạch Regex hợp lệ. Có phải ý bạn là '.*'?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"Danh pháp mã vạch xác định cách thức mã vạch được nhận diện và phân " -"loại.\n" -" Khi một mã vạch được quét, nó được liên kết " -"với quy tắc đầu tiên bằng một mẫu\n" -" phù hợp. Cú pháp mẫu là một biểu thức chính " -"quy, và một mã vạch được coi là khớp\n" -" nếu biểu thức chính quy đó khớp với tiền tố " -"của mã vạch." - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "" -"Một danh pháp mã vạch xác định cách thức mà POS xác định và biên dịch mã vạch" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "Thêm một danh pháp mã vạch mới" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "Bí danh" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "Luôn luôn" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "Một định danh nội bộ về danh pháp mã vạch này" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "Một định danh nội bộ về danh pháp mã vạch" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "Bất kỳ" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "Áp dụng" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "Mã vạch" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "Mixin sự kiện mã vạch" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "Danh pháp mã vạch" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "Danh pháp mã vạch" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "Mẫu mã vạch" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "Quy tắc mã vạch" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "Mã vạch được quét" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "Mã vạch: %(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "Công ty" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "Được tạo bởi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "Được tạo vào" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "Tên hiển thị" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 sang UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Mã hoá" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "Nhập một mã vạch..." - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "Định tuyến HTTP" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "Cập nhật lần cuối bởi" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "Cập nhật lần cuối vào" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "Không bao giờ" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "Danh pháp" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"Các mẫu cũng có thể xác định cách thức các giá trị số, chẳng hạn như cân " -"nặng hay giá cả, có thể được\n" -" mã hoá thành mã vạch. Chúng được biểu thị " -"bằng {NNN} trong đó\n" -" các chữ N xác định nơi mà các chữ số của số " -"được mã hoá. Các số thập phân cũng\n" -" được hỗ trợ với phần thập phân được biểu thị " -"bằng các chữ D, ví dụ như {NNNDD}. Trong những trường hợp này,\n" -" trường mã vạch trên các bản ghi liên kết " -"phải hiển thị những chữ số này\n" -" là các số 0." - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "Vui lòng quét lại!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "Tên quy tắc" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "Quy tắc" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "Trình tự" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "Bàn" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "Bấm để quét" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "Mã vạch khớp với mẫu" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "Mẫu mã vạch %(pattern)s không dẫn tới biểu thức chính quy hợp lệ." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "Danh sách quy tắc mã vạch" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "Mẫu phù hợp sẽ là bí danh cho mã vạch này" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"Có lỗi cú pháp trong mẫu mã vạch %(pattern)s: một quy tắc chỉ có thể chứa " -"một cặp dấu ngoặc nhọn." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"Có lỗi cú pháp trong mẫu mã vạch %(pattern)s: trong dấu ngoặc nhọn chỉ có " -"thể chứa các chữ N theo sau là các chữ D." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "" -"Có lỗi cú pháp trong mẫu mã vạch %(pattern)s: trong dấu ngoặc nhọn trống." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Quy tắc này sẽ chỉ áp dụng nếu mã vạch được mã hóa bằng cách mã hóa được chỉ " -"định" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "Loại" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"Mã UPC có thể được chuyển đổi thành EAN bằng cách thêm tiền tố là một số 0. " -"Thiết lập này xác định xem một mã vạch UPC/EAN nên được tự động chuyển đổi " -"bằng cách này hay cách khác khi khớp một quy tắc với cách mã hoá khác." - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A sang EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "Chuyển đổi UPC/EAN" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "Đơn vị sản phẩm" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "Lệnh mã vạch không xác định" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "" -"Được sử dụng để sắp xếp thứ tự các quy tắc sao cho các quy tắc có trình tự " -"nhỏ hơn sẽ khớp trước" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "Giá trị mã vạch quét cuối cùng." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" - -#~ msgid "Barcode: " -#~ msgstr "Mã vạch:" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/zh_CN.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/zh_CN.po deleted file mode 100644 index ab3eb37..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/zh_CN.po +++ /dev/null @@ -1,407 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Martin Trigaux, 2022 -# Jeffery CHEN , 2022 -# "Tiffany Chang (tic)" , 2025. -# "Chloe Wang (chwa)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 15.5alpha1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:05+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Chinese (Simplified Han script) \n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " '*'不是有效的 Regex 正则表达式条形码样式。您想用的是'.*'吗?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"条码命名规则 定义如何识别和归类条码。\n" -" 扫描条形码时,它会关联具有匹配模式的 第一" -"条 规则。\n" -" 模式的语法是正则表达式,如果正则表达式与条形" -"码的前缀相匹配,\n" -" 则匹配条形码。" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "条形码命名规则定义了 POS 如何识别和解释条形码" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "增加新条形码命名规则" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "别名" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "总是" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "此条形码命名规则的内部识别" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "条码命名规则的内部识别" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "任意" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "应用" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "条形码" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "条形码事件混合" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "条形码命名规则" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "条形码命名规则" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "条形码模式" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "条形码规则" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "条形码扫描" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "条码:%(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "公司" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "创建人" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "创建日期" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "显示名称" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 转 UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "编码" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "输入条形码⋯" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP 路由" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "ID" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "要使用 barcodes.barcode_events_mixin,必须执行方法 on_barcode_scanned" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "最后更新人" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "上次更新日期" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "从不" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "命名规则" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"模式还可以定义如何将重量或价格等数值\n" -" 编码到条形码中。它们用{NNN} 表" -"示,其中 N\n" -" 代表数字的编码位置。也支持浮点数,\n" -" 用 D 表示小数,如{NNNDD}。 在这" -"种情况下,\n" -" 相关记录上的条形码字段必须 将这些数字" -"显示为\n" -" 零。" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "请再次扫描!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "规则名称" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "规则" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "序列" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "桌台" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "点击即可扫描" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "条码匹配模式" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "条形码模式%(pattern)s不会产生有效的正则表达式。" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "条码规则列表" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "匹配模式将别名到该条码" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "条形码模式中存在语法错误 %(pattern)s:一条规则只能包含一对大括号。" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "‎条形码模式存在语法错误%(pattern)s: 大括号只能包含 N,后面跟 D。" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "条形码模式中存在语法错误 %(pattern)s:空括号。" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "这条规则只应用于特殊编码的条形码" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "类型" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC 代码可以通过前缀加零的方式转换为 EAN。此设置可确定在尝试将规则与其他编码" -"匹配时,是否应以某种方式自动转换 UPC/EAN 条形码。" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A 转 EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN 转换" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "单位产品" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "未知条码命令" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "用于规则排序,这样较小序列的规则最先匹配" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "最后扫描的条形码值。" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" - -#~ msgid "Barcode: " -#~ msgstr "条码: " diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/zh_TW.po b/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/zh_TW.po deleted file mode 100644 index cd65601..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/i18n/zh_TW.po +++ /dev/null @@ -1,405 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes -# -# Translators: -# Wil Odoo, 2025 -# Tony Ng, 2025 -# -# "Dylan Kiss (dyki)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-09-16 08:09+0000\n" -"Last-Translator: \"Dylan Kiss (dyki)\" \n" -"Language-Team: Chinese (Traditional Han script) \n" -"Language: zh_TW\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?" -msgstr " 「*」不是有效的 regex 正規表達式條碼模式。你是想用「.*」嗎?" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Barcodes Nomenclatures define how barcodes are recognized and " -"categorized.\n" -" When a barcode is scanned it is associated " -"to the first rule with a matching\n" -" pattern. The pattern syntax is that of " -"regular expression, and a barcode is matched\n" -" if the regular expression matches a prefix " -"of the barcode." -msgstr "" -"條碼命名規則定義如何識別和歸類條碼。\n" -"當條碼被掃碼後,它就會關聯到匹配到的第一條規則,並且有匹配的模式。\n" -"模式的語法是一般的表達形式,如果一般的表達式匹配條碼的前綴,則條碼被匹配。" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "" -"A barcode nomenclature defines how the point of sale identify and interprets " -"barcodes" -msgstr "一個條碼命名規則定義了POS如何識別和詮釋條碼" - -#. module: barcodes -#: model_terms:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form -msgid "Add a new barcode nomenclature" -msgstr "增加新條碼命名規則" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__alias -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__alias -msgid "Alias" -msgstr "別名" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__always -msgid "Always" -msgstr "總是" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__name -msgid "An internal identification for this barcode nomenclature rule" -msgstr "此條碼命名規則的內部標識" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__name -msgid "An internal identification of the barcode nomenclature" -msgstr "條碼命名規則的內部識別" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__any -msgid "Any" -msgstr "任何" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.xml:0 -msgid "Apply" -msgstr "套用" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Barcode" -msgstr "條碼" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin -msgid "Barcode Event Mixin" -msgstr "條碼事件混入" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_nomenclature -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__barcode_nomenclature_id -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Barcode Nomenclature" -msgstr "條碼命名規則" - -#. module: barcodes -#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree -msgid "Barcode Nomenclatures" -msgstr "條碼命名規則" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__pattern -msgid "Barcode Pattern" -msgstr "條碼模式" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_barcode_rule -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_rule_form -msgid "Barcode Rule" -msgstr "條碼規則" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Barcode Scanned" -msgstr "掃瞄到條碼" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Barcode: %(barcode)s" -msgstr "條碼:%(barcode)s" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_res_company -msgid "Companies" -msgstr "公司" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_uid -msgid "Created by" -msgstr "建立人員" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__create_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__create_date -msgid "Created on" -msgstr "建立於" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__display_name -#: model:ir.model.fields,field_description:barcodes.field_ir_http__display_name -#: model:ir.model.fields,field_description:barcodes.field_res_company__display_name -msgid "Display Name" -msgstr "顯示名稱" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean13 -msgid "EAN-13" -msgstr "EAN-13" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__ean2upc -msgid "EAN-13 to UPC-A" -msgstr "EAN-13 轉為 UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__ean8 -msgid "EAN-8" -msgstr "EAN-8" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__encoding -msgid "Encoding" -msgstr "編碼" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/manual_barcode.js:0 -msgid "Enter a barcode..." -msgstr "輸入條碼⋯" - -#. module: barcodes -#: model:ir.model,name:barcodes.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP 路由" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__id -#: model:ir.model.fields,field_description:barcodes.field_ir_http__id -#: model:ir.model.fields,field_description:barcodes.field_res_company__id -msgid "ID" -msgstr "識別號" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_events_mixin.py:0 -msgid "" -"In order to use barcodes.barcode_events_mixin, method on_barcode_scanned " -"must be implemented" -msgstr "" -"若要使用 barcodes.barcode_events_mixin,必須實施 on_barcode_scanned 方法" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_uid -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_uid -msgid "Last Updated by" -msgstr "最後更新者" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__write_date -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__write_date -msgid "Last Updated on" -msgstr "最後更新於" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__none -msgid "Never" -msgstr "從不" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_res_company__nomenclature_id -msgid "Nomenclature" -msgstr "命名規則" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "" -"Patterns can also define how numerical values, such as weight or price, can " -"be\n" -" encoded into the barcode. They are indicated " -"by {NNN} where the N's\n" -" define where the number's digits are " -"encoded. Floats are also supported with the\n" -" decimals indicated with D's, such as " -"{NNNDD}. In these cases,\n" -" the barcode field on the associated records " -"must show these digits as\n" -" zeroes." -msgstr "" -"模式還可以定義如何將重量或價格等數值\n" -" 編碼到條形碼中。它們用{NNN} 表" -"示,其中 N\n" -" 代表數字的編碼位置。也支持浮點數,\n" -" 用 D 表示小數,如{NNNDD}。 在這" -"種情況下,\n" -" 相關記錄上的條形碼字段必須 將這些數字" -"顯示為\n" -" 零。" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.js:0 -msgid "Please, Scan again!" -msgstr "請再次掃描!" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__name -msgid "Rule Name" -msgstr "規則名稱" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__rule_ids -msgid "Rules" -msgstr "規則" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__sequence -msgid "Sequence" -msgstr "序列號" - -#. module: barcodes -#: model_terms:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form -msgid "Tables" -msgstr "表格" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/components/barcode_scanner.xml:0 -msgid "Tap to scan" -msgstr "點擊即可掃描" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__pattern -msgid "The barcode matching pattern" -msgstr "條碼匹配模式" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"The barcode pattern %(pattern)s does not lead to a valid regular expression." -msgstr "條碼格式 %(pattern)s 未能產生有效的正規表達式。" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__rule_ids -msgid "The list of barcode rules" -msgstr "條碼規則列表" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__alias -msgid "The matched pattern will alias to this barcode" -msgstr "匹配模式將別名加到該條碼" - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: a rule can only " -"contain one pair of braces." -msgstr "" -"條碼模式 %(pattern)s 中存在語法錯誤:a rule can only contain one pair of " -"braces." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: braces can only " -"contain N's followed by D's." -msgstr "" -"條碼模式 %(pattern)s 中存在語法錯誤:braces can only contain N's followed by " -"D's." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_rule.py:0 -msgid "" -"There is a syntax error in the barcode pattern %(pattern)s: empty braces." -msgstr "條碼模式 %(pattern)s 中存在語法錯誤:empty braces." - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "這條規則將只適用於特定編碼的條碼" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_rule__type -msgid "Type" -msgstr "類型" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "" -"UPC Codes can be converted to EAN by prefixing them with a zero. This " -"setting determines if a UPC/EAN barcode should be automatically converted in " -"one way or another when trying to match a rule with the other encoding." -msgstr "" -"UPC碼可以轉換為EAN,前綴加個零。此設定確定UPC / EAN條碼應以一種或另一種方式自" -"動轉換當在與其他編碼規則匹配時。" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__encoding__upca -msgid "UPC-A" -msgstr "UPC-A" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_nomenclature__upc_ean_conv__upc2ean -msgid "UPC-A to EAN-13" -msgstr "UPC-A 轉 EAN-13" - -#. module: barcodes -#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature__upc_ean_conv -msgid "UPC/EAN Conversion" -msgstr "UPC/EAN 轉換" - -#. module: barcodes -#: model:ir.model.fields.selection,name:barcodes.selection__barcode_rule__type__product -msgid "Unit Product" -msgstr "單位產品" - -#. module: barcodes -#. odoo-javascript -#: code:addons/barcodes/static/src/barcode_handlers.js:0 -msgid "Unknown barcode command" -msgstr "未知條碼指令" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcode_rule__sequence -msgid "Used to order rules such that rules with a smaller sequence match first" -msgstr "用於規則排序,這樣較小序列的規則最先匹配" - -#. module: barcodes -#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin___barcode_scanned -msgid "Value of the last barcode scanned." -msgstr "上次掃瞄到的條碼的值." - -#. module: barcodes -#. odoo-python -#: code:addons/barcodes/models/barcode_nomenclature.py:0 -msgid "" -"You cannot delete '%(name)s' because it's the default barcode nomenclature." -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/models/__init__.py b/odoo-bringout-oca-ocb-barcodes/barcodes/models/__init__.py deleted file mode 100644 index 7e42a60..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/models/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# -*- coding: utf-8 -*- -from . import barcode_events_mixin -from . import barcode_nomenclature -from . import barcode_rule -from . import ir_http -from . import res_company diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_events_mixin.py b/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_events_mixin.py deleted file mode 100644 index 3feb70c..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_events_mixin.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields, api - - -class BarcodesBarcode_Events_Mixin(models.AbstractModel): - """ Mixin class for objects reacting when a barcode is scanned in their form views - which contains ``. - Models using this mixin must implement the method on_barcode_scanned. It works - like an onchange and receives the scanned barcode in parameter. - """ - - _name = 'barcodes.barcode_events_mixin' - _description = 'Barcode Event Mixin' - - _barcode_scanned = fields.Char("Barcode Scanned", help="Value of the last barcode scanned.", store=False) - - @api.onchange('_barcode_scanned') - def _on_barcode_scanned(self): - barcode = self._barcode_scanned - if barcode: - self._barcode_scanned = "" - return self.on_barcode_scanned(barcode) - - def on_barcode_scanned(self, barcode): - raise NotImplementedError(self.env._("In order to use barcodes.barcode_events_mixin, method on_barcode_scanned must be implemented")) diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_nomenclature.py b/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_nomenclature.py deleted file mode 100644 index ab1dfe7..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_nomenclature.py +++ /dev/null @@ -1,215 +0,0 @@ -import re - -from odoo import models, fields, api, _ -from odoo.exceptions import UserError -from odoo.tools.barcode import check_barcode_encoding, get_barcode_check_digit - - -UPC_EAN_CONVERSIONS = [ - ('none', 'Never'), - ('ean2upc', 'EAN-13 to UPC-A'), - ('upc2ean', 'UPC-A to EAN-13'), - ('always', 'Always'), -] - - -class BarcodeNomenclature(models.Model): - _name = 'barcode.nomenclature' - _description = 'Barcode Nomenclature' - - name = fields.Char(string='Barcode Nomenclature', required=True, help='An internal identification of the barcode nomenclature') - rule_ids = fields.One2many('barcode.rule', 'barcode_nomenclature_id', string='Rules', help='The list of barcode rules') - upc_ean_conv = fields.Selection( - UPC_EAN_CONVERSIONS, string='UPC/EAN Conversion', required=True, default='always', - help="UPC Codes can be converted to EAN by prefixing them with a zero. This setting determines if a UPC/EAN barcode should be automatically converted in one way or another when trying to match a rule with the other encoding.") - - @api.model - def sanitize_ean(self, ean): - """ Returns a valid zero padded EAN-13 from an EAN prefix. - - :type ean: str - """ - ean = ean[0:13].zfill(13) - return ean[0:-1] + str(get_barcode_check_digit(ean)) - - @api.model - def sanitize_upc(self, upc): - """ Returns a valid zero padded UPC-A from a UPC-A prefix. - - :type upc: str - """ - return self.sanitize_ean('0' + upc)[1:] - - def match_pattern(self, barcode, pattern): - """Checks barcode matches the pattern and retrieves the optional numeric value in barcode. - - :param barcode: - :type barcode: str - :param pattern: - :type pattern: str - :return: an object containing: - - value: the numerical value encoded in the barcode (0 if no value encoded) - - base_code: the barcode in which numerical content is replaced by 0's - - match: boolean - :rtype: dict - """ - match = { - 'value': 0, - 'base_code': barcode, - 'match': False, - } - - barcode = barcode.replace('\\', '\\\\').replace('{', '\\{').replace('}', '\\}').replace('.', '\\.') - numerical_content = re.search("[{][N]*[D]*[}]", pattern) # look for numerical content in pattern - - if numerical_content: # the pattern encodes a numerical content - num_start = numerical_content.start() # start index of numerical content - num_end = numerical_content.end() # end index of numerical content - value_string = barcode[num_start:num_end - 2] # numerical content in barcode - - whole_part_match = re.search("[{][N]*[D}]", numerical_content.group()) # looks for whole part of numerical content - decimal_part_match = re.search("[{N][D]*[}]", numerical_content.group()) # looks for decimal part - whole_part = value_string[:whole_part_match.end() - 2] # retrieve whole part of numerical content in barcode - decimal_part = "0." + value_string[decimal_part_match.start():decimal_part_match.end() - 1] # retrieve decimal part - if whole_part == '': - whole_part = '0' - if whole_part.isdigit(): - match['value'] = int(whole_part) + float(decimal_part) - - match['base_code'] = barcode[:num_start] + (num_end - num_start - 2) * "0" + barcode[num_end - 2:] # replace numerical content by 0's in barcode - match['base_code'] = match['base_code'].replace("\\\\", "\\").replace("\\{", "{").replace("\\}", "}").replace("\\.", ".") - pattern = pattern[:num_start] + (num_end - num_start - 2) * "0" + pattern[num_end:] # replace numerical content by 0's in pattern to match - match['match'] = re.match(pattern, match['base_code'][:len(pattern)]) - - return match - - def parse_barcode(self, barcode): - if re.match(r'^urn:', barcode): - return self.parse_uri(barcode) - return self.parse_nomenclature_barcode(barcode) - - def parse_nomenclature_barcode(self, barcode): - """ Attempts to interpret and parse a barcode. - - :param barcode: - :type barcode: str - :return: A object containing various information about the barcode, like as: - - - code: the barcode - - type: the barcode's type - - value: if the id encodes a numerical value, it will be put there - - base_code: the barcode code with all the encoding parts set to - zero; the one put on the product in the backend - - :rtype: dict - """ - parsed_result = { - 'encoding': '', - 'type': 'error', - 'code': barcode, - 'base_code': barcode, - 'value': 0, - } - - for rule in self.rule_ids: - cur_barcode = barcode - if rule.encoding == 'ean13' and check_barcode_encoding(barcode, 'upca') and self.upc_ean_conv in ['upc2ean', 'always']: - cur_barcode = '0' + cur_barcode - elif rule.encoding == 'upca' and check_barcode_encoding(barcode, 'ean13') and barcode[0] == '0' and self.upc_ean_conv in ['ean2upc', 'always']: - cur_barcode = cur_barcode[1:] - - if not check_barcode_encoding(barcode, rule.encoding): - continue - - match = self.match_pattern(cur_barcode, rule.pattern) - if match['match']: - if rule.type == 'alias': - barcode = rule.alias - parsed_result['code'] = barcode - else: - parsed_result['encoding'] = rule.encoding - parsed_result['type'] = rule.type - parsed_result['value'] = match['value'] - parsed_result['code'] = cur_barcode - if rule.encoding == "ean13": - parsed_result['base_code'] = self.sanitize_ean(match['base_code']) - elif rule.encoding == "upca": - parsed_result['base_code'] = self.sanitize_upc(match['base_code']) - else: - parsed_result['base_code'] = match['base_code'] - return parsed_result - - return parsed_result - - # RFID/URI stuff. - @api.model - def parse_uri(self, barcode): - """ Convert supported URI format (lgtin, sgtin, sgtin-96, sgtin-198, - sscc and ssacc-96) into a GS1 barcode. - :param barcode str: the URI as a string. - :rtype: str - """ - if not re.match(r'^urn:', barcode): - return barcode - identifier, data = (bc_part.strip() for bc_part in re.split(':', barcode)[-2:]) - data = re.split(r'\.', data) - match identifier: - case 'lgtin' | 'sgtin': - barcode = self._convert_uri_gtin_data_into_tracking_number(barcode, data) - case 'sgtin-96' | 'sgtin-198': - # Same as SGTIN but we have to remove the filter. - barcode = self._convert_uri_gtin_data_into_tracking_number(barcode, data[1:]) - case 'sscc': - barcode = self._convert_uri_sscc_data_into_package(barcode, data) - case 'sscc-96': - # Same as SSCC but we have to remove the filter. - barcode = self._convert_uri_sscc_data_into_package(barcode, data[1:]) - return barcode - - @api.model - def _convert_uri_gtin_data_into_tracking_number(self, base_code, data): - gs1_company_prefix, item_ref_and_indicator, tracking_number = data - indicator = item_ref_and_indicator[0] - item_ref = item_ref_and_indicator[1:] - product_barcode = indicator + gs1_company_prefix + item_ref - product_barcode += str(get_barcode_check_digit(product_barcode + '0')) - return [ - { - 'base_code': base_code, - 'code': product_barcode, - 'encoding': '', - 'type': 'product', - 'value': product_barcode, - }, - { - 'base_code': base_code, - 'code': tracking_number, - 'encoding': '', - 'type': 'lot', - 'value': tracking_number, - }, - ] - - @api.model - def _convert_uri_sscc_data_into_package(self, base_code, data): - gs1_company_prefix, serial_reference = data - extension = serial_reference[0] - serial_ref = serial_reference[1:] - sscc = extension + gs1_company_prefix + serial_ref - sscc += str(get_barcode_check_digit(sscc + '0')) - return [{ - 'base_code': base_code, - 'code': sscc, - 'encoding': '', - 'type': 'package', - 'value': sscc, - }] - - @api.ondelete(at_uninstall=False) - def _unlink_except_default(self): - default_record = self.env.ref("barcodes.default_barcode_nomenclature", raise_if_not_found=False) - if default_record and default_record in self: - raise UserError(_( - "You cannot delete '%(name)s' because it's the default barcode nomenclature.", - name=default_record.display_name - )) diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_rule.py b/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_rule.py deleted file mode 100644 index a298242..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/models/barcode_rule.py +++ /dev/null @@ -1,47 +0,0 @@ -import re - -from odoo import models, fields, api, _ -from odoo.exceptions import ValidationError - - -class BarcodeRule(models.Model): - _name = 'barcode.rule' - _description = 'Barcode Rule' - _order = 'sequence asc, id' - - name = fields.Char(string='Rule Name', required=True, help='An internal identification for this barcode nomenclature rule') - barcode_nomenclature_id = fields.Many2one('barcode.nomenclature', string='Barcode Nomenclature', index='btree_not_null') - sequence = fields.Integer(string='Sequence', help='Used to order rules such that rules with a smaller sequence match first') - encoding = fields.Selection( - string='Encoding', required=True, default='any', selection=[ - ('any', 'Any'), - ('ean13', 'EAN-13'), - ('ean8', 'EAN-8'), - ('upca', 'UPC-A'), - ], help='This rule will apply only if the barcode is encoded with the specified encoding') - type = fields.Selection( - string='Type', required=True, selection=[ - ('alias', 'Alias'), - ('product', 'Unit Product'), - ], default='product') - pattern = fields.Char(string='Barcode Pattern', help="The barcode matching pattern", required=True, default='.*') - alias = fields.Char(string='Alias', default='0', help='The matched pattern will alias to this barcode', required=True) - - @api.constrains('pattern') - def _check_pattern(self): - for rule in self: - p = rule.pattern.replace('\\\\', 'X').replace('\\{', 'X').replace('\\}', 'X') - findall = re.findall("[{]|[}]", p) # p does not contain escaped { or } - if len(findall) == 2: - if not re.search("[{][N]*[D]*[}]", p): - raise ValidationError(_("There is a syntax error in the barcode pattern %(pattern)s: braces can only contain N's followed by D's.", pattern=rule.pattern)) - elif re.search("[{][}]", p): - raise ValidationError(_("There is a syntax error in the barcode pattern %(pattern)s: empty braces.", pattern=rule.pattern)) - elif len(findall) != 0: - raise ValidationError(_("There is a syntax error in the barcode pattern %(pattern)s: a rule can only contain one pair of braces.", pattern=rule.pattern)) - elif p == '*': - raise ValidationError(_(" '*' is not a valid Regex Barcode Pattern. Did you mean '.*'?")) - try: - re.compile(re.sub('{N+D*}', '', p)) - except re.error: - raise ValidationError(_("The barcode pattern %(pattern)s does not lead to a valid regular expression.", pattern=rule.pattern)) diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/models/ir_http.py b/odoo-bringout-oca-ocb-barcodes/barcodes/models/ir_http.py deleted file mode 100644 index 7731df8..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/models/ir_http.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from odoo import models - - -class IrHttp(models.AbstractModel): - _inherit = 'ir.http' - - def session_info(self): - res = super(IrHttp, self).session_info() - if self.env.user._is_internal(): - res['max_time_between_keys_in_ms'] = int( - self.env['ir.config_parameter'].sudo().get_param('barcode.max_time_between_keys_in_ms', default='150')) - return res diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/models/res_company.py b/odoo-bringout-oca-ocb-barcodes/barcodes/models/res_company.py deleted file mode 100644 index b510c6e..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/models/res_company.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields - - -class ResCompany(models.Model): - _inherit = 'res.company' - - def _get_default_nomenclature(self): - return self.env.ref('barcodes.default_barcode_nomenclature', raise_if_not_found=False) - - nomenclature_id = fields.Many2one( - 'barcode.nomenclature', - string="Nomenclature", - default=_get_default_nomenclature, - ) diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/security/ir.model.access.csv b/odoo-bringout-oca-ocb-barcodes/barcodes/security/ir.model.access.csv deleted file mode 100644 index 30ba744..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/security/ir.model.access.csv +++ /dev/null @@ -1,5 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_barcode_nomenclature_user,barcode.nomenclature.user,model_barcode_nomenclature,base.group_user,1,0,0,0 -access_barcode_nomenclature_manager,barcode.nomenclature.manager,model_barcode_nomenclature,base.group_erp_manager,1,1,1,1 -access_barcode_rule_user,barcode.rule.user,model_barcode_rule,base.group_user,1,0,0,0 -access_barcode_rule_manager,barcode.rule.manager,model_barcode_rule,base.group_erp_manager,1,1,1,1 diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/img/barcode.png b/odoo-bringout-oca-ocb-barcodes/barcodes/static/img/barcode.png deleted file mode 100644 index 2e9d2f4bc0487f42fd9848498f821f3422c36266..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1292 zcmeAS@N?(olHy`uVBq!ia0y~yV7$S=z-Y(8!oa}La`t2|0|Nt7lDE4H!~gdFGy54B z7&r?&B8wRqxP?KOkzv*x2?hoR_7YEDSN8jyEWG@ZZcnc%Ffg#p^>lFzskrs_y1mDh zLYd5j>fpkK z3#S=)X>1YLY9BN)z^$ye>G0j>@9N4^Y|rQKdB6AR>AT(~?lRrVfvXSxm}Yfd_;~g` zxz49t>%Y0hZ@CoIBev)(0g`Td!eW0a!MK7hFlIY7H$X@(BTjh&{2p0VTTP0 z5e^#~5*#-)BrqOqN?<(5)WizHEZj}31FvC_Ityn=fkJE$2k(utTeEikQ`mRq&%CK! z>-|D2_h!uJzEvsqoO|d0F!SV152Vklp7S}f_sX@R?)_(#H|~D-eO+i}t?ge+tP`egO65yjFS0Iu7tEs~u7B*|m7Pa-%!-leab8*c*>FAU%Ebj6D05C@h=s>J-Pev$-VKd_v>}{T1D0>{Jn~J z`sMD)Cyy?FdDQ*n(V1T!J$~}2M7a9(s>R#SE`Q>m^ueBRmia$>TZO!SR^4^CPj|Aa zcF(c-Zn$&D#C_i1{@uUat$p(7)h~~NiV8LN?wAo%GdHegdQ8paxEK$;bIZk_C;Pv; lb6ZX9`{KTPX0<<{>tC}AE|M$qzKlSRo z%VHjRpPh5$V1LgK<^TWxndiTJ`F7SP#c5)a4uTs5Bq}`$LZdk#w;2MV+J+H&i{CdcV!!*Zh&j$t+qGjsd817}qXj5y*?KR>bXfyto;UWEv5 zNoHZmeUlY3Hkdkn;8ihWHsoazn8D2X-{Vr=X=bgy1BV}M*nNQG8XFHgxBtiU>QBEr z9yrmoz+gcJV;e()fCI@b{;1Mu)`ytKPq-EB)gJDzP4)ez~`R!~B z%?y$ZNiPg6?*8F%IKZbNwZ_O|>A@XsAMWJZ$u$AaRp$F2HXM<&Y!VS! zu!gmb!=U)sm;Byy=KKHUR4}#h3eILb&M925!(r#a33881@_BFEm2R#9QUCwT9CG0C z*kHKmKtP0q0z*P0>kOVSsWs(o9J0xKeynAClgGuRq5uE?|BnTn7up0F9eX#<;Eyrf zQSvZ_i9vFr(a#+W3=9vLoqybaTxR~)PU>j##v32HSeO_&mj2CpzHCR|W0kD_$7<#* zvJX7W{NMj*5S+wvQ`+G9q?QfR0S_1~^bQ<7JkP5y;Td1T9L8pblS>)Y6IwiVcn??} z*{QACZc}{V{7MG(hbatq7<*VmB^JF_{S-4rwZT$?kAazy;dnFKb+)5@CB;W0_5X26 zsB|)%cR1WEP{GEe`edb+_oV+n%o*lzSo9sf&J)Mra70dC;rWww-jn|Smt-p7sW6nD z&bZ^?hKgi^(~X^M4z2$T>;M0m6A}M`kxA^EYYU5TL(QYd>PH^t;>dp8!ao^RdXuE)EDzo5IjCz~sPC&OTeq4%HI&;wxw8ytk=wp2wf zaF}s2Mww*_3zJ9B+!<;evtrj+PGN}Kwt-Xc`aF}l32WDI&G*-00>!VP)XDR~EN^WX zOeTL?*?DsY!xWdBMmyLRiQK4bYW7lWYclD$nlwlIxRt!sybR@Dy%RS>T~09_S#8RZ zBzygThXdctc%!3pt@bj?U0I|xd&^G!*1ci-_Nq^#@{{GglwQ&Ap z->YZSe3xV^?f#_~!h5k~*Aexzt9s8$^M$=n`(%4MgspPV{e9o6Gwc8VTso`%&!@`T z?N9!n{y+Qwhwpz*9If25$@lNG&;S4b{ds$T(2)ZNTI{X$d{ch5r)U^?d0R4=n06b8aU4-H zJ`&Qw_0uTEyv$gR`M#vea&>Q}i4H#xi+UWAbD39RR5;5nPHKsu>ReNu2~J-=&!6tw z$LHVk$^G1lo56ia86~?awwU(vsm@fH*je&PTVrD27nd0yEAsj^PA^~1y-JmB;>?$C z_PTV7_x-DQ`S{Pzlecs&&wakP>D{7}R!LPQ58oX5^8Zt&UiJU46GIyqnp&A!c!jL8 zouxHD9b(o9(KU%;Tqf@nomc(bl{@pB0eQ2iS$lf~?`Ff-|f<>GHOi*DcU`J`&1^ZLFq z16$+8UMu}pS(!|;GX+1c|4C}tCy@{$W@=(Cp!Wa& zZ2eW+XZ>9N|NjTYhQ@@0%re}pJv+kzo-~P$+z`z-gw0g4KE}W3#eX zT>=sd3N%;^d44cPU+|dS;@P%jNpf;p9m9EIplet^~>@!nLP>W z@0%ASvM45e&5vKXW5zQEjm%AICz$rjONkbxF64Q8t!GKLMd<~f8CMFIpS|Rh7{DxT z5%1sp>}7y<=LII^ntQzO{N~PHb>Wu9)J40j{aBMXmFT!sM_Pvcd%1r0S>L?5TibRo z_sw-bx$9-jdh^c9+qTDE&&m$_TzNk$`_E-47|NjjC8UHgd|NnohIICLWA5K0ztTG3dBswtd&{5`@Bg87iaPn|OZyTeM zi;#n0Z<9jf#D-I8KJgLDrenwFK4Ur4{YsOgY8)v!tQ-Q$k+nr&qLTMhimKR7hJQPhkCzChzSl`9XJB8YH zLIjUx+_&Pg$aTGLzN;v&#`O5ggSy&sN1HE9XAbzzo8%Q@+c)XHwvb~@lSRA69{v8r zFHzhdk60Xi7k=bM!jUCwR-bk~bZOJZqKT7^e3x5t=w#0Nshy9frMk`wmOFfV>eJSl zd7;yurnc7qS+QZmiY-4ws-_-azr=Rwrah}_KW|=cy#M)Tp_gZv3}*NIsjNBKq}i>K zh!xukVgS2ZgRZNzoEB*>p}SMdHxRFD4K4UzI=W68f$7v!&11ZN+Y< zmr;3&wnr~zPY=1c?9s~=Gp4QjTyj@!vhmi{{*#OU{|=sZ{?e;8*RHPca;}Y7>-%Y) zy5kn%q(%F6EFwZeiVPO2Dv4|~m2+SIyz07iwv0W%)SKWXCo2Ki=%DTvHZL z|Nn8L2E?{{PdgU||>P*IY2p)6UUB=xmkvPN0DLs>$FOhScB1oIhdNnU%G9zMRFJyt$87KfY9xlXvr z+!GUXw8tkR(u`qcYT_|D*{98m`Cb}4__X2ChEJOpZTPg|(}D6C0g?TSXHNLxuzb>8&!$RK1uA17g)scgvfNA+*KJf^>4b1vH2C?;x%YB=fDhxCX6bv-FS`RfeCLBJb zBhIDtP|!)AyY*qg{U3>kUONbEFynt%`p0#nh+v^u>!FVIf}pO{Kcz={O7}tS%01@) zGz52<@8{t&|NpooK>q)aKlT$^R2y7k%V!ud#Pqyf=5USogq}+>(?Z9x6HJ^ruPSw$ zSbO#=avq(c)AfceMRoFLrzpS0@|9`gLUJDo+X1y^;IIy$wPxwST#fX?4#~gSL z#CUQROB<)xpIK0B^LC4+GPlxhZs8*{7P3gFNNzGdxWFKNwdBTvIh|#z4tD;(ws^{J zA7xXCoVRmbW-Hbmb%^4)AlTxt{lt&{?t|eRH_lIV_Ly+u$Ki<$-;@)A+h+=-wmozE zv!?n~|Ivd-4<7M6bz148M5jbfmrJKWRL7pqi6@p6wx4Rs3X9a${Xdo8|MSwz%WM9F zfUey9BVRWEGyb#x|EHG{kD{IhDKLoGh9^Aw7$C^8U}MID85dp({91i1M1Z~H1HsGBdikVZay1kd^*DGTdD7O)IY(T~o-=;<=)!fic8Z?S zau>yI5?8XiWtkT7Ild4zykwkg(I=a1Q!bO5rv5Y zs<)K+q8{7Ygm4}fu`yKP$#htdQ1GGQK*ISK9H%^1UVfsrU_rtrr5Dp}B*gfeW0olS zE}V7h&LsW*B~|lPAFc{dwX!+Au%!G~&eZM&mYiPs%WBdD4=+jU+t9(PBeEuzDL_2N z?dX57uT)}`cr>LYg3Meb9P8YFit#=&lz+^xR3pv0X~ooOMR%%_wf{UTLG{2xf&b?} z|9|dYC_T^e|Ib_Sk(*Tz&?vy>BO-Ef^BIvj_m?@eu`c^uqHA>Mu$Q4>GSlVCOmC)R zr%Do^rFaRM?91FgqeZSou7ztF(-}=!roUza8fRQDr>wEqAeZ>?Xv2Gh2me1E zUKpAGe;PN}>5wODs;^{<3dS5dbmgg^{Z;c-K^w(Z{<|8rjdg?Wfz1atFvvG%Gw?I! zGo28#V~{&qr&TZ7>JuVr7%o~E6Uy>R`(v2a(ZHCn2T>n%8uS1EZ@eYA|NsC0Kh|^| zZ(A?ww8k_g%wjcfgx3F~DPgYhU2Nw2f83S6lP{rTKjY7`87F+^fb#EMsWe7~wA_s+ zOr1YzFud2~=rEd5#xC0Uv^C)9!-}I{1J(xWur3p8?GR(*?(yc~xiRT9)5q>-C#OG5 zjChf}_(;x;h@=2LR@R2b1_^x~o_%5Zl@WW20``RIi*|DzT~=Z>V?#uku3^TOHPO%Z zS;@M*h!7L)w%M>xTWo4;kDkF7E`tpbJPEp5tjmtKgfXs(V%wPiP_$8WezTa9c0qqY z(ix=;OGv6`et^A<9+}C3Cak{9&85rm*ElP>Z70%@Q=a4(*OVe zKP+u}{r~@m!=XBCJ!XFlZe$$JKb$0TRzm92_QKu&+oXA=OqNCPiZ=TAscSRMGW-?6 zJIk~qo=5!M`**#0b+&-H$dL3BCYEs$OoZ4`)?UdUQH_<7l85bS&Ipw%$!_A1C zH6{_f)0o|k@=9cwK22P7Am?zZ(v}Q^3zC~7BzGkoPDnf3%zH@fp>RRs2IG*1v$Oy3 zT-=bjLvnGPpqZfQ|NkxN2i~$p7(F=s;PfA5hc|2vDQy0S%pXcVIK{4haC)|Nn=~c=kUy{r^W->!JETu1*g(iW|&PH(bzV zFz1}f#rry3t_e50(jRs?O$5d7e_6)=A`C?nmsni>q{8s-#hGQRE9Wn`IDh%WgdiP; zWlSv3ghktUvA0*^!p%p==D)a@kg+EFOs>b844#_{jNLvMryXo-QrjnJ z&L+idlKsKhtx4@cS})^l^Mh>%&PpFR-p5?>jz_jxmYMy*!T-hr$kr5?tY;;G!Yn(2y9+%=93UDdC2V-iE}5r3-FYA9~Gt_<=@%>%)SFf)OzW z-G?6T7mU%9Qo7OIv7-A(gr1D+|AWm<$_JbG|7Sb6$KYVwq1XS!WAyg_NNkWS2UQY+ zf#M%Uk3_h-1V7UMFPJFuXoFU3`2Vg0s|+ptP3G(}v{bVYFZi@6;bKU@hAvS2{*!h5 zDIr>1l4h}co(RLcmoBq3m1letpRqz~MvS1s% z7Avh1JGCV)OmG^LGDnyGe;r|Vrpa;!?o?K5O;<|Njp?A5wl86&TfXoZ~ph=Fg_o zxY$L|P0&TqjmMQuxmhqF<6^U5ed8h*9@j$}e)uUfTAn|+2wS@Ob*bH$&PSc$RDi_jO7W=oZw z7M;nM+&Gm96m3ia6+Z}d4~O+?bg#BPP7jR_KQEZmGtCpWQhPi_8l@WFdy1&cNE z&-i2|Y~;fDbeK;aPi-hnkV)Q980Gx`G+Qt`bK`Wjcn0qWH>`M@f0*$wL?3#6==Bf7 z`z`T@d3c+hULShhoNysW`Y?|~L5}o~*o0jdc0Fw8UVm^yL2O0h{|~z!+%RFh{r}O1 z6%rXmu7UDHV}7M zpxN2YJ!8ktOy7w*|630%dXRMJzy_fcTkgLQiwZUr*A{1*p?3WLg22pfrUxMlO!oiG z{L8dw-P7e?xP6;0)h`Il6wtn$eBiC`6fWQ9t$&#==$hFwO-}#E+MvV0&anN!2G;!t zHvSN6U|taQhrx<&mq=6V5}Q;CZX`fQLk%=)n=s-Spfw_j^xX1Dk;U9lN9WnugV6))Dvgjs8gO=F#x zbTM&m`2D9%j8P418vlhk8fI+SuwVPE#Fps)Pm>NEaOM&|qY=zC=TPgX4fCR0ZaOTv zp`FC86Be^&-)#AVeJ!ycl6SZ}$|lOPl>Yyas3_#5$|lC<#5iS!r1zoMKN1ga$cRl~ z-T$zSdwrXHn+)UqL$8?=KJ2<<@K2&5Hvhw}3%l+Z{4u!yu&wnv_xgWI^92jV9~Laq zP1d}h@-b3$2!tQh0b zgvabwJ~DjF+y{=?>+oj%uy2HQE*6zW1FEM z;m~lP;lKuig#`&dO2QuwKWyhQXFGV{hB5crLyGk+PXGTia|s`~%<{j*>HpC*W(Vi+ z!tkympS{RdXErQW7l_{1O5b8(EGv zD0X%{TO%xc@lM(V&CZsm4T=*xjWI3!gVXh=Bhkr3d~h~wen>1}cPC&>LH@nIW}iNTN9gdF*YrL75}uHm8+LzpKp zTw%C+Xfm&4Io6bAlsIwc#G}u87$q!xQq3DX4jxuCNIG)wsKSbsOT-(eOa5H0y&y0l;TUVr z4xTR(jz^aX2}J0b2_4#Ev|+MdiHV{yr=Cvz>>xHfDkm?8C$ z;pJwRsQfS7t^rC`Ia6DH<@{f9u$6Uc$8?@e`~StHihKHhwMlruIEk}sH#2iH^OXN9 zXUz{jq)`83P1lLa=J2kKVOmYkc1SWbC9RU$Vwxt%|71nt|9`w&b=oJlPW*q!{Ey9! zq>aw=g#G_N3jhC4)hYW?7(?$rwf#RLj{pDP86e=mU?Bl2pa097{uE#+F3Pj^{-hi7 zY{4CY1Si3U18jRa7<=0onHe1(I68LeE#p*{_^>YFV`D^wn=2oi1jjuaW+UepM;nAW zxExO?GfZ+=Cse~>li@gBYbyKeb+e+Lxz?M`St&$_y2#iLF-SLv*iD-{eSe||Nq}6#mV8A5NXEE#^ygK>wseTT+%Vhz|NplU8yF247!ELrddV<`G#-%8>J7eXw2Y6@ zv_`jJ>(PS+G2(?avEq;3{}G-T5hi*xp5?tLYo1ouqJ3ITh5uQe2(SOq^LU*x-;8rs zJ@<_JW}KHi?q~J!`eRW3eJr>3yF^BQ?+iQcMG_3}76z=BWp}(#a@@~~=l{nUX;1wB zpLoW{o|<&9c>(A7cN-Hr4DOig2(r1b9n0I$nkw1iD%g@J86gxVE+HU3BhO_4TAq?dt91vL{P#_@aL3d`JXL`k}Zys z3FgLyhDIu#|34kvk>ZdS!I0okKR>yx;N={K1cw;{YAXIeBPI(etSyX~w9zg?_-T^O z5k2j=Bo~QB)+DbZl?k2^O&jf>CipO3Iv{j_X@hEmUAlu9gJ|Rb|NkAd7^nEU{B`*w z;p(#gil>|X6;Fo!KU@zSkoX~0VaR49(c=HVB_Q!X$AV-~u0N(O?!@)~{||EyeXRx^ z7H-C#H1SADEu&KX}qdQNe7lG%!?3sF7QlXgJwdoh=-Jdt3pP@QRdJeiA}HDWDE|L zHuJV#<6g(xeCYL&5S9yWi?oy;s2zz@`s4afX-5~whVCRCr5W8H4uj(NfTHMs0k&eJ z1x}k6Nie+EICGfyLyin@vyH*ScJ8%p@`qmkh|T{a&0c@Nw_#Psj&6?a9UHppJC^_N z+Rq!K^ZVOn3Ji)tGZOzurpz2!aIW*>SnQ}1~W2rSe|zLx$YpqlVsR&;239v zrp5+C0}YWiJ_!z*2^^KBnG+8zb7PX2CUeekB?M?j zh#XiD%%s$Ffwi%fo0($mD@h)O2m=*^3r0U3dzfB7EZvYJ+njLzk(M|Y6KltY?gs}GG{RdCC22p>Q95ui zLFI$QMkno#6)|c`i?o#H@#sk8iO2twC`iozV*pAhKi1SJF@*mA|1nZD)QN+IldDzA zATTlGStP?sholRJ6`~W)6!ZSMa)gB^MdtXSZZ_A($JVI^4?e%N;;=DT_?TNxTV9)0 z2h>SR5INb%bLV+|`Pe#>P~{uNo3m%Gen@h1s}_i9&kB=UHh8Qv%C`eDZNfU_d8aYK3Q zHMWC)Saevcl)z)HkMtku|5&5Vbzp8ovnXqv*3k@grTq`)FbLKNuL=9HO8aAg@Wv?Z zI&FrAkblN(3(7i9oc}ocpK^^!XUi|2L@uU~~#rJV!>^&ZM{r_Ww*RlZ` zYrJ&$kKO8NlV~~+5OXl$2#1kmN*W_$(t$rwB{vOX#0_;)jsKiA)YxqN!;4u`jhpEi z_u*wmY<8^Njgt-}b51({%!_;4>@#}x=ATZSSu9|%heJ%8TOvj;F=1yW!@>kjjgt|~ zkv$BD9&OmgI^)QRuuXa%DUFs1o|9^DTM9_c>P=WgrRrqrY* z&ZV@lV39URtYf>Nqo`n^*dcAf`v3nV5_W;&9fW!8|Nn23(}jeK5A#m{6_TEDhlfuxFpc-c-QypQ>Pt6e9y`_HQMjPaq1!FQ%EN&9oV~!p z=RIp$9~(rmM_Bza>1MpNF~urG|3@6tD?KISV;OtICj=jTvGbaNpYf3lHidP@|CF6f zw2u4Bvi`7gOPu}xf8YN9N+mL@DiA(2Tymf-vu`hXr5iD$4?Jst=lpX&6=$W|D67>nqb4Y$;{CTa&HJCVs?y;f{{@9kM{&hW?WSjr@0;Ul z{=Wa;z1U3ZSi%<8+ierJR-FA4;*l-Q9%o$oZvix{xz+YFo3zqz$KEovC2q3ELYMSjv;hDkHUMneXNzraf1WGKQRuzO-e7bg20e z_9we)U5==<|A{*&U{chuL91*9M^mMw{wC9FkCqfhXfJQMH~At{3rr3;ZwHF5U(3nj4PuvGF|=JXp|J@T2>{(Qd&)Q2AUS z8+nnBA%9DVPL!Vl!?R~+#H5=G^4M5JI9TM_;X>Z4&&o20gc za_xUyU=VRnMBvUp^L^$u`EKw3%by4mmT$RIuW0!H(X;>Z9YLa^PK%9MoBH+{YxB1{ zy2XGbNmDSRtMxGJVUBG|k8}kS#U5#ZM75M2X((+Jd8GNDyZxi6ppUCd z_%Ly!4;Oc<9l~o(Ohr_Tc-kN@g4^NZ5F@ySZxq z|F72E%&Z453tyJL@@p;|+sZG;zn!`Xir;zimgjjGii`8KqSmP}JX^L!ygDWJ?aXqs z{G8KU%gn+~-2C5=V`H=M`JodvzBYyqQ`@xJ?Iyf>(v zaAxsh_9Z-hti~QQ4lHoGG>z%$GLy~;Ys%6BZ$>G^gi5W{dV0ck3H7& z*w}0+NxZ~9{ktl`)tK$ym`}3W)Szi z!Gli+%4b@r|7>ddnIL@Xpm6eOzo?|kl8s%g|9|DwFFP5rf7)#Dh}{KUrVY9c>;()T z7|NMWh$Te-Q7Y*C!S@QOGD=PsE+2Y1ezW{?_Gmf4=`mp++*n&a>8AXGR4}aDL z3v&F~Sd#g@t|Y~^N#E!}Gl#xG!{lB5)>}UB+GS*+pRF;{Md_SyUfl};xLI$W6hZEW_~+!s%JrPrpgOWd)t zdt-M`oL=kwk7WuQ%zgCryBC&WZkE*{ZA68P4oZ%k0S;eA%~h8G$ZZ>B*!=S zL@^jzN_0vk2rO)MXw%W25n`~M!^_}9&!N@L`W-!4%Gz?%nA#LoI+M@v@Ea5`1XLL5 zv9<9SF?>3}a-eN-2^WtM19yMYvAq`(HXZoPVd-~>VU9tYLBhoOI@}%$1+H*4?`1l3 zEEVKX{;dL$e@t!O=YN|Nj?s`M*#L_j!Kh?cB}n=WiZ}>Da`6_Nd3X>WA-V z&0U@Ur^8s#agW909=&9Pmy%8E+?%dgwVu*TdXgrqqyPV~!^^e_YBuT8tpALY&8+_S zJ3MEdQK{`#kz_D`GoQS1NIssE>e+RrZUWxs;*uWy$%Xnx_@tUHxW%xO|q zGtSgx?KnB3VHppT#Ew;|p@LH;xH+)Qis&$D44jaV5HTll%g?UfXXnjLlMZB@*GtwG zV(so?aeJ)ia`db>s8y4!}e zr{9ImzpcM5Robuqr$~$vk4C<8MIm?7ml#e?DcjbM#|3}%cQ<{JI@12<#ojskg(W-_ z6_1{YIr{%&i@ckh!AvnXiJH!T2LDfd(m(MePF(+|NcTTCiB$L)W@zYVs}$qSi~mX+ zZd|l+vAUW;NOI=g~pmg)(b0Hkf5Or&hFO+@Gcif>ZlG zZ9HbL*e8?RKDAGWPlxZn;kllQPX`z6O3S(af9B@8*_s>wKgda4=CJ<14$Ef_fkUm@ zeqrLL8SQVaOkfTR=?z@{e^sc*)u|?~EfKCQ(cEoEqPbfHb6i=X1rtRC;{_dd#0%Cb z&2eoBP)<1gQA{xYWB3Cb*7%PRqVY$Q>^T?A>i?&gB>vB-|B1q1MVr=t=Jx-4|AX@H z1u56_91QtEIY!Z5A`H)N-T9L@L!d9IK(mpTP3rQDjHS<5g=b3mBm`MDH$LNwldzDH zVGemF$S`xESVDkeXUj7wUeUHQCQ{ZFIR_gj8SGSTR2G)k=GW%?%%5Vs;l06!Pa7T` zsEnwe#(c)Y`n2HEVpTb6$N#r8 ztg6pCH8Hq4OrW7^$+r~|jC_h&^Hxf&|FtaZ{@dt3p$F7N_h}zZj0t=6WA~#U`}8WJ zTJP!Cx48cYO`oLy2lcrA|38}gneV`3=C)w}!;EI|M;c0tv<2%AJ#>0l|FGbYhSDOk&BR(cyTJ>L*aVyWiO3>_8olMP}#i5H7#gkV}kxa zHm?N%B05nnHw_eoPaRms$~3j}3>T}muo%NK7N!{@+#k9QTxHT=>k^DGWVpz1)v-e` zAibrE=Z*4#^K4~;KivO6IC`+VS(r^hYJs7RtD*QK%?~?rTz9xScK`qXpH0coL(0&n z*I3}FX;qa`i=(yxkD~z30u7#p_C38KJ;7|JSrQW*bwtz@rl|I=KfC-^*SSZV_iXq# z^G^AUCIyKG1xW`5F&1V47Gbu7n?(-p*JeA@6W!Cpc7~PFhn10sMT(n2v*V#*%OlHP z2F-}3f)`D>4;sQ0rgo?{G8_^9bA*xQ;0Fx_u`l7l%}mY8><6}le>!0LG~xOTGu|0X z+@?0CCS3pjA#I`T54mkTSNI%KnWsoPyk&FfWec!QI3YNpmo5I_G{J_G2dD6PxUpoo zJvhl0&lX_qIQift!Tkr`ez0~j{{Kf(QHotbW*NtUo`fEbW1L&)6NT5-j+hNj_jm=8;d6Pq>%N$NNm) z;a&vWr$ZSMhnouHj~^ zRQ-SEr#_AI|I?D&2v3nnn@Q+B2O6C)C4xcO7 z6%U_~EBJKygj_|X!Kd~KHU|#b^D9*DKYU6q1EeJ3bA9_9oBt2HT-F%Icdk>d?+o#J z6#7hBjkQVP?B$XTE)sdtGjd!&@%v3?Zq+}A@+o>2kAfH&-Ys{L+#x-Uxmbxg+1&TA z5_2-U^JWIu$?WXOTCvK4Eyc1eNgM90F*7dH(&jxQ%kCq~&LhKjMwXpt17D9QYyBA! z*)wHkJ?^YFM-l>#B+9H2(P3Jq-0?KYFd`>$Pe_=H7<0W2+tG#_YdVAPKa<&bmT$Rh zVl$iO%>@2w3}OsF=WI$~kPu*PP))E=;*e+H;c#I%P{YI6;=se;-jKi|A<*G)Kt@7F zNy0!*Vu>%y1+OF5J0py4%<2r7>arTtm^V1sRj29{-Wf2pGo((wd4YUKoYGapiakf4 zI*U)`$v4n;k+_o+kvF?2slsvN8A0`H(qe2+(~JdYbX`d|bdk6#kbCUmBDSZ=MaMWk zvW;H1u^P@@#UvoN5iz~U)mYYnf)LlI`-mLNe7DIp#Q2?s$2 z2@4)JK@I~M2@V$-uOpY)B)l489vtS3Q)|$v@miGq(L`v+EY1iX>qjA~6-kYzk1|w~ zGKB-RJ{+x6O$zKc@|U9A=2%;+_#@B@tyMCXft@-yhO1L;f)o zO=4HcmP4;mxrim*X)i8^ok|tR!BENkoZ>u?IW0JM%R> zW^P{0cg*QPN#c$2e-Yd~IkF4})8%OsuEm-KXfpjj&8>Do>I#>xQBM7| ziA)zX&Ah!D9kMUzn$@4W_W#Sx|GxcQJ633OHLx)FwZ;f{tp6A->YAa>pvdxup-0O# zC!FO$$kCh-mM3AN|NsAQOwz{yZsCc2wy4k(yz2AmgyB z(t(^4T+9I)ybcc93R5TeH2t&s)o{vju_oIYGbwG&scol@@P8IyVYXj*X(Rg?DYi2` zB0bV<-3&LI6D~FMw4MqSzkg-U#{6L@-cn+@$re=q?wQzDH>1s!Hl>C;$SlP)*Q`n=H5 z=ADtTByrQs1k-2IZd2P%GhMd&ac+U`|IcEwT<2D9<6_fjEQ-9;!NqmOQQ3!!Rhy}P zYNL;jo3`@Q#`?cz0-8*x{Tf}D`SyR|Vro6@H(NQygi914<$^J;cko?0HrfvN{ zGCs-+$#`@;h;nIhujpr8;qm`S|NoD&f=?S)@|d_7@t6cP_FoYcqKU@;a~V<#3DBh409qsF$S+ENpaE#Vb8>?$?o6uXA>|I;kNvt6GAPhE5+ zaS>Zb;-a>$2o0GHQkrdDQkrcYriu|)mPu)3v`HzorlxJKpT_KBaM5jv!9`~mX5FWI zB%%+t?%>%j_Q2@QekRo&JlpjT7~P9L*t&2q3`X3be!?Rez)xIF9{*dPX9|qeUP8a5} ziM%w5NJKD}A;L${66xn{`=-4?v_ce5EE?D>#v&9V8A&I8-ac7o~5k`Kk| z*v_RhZl3wzSUJb$gFWv-8qWX!|EvCg`F~dfmN0`57Xy)Gn+PG(3mOJFQU*V)45nN$ zP;+3nQfp;nZ8&mx0mp%lJ;xLj&MC&6`p9y~#Kq&CL4blmpqdb$H59WYB2Fw0UAOZ0F{P*}zhlyQ}fgCn6~g;)fm(U-^S&utHV7EjUPna0F>r{x$M zYxjM95eB2=#ae=f1u6BhiHAVr&;1H7&;4R3&+W38p8JF0*=(P<=|>wF6gIZ9&#qwq z|G$~-0-r!egUkKk{{JHE`d>w4*%_Uuou06&^_I74Qqh&C(|;8meCHEl!%-0B(!y3S zfps~9Ca3TRXV;3Jz8x>wBg|bI8kpylK6Q|Ox_D(i+Xab(nGdtL{eNgKJpI3^K&$@$ z$6(Ot!#}ArMcT~zJWPuA)_YDLOXg~2P%JEusqfAAj?W@ zVVyeDkEjijk3N{5bLmO+_$eiw;K%(?nd^|fsQZF7?xH*V7?ujoQ+6``C+uKT|6mKp z`~Uxx!D|8^ZPF283z&bjspb6RA6LKDY*3i_Z@tu>0MYHstoW9l?OU3>GJ)T~!rI6s z#VnW2=*NB&*+)hV3v@Wt0#-lg>rm6=O4H;j; zaM1JA$v+#o!Z;FIjwZA=1RYR}(2UTZ+VqcSp_Jeb*@hGBc|47hEeUST`ag^sZ}BWR z`A~{o{V*SIb2IP5(nGIVul?g~28YN0f8d4Q|BnP55o9>R)Uw9W)^)b2ONkEaGPhCO#$@a7+R3=y%ysqs=QE=Nxo=Y~Fsx zF3KQKVomeYCeFk^S?oV2aL7f7No;tPbTKnx!v-B4Zm*-ubegBJ?h7k5%-C>rd9YQt zj|^yO+QFj@g)<$GCU0hE{(nY>Uz`1Bg6z}Qml5y(|8M4XQu}{6jK!nj3d7aL)vhT# z3=9bZR~N2s$dGX1SS4Dcw?%IoZ?iM+A=Mp;I}-m%WSH?Yq;A-CPdxskD0hos{Qr&( z2C;@$N)5J@>hQI#PD4hbg*c{ z&P*O1afij+JU)72zLPenPh&a8!Xz<=BkO`@ni1d)=k!IX>iz?+3m~G z!f}j^g^i`f2?T2-#2*&y;1m<*P+Fufm>{B~bVx_(VZn~97po43wXNli&}KNGxY{PH zo;ONc;OY(+j;x0v+V)2iLc11*KUycq-OMD~-ObQ!JMY}VHp2piqYs)5IZj)x5(N!6@w+BH4m9#{Q8E;vsL0yTEGTGv>OoNvqev>lgGT~IMJyAP8r4oQO2j_>=Fq-C`Y*#O zl?Vaji!99b|F=0RmYr#2`n|xn?00(3>z(D*iZaGN*Vddo-gwno?VH!tC2zVs|FayF zU|_TnbktC4a$x);n83&&e^8ENk01m4LGgc_s|+gMoM{V|ZSH3HY{Yj)hR@)#z^TMd z+aK;{PR)sDV!fPj=&>-nB(IXSj(@MroDE#LmdEFCB|0BuKh~Eb0E%B*$x2ZBsyN0} zs`LZHd$l=QB3#;hpEi89va)O5Y-OdbW>l1P&@e&xG{Z6;+oQr70&6~pWN7lzoS7JX{8$V$#7{Fg z3v-?^lQOuw<1lC=!Wz?OQoJ)VOd2ycMddT`I4mr=sjHN;X#a|f2_jv`jLm1th`uU* zv9g)7nfs6`v!-LqBORrWA{=X6TjG=+=?f-`3Fdbl=Z$Y$&*l)ybz)8ZlNj>tKa zjK|47`CrbR>#=yVQ6cO^qeIeVu~Z%I1%Z(l+uK2_?KjDLUTkLo(Rt9bSv`LT+!m1 zW-R!U>q_bu{grKwP6h`%kIf4MwPiQBTO=)6qZP(-pwW1m@5ReZEC(2jmkV%Jy_$W9 z;Yn%=;|a#8UYE^+e(8PTkZep~%n;7$5OPrJQ4np+(aqf!2@36B;je?AU1&^GaJ+M{H(h zX7Yk_H@VLB>iKMY%#o#LH8sJyJB>!Q{qaS7sLc)fkL#1{_pqX6Zh4#5GAd zkmFpkf#HTb$L=O`weo1V8LYfI*mSU7k2GZC(7OrVHdwPa0C{6f`et9Q0uLNS|srtDb9x3yFBPp5sock{M#`qx|WQ}5iot(fBd>gHZ1-nnIFski^#ylwx7A%OA0GzNQ? z4L*VodIXsq7#ReVf2eA6iMDdH7b|Z&qakXrAY@HngteF`o4)wWw=Q8E1{@5B7haZa z=Xob$uu$UA@?@DQwDR^kLG5rUQ;G)8!mISGCOW@Qm=B zK7DFSWebbwbTL+5nSgam)&!qA$`cTN<;B5+Q@*#cue_D~YhKR1MzIsSk2pFx^-e8Y z_y32D2HUC&HBwJ@+C9}4p0F@Zo;kP#1qXXuk_&qIAXz+)jI5)@1$@Bul_l!A`cb0XwUpOpb&Rp4J zQ7ds+U}2Bpv>Aepg3SV-MB5c3%*EIwj!7h*-*MWTx$@A4m66|)3+|*}i>N*MB~{WT zSWrHqjO@X60tC zfE%015U1Gt?h=sd%*H7&Nv${g&-B=m1ernf@1uGN61p62_ zvboqSOi6skuVb_DIhzCX0mg@aSbNka9F<7gs4eVpw6M7UK*u93Jtq;@_D>=)&Ht31 z=(Ilm6LUo4?+M4>^2h&w60k~maU>#UPF?@~?uD#v`VviCA3HyG8P6!BUt7$~YEWI4&8Yev^3%Z`P6#8`q) z9SPYm)t!T-FEd1`HAy2$OR3G{kyetHQfs5=rvqKnSVB%p3HWNYglqtbdIY69 z`NK1BH*>7;L*W{Ud}j06JEY&-6EuHtxJD`eACJ1j$tUkY%AdSHq+H+P_TY$z#9aY4 zGwEiwJ4)uwY&Q(@ABvp+|NjqW$NHE~G~Je$0hHecN2)fOTyq3D+C;Mv5e#!)V@M(PW} zmL_h7$t>J`WgOapKNEx!8Y`O|RU14b_N);|nBYJ4hK~^Ee*+JNHE|6A88h8Nd>LM; z@Nj6%{~;luC>|rhW|(j=v66ei#*bx&NpGZek~nmX`5NXi)fgXloKf1h*hZP-zT{$? zw2nJzvdL!3fuQ)^F0s?*8$(g=CPQh@FAUF~ZMdZTPsLC{`Trji=lK5*7aU%|%)riL zC1ZH4$3MVu**2sD15)N#P*l@rt*rA)p_lxO`l5?vM1#39#$eb{LaN%I$XYPqS9r8>Q z&ID-~c%&R=OfYab`ebqW&K?JG!-OSnf<_Tr&3qL2n3_)=5a;nxV-7rc=>BJx9-ag- zy~LCN6$K8?_65^EItZx$i$BF|$1TMAtP#_cT{aiKd=C z35&M5T-?(#|9k)YmC*-3)E_*b992`cxI1#~9|>_GfvxSwcw2YcBvsTr{KS4%V*WoK z8`u5+|G4rg+%q9YrGy41H))0=2~8|+B8(>l&az1;97~wTme{P3c#89Af}1$! zWF~_d+Dw-YOp@f$WSpWQIKzt*P;1bTiWr zi3tr!OpTq~Y^?u3B;98d`Tzezr|V~K#YP>W&KV!SOKS9R_Ao?BbGm z!$-rZ;qV{(u0tm_c&Vl=N=&JJn#`24K+MfcF)e~ySyi;xut7p-gQI~X7t@CS+APBA z8yvN{?X|g;4jh;jH>oosvNA#EOajySKZj1}^ynNqvq8+YVUxD1(1FPR)0oa2I-zsw zn&?;UsEDX+v8i88yM40`ZQcJbuYJbDXKxCh$|SdovCsJU%%*;tn0#p4#>}Y85gXR# z|DSbqUf701Ee0!lLGim!;b*`DhU$aJUhrk-eR<1CC4I*n4 zTe<%~P2^_uIyALKhs9taH={SB%?9B!3c(x#mszzrpC)o05^ZhfJ=pe7(1gc?#}t%n z{wQr(qtN4Vvf)UNN6!o&mNP5`JswRwhj?cA6r5pLQ*h=0JI~3M8QzR+Np1qEjfadG z)P!YB9vCVMDZ2l`#Pnpe;u_6wWAs3{p5#aE9Sr zi${;gk&c5k;-?w*B<$n<7s2|Ox8bJ2P2R~uhDyc@OCK9BDrs}r>#ztWys+6&miVSk zM*dlOMNUs!iA=iV{eKbh+Hs~&AIIG^efntY|Ns9@Sol9}k^irwASU3;%CeUEG;3RA zO<3f!sE7z%qf6)i|2MjH|3kt%K^Z|A9vL=^3d8Gcd~Ey&n-3iCXO^-5&#?yNc{u*z zQqIPwz>(*2Dp{GY$!C?mP1K!J9?DE2XFeO7EipN;OxS7CnK?{G6%7X(CbP);8Uz`d z1{`Eo4qMl|%wC&C(%UaJ;0EWiHEdG4GrsgiIjqq1<7RReTIc5awBc9hbdEJ|!XyH> z?(@}irJUxgPrAjrvn+zIz7e_??Zdmd`_XRO z;QednGCpl_IKtky+{pc>Uk%qsp##@Xvj(nMmGf&spn+lr`{FaEr;Y70loedlkDmT8|a9Gk{!sy%Yu!QUXk4*Lpy${#_Z~<+x&;I{U z?@#>y{}VSx|Nnoq{=cl&j_Cr|5AeJwcoE>R@IbmUvw?wRgRWq^Y^Rshx%)We~g>iL^D!a+lqywD^B?>Rr+}u2k zna5DZ$U;IXZT0dsVw39{iUmEGx*6x&wtl+A+8?^WF}!}!<|%8qtRiakPk8js<1LD| zUsduh!n;eUk2n6}&P^twHx}tmu{2I<<7PwGmP^MNaa4_GXOyICWK)InEOEIH^h=B-WFk`?9gOx1FI-AUO*lteH zXq(B@u&~J@cSgvHmwhvoXJ|DoY+AuG!?tN*V}bZIhCK&m1pgceVdW8Q&N=3m4MYU%P)sx%wW}bb(@a)zNuDM<3o|P+0glMIt-CV_S%#CYC(7oJ6mXQ)` zdLp>Qq+Ju84yYVdnEz?>&F)6l2FC$5D_Xr{-SW$CUz*H3@8KYkkPvit;MACzp6UO{OGg z;nBonWpe3`$D$%q*R|KZ{QoqyHFckW)^aX0Q7#Ufz)c6D=4@VmWT(y>5h*S{v8I~8 zbLtmu(ypJ{y7K)0MVqv0LPQ-Lw7CwgP!|jd6HVHn?zAPQ`(qXJju>&J2Ye5U#SdLE z$UL|ljBmB-8QeO5#L)Y2wn1idmO*CQXC1D%G`TrUsWxp_61O({Mewd!6ZDvEM$l)G zJyON?0)K*)t^|FK4tOBUHpgr;NX&wjE=CJ!#p zFgb8pwAm+VI>u+3Q`m9N7U6UJ+pu*r;JleW%j)|t~%C&nzu z;Y^9pIdy|+^X}8^m2;mLM&8SRc_*w~@=iH~7h&DaUYPh-yPoHr^`ABG|Le#;E1!EW z?BCC6sS~FaHBNJ#{&Sk^#0{)7Bh&x?%VA9Y&#~a4h=@cJ$ASYFJPb^vIC$Bb8y8GS z$WW0mWN%zBAyGvBpWyuZ|NsBr{^5ETS|0x6DWArkCL=qI?|7ZH)B&ah2F`Z(G+91r z`?73?hill=BKRaqm=Z5M>^s25a92$77$d`sHw+03j1ARn*0O4rT@D8eHnuh#V|S2X zVG3jTw1M${gIWZ`j2HaV_)ashF)<}Dw=r2iV^#^<{4_zefmt@f@PdHA!n)f=ZwwYJ z5bR=^t)22Af#KkV^g4+Zh7L(9Kojy|YKyYP9UL8waxd&s*y9*jrm#-TMsL5wMAoAh zc0b~(II6>A*?yC2YIEhXt}ipWrZPsDOB`mu*?yyTCYM@gk43E{7msCgMeQ`^HwSkl zo{?_cbNJ=so>n)B!*5M&Ht;?(IP)fKmf8$KH5Wm(8ER}Uv)l68j!ot~np6oMzlu`0 z_~sTv^_DcFTfSEq-mA=+lWG00w#z3%?=(|k#Jo()vZN{yhyP>eqr%?j7q8eJeA-;t z`?xaV{?p{j`OXE#5>h4wCLRYaK4Nz3;1yFyQbwoW;=P60y! zDHDf^i;atpGrRQg3K=BXv2_YanK+6Bn0Pc?T+Hm&qtqqn!qzJy(IL^J1md{<6Lf6} zbkg|$pUoc}e}{DU|Nr5-{r~?TuAo_lLmD5Flm(lL1_Nu^L9>zNnVRy{Mjt;lZQ-enKK({U1~U#c1Z~hv@QYv) zo#k-o(xqjma+aNpII>13g8OIYUNdgb2Z=>F{};r65DnOoC?;6r>Jp+S;`&H~XM?E2 zj*7093_TH7mI&7!G3x)@q#u^<2c6gOPa^-H(jwi)cE_93n-zN&R4%_}IG3ffXR%`A zW5u489~1WK2(iUYZ}Vt8#@_DQU~_np%i)a^E~@yPWLk?**mRiX#(!NSRqpNshw+*H})N1Y+zvQd;N3CqmvO2 z`{vGgz_@0OXrIIj&Iry3#<_E4<~Gi4nDKzKuVL1SmkoR~7+%h0n0fJLpX}`2J8$sK zc=3D&17`!@tdrNLv3oPfC4h2qgse7$0fPwBiuo%JbxJ;Hu;_KOb+Z$55p!;zW7C*Y z!QP_N%&$@DIN|UKP<>-F$L9Va#sB|5bkzTEpKHkQPsiW2sp0vy4-YT0oDym{!qjs6 zBEv@8nST@{{{=|?1Fh$q+QC+@{oJdm`ESVL@aaHPSb(HMfJCz`Xn%J~j&vNu4TkcP1$w7U z&oI1uF3_Oxe;Nz3fas%5Eo+(opKD}T%dnQ=f`A=Q1W%M;G;_oT-lQ{1+XPJn&De5o zxZH5LA-On4DTn9c2CKBjw#IHIZH8-W*>oO??*Gr``2YV8BYtok9qhLM!<%(RV*5Xy z=>KfG|Nl3O{r~^}pI}qMhJ<8|KM6Yx%DT>_e@IFSm=>lw^Az{YS!s;Rk}cT+3}RSW z4>W5|Oa3_jQ{!ZXoy%NKb|!X6=op>YWKkl{#IqnE;>bdcgM}K$0{=2iPBmjV%(=2* zV^6~-)|pKKQUN?MvlWsan5<%*bL8L*i3Jf7JDGYS4)9KiO1b&pWMR=|(CHuE|DP^r z;%=NVIsGrwUZy`=PHui7GF$#%m|mmnvgU*fyB_eJNL*O@|No)aKVtJF@_)ouBz`#j z|6w~jlNh60zT`}aJ`qVN9$R9%)ar>YVXLE{scu=}d~8iEPDb$Is^M zXJ>2)H@ELfbPqfzsHlWWn& zj5UkhYA42&g#Hg)5*oPaz*39gR*U~%LIM{w{r~@g_k??kKgR^#3!NM@)@d;aCaq9U zTCh^oF#OS;@c%~>Bf`MzpBGB7{(7^a*f+*t^3N+8?_Qkwf5`ri@(*{8`~Uy{aQoll z&M{AL|Njjq_^eY=&Q^S%t@*Y2KOLx_ z+B8EaaI$b^6O$ODkEp~gM~6c!hZLDK4;*S?<`QBP(Qja|k-?dH)oW4GW{?nGzYK{N@Uo^`= zK-!=q*ia(CAjr_zAjr@`%|K*{(H3>1DT@pq%tTRY1wS|IKI zqGPUIY)liIWImh;5IML};=qL&8-!>0FiE%wOGq$PCMX$*WXf&l$!GM*WjT4gH)PN8 zLpB)-=iS@;dbVuXz!PSW+^~#^BYA`KgM$Kdl)41D1UWfc9||;N-)8LO{?O52u*kzh zBGCT94GRhOlktC)m=A$Y@JiqlkN+=N(e?28BhCMRY<{e%Sp87IVom+W@E_fOZ0-ws zR2F>xfB58&$|E5*_xbJQk{R6|bF>>ivbn*$;KWAI`6@0ir2}6)Vkj?ZGTVLe2*bPQ zJSFM|0wRVp?ihqDGSZL|=xvi`absd=ZIn1v=yOS2=Hxiihz9BlSPhY|YFMCH_AY zsEEz~|Br{Ad+q;@Ev^QiKZ^eUCsz|z6I#$w82SIv>W^YSD)%XE`1J7k|MtlrK6fmr z+$UFKbJfQY>qP^O4UUZs4jWsV0$WcDb{+oNrYP9cF4&r=+31qlbEvZUiDc7(g`E!s zTU;_*8WPt`)a+@=oX@*+%EFTz2`PUS(j88)NifOGY?R88iWJNgPT8R4JfqA_oh>1; z!Ocx4Q|aWUMu&u=Z2=l5RX$Gdna+QDLyUmAiQYDb6$?xEC<#c2@MtNRoIKcQCy}u0 z0FRr}!qOj!&HODcZ8Cb>|F_TQx0A?liU0q9DfAscA6y(UZ&pyoCdX2}%W`66n{|}Sp|HLMRB^fq$96FY&Dg)~OK9}D6(Fq4XB zpBuYSsN@ANwmF`Y4VZkJy_t2Da;CBJJU4iL#&^Sk%N=JpBJLlZoXXU2VrkBTkm8j0 zMo$Wi{x`BYoL-Q2A~uK7oqO%WHtux{TbZ{WdR=31u(Uy{ppWVGhr?|0919E{mhS&! zbE9&@VQ>5Y|9JQxw*OO&6OaGTz5b)thh0AsK`T1`|1gk9{Lj6HiS4-&t< z->!+2ZC++N`Ry8px9UC;d!!{C^k)i9oE?=nN9Woc9RukZ3nZ1KMJK9x2tMJ^fVGJg@CI5=^=`OrD?NCd6=+u|;512iuK(SWt9KKH%IIg|EE`2EUq0itG@sgzn3LXaXgdA%Uxok zBX}j~y2=KF!1jb9PsxXFER6G-Bx??(u@+b=9%QDfRBR2bgtoazGZLo(m{2XUQ(nQmTt6P)g_4JNj zSkvR*wNKmr(d+-cFYf(Utytah`2X>rTv|Ul6!GXuB?1r(< zMtrvJ!Fl2a0iRWW8@L#9D9xQ=B{e@FK6rgV!O?4LmS1^uxM#|Tq^P;31sf|TnNQt5 zwVh3Nd zxH({z)T1RPP35Bdqz;Gk7F>`@Tw_}QAgXOmNTcxsZ6*Ph!=ew@m=s2swlxN6f4JVZ zpEt%NahcTrhs*ylvxNUxA$2tW;es&HR*$T<{CN>9p9tMe4Gz&39nrVdJC63PXjv1xd0U{uvNMOH6(cqn?08(>^+-T%(JPe* z2i@TGoc~V~)=p*8ox1s>0yD?XBYnyTW1A%0UF%tMOdVzvTy5(RmJoZu*|;Kvw=hh~ z(W2`=Z{q4si9W%PN-Fjr`h_HRv#y`Rx<#xfu2WF<=tm{x)*E||^r_T%6v}q|nE1cr z|IZhDKbClO|36Z&PrrMkqTqeOk43!pf`^=s)PI!I?-cccSHA*#%@~%lnMj32u<#nS zP0on7YW=9uteK(BZdj1WU>PEFD#<6}#r2=u9ug94Iu-&~G=c*KFCYu5b2#my{X zaPwGOC!6M1D?a_;|NjymJQFL)RXD}@s%*i+#(%T5%4Rel-V{vcap^2fAo zJ;xu-g^Lf_2?})Z#(zjto6!4Fv|~jV$MS!wh1zV#|937(YBXu>dD#BPt7Vnigu{Pa zSt7jt3vFJM!NFo!8PRbh>9JT_h=YWrVL^+hSOO@1ze@jo@rX5d!!8Twizi+^k@i`3 zvX#M2L2zHvA;v_>9tJj}$%X|xHDp})7@J$%EP0w4oCG8tM2ndmbR%6_6a*a;*Ey>( zGMc8XQsOYp|8KA%;==lXjs%hT7b2|U;!$#i5xjA%i6Pobt17}0S3laI*Lo$XFyfCd zbC_!~4~xRrt z1`(z8ZF@|d9oGN1(>_;Ya@Zq-SN_LJQHK0_(Sz2a56nJf{s|RL+9Opb#T>Bm#|ow$ z>)`PVE}0z`9c-M%ExqazE8~WS6>10c3jQ72(vaYynsjuDu3`5C#ydVO5qC2fj-K3* zd7Z6lN|;Vm(t(``Eo*q0E~jic5G+{uXk)#@mUQ3w|C@QP3S2+h?fZ0zu3=cBk>?dPCWX5n~X$6;={HNyY5NUw@C@ACU47->k{KPCUloN8-cwhwTUZ4)aMA9A=Zy+oQL|;GRUCL=K~dcyx;=kNIK#KioCk zGTd^k>zQtd?f=7_5Pe9A^M^~KjB=t7>kP4vvpFU*u?p!3OK~(XopfnD#&9`VQV=I-6&Pr2jw7mbN!8-HC(k3zLGxni)2CbXp{3 zZ0^`Bl;Ah0w2@RyNqqMI;Zrsin+=~TD)-pz=T}iO+##0%+QuDGxg(Onp#GuYKl6vr z`7J67J{>*@ItiYAf=%NSeiNGu;4|S3jwwESDA+#v;nRO|b#ehI51)ScTv2)W{Qrl~ z`OQ=VBqnMdx#DZ6&97o}!?jQwHGaX73@2KiUovHmYx@6T=?jCodlaq98}6gR-z3l|a(@P{ac zSs1LT;d#KxHQ_az4D+@1Us?PZA`I5V2`Z}bC@QlFOjvbDMTMEeolRg8kD}`C2dT-T z{r6w}Fj!N!zQybK!Pev-E-ei+Iqe?`35EU>lq?cdR6f|O_kZQzLnr5dLI%_ zPe?dDrAb-udy894Gh6KHFB{TgRtcV-|4;CALuI*M{ev?*4@DOLZ&v4L^OI-u6XWldXR=17J9w(J;lnOXp zl?|-=W#l>LFt9T;9@~w|IE63G_!uMm$ehdW}b0 z`u~T{hzp6FGD=2oB#fT%NS3#_#j^42;E^nmFna#MNQlGp|34l@<$r>T>TCiN9|}%q zQr7$5;uibAC7nfidg;N*?f>p`JiTG8_u%BA3n>qp)mfX2+aF3EWb>2%$1_Ljka7F^ zKgt#k&v_pHKRCI$C7u21hvdBvj#oc8ULjcC<>To4L7_u}f|aCo6mBukt_J@e7b#(G&}3H|Nq2ed|fW7&41X&cKpctN7+0!Ui%+ui1R4T zas9Kk#aGau-%PGvXyqT@itb}s=37|V4WyZ+6>n?+#qS^4r_b&%nsiB&nQH(S}@5zmc;2}d9KKH@v@`VfQN0xzC8SC*_*a~&8KPL}mMeW^P` zDC=zWX~we#8ye#l+wmBMNito~K5*dFfnQ+1cXg>Ps%u`=>T)If$`gYRyM7oLwA1|HTmEDVtiKFlFukM@L|`;qlAypv;v zO45c2LWZ)P41TTo{~yYDa7s-4&(WaaWc|oV&`|!rD5I6A#rg*Z&y$w7?J=!5&s*{G z=r4Tv7oL%EGjxQ1Cd}V+CDqNF%OK4E*<$^ylz;xu7Hb(qsDD;}R1cQ^vu6I8`JF#b z{+NGm^1Le>{Ew#m0V(o-0@@w(gV%of3q$*s;2(zeACl@1yf{?HrvAd!o+bDXuf6&Q zlRxthY5tIyzei&JLXrQ?!ruh_e;C?3frR#REdOC>e@OE;oBIEj;Qv2d?U{xDD9wK; zui<|3hx^Gxb`Jg1*q?lI__Hrg@Y9F>DUwfr7@vG7ug_Ll|KPli^3(qx(x~;6#V+*p4--*PgluaF*`mdR;QlluzGducy_mBkgN1t&a}vsJcDfN@J1G z)(& zC!U~BuWBTgKHJ8oS!oz{Z&j@Sfh&80zOUNKs#$r_ZU6T8YilIxx8`Q+v&p~Pb@kQa zYwIIi{^$Q+S+_TLYuqa?)$?&8-t#xd!s9n|1Od-O`e9RleVpd%4vJqck<1?x7~;Qk z@ywK!Vc6y6v-(xGQh(THE!)^TzOSyY_T~?hzPfLZsNC8UtG;HsukLKscMcWL;eB;{ zb%fGh9@#49MDGg=^22STIc=kOsx~JqU%l(wmDdOEt*zR*!F;vc`d9m2=kHDwePO@y z$`px-(^swAwtj=l16j`phZ`y+52!O#xIB=$bs_P9-K~G?W7i&1O=9snzTf@Z|Mwho z7#H3DA7B6X-}3)IT-H=Y-cY~x@||zQv|k=gXD2MYx%uHclhP^P4;BBf4E`Ie{bTa~ zKO6H->i<7l|98Lj|Ly<(|4(Xa+QQ8A;?FXs7M4B%Z&MeCgG`6c8D4tO>fLS1CC3tP zdg9ER$7wqv92_6ZF=%Nd^RFoiIThFXMw9byriB`-n!(Dq{BG{T?5h+rp6`$gJe+uH zN#-UY6YiHkB2?#G3(wka^75r}T;Fz~1s#6n^B5!eCEItkB~DL0nWiJA$i8X%wpiW$ zauc`CSaZA3;GL4^|EUKIbXKe1{MF?&jp3hqnX_JP>>bk{qf4Que?%?$m7=pvRZ6!~ zv@mG7RM3XwLXMX^HL@q@c>iow6P)5Z(fdhE1whAUMTtP znYnfKIp>RO5@%mc<>ooP*qbN*m_&!%B8he z3g&<9W_tT~eOeP+eP-p{cc%-MElgbF<`f%|W_2!p23Op_Q_7$7SFiSs+PztH=G3sp zh8DSbYfr^qcVj4BnYlpX(6hADo}1U`D26-=ROR*S(3q|l$FchTB+mnK?sK=qKACi` z?##O1PRU-9?lFY|0TQ9n|AqMN|2nUe746t0!&=s`xaa?o=tutUf`;=18C)1ny?L7d zQQ&pG#;O_@D{X$$-v5FO(P#C4bk`}}f8>zh6vSRD$?`6}^{oA~C@1^T{Srrm4%MD_<=jzF8&8=x=Hjy%z z_iF1go!chac_J?scPJ=bT34+sS;^$0YT?RVcw}zL47QUMM%$HSLK<5wKHj;wdHJQY zYtr^VGLgP^Pwf07k@dPKf?wP`_J7;!wZHSW-7Vd9VkWQWrii-j|JS|#XQw;&ap|$o ze@j2k-}PwM*JH0^!ll=53-1VQn!_d8_9JQM@+W1QbM?6lkJc?`WMndh$K41jo{_u? zieCl>2F4`}V8HAFqJ~qL3@5)J#T&8A(fB1cq=u%t(fA#j@kXqxN8^{+kQ$omM&oyA R#v8G&9*tjOLuzQM0|2zPlKlVx diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/audio/error.ogg b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/audio/error.ogg deleted file mode 100644 index 247677e3867edd254c5914221e538f3227be7a2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11657 zcmeZIPY-5bVt@jd*2!8R=G!3cSVlRs>m<9}qZjTvGNF9QREPhwe`sfC`onVzA60Z6?90|P^9UUGg)YLTr^Vp+1O zg`T0Y2}o8UCo>76k&zWbD>^xcF)}zXFi1EFXtAzM?z1`}s@NmBXo1ry&Ev987Zew( zICoebGd(Vm?7lOl%jsm}g$bbyAPq}o!UKvtb)U~EUMvxQrtpQr^Et&&71GZXa;iR` zQ`~3yd{R-LAw-t1NE4*4QN+EgaJj_uImJt4+`9@_fLOVP+b0#BvwS|M_?bd`P|-S5 zkgP;HUlBLRlw%73s5dY2wpy9Wb9K%mIc0ugqwz7z%qjs%Ua#TI=}A|@@3 zoX6hMwuXtJfq{XAfgym$eWQr)N0sxRY|ej1M-Xd4(bS}oBEbxc0uDtfN$0siLNQ!o zPBMbdvQFomS1xUSpxLULd?|R1BZp$md)x2#s^3GRK!AZEQN*I7@wf_yVoQ>Ux=Z0Q z1rEiQrz#PrDqpB@+-(+c+A*j4^v>`1s=-0Qz`<}pp+&%nLlH!1E}0VKp}A~EQkUj& znc_2s#}%4+j9x65>}Pdy$s|9kQ!0!5g0eNYiUj*?d@7c_cI&k{#p@k4lY0!0NgxPi za4$u_4qgOKkP z7hloPtD(8qzvae%%e{X!_5Qci+gDR#r={NAnj3p9HuiccDgt}GfrX)=?}-H%dGsyu z-~va^1V#n{hK9u!U5`Ebo<#JiMov=8oR(fWZF%La6`gWmB@8SK0-%h=(69&`Z7Pw| zmSxUc4vOqmtGbr0T(v4|*0N0eh-snXY6b>Q1_s&Vg);7iGRF%+z5<7^0yBdG1A}v* zjBAn3@ku7$n{7^Cb~*ngCeW-jI6N1ugn0nf85kaTOj^ds(4g!&i;aO{*0N3|28M`PYF)UDAzGY?fq_kifq}_KgSoYB4GY5} z1_qwCMVSnznIgm-E;Gzx`(V?c&g3Hus{1qw7#KJ#$UwuGDu~t_&oKlWtkwAn|K06peiHT7G=y@wsO@v?b9H; zLu0R(rb>2zZP~R>hxu{{$hgR9sSO}|Pi@j+4!K$y8$K;pdcmr7uXkTR|MyEf^Z-logI@ZbO=gTet0tCK4>aY*~__`o0{wMmJggNcEmC(z4qDNnMHm*&Dm zA1}|PAwfZ2E2nrld1+1!^7PbP8f4_9x%66)s_N89L93Qb2?_FIWoVGKU}%s9$1@AV zCk6%%rwK_thR>Hw@iKfir#Q%KsYLNPOHI|}9?R!*rc5$CHmBIn>*S2$bC&8$Q_fgE zpEEhg>iL{v0WZy^CFd+TmQD$BdLh#icn9qrk!GV>Jfq~JiE62}3C?w;A7lVQ* z!+{4D)0Sq=dRDn8!*kNJ%0YyB1~cTBqZ@Ei^bZHhf#+ZAeHT00*J$j&-k3 zZCcCCz~EoNz@W7uv9x9KqKyZ@X-1NPfklx+bE!a(m*SEsP9B=A6Brm87}*&b7=%wb zEL7BHYzSdsV1Twiz>N^1hzrnW-5f}>4&1gQg79NdC~IXt;Mc;tT6vC0FRK_hRkAZM z^cWtq?B04UDtqaaAfc?aTdzeKw@#UKAqmv9F=kU-Dh6ub%rJbu;wZSKbIq$$7u@FA z7Ul&~0+PLv)D3M1ffa+*AqZ?@FjlCZ!prqlcxpYd9_u5iE zCy;~}h#SQP(&4GPbV^Xx+N~l^980H63i8riIwdOGaEefn=F%log0xmHy%yxHI%Sd< zNFpdpck4AT&6P{0K-A^vwgv@hX)c`>AF1-@ut-17C zlJ{DW9UyMj%A+@;vO#uu>29481X365wRY*0sI0Y1#iG5|E}aIlV@go=+M{C8*}5Q; zHMd?%@;2NyEy`1K>9i>CwMVZdWv|_OCCXcO=@n2Y-$=^QT{a~sOLJ=o1H%PyAtN|d zENQu9xLl($m!#SPaN0{@U|=!wHB#3!J*2W+V#=jC#UKy0otVTE#Is6yvZ1SUO}C5~85tucFPMH{{=69rm(QKq zGjUSyr0(v%&fcb`=7yTuy3*qO;=;m$oXp&;yzI=3l*B{^EG+*uPbL&=uuvG+<)Spn#pJP*B|>Cz1_d|$L62MKdiT}`pXpho?2TQIZy4}d(3n8#A?YtEwBG@$Dro7O{0M9zrFvjt=DA8v0i9$T_ErK z+*=cOe)HIVD6(Sb0dBcn4aZN$Fz_4kC;oo_6fjfJ;J$>U9OA46Gw-EtOW zV95EE#o)zh{2)Ky`uF>1eYH=Ysp!AIJ?FzqgPs59@A$a%up0loY3~=8POWJ;eobk8 zkAFUoGT-;Y+T5?VAMf8+tHRsA=UCd*s~WdY)aZ2@uF}6OwN+<-zTAurtykxIf8N&p z_UR=C13~TdPm90Xop)TIp8uSu;naG*rs3f`PxLATj!wMDSFmJ&b?u#ZB^Bn_j2P!tyJmGUpB} zgLx#c#}x*#UH5*zwVH8)*_|!_$17F;rLTAX`QZBGS3lE}1~ zx`mzTA?NzLEa&t48Sd>o#KR!sk+N?OqnhA^U+JI!_a=V)@#|r_f9LW&c6n^;A86eO zn|fJi@q;x#R-3;mNcY@z!R-1`s|#n`_%3d-U4GiVGL|{nfT8J~)=#HxEPFou6}ZSY z|2l`={|2Y4XD`|@F8O!#PYL@idm*JD(@kA3w=gB2ud$N)Zg=i{D)WAZ-KBifS6A(S z_hP0VuXTFB+h&h10qhU<`Ek_kRAyx0Inue-tC5N2NgO{z!MD|n-Tz9T?E7En@_{QP zC;FW6=08r1^BF$Rvrb{!_UvO>aDe{f`KcBR><4cAaCJ9xviZ@rZNKe4-CdhrcUJ$c z^?Z2i|IfnYzh7p(;^+Qvr|hC(`#!&n;m7XZIgxL@*4JuXom8PMQ6s)yyG$x!>#?26AHG+hn&B^`>Nz$_J)adEI%$Y{);%w#~>5X@tI5G8S|Ax*BKc? zEJE4;2QtNc;4fi&vQ& z7#^LJ;8^$nNPT|gVSd+rPlWvc9Z-DR&M3-ew!V0NQ$x*M#(w|56zB!(mEY{;JHLY=l@>4IXCR(_XWR;sl0l7+5i7# z>*s1&p3&d+@zd_Sx@AAlf6iNRBD?4QK;Fk25`P-DZ08$?HgLn(;{==4@BJ41+T&q`wX%8BA zeS&flpV@Y(FxIMSOE56luWRc*GCSK&s-TofS=;z;YEQtEsr=1bCZ*nxF6MXNeDy42 zqOXIIFH?a&ZID+lnDN?p5b2jCngS# z2FG4E2jTY$AKTCUmRnicBQLM}!{PMN>z~5QHWzU1-(`NXy756(kyH1B-R)@VGPG$>SIRAl7rtP=aaaNNT z`ME#acWhzso%}pws`&1N!>$GP4DB3pHzsK^FuX{v zWM^Rb7y08&#EX|kS^={gFFbf;J>&m8&g7u3?;5)=rX2}=xYlwnhtgs9`F0<96s~!& zt~n88|G(n)9M%b2j7qP|Yy5bxeCU@^$BEZnVMg)_j4%J2ERxhTYRS*-zvj%{;C8=$ z1%ncUL0ssPN>zp(5%)Kr_A>S?{roHbokti$>XoqqXLQS|3bmIm{N?Sd8I zv7M&-DyMHr4|sKQtJ&x6#~beZF==0DxE6lx-ShAVRzZsvu92ymw@`fxgU7w+3~Ip% zGZ`3a*(UtI-zm*3*2Qr4IL88}^^9Ww#4mX>P_RYu5a59{b`lZd%NkETu}d>t_QsN-c=o2`wlQD2xJ6UB^|hISS4Qj z>#6O0?WO;JzGEn;yuQxRmEpri?$!R*a$!@<-b?S9lDVHF+xY7K9W}l;pEABIXWVev zZxT1lIh}{R4$s27WiRkD#Hnk^Ft7;R6;5U6aXBEb^Lz9EDuv%C{_N1MVAd^Ci(b~F z+xqUZ3E%q__Y355)1zaReOZ|f6g&+nx)3i@^L@_NQ^zMyfBui_f#GkL_j)^j{^LCn zFCoQHeJw_#EL}DCfy_4bh5j5Dmff#;m0Y&J|K?QI%UpJDuG6}gT3y&2*H+G;uz%YO z=4a~}_Fez9l*z&2*SZu|`w0v`+Ar5zUReLl>cXApi&^CV96mZNa>mMIOJ=P9`7d=v zS5AA?y8XM~?@DVh`)hC7Af9tTNP>Y;{N#UyhCg4F9i9Gpe`k%66Iq~?{&O=^!hPLH z_X+cD?<|mQc3AbTBD!-%43meHg~s)+4gZ-LDy?N*G>b&_zx=u07{+4#T>O9@x7?0J zOIa4YRQaE^=Q4xC(oXvW{G8w4$N#giIKbIIM|1lMu7c~ge|l~$oE0(`s9 zd8{~0aORu-6XgL7fAbF2cD4n$5ryLQr+mc^Ol7lcV9fKzTNc8-5cL7ZOxfp`&%%-Dmguz(KPdh z$ZQ4$_j~Ni8Quu*3xCw-%dqCad`|0BrjF$YKHE4)uRB~QsY|66J-3uDk`F%``2VlZX^DEh$1EP_Hh=xSGo|;8`X!6%&ClaC%lp zcv83Q?597WjAC|`H>Q1$nfzt<_iwd23D;r|*AHFLXqMydP5YX%0d1An>JNqI+4oyORp-Z1I$7pVg=wMOFQ3=AtP z(i`4(kl-doNA-*)9>!wBXZ^zYGd%p7LA$vsIj8 z+N^K7zevXKoQnCoM+?{A6I3p46ku*V75<3fkI=sD6a5$$%yju}lF%b5@PdV3hT%aM zcih3&%+w++BZd!m7?c?gI2AIb@iWW_{rya$Axv3%+w<2>F}u&!-}@^6y>3UV`s4rq z`tASMepxOo&$1|$d&2hx0gqC<{gm&pFo)dVdHKZDja!l@AF&Vo^-=b#O~Tp}zh*P6 zn|)OHjV|NAN!bF7@5_E6>LM zJ}n=x_xE)fm81Lb>uGs5UVpxSu}S0Xf?r?V66@F_q8S5zPG8tlv|wM({}ne=Ysx?C zckX)j!q=PWC({9woYS*TC&h|%Nl#!ZpU<%Gc%qLVLk#CPi-a|j4f+q~XW0I!+L`&= zZo1xsUg?JFwQp`3GZyUIY_d1;&*g6=*OXJL?f2PlcT(7^Zp`R5m22N`76HXq`^9(s zWL?0-PN|g4#eT9_r`@a2_gGWr$prokOW_%*j)~7XqXHQ3wKFdEVM{o8 zpS7n@qM^C}b6&xT(r{6awEt7()To2guTIur{FBWc*`UXq zW5aMS-SONEo&$&DTG^7B9ti)KspJ*FL6DYNh|JMc|I+01w+o7?b3`-U+%Zx->6aWjeCA;$kq2u4E3*l zqLy?#n0AMK(^c!ftek&wht}48yl}F9P0PKNr&4WATo~?c>r`dPn6Q7l%SLVxx$3Nv^V|L1FX6t(ilU8m^0jw}8zg$_#He9tf;=<)j4=9Ghv?U?3G zKe&?Zz|0NX6VJV45Ip&d``iBacQ4&}FK;*Z!mYod)%Sm~{l9Bu63WQnF{|zVbCLGU zY&}^+i^xAm8Q#rW^ZA<%!`JG26C0dl|Gzz8Z1b1-f&s&^zl;tEEa^e7Ua=+Ze$OZP z_B~(p`hNl{(mzrJ8TXZa8V-_f4+-O zo?C5v?sUC*T+Oi`U045JJKf6M&=P)nn$t36G+uZF9Q=hu+o9?)jmqG56iAqF9U*QM#nh#(9Hk_Exyzofn zY%N|!hEFT1o#OZVFm1RsS=-^$y64^BHP5a$Kbv3i@2B<8KORf(Fuj=geunwR`5_D@ ze|NDj_z;-;F`ZvKDshRk+#ZFG`kRIF4mj)(EMeTYUGXd%1NS!*rNS@JS zOQ+3j7oM{+Ogg<@o#AozPsaU>Yo}?nonjV@nEC0D?=77_2`oCyn;7=B3wE+H$o(=< z`nZ#U!~X~KzIp6BCAO(ge|m{yav%#6L&PbI=TB8s|9w|JohEzWnc?>H|6V$tF#o@h zgY(0$(j)JrIR4wuf5chG{=(^wow3&6{=m*}QgUz}qrby3Hj#bp zhAUecU2dFSaix~wgZ7{1^YUMw)Wv@aWq$qjG5d}Oq8U3PLb(_cUjK^G(5$Yle#@7b zEO&14;pMRhZ@0AaGO#V-i(q16VCdVE*YJ%^f{WwK{>Q-#EJ|O_E9E9@Oex==*6;Sp zT4>U~*$2BiSm!M_TxrVqLGVp#$jf<*ETVj%GJExbrxELz7#MDRU^|e1`~O?j3lePm z>%OLWvp?(JXK?S$=I}i?XJ(n$d;hWfwOF||jCt0#rTh1=&tdLhaQO88ba+A2_bIy! z=IQoN5xP{M$}W|d63A!7aBsV(*K-yR!Ea{EO57Yiec&&s~P5>ZOx z3=A`>O{zatyq%@?m6=Iz*Y(}M^SXL+Z^zrRG(5`x+{AR^+4HW7=KG=wObR>1820SQ zawuBv5o~q8Kb8o}St9tn# zSoVc7GB9}k`+ws_+}(>NYw!PL=REN1=bv+Pr42Yd_FNHl;8(L}T)C$6=f1XSf4)v; zx}V7KAxb55b$YEu%4!F#$7Zf8|NU2Kl&`$QaqoEH+;WB;EVVM%E7cs@xc^kt?Prhq z_taQNo0Wk%?7uc%$^52v@{0O#V^)vr3 zETYTM@L8NeY)<&3;%4oeONAIayiEeSlFjuQ_bo4+%X{SELVsbl_goH5^6Am5`X*hN z_uFQ*2m`|fC#j2)dl%Qc%P)7;(^GFc`1ongjJumRKRYk7g6+q{=jFHlDnH?o-~V-o zQ6hswY+Z-Qy~^A9E4Vl1$?^R@v9i(r-~@(!%Q@#tGuV8|y>u|0X+cYU!Pivzw+dVz zKEzB5Wny4>v-*1B1Jl6t_ZrOmb9wU|d*e zc({+Zmz#&XgQba?zKjqf6x>_x$nmbE9`+6h z+!?^YuwwBUss--4g>kFTG{ zZ~1@jb^q!2YzoyMy_@}a|6Ti7uPpS?EiZ_y#BUNOoU;^dxj4a6G}GSm+S3# zJ>gkQih~p5z2lji{aF>-_xoD@aJ5+1!moSw?mh9fPN5tO24|<=GkbM1S?aE}xvh~+ z;H}lu<-SawJ2l2miQ_K2Tzu|I;SDQlKFt?$w9lBK5c?vwQpxnacGK0ekL015YU$U2WPjNqbclPxMXTuo+85-j285E{2ns{eNq?h}jH_2_mPZ<9lmu!2( zpwPb0*Xp=86Q_93zk@G!I_$1rnXp5DCJO@-gTj;F3Ky%VMZCMqx_h%H`{Gyy;!eM?@_gzu} zJ03L|2d`Si#Ne=h_UaRlKYn`|7`1Y8wxsfue}|?EGAP-JC2&Oko4w$Yx9-G!RjZq1 z^S3OP((ix!T4*Idx%+%Jfh1%n_x}Yred@#J*24L~;9nF#!S3|EK#oE7&J2x#a$Em*?Y? zRR=Hkby$jWF|yn{KJ$5pfWX7`o98`FVX*vjL3XRqx`1H80S6m$**kuwv|CBb}P%FGriGg9kA7$e+k&JHZ!Wfu-9$&A&Uh19fpF5t; zj@AFICNNE0|2+S}pYI|L1`Id&v$hsp?iI~U5T2kdDyDVsd1QVUXG8qL^P6X$j%287 ze7>0BaO6@a28IowS-{_R8r_q3?m4=$dGe9B^WxUNh;;nC^7kU9X^-EVZ+Od}z|8Q) zylO{kinMCe6N{qB8f@F8Sl&CRGW>gfv;XKDmI{^MHpdsfV5s3@=CZkS+gwqEks)^P z4ugV#!nzsDId9}U{}26myq?>kVfOm$mf1~Vb^8S~{xJqH9C+PT@tAGv31@)?O#iOm zHh2VDhi9=N=`kimU*treqOymK;z5^SE>E;g$rIWGhA?=qO7r6LT^$*pZTRAMnSoGzHrAr>KbW9J(#nZAw-@y|`BaOf9oco)9l=yoko$ft5CFnri~ z?|)g{?ye{ISH0(woz5npus@!w(VRho;m4wFmF#zRDRi9P;=a7(T79J>+8Z=wQD0ys|`)L58L5-V%q1Lx(@Db6Ls2py2T9 z!_kKSf9~5_{Mg61?pxz8rh*Q0jR=pJu8t|2@32gCV&ay&@pBc6P{oheHnUi`3KH%v z57S_1VCQ<_|5fnD|49tLS!?byC`?$tfT`Iw_X&$fgm#3WxZI1MGdURKm~89Sm>gJk zeqO`Hz#z_W`KK=5zIm&h3>cowKD0w8v3(KC+)D4j4M91remizdd7GzLjDf<`0(!c?#1Noo;0QYh~RR910 diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_handler_field.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_handler_field.js deleted file mode 100644 index 6f1b05f..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_handler_field.js +++ /dev/null @@ -1,23 +0,0 @@ -import { registry } from "@web/core/registry"; -import { standardFieldProps } from "@web/views/fields/standard_field_props"; -import { useBus, useService } from "@web/core/utils/hooks"; -import { Component, xml } from "@odoo/owl"; - -export class BarcodeHandlerField extends Component { - static template = xml``; - static props = { ...standardFieldProps }; - setup() { - const barcode = useService("barcode"); - useBus(barcode.bus, "barcode_scanned", this.onBarcodeScanned); - } - onBarcodeScanned(event) { - const { barcode } = event.detail; - this.props.record.update({ [this.props.name]: barcode }); - } -} - -export const barcodeHandlerField = { - component: BarcodeHandlerField, -}; - -registry.category("fields").add("barcode_handler", barcodeHandlerField); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_handlers.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_handlers.js deleted file mode 100644 index fc9b22c..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_handlers.js +++ /dev/null @@ -1,110 +0,0 @@ -import { _t } from "@web/core/l10n/translation"; -import { registry } from "@web/core/registry"; -import { getVisibleElements } from "@web/core/utils/ui"; -import { Macro } from "@web/core/macro"; - -const ACTION_HELPERS = { - click(el) { - el.dispatchEvent(new MouseEvent("mouseover")); - el.dispatchEvent(new MouseEvent("mouseenter")); - el.dispatchEvent(new MouseEvent("mousedown")); - el.dispatchEvent(new MouseEvent("mouseup")); - el.click(); - el.dispatchEvent(new MouseEvent("mouseout")); - el.dispatchEvent(new MouseEvent("mouseleave")); - }, - text(el, value) { - this.click(el); - el.value = value; - el.dispatchEvent(new InputEvent("input", { bubbles: true })); - el.dispatchEvent(new InputEvent("change", { bubbles: true })); - }, -}; - -function clickOnButton(selector) { - const button = document.body.querySelector(selector); - if (button) { - button.click(); - } -} -function updatePager(position) { - const pager = document.body.querySelector("nav.o_pager"); - if (!pager || pager.innerText.includes("-")) { - // we don't change pages if we are in a multi record view - return; - } - let next; - if (position === "first") { - next = 1; - } else { - next = parseInt(pager.querySelector(".o_pager_limit").textContent, 10); - } - let current = parseInt(pager.innerText.split('/')[0], 10); - if (current === next) { - return; - } - new Macro({ - name: "updating pager", - timeout: 1000, - steps: [ - { - trigger: "span.o_pager_value", - async action(trigger) { - ACTION_HELPERS.click(trigger); - }, - }, - { - trigger: "input.o_pager_value", - async action(trigger) { - ACTION_HELPERS.text(trigger, next); - }, - }, - ], - }).start(); -} - -export const COMMANDS = { - "OCDEDIT": () => clickOnButton(".o_form_button_edit"), - "OCDDISC": () => clickOnButton(".o_form_button_cancel"), - "OCDSAVE": () => clickOnButton(".o_form_button_save"), - "OCDPREV": () => clickOnButton(".o_pager_previous"), - "OCDNEXT": () => clickOnButton(".o_pager_next"), - "OCDPAGERFIRST": () => updatePager("first"), - "OCDPAGERLAST": () => updatePager("last"), -}; - -export const barcodeGenericHandlers = { - dependencies: ["ui", "barcode", "notification"], - start(env, { ui, barcode, notification }) { - - barcode.bus.addEventListener("barcode_scanned", (ev) => { - const barcode = ev.detail.barcode; - if (barcode.startsWith("OBT")) { - let targets = []; - try { - // the scanned barcode could be anything, and could crash the queryselectorall - // function - targets = getVisibleElements(ui.activeElement, `[barcode_trigger=${barcode.slice(3)}]`); - } catch { - console.warn(`Barcode '${barcode}' is not valid`); - } - for (let elem of targets) { - elem.click(); - } - } - if (barcode.startsWith("OCD")) { - const fn = COMMANDS[barcode]; - if (fn) { - fn(); - } else { - notification.add(_t("Barcode: %(barcode)s", { barcode }), { - title: _t("Unknown barcode command"), - type: "danger" - }); - } - } - }); - } -}; - -registry.category("services").add("barcode_handlers", barcodeGenericHandlers); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_service.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_service.js deleted file mode 100644 index b42f936..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/barcode_service.js +++ /dev/null @@ -1,135 +0,0 @@ -import { isBrowserChrome, isMobileOS } from "@web/core/browser/feature_detection"; -import { registry } from "@web/core/registry"; -import { session } from "@web/session"; -import { EventBus, whenReady } from "@odoo/owl"; - -function isEditable(element) { - return element.matches('input,textarea,[contenteditable="true"]'); -} - -function makeBarcodeInput() { - const inputEl = document.createElement('input'); - inputEl.setAttribute("style", "position:fixed;top:50%;transform:translateY(-50%);z-index:-1;opacity:0"); - inputEl.setAttribute("autocomplete", "off"); - inputEl.setAttribute("inputmode", "none"); // magic! prevent native keyboard from popping - inputEl.classList.add("o-barcode-input"); - inputEl.setAttribute('name', 'barcode'); - return inputEl; -} - -export const barcodeService = { - // Keys from a barcode scanner are usually processed as quick as possible, - // but some scanners can use an intercharacter delay (we support <= 50 ms) - maxTimeBetweenKeysInMs: session.max_time_between_keys_in_ms || 150, - - // this is done here to make it easily mockable in mobile tests - isMobileChrome: isMobileOS() && isBrowserChrome(), - - cleanBarcode: function(barcode) { - return barcode.replace(/Alt|Shift|Control/g, ''); - }, - - start() { - const bus = new EventBus(); - let timeout = null; - - let bufferedBarcode = ""; - let currentTarget = null; - let barcodeInput = null; - - function handleBarcode(barcode, target) { - bus.trigger('barcode_scanned', {barcode,target}); - if (target.getAttribute('barcode_events') === "true") { - const barcodeScannedEvent = new CustomEvent("barcode_scanned", { detail: { barcode, target } }); - target.dispatchEvent(barcodeScannedEvent); - } - } - - /** - * check if we have a barcode, and trigger appropriate events - */ - function checkBarcode(ev) { - let str = barcodeInput ? barcodeInput.value : bufferedBarcode; - str = barcodeService.cleanBarcode(str); - if (str.length >= 3) { - if (ev) { - ev.preventDefault(); - } - handleBarcode(str, currentTarget); - } - if (barcodeInput) { - barcodeInput.value = ""; - } - bufferedBarcode = ""; - currentTarget = null; - } - - function keydownHandler(ev) { - if (!ev.key) { - // Chrome may trigger incomplete keydown events under certain circumstances. - // E.g. when using browser built-in autocomplete on an input. - // See https://stackoverflow.com/questions/59534586/google-chrome-fires-keydown-event-when-form-autocomplete - return; - } - // Ignore 'Shift', 'Escape', 'Backspace', 'Insert', 'Delete', 'Home', 'End', Arrow*, F*, Page*, ... - // meta is often used for UX purpose (like shortcuts) - // Notes: - // - shiftKey is not ignored because it can be used by some barcode scanner for digits. - // - altKey/ctrlKey are not ignored because it can be used in some barcodes (e.g. GS1 separator) - const isSpecialKey = !['Control', 'Alt'].includes(ev.key) && (ev.key.length > 1 || ev.metaKey); - const isEndCharacter = ev.key.match(/(Enter|Tab)/); - - // Don't catch non-printable keys except 'enter' and 'tab' - if (isSpecialKey && !isEndCharacter) { - return; - } - - currentTarget = ev.target; - // Don't catch events targeting elements that are editable because we - // have no way of redispatching 'genuine' key events. Resent events - // don't trigger native event handlers of elements. So this means that - // our fake events will not appear in eg. an element. - if (currentTarget !== barcodeInput && isEditable(currentTarget) && - !currentTarget.dataset.enableBarcode && - currentTarget.getAttribute("barcode_events") !== "true") { - currentTarget = null; - return; - } - - clearTimeout(timeout); - if (isEndCharacter) { - checkBarcode(ev); - } else { - bufferedBarcode += ev.key; - timeout = setTimeout(checkBarcode, barcodeService.maxTimeBetweenKeysInMs); - } - } - - function mobileChromeHandler(ev) { - if (ev.key === "Unidentified") { - return; - } - if (document.activeElement && !document.activeElement.matches('input:not([type]), input[type="text"], textarea, [contenteditable], ' + - '[type="email"], [type="number"], [type="password"], [type="tel"], [type="search"]')) { - barcodeInput.focus(); - } - keydownHandler(ev); - } - - whenReady(() => { - const isMobileChrome = barcodeService.isMobileChrome; - if (isMobileChrome) { - barcodeInput = makeBarcodeInput(); - document.body.appendChild(barcodeInput); - } - const handler = isMobileChrome ? mobileChromeHandler : keydownHandler; - document.body.addEventListener('keydown', handler); - }); - - return { - bus, - }; - }, -}; - -registry.category("services").add("barcode", barcodeService); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.js deleted file mode 100644 index 32ba333..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.js +++ /dev/null @@ -1,43 +0,0 @@ -import { _t } from "@web/core/l10n/translation"; -import { scanBarcode } from "@web/core/barcode/barcode_dialog"; -import { isBarcodeScannerSupported } from "@web/core/barcode/barcode_video_scanner"; -import { Component } from "@odoo/owl"; -import { useService } from "@web/core/utils/hooks"; - -export class BarcodeScanner extends Component { - static template = "barcodes.BarcodeScanner"; - static props = { - onBarcodeScanned: { type: Function }, - }; - - setup() { - this.notification = useService("notification"); - this.isBarcodeScannerSupported = isBarcodeScannerSupported(); - this.scanBarcode = () => scanBarcode(this.env, this.facingMode); - } - - get facingMode() { - return "environment"; - } - - async openMobileScanner() { - let error = null; - let barcode = null; - try { - barcode = await this.scanBarcode(); - } catch (err) { - error = err.message; - } - - if (barcode) { - this.props.onBarcodeScanned(barcode); - if ("vibrate" in window.navigator) { - window.navigator.vibrate(100); - } - } else { - this.notification.add(error || _t("Please, Scan again!"), { - type: "warning", - }); - } - } -} diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.scss b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.scss deleted file mode 100644 index 20fda86..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.scss +++ /dev/null @@ -1,66 +0,0 @@ -.o_barcode_mobile_container { - position: relative; - display: inline-block; - font-family: 'Lato', sans-serif; - font-size: 1.08333333rem; - font-weight: 400; - line-height: 1.5; - color: #fff; - - img, .o_mobile_barcode { - width: 115px; - height: 60px; - } - - .o_mobile_barcode { - width: 100%; - bottom: 0; - position: absolute; - opacity: 0.75; - padding-top: 5px; - - .o_barcode_mobile_camera { - margin: 5px; - font-size: 1em; - } - - div { - font-size: 12px; - } - } - - .o_barcode_laser { - // avoid dependencies to web file in pos - position: absolute; - top: 50%; - left: -15px; - bottom: auto; - right: -15px; - - height: 5px; - background: rgba(red, 0.6); - box-shadow: 0 1px 10px 1px rgba(red, 0.8); - animation: o_barcode_scanner_intro 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.4s; - } - - @keyframes o_barcode_scanner_intro { - 25% { - top: 75%; - } - 50% { - top: 0; - } - 75% { - top: 100%; - } - 100% { - top: 50%; - } - } -} -@media screen and (max-width: 576px) { - .o_event_barcode_bg.o_home_menu_background { - background: white; - height: 100%; - } -} diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.xml b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.xml deleted file mode 100644 index 210a0e9..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/barcode_scanner.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/manual_barcode.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/manual_barcode.js deleted file mode 100644 index 3da7b19..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/manual_barcode.js +++ /dev/null @@ -1,47 +0,0 @@ -import { BarcodeDialog } from "@web/core/barcode/barcode_dialog"; -import { Component, onMounted, useRef, useState } from "@odoo/owl"; -import { getActiveHotkey } from "@web/core/hotkeys/hotkey_service"; -import { _t } from "@web/core/l10n/translation"; - -export class BarcodeInput extends Component { - static template = "barcodes.BarcodeInput"; - static props = { - onSubmit: Function, - placeholder: { type: String, optional: true }, - }; - static defaultProps = { - placeholder: _t("Enter a barcode..."), - }; - setup() { - this.state = useState({ - barcode: false, - }); - this.barcodeManual = useRef("manualBarcode"); - // Autofocus processing was blocked because a document already has a focused element. - onMounted(() => { - this.barcodeManual.el.focus(); - }); - } - - /** - * Called when press Enter after filling barcode input manually. - * - * @private - * @param {KeyboardEvent} ev - */ - _onKeydown(ev) { - const hotkey = getActiveHotkey(ev); - if (hotkey === "enter" && this.state.barcode) { - this.props.onSubmit(this.state.barcode); - } - } -} - -export class ManualBarcodeScanner extends BarcodeDialog { - static template = "barcodes.ManualBarcodeScanner"; - static components = { - ...BarcodeDialog.components, - BarcodeInput, - }; - static props = [...BarcodeDialog.props, "placeholder?"]; -} diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/manual_barcode.xml b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/manual_barcode.xml deleted file mode 100644 index dc90e99..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/components/manual_barcode.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - -
- - -
-
- - - - true - - - - - - - -
diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/float_scannable_field.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/float_scannable_field.js deleted file mode 100644 index 8376733..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/float_scannable_field.js +++ /dev/null @@ -1,16 +0,0 @@ -import { registry } from "@web/core/registry"; -import { FloatField, floatField } from "@web/views/fields/float/float_field"; - -export class FloatScannableField extends FloatField { - static template = "barcodes.FloatScannableField"; - onBarcodeScanned() { - this.inputRef.el.dispatchEvent(new InputEvent("input")); - } -} - -export const floatScannableField = { - ...floatField, - component: FloatScannableField, -}; - -registry.category("fields").add("field_float_scannable", floatScannableField); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/float_scannable_field.xml b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/float_scannable_field.xml deleted file mode 100644 index 5a2a07c..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/float_scannable_field.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - onBarcodeScanned - true - true - - - - diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/js/barcode_parser.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/js/barcode_parser.js deleted file mode 100644 index 712f2d3..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/src/js/barcode_parser.js +++ /dev/null @@ -1,306 +0,0 @@ -export class BarcodeParser { - static barcodeNomenclatureFields = ["name", "rule_ids", "upc_ean_conv"]; - static barcodeRuleFields = ["name", "sequence", "type", "encoding", "pattern", "alias"]; - static async fetchNomenclature(orm, id) { - const [nomenclature] = await orm.read( - "barcode.nomenclature", - [id], - this.barcodeNomenclatureFields - ); - let rules = await orm.searchRead( - "barcode.rule", - [["barcode_nomenclature_id", "=", id]], - this.barcodeRuleFields - ); - rules = rules.sort((a, b) => { - return a.sequence - b.sequence; - }); - nomenclature.rules = rules; - return nomenclature; - } - - constructor() { - this.setup(...arguments); - } - - setup({ nomenclature }) { - this.nomenclature = nomenclature; - } - - /** - * This algorithm is identical for all fixed length numeric GS1 data structures. - * - * It is also valid for EAN-8, EAN-12 (UPC-A), EAN-13 check digit after sanitizing. - * https://www.gs1.org/sites/default/files/docs/barcodes/GS1_General_Specifications.pdf - * - * @param {String} numericBarcode Need to have a length of 18 - * @returns {number} Check Digit - */ - get_barcode_check_digit(numericBarcode) { - let oddsum = 0, evensum = 0, total = 0; - // Reverses the barcode to be sure each digit will be in the right place - // regardless the barcode length. - const code = numericBarcode.split('').reverse(); - // Removes the last barcode digit (should not be took in account for its own computing). - code.shift(); - - // Multiply value of each position by - // N1 N2 N3 N4 N5 N6 N7 N8 N9 N10 N11 N12 N13 N14 N15 N16 N17 N18 - // x3 X1 x3 x1 x3 x1 x3 x1 x3 x1 x3 x1 x3 x1 x3 x1 x3 CHECK_DIGIT - for (let i = 0; i < code.length; i++) { - if (i % 2 === 0) { - evensum += parseInt(code[i]); - } else { - oddsum += parseInt(code[i]); - } - } - total = evensum * 3 + oddsum; - return (10 - total % 10) % 10; - } - - /** - * Checks if the barcode string is encoded with the provided encoding. - * - * @param {String} barcode - * @param {String} encoding could be 'any' (no encoding rules), 'ean8', 'upca' or 'ean13' - * @returns {boolean} - */ - check_encoding(barcode, encoding) { - if (encoding === 'any') { - return true; - } - const barcodeSizes = { - ean8: 8, - ean13: 13, - upca: 12, - }; - return barcode.length === barcodeSizes[encoding] && /^\d+$/.test(barcode) && - this.get_barcode_check_digit(barcode) === parseInt(barcode[barcode.length - 1]); - } - - /** - * Sanitizes a EAN-13 prefix by padding it with chars zero. - * - * @param {String} ean - * @returns {String} - */ - sanitize_ean(ean) { - ean = ean.substr(0, 13); - ean = "0".repeat(13 - ean.length) + ean; - return ean.substr(0, 12) + this.get_barcode_check_digit(ean); - } - - /** - * Sanitizes a UPC-A prefix by padding it with chars zero. - * - * @param {String} upc - * @returns {String} - */ - sanitize_upc(upc) { - return this.sanitize_ean(upc).substr(1, 12); - } - - // Checks if barcode matches the pattern - // Additionnaly retrieves the optional numerical content in barcode - // Returns an object containing: - // - value: the numerical value encoded in the barcode (0 if no value encoded) - // - base_code: the barcode in which numerical content is replaced by 0's - // - match: boolean - match_pattern(barcode, pattern, encoding) { - var match = { - value: 0, - base_code: barcode, - match: false, - }; - barcode = barcode.replace("\\", "\\\\").replace("{", '\{').replace("}", "\}").replace(".", "\."); - - var numerical_content = pattern.match(/[{][N]*[D]*[}]/); // look for numerical content in pattern - var base_pattern = pattern; - if(numerical_content){ // the pattern encodes a numerical content - var num_start = numerical_content.index; // start index of numerical content - var num_length = numerical_content[0].length; // length of numerical content - var value_string = barcode.substr(num_start, num_length-2); // numerical content in barcode - var whole_part_match = numerical_content[0].match("[{][N]*[D}]"); // looks for whole part of numerical content - var decimal_part_match = numerical_content[0].match("[{N][D]*[}]"); // looks for decimal part - var whole_part = value_string.substr(0, whole_part_match.index+whole_part_match[0].length-2); // retrieve whole part of numerical content in barcode - var decimal_part = "0." + value_string.substr(decimal_part_match.index, decimal_part_match[0].length-1); // retrieve decimal part - if (whole_part === ''){ - whole_part = '0'; - } - match.value = parseInt(whole_part) + parseFloat(decimal_part); - - // replace numerical content by 0's in barcode and pattern - match.base_code = barcode.substr(0, num_start); - base_pattern = pattern.substr(0, num_start); - for(var i=0;i<(num_length-2);i++) { - match.base_code += "0"; - base_pattern += "0"; - } - match.base_code += barcode.substr(num_start + num_length - 2, barcode.length - 1); - base_pattern += pattern.substr(num_start + num_length, pattern.length - 1); - - match.base_code = match.base_code - .replace("\\\\", "\\") - .replace("\{", "{") - .replace("\}","}") - .replace("\.","."); - - var base_code = match.base_code.split(''); - if (encoding === 'ean13') { - base_code[12] = '' + this.get_barcode_check_digit(match.base_code); - } else if (encoding === 'ean8') { - base_code[7] = '' + this.get_barcode_check_digit(match.base_code); - } else if (encoding === 'upca') { - base_code[11] = '' + this.get_barcode_check_digit(match.base_code); - } - match.base_code = base_code.join(''); - } - - base_pattern = base_pattern.split('|') - .map(part => part.startsWith('^') ? part : '^' + part) - .join('|'); - match.match = match.base_code.match(base_pattern); - - return match; - } - - /** - * Attempts to interpret a barcode (string encoding a barcode Code-128) - * - * @param {string} barcode - * @returns {Object} the returned object containing informations about the barcode: - * - code: the barcode - * - type: the type of the barcode (e.g. alias, unit product, weighted product...) - * - value: if the barcode encodes a numerical value, it will be put there - * - base_code: the barcode with all the encoding parts set to zero; the one put on the product in the backend - */ - parse_barcode(barcode) { - if (barcode.match(/^urn:/)) { - return this.parseURI(barcode); - } - return this.parseBarcodeNomenclature(barcode); - } - - parseBarcodeNomenclature(barcode) { - const parsed_result = { - encoding: '', - type:'error', - code:barcode, - base_code: barcode, - value: 0, - }; - - if (!this.nomenclature) { - return parsed_result; - } - - var rules = this.nomenclature.rules; - for (var i = 0; i < rules.length; i++) { - var rule = rules[i]; - var cur_barcode = barcode; - - if ( rule.encoding === 'ean13' && - this.check_encoding(barcode,'upca') && - this.nomenclature.upc_ean_conv in {'upc2ean':'','always':''} ){ - cur_barcode = '0' + cur_barcode; - } else if (rule.encoding === 'upca' && - this.check_encoding(barcode,'ean13') && - barcode[0] === '0' && - this.nomenclature.upc_ean_conv in {'ean2upc':'','always':''} ){ - cur_barcode = cur_barcode.substr(1,12); - } - - if (!this.check_encoding(cur_barcode,rule.encoding)) { - continue; - } - - var match = this.match_pattern(cur_barcode, rules[i].pattern, rule.encoding); - if (match.match) { - if(rules[i].type === 'alias') { - barcode = rules[i].alias; - parsed_result.code = barcode; - parsed_result.type = 'alias'; - } - else { - parsed_result.encoding = rules[i].encoding; - parsed_result.type = rules[i].type; - parsed_result.value = match.value; - parsed_result.code = cur_barcode; - if (rules[i].encoding === "ean13"){ - parsed_result.base_code = this.sanitize_ean(match.base_code); - } - else{ - parsed_result.base_code = match.base_code; - } - return parsed_result; - } - } - } - return parsed_result; - } - - // URI methods - /** - * Parse an URI into an object with either the product and its lot/serial - * number, either the package. - * @param {String} barcode - * @returns {Object} - */ - parseURI(barcode) { - const uriParts = barcode.split(":").map(v => v.trim()); - // URI should be formatted like that (number is the index once split): - // 0: urn, 1: epc, 2: id/tag, 3: identifier, 4: data - const identifier = uriParts[3]; - const data = uriParts[4].split("."); - if (identifier === "lgtin" || identifier === "sgtin") { - return this.convertURIGTINDataIntoProductAndTrackingNumber(barcode, data); - } else if (identifier === "sgtin-96" || identifier === "sgtin-198") { - // Same compute then SGTIN but we have to remove the filter. - return this.convertURIGTINDataIntoProductAndTrackingNumber(barcode, data.slice(1)); - } else if (identifier === "sscc") { - return this.convertURISSCCDataIntoPackage(barcode, data); - } else if (identifier === "sscc-96") { - // Same compute then SSCC but we have to remove the filter. - return this.convertURISSCCDataIntoPackage(barcode, data.slice(1)); - } - return barcode; - } - - convertURIGTINDataIntoProductAndTrackingNumber(base_code, data) { - const [gs1CompanyPrefix, itemRefAndIndicator, trackingNumber] = data; - const indicator = itemRefAndIndicator[0]; - const itemRef = itemRefAndIndicator.slice(1); - let productBarcode = indicator + gs1CompanyPrefix + itemRef; - productBarcode += this.get_barcode_check_digit(productBarcode + "0"); - return [ - { - base_code, - code: productBarcode, - string_value: productBarcode, - type: "product", - value: productBarcode, - }, { - base_code, - code: trackingNumber, - string_value: trackingNumber, - type: "lot", - value: trackingNumber, - } - ]; - } - - convertURISSCCDataIntoPackage(base_code, data) { - const [gs1CompanyPrefix, serialReference] = data; - const extension = serialReference[0]; - const serialRef = serialReference.slice(1); - let sscc = extension + gs1CompanyPrefix + serialRef; - sscc += this.get_barcode_check_digit(sscc + "0"); - return [{ - base_code, - code: sscc, - string_value: sscc, - type: "package", - value: sscc, - }]; - } -} diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode.test.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode.test.js deleted file mode 100644 index 55d26a7..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode.test.js +++ /dev/null @@ -1,190 +0,0 @@ -/** @odoo-module **/ - -import { Macro } from "@web/core/macro"; -import { beforeEach, expect, test } from "@odoo/hoot"; -import { advanceTime, animationFrame, press } from "@odoo/hoot-dom"; -import { - contains, - defineModels, - fields, - mockService, - models, - mountView, - onRpc, - patchWithCleanup, -} from "@web/../tests/web_test_helpers"; - -async function simulateBarCode(chars) { - for (const char of chars) { - await press(char); - } -} - -class Product extends models.Model { - name = fields.Char({ string: "Product name" }); - int_field = fields.Integer({ string: "Integer" }); - int_field_2 = fields.Integer({ string: "Integer" }); - barcode = fields.Char({ string: "Barcode" }); - _records = [ - { id: 1, name: "Large Cabinet", barcode: "1234567890" }, - { id: 2, name: "Cabinet with Doors", barcode: "0987654321" }, - ]; -} - -defineModels([Product]); - -let macro; -async function macroIsComplete() { - while (!macro.isComplete) { - await advanceTime(100); - } -} - -beforeEach(() => { - patchWithCleanup(Macro.prototype, { - start() { - super.start(...arguments); - macro = this; - }, - }); -}); - -test.tags("desktop"); -test("Button with barcode_trigger", async () => { - mockService("action", { - doActionButton: (data) => { - expect.step(data.name); - }, - }); - - mockService("notification", { - add: (params) => { - expect.step(params.type); - }, - }); - await mountView({ - type: "form", - resModel: "product", - arch: `
-
-
-
`, - resId: 2, - }); - // OBTDOIT - await simulateBarCode(["O", "B", "T", "D", "O", "I", "T", "Enter"]); - // OBTDOTHAT (should not call execute_action as the button isn't visible) - await simulateBarCode(["O", "B", "T", "D", "O", "T", "H", "A", "T", "Enter"]); - expect.verifySteps(["do_something"]); -}); - -test.tags("desktop"); -test("Two buttons with same barcode_trigger and the same string and action", async () => { - mockService("action", { - doActionButton: (data) => { - expect.step(data.name); - }, - }); - - mockService("notification", { - add: (params) => { - expect.step(params.type); - }, - }); - await mountView({ - type: "form", - resModel: "product", - arch: `
-
-
-
`, - resId: 2, - }); - // OBTDOIT should call execute_action as the first button is visible - await simulateBarCode(["O", "B", "T", "D", "O", "I", "T", "Enter"]); - await animationFrame(); - expect.verifySteps(["do_something"]); -}); - -test.tags("desktop"); -test("edit, save and cancel buttons", async () => { - onRpc("web_save", () => expect.step("save")); - await mountView({ - type: "form", - resModel: "product", - arch: '
', - resId: 1, - }); - - // OCDEDIT - await simulateBarCode(["O", "C", "D", "E", "D", "I", "T", "Enter"]); - // dummy change to check that it actually saves - await contains(".o_field_widget input").edit("test", { confirm: "blur" }); - - // OCDSAVE - await simulateBarCode(["O", "C", "D", "S", "A", "V", "E", "Enter"]); - expect.verifySteps(["save"]); - - // OCDEDIT - await simulateBarCode(["O", "C", "D", "E", "D", "I", "T", "Enter"]); - // dummy change to check that it correctly discards - await contains(".o_field_widget input").edit("test", { confirm: "blur" }); - // OCDDISC - await simulateBarCode(["O", "C", "D", "D", "I", "S", "C", "Enter"]); - expect.verifySteps([]); -}); - -test.tags("desktop"); -test("pager buttons", async () => { - await mountView({ - type: "form", - resModel: "product", - arch: '
', - resId: 1, - resIds: [1, 2], - }); - - expect(".o_field_widget input").toHaveValue("Large Cabinet"); - // OCDNEXT - await simulateBarCode(["O", "C", "D", "N", "E", "X", "T", "Enter"]); - await animationFrame(); - expect(".o_field_widget input").toHaveValue("Cabinet with Doors"); - - // OCDPREV - await simulateBarCode(["O", "C", "D", "P", "R", "E", "V", "Enter"]); - await animationFrame(); - expect(".o_field_widget input").toHaveValue("Large Cabinet"); - - // OCDPAGERLAST - await simulateBarCode(["O", "C", "D", "P", "A", "G", "E", "R", "L", "A", "S", "T", "Enter"]); - // need to await 2 macro steps - await macroIsComplete(); - await animationFrame(); - expect(".o_field_widget input").toHaveValue("Cabinet with Doors"); - - // OCDPAGERFIRST - await simulateBarCode([ - "O", - "C", - "D", - "P", - "A", - "G", - "E", - "R", - "F", - "I", - "R", - "S", - "T", - "Enter", - ]); - // need to await 2 macro steps - await macroIsComplete(); - await animationFrame(); - expect(".o_field_widget input").toHaveValue("Large Cabinet"); -}); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_mobile.test.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_mobile.test.js deleted file mode 100644 index 76dbed7..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_mobile.test.js +++ /dev/null @@ -1,76 +0,0 @@ -/** @odoo-module **/ - -import { beforeEach, expect, test } from "@odoo/hoot"; -import { getActiveElement, queryFirst, keyDown, click } from "@odoo/hoot-dom"; -import { mountWithCleanup, patchWithCleanup } from "@web/../tests/web_test_helpers"; -import { barcodeService } from "@barcodes/barcode_service"; -import { Component, xml } from "@odoo/owl"; - -beforeEach(() => { - patchWithCleanup(barcodeService, { - maxTimeBetweenKeysInMs: 0, - isMobileChrome: true, - }); -}); -class Root extends Component { - static template = xml` -
- - - - - - - -
- -
`; - static props = ["*"]; -} - -test.tags("mobile"); -test("barcode field automatically focus behavior", async () => { - expect.assertions(10); - await mountWithCleanup(Root); - - // Some elements doesn't need to keep the focus - await click(document.body); - await keyDown("a"); - expect(getActiveElement()).toHaveProperty("name", "barcode", { - message: "hidden barcode input should have the focus", - }); - - let element = queryFirst("select"); - await click(element); - await keyDown("b"); - expect(getActiveElement()).toHaveProperty("name", "barcode", { - message: "hidden barcode input should have the focus", - }); - - // Those elements absolutely need to keep the focus: - // inputs elements: - const keepFocusedElements = ["email", "number", "password", "tel", "text", "explicit_text"]; - for (let i = 0; i < keepFocusedElements.length; ++i) { - element = queryFirst(`input[name=${keepFocusedElements[i]}]`); - await click(element); - await keyDown("c"); - expect(`input[name=${keepFocusedElements[i]}]`).toBeFocused({ - message: `input ${keepFocusedElements[i]} should keep focus`, - }); - } - // textarea element - element = queryFirst(`textarea`); - await click(element); - await keyDown("d"); - expect(`textarea`).toBeFocused({ message: "textarea should keep focus" }); - // contenteditable elements - element = queryFirst(`[contenteditable=true]`); - await click(element); - await keyDown("e"); - expect(`[contenteditable=true]`).toBeFocused({ - message: "contenteditable should keep focus", - }); -}); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_parser.test.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_parser.test.js deleted file mode 100644 index d0087d3..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_parser.test.js +++ /dev/null @@ -1,38 +0,0 @@ -/** @odoo-module **/ - -import { expect, test } from "@odoo/hoot"; -import { BarcodeParser } from "@barcodes/js/barcode_parser"; - -test.tags("headless"); -test("Test check digit", async () => { - const nomenclature = { - id: 1, - name: "normal", - upc_ean_conv: "always", - rules: [ - { - id: 1, - name: "Product Barcodes", - barcode_nomenclature_id: 1, - sequence: 90, - type: "product", - encoding: "any", - pattern: ".*", - }, - ], - }; - const barcodeNomenclature = new BarcodeParser({ nomenclature }); - - let ean8 = "87111125"; - expect(barcodeNomenclature.get_barcode_check_digit(ean8)).toEqual(+ean8[ean8.length - 1]); - ean8 = "4725992"; - expect(barcodeNomenclature.get_barcode_check_digit(ean8 + "0")).toEqual(8); - let ean13 = "1234567891231"; - expect(barcodeNomenclature.get_barcode_check_digit(ean13)).toEqual(+ean13[ean13.length - 1]); - ean13 = "962434754318"; - expect(barcodeNomenclature.get_barcode_check_digit(ean13 + "0")).toEqual(4); - let utca = "692771981161"; - expect(barcodeNomenclature.get_barcode_check_digit(utca)).toEqual(+utca[utca.length - 1]); - utca = "71679131569"; - expect(barcodeNomenclature.get_barcode_check_digit(utca + "0")).toEqual(7); -}); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_scan.test.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_scan.test.js deleted file mode 100644 index 5bb64ce..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/barcode_scan.test.js +++ /dev/null @@ -1,31 +0,0 @@ -/** @odoo-module **/ - -import { expect, test } from "@odoo/hoot"; -import { waitFor } from "@odoo/hoot-dom"; -import { Component, xml } from "@odoo/owl"; -import { BarcodeScanner } from "@barcodes/components/barcode_scanner"; -import { contains, mountWithCleanup } from "@web/../tests/web_test_helpers"; - -test.tags("desktop"); -test("Display notification for media device permission on barcode scanning", async () => { - navigator.mediaDevices.getUserMedia = function () { - return Promise.reject(new DOMException("", "NotAllowedError")); - }; - - class BarcodeScan extends Component { - static template = xml` -
- -
- `; - static components = { BarcodeScanner }; - static props = ["*"]; - } - - await mountWithCleanup(BarcodeScan); - await contains("a.o_mobile_barcode").click(); - await waitFor(".modal-body:contains(camera)"); - expect(".modal-body").toHaveText( - "Unable to access camera\nCould not start scanning. Odoo needs your authorization first." - ); -}); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/float_scannable_field.test.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/float_scannable_field.test.js deleted file mode 100644 index ffaa24c..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/float_scannable_field.test.js +++ /dev/null @@ -1,118 +0,0 @@ -/** @odoo-module **/ - -import { beforeEach, expect, test } from "@odoo/hoot"; -import { animationFrame } from "@odoo/hoot-mock"; -import { FormController } from "@web/views/form/form_controller"; -import { - contains, - defineModels, - fields, - models, - mountView, - onRpc, - patchWithCleanup, -} from "@web/../tests/web_test_helpers"; -import { barcodeService } from "@barcodes/barcode_service"; -import { press } from "@odoo/hoot-dom"; - -async function simulateBarCode(chars) { - for (const char of chars) { - await press(char); - } -} -class Product extends models.Model { - name = fields.Char({ string: "Product name" }); - float_field = fields.Float({ string: "Float" }); - float_field_2 = fields.Float({ string: "Float" }); - barcode = fields.Char({ string: "Barcode" }); - _records = [ - { id: 1, name: "Large Cabinet", barcode: "1234567890" }, - { id: 2, name: "Cabinet with Doors", barcode: "0987654321" }, - ]; -} - -defineModels([Product]); - -beforeEach(() => { - patchWithCleanup(barcodeService, { - maxTimeBetweenKeysInMs: 0, - }); -}); - -test.tags("mobile"); -test("widget field_float_scannable", async () => { - Product._records[0].float_field = 4; - - const onBarcodeScanned = (event) => { - expect.step(`barcode scanned ${event.detail.barcode}`); - }; - - const view = await mountView({ - type: "form", - resModel: "product", - resId: 1, - arch: /*xml*/ ` -
press - - - - - `, - }); - view.env.services.barcode.bus.addEventListener("barcode_scanned", onBarcodeScanned); - - expect(".o_field_widget[name=float_field] input").toHaveValue("4.00"); - - // we check here that a scan on the field_float_scannable widget triggers a - // barcode event - await contains(".o_field_widget[name=float_field] input").focus(); - await simulateBarCode(["6", "0", "1", "6", "4", "7", "8", "5"]); - await animationFrame(); - expect.verifySteps(["barcode scanned 60164785"]); - expect(".o_field_widget[name=float_field] input").toBeFocused(); - - // we check here that a scan on the field without widget does not trigger a - // barcode event - await contains(".o_field_widget[name=float_field_2] input").focus(); - await simulateBarCode(["6", "0", "1", "6", "4", "7", "8", "5"]); - await animationFrame(); - expect.verifySteps([]); - - view.env.services.barcode.bus.removeEventListener("barcode_scanned", onBarcodeScanned); -}); - -test.tags("mobile"); -test("do no update form twice after a command barcode scanned", async () => { - patchWithCleanup(FormController.prototype, { - onPagerUpdate(...args) { - expect.step("update"); - super.onPagerUpdate(...args); - }, - }); - - onRpc("web_read", () => { - expect.step("web_read"); - }); - - await mountView({ - type: "form", - resModel: "product", - arch: /*xml*/ ` -
- - - - `, - resId: 1, - resIds: [1, 2], - }); - - expect.verifySteps(["web_read"]); - - // switch to next record - await simulateBarCode(["O", "C", "D", "N", "E", "X", "T", "Enter"]); - - // a first update is done to reload the data (thus followed by a read), but - // update shouldn't be called afterwards - expect.verifySteps(["update", "web_read"]); -}); diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/legacy/helpers.js b/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/legacy/helpers.js deleted file mode 100644 index 0834a1b..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/static/tests/legacy/helpers.js +++ /dev/null @@ -1,9 +0,0 @@ -import { triggerEvent } from "@web/../tests/helpers/utils"; - -export function simulateBarCode(chars, target = document.body, selector = undefined) { - for (let char of chars) { - triggerEvent(target, selector, "keydown", { - key: char, - }); - } -} diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/tests/__init__.py b/odoo-bringout-oca-ocb-barcodes/barcodes/tests/__init__.py deleted file mode 100644 index 6188e48..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from . import test_barcode_nomenclature diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/tests/test_barcode_nomenclature.py b/odoo-bringout-oca-ocb-barcodes/barcodes/tests/test_barcode_nomenclature.py deleted file mode 100644 index 3841c99..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/tests/test_barcode_nomenclature.py +++ /dev/null @@ -1,290 +0,0 @@ -from odoo.exceptions import ValidationError -from odoo.tests import common - - -class TestBarcodeNomenclature(common.TransactionCase): - @classmethod - def setUpClass(cls): - super().setUpClass() - # Creates an empty nomenclature (rules will be added in the tests). - cls.nomenclature = cls.env['barcode.nomenclature'].create({ - 'name': 'Barcode Nomenclature Test', - }) - - def test_barcode_nomenclature_parse_barcode_ean8_01(self): - """ Parses some barcodes with a simple EAN-8 barcode rule and checks the result. - """ - self.env['barcode.rule'].create({ - 'name': 'Rule Test #1', - 'barcode_nomenclature_id': self.nomenclature.id, - 'encoding': 'ean8', - 'pattern': '........', - }) - - # Must fail because too short. - res = self.nomenclature.parse_barcode('0002') - self.assertEqual(res['code'], '0002') - self.assertEqual(res['type'], 'error', "Must fail because the barcode is too short") - self.assertEqual(res['encoding'], '') - self.assertEqual(res['base_code'], '0002') - self.assertEqual(res['value'], 0) - - # Must fail because wrong checksum (last digit). - res = self.nomenclature.parse_barcode('12345678') - self.assertEqual(res['code'], '12345678') - self.assertEqual(res['type'], 'error', "Must fail because the checksum digit is wrong") - self.assertEqual(res['encoding'], '') - self.assertEqual(res['base_code'], '12345678') - self.assertEqual(res['value'], 0) - - # Must pass (right number of digits, right checksum). - res = self.nomenclature.parse_barcode('12345670') - self.assertEqual(res['code'], '12345670') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean8') - self.assertEqual(res['base_code'], '12345670') - self.assertEqual(res['value'], 0, "No value must be located into the barcode") - - # Must pass (right number of digits, right checksum). - res = self.nomenclature.parse_barcode('02003405') - self.assertEqual(res['code'], '02003405') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean8') - self.assertEqual(res['base_code'], '02003405') - self.assertEqual(res['value'], 0, "No value must be located into the barcode") - - def test_barcode_nomenclature_parse_barcode_ean8_02_validation_error(self): - """ Try to parse a barcode with a wrong barcode rule. - """ - barcode_rule = self.env['barcode.rule'].create({ - 'name': 'Rule Test #1', - 'barcode_nomenclature_id': self.nomenclature.id, - 'encoding': 'ean8', - }) - - with self.assertRaises(ValidationError): - # Must fail because empty braces. - barcode_rule.pattern = '......{}..' - - with self.assertRaises(ValidationError): - # Must fail because decimal can't be before integer. - barcode_rule.pattern = '......{DN}' - - with self.assertRaises(ValidationError): - # Must fail because a pattern can't have multiple braces group. - barcode_rule.pattern = '....{NN}{DD}' - - with self.assertRaises(ValidationError): - # Must fail because '*' isn't accepted (should be '.*' instead). - barcode_rule.pattern = '*' - - with self.assertRaises(ValidationError): - # Must fail because '**' isn't even a valid regular expression. - barcode_rule.pattern = '**>>>{ND}' - # Allowed since it leads to a valid regular expression. - barcode_rule.pattern = '..>>>{ND}' - - def test_barcode_nomenclature_parse_barcode_ean8_03_value(self): - """ Parses some barcodes with a EAN-8 barcode rule who convert the - barcode into value and checks the result. - """ - self.env['barcode.rule'].create({ - 'name': 'Rule Test #2', - 'barcode_nomenclature_id': self.nomenclature.id, - 'encoding': 'ean8', - 'pattern': '{NNNNNNNN}', - }) - - res = self.nomenclature.parse_barcode('0002') - self.assertEqual(res['code'], '0002') - self.assertEqual(res['type'], 'error', "Must fail because the barcode is too short") - self.assertEqual(res['encoding'], '') - self.assertEqual(res['base_code'], '0002') - self.assertEqual(res['value'], 0) - - res = self.nomenclature.parse_barcode('12345678') - self.assertEqual(res['code'], '12345678') - self.assertEqual(res['type'], 'error', "Must fail because the checksum digit is wrong") - self.assertEqual(res['encoding'], '') - self.assertEqual(res['base_code'], '12345678') - self.assertEqual(res['value'], 0) - - # Must pass (right number of digits, right checksum). - res = self.nomenclature.parse_barcode('12345670') - self.assertEqual(res['code'], '12345670') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean8') - self.assertEqual(res['base_code'], '00000000', - "All the barcode should be consumed into the value") - self.assertEqual(res['value'], 12345670.0, "The barcode must be converted into value") - - # Must pass (right number of digits, right checksum). - res = self.nomenclature.parse_barcode('02003405') - self.assertEqual(res['code'], '02003405') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean8') - self.assertEqual(res['base_code'], '00000000', - "All the barcode should be consumed into the value") - self.assertEqual(res['value'], 2003405.0, "The barcode must be converted into value") - - def test_barcode_nomenclature_parse_barcode_ean8_04_multiple_rules(self): - """ Parses some barcodes with a nomenclature containing multiple EAN-8 - barcode rule and checks the right one is took depending of the pattern. - """ - self.env['barcode.rule'].create({ - 'name': 'Rule Test #1', - 'barcode_nomenclature_id': self.nomenclature.id, - 'encoding': 'ean8', - 'pattern': '11.....{N}', - }) - self.env['barcode.rule'].create({ - 'name': 'Rule Test #1', - 'barcode_nomenclature_id': self.nomenclature.id, - 'encoding': 'ean8', - 'pattern': '66{NN}....', - }) - - # Only fits the second barcode rule. - res = self.nomenclature.parse_barcode('11012344') - self.assertEqual(res['code'], '11012344') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean8') - self.assertEqual(res['base_code'], '11012340') - self.assertEqual(res['value'], 4) - - # Only fits the second barcode rule. - res = self.nomenclature.parse_barcode('66012344') - self.assertEqual(res['code'], '66012344') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean8') - self.assertEqual(res['base_code'], '66002344') - self.assertEqual(res['value'], 1) - - # Doesn't fit any barcode rule. - res = self.nomenclature.parse_barcode('16012344') - self.assertEqual(res['code'], '16012344') - self.assertEqual(res['type'], 'error') - self.assertEqual(res['encoding'], '') - self.assertEqual(res['base_code'], '16012344') - self.assertEqual(res['value'], 0) - - def test_barcode_nomenclature_parse_barcode_ean13_01(self): - """ Parses some barcodes with a EAN-13 barcode rule who contains a value - and checks the result. - """ - self.env['barcode.rule'].create({ - 'name': 'Rule Test #3', - 'barcode_nomenclature_id': self.nomenclature.id, - 'encoding': 'ean13', - 'pattern': '1........{NND}.', - }) - - # Must fail because too short. - res = self.nomenclature.parse_barcode('0002') - self.assertEqual(res['code'], '0002') - self.assertEqual(res['type'], 'error', "Must fail because the barcode is too short") - self.assertEqual(res['encoding'], '') - self.assertEqual(res['base_code'], '0002') - self.assertEqual(res['value'], 0) - - # Must fail because wrong checksum (last digit). - res = self.nomenclature.parse_barcode('12345678') - self.assertEqual(res['code'], '12345678') - self.assertEqual(res['type'], 'error', "Must fail because the checksum digit is wrong") - self.assertEqual(res['encoding'], '') - self.assertEqual(res['base_code'], '12345678') - self.assertEqual(res['value'], 0) - - # Must pass (right number of digits, right checksum). - res = self.nomenclature.parse_barcode('1020034051259') - self.assertEqual(res['code'], '1020034051259') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean13') - self.assertEqual(res['base_code'], '1020034050009') - self.assertEqual(res['value'], 12.5, "Should taken only the value part (NND)") - - def test_barcode_nomenclature_parse_barcode_ean13_02_sequence(self): - """ Parses some barcodes with a nomenclature containing two EAN-13 - barcode rule and checks the good one is took depending of its sequence. - """ - first_created_rule = self.env['barcode.rule'].create({ - 'name': 'Rule Test #1', - 'barcode_nomenclature_id': self.nomenclature.id, - 'encoding': 'ean13', - 'pattern': '.....{NNNDDDD}.', - 'sequence': 3, - }) - self.env['barcode.rule'].create({ - 'name': 'Rule Test #2', - 'barcode_nomenclature_id': self.nomenclature.id, - 'encoding': 'ean13', - 'pattern': '22......{NNDD}.', - 'sequence': 2, - }) - - # Invalids the cache to reset the nomenclature barcode rules' order. - self.nomenclature.invalidate_recordset(['rule_ids']) - - # Only fits the second barcode rule. - res = self.nomenclature.parse_barcode('2012345610255') - self.assertEqual(res['code'], '2012345610255') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean13') - self.assertEqual(res['base_code'], '2012300000008') - self.assertEqual(res['value'], 456.1025) - - # Fits the two barcode rules, but should take the second one (lower sequence). - res = self.nomenclature.parse_barcode('2212345610259') - self.assertEqual(res['code'], '2212345610259') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean13') - self.assertEqual(res['base_code'], '2212345600007') - self.assertEqual(res['value'], 10.25) - - first_created_rule.sequence = 1 - # Invalids the cache to reset the nomenclature barcode rules' order. - self.nomenclature.invalidate_recordset(['rule_ids']) - - # Should take the first one now (lower sequence). - res = self.nomenclature.parse_barcode('2212345610259') - self.assertEqual(res['code'], '2212345610259') - self.assertEqual(res['type'], 'product') - self.assertEqual(res['encoding'], 'ean13') - self.assertEqual(res['base_code'], '2212300000002') - self.assertEqual(res['value'], 456.1025) - - def test_barcode_uri_conversion(self): - """ This test ensures URIs are correctly converted into barcode data.""" - - uri = 'urn:epc:class:lgtin : 4012345.012345.998877' - barcode_data = self.nomenclature.parse_barcode(uri) - self.assertEqual(len(barcode_data), 2) - product_part, lot_part = barcode_data - self.assertEqual(product_part['type'], 'product') - self.assertEqual(product_part['value'], '04012345123456') - self.assertEqual(lot_part['type'], 'lot') - self.assertEqual(lot_part['value'], '998877') - - uri = 'urn:epc:id:sgtin:9521141.012345.4711' - barcode_data = self.nomenclature.parse_barcode(uri) - self.assertEqual(len(barcode_data), 2) - product_part, serial_part = barcode_data - self.assertEqual(product_part['type'], 'product') - self.assertEqual(product_part['value'], '09521141123454') - self.assertEqual(serial_part['type'], 'lot') - self.assertEqual(serial_part['value'], '4711') - - uri = 'urn:epc:tag:sgtin-96 : 1.358378.0728089.620776' - barcode_data = self.nomenclature.parse_barcode(uri) - self.assertEqual(len(barcode_data), 2) - product_part, serial_part = barcode_data - self.assertEqual(product_part['type'], 'product') - self.assertEqual(product_part['value'], '03583787280898') - self.assertEqual(serial_part['type'], 'lot') - self.assertEqual(serial_part['value'], '620776') - - uri = 'urn:epc:id:sscc:952656789012.03456' - barcode_data = self.nomenclature.parse_barcode(uri) - self.assertEqual(len(barcode_data), 1) - self.assertEqual(barcode_data[0]['type'], 'package') - self.assertEqual(barcode_data[0]['value'], '095265678901234568') diff --git a/odoo-bringout-oca-ocb-barcodes/barcodes/views/barcodes_view.xml b/odoo-bringout-oca-ocb-barcodes/barcodes/views/barcodes_view.xml deleted file mode 100644 index f68166f..0000000 --- a/odoo-bringout-oca-ocb-barcodes/barcodes/views/barcodes_view.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - Barcode Nomenclatures - barcode.nomenclature - -
- - - - - -
-

- Barcodes Nomenclatures define how barcodes are recognized and categorized. - When a barcode is scanned it is associated to the first rule with a matching - pattern. The pattern syntax is that of regular expression, and a barcode is matched - if the regular expression matches a prefix of the barcode. -

- Patterns can also define how numerical values, such as weight or price, can be - encoded into the barcode. They are indicated by {NNN} where the N's - define where the number's digits are encoded. Floats are also supported with the - decimals indicated with D's, such as {NNNDD}. In these cases, - the barcode field on the associated records must show these digits as - zeroes. -

-
- - - - - - - - - -
-
-
-
- - - Barcode Nomenclatures - barcode.nomenclature - - - - - - - - - Barcode Nomenclatures - barcode.nomenclature - list,kanban,form - -

- Add a new barcode nomenclature -

- A barcode nomenclature defines how the point of sale identify and interprets barcodes -

-
-
- - - Barcode Rule - barcode.rule - -
- - - - - - - - -
-
-
-
diff --git a/odoo-bringout-oca-ocb-barcodes/doc/ARCHITECTURE.md b/odoo-bringout-oca-ocb-barcodes/doc/ARCHITECTURE.md deleted file mode 100644 index b9ee180..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/ARCHITECTURE.md +++ /dev/null @@ -1,32 +0,0 @@ -# Architecture - -```mermaid -flowchart TD - U[Users] -->|HTTP| V[Views and QWeb Templates] - V --> C[Controllers] - V --> W[Wizards – Transient Models] - C --> M[Models and ORM] - W --> M - M --> R[Reports] - DX[Data XML] --> M - S[Security – ACLs and Groups] -. enforces .-> M - - subgraph Barcodes Module - barcodes - direction LR - M:::layer - W:::layer - C:::layer - V:::layer - R:::layer - S:::layer - DX:::layer - end - - classDef layer fill:#eef8ff,stroke:#6ea8fe,stroke-width:1px -``` - -Notes -- Views include tree/form/kanban templates and report templates. -- Controllers provide website/portal routes when present. -- Wizards are UI flows implemented with `models.TransientModel`. -- Data XML loads data/demo records; Security defines groups and access. diff --git a/odoo-bringout-oca-ocb-barcodes/doc/CONFIGURATION.md b/odoo-bringout-oca-ocb-barcodes/doc/CONFIGURATION.md deleted file mode 100644 index 3f35f78..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/CONFIGURATION.md +++ /dev/null @@ -1,3 +0,0 @@ -# Configuration - -Refer to Odoo settings for barcodes. Configure related models, access rights, and options as needed. diff --git a/odoo-bringout-oca-ocb-barcodes/doc/CONTROLLERS.md b/odoo-bringout-oca-ocb-barcodes/doc/CONTROLLERS.md deleted file mode 100644 index f628e77..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/CONTROLLERS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Controllers - -This module does not define custom HTTP controllers. diff --git a/odoo-bringout-oca-ocb-barcodes/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-barcodes/doc/DEPENDENCIES.md deleted file mode 100644 index 06b7009..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/DEPENDENCIES.md +++ /dev/null @@ -1,5 +0,0 @@ -# Dependencies - -This addon depends on: - -- [web](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-web) diff --git a/odoo-bringout-oca-ocb-barcodes/doc/FAQ.md b/odoo-bringout-oca-ocb-barcodes/doc/FAQ.md deleted file mode 100644 index 22af1ae..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/FAQ.md +++ /dev/null @@ -1,4 +0,0 @@ -# FAQ - -- Q: Which Odoo version? A: 16.0 (OCA/OCB packaged). -- Q: How to enable? A: Start server with --addon barcodes or install in UI. diff --git a/odoo-bringout-oca-ocb-barcodes/doc/INSTALL.md b/odoo-bringout-oca-ocb-barcodes/doc/INSTALL.md deleted file mode 100644 index a716f02..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/INSTALL.md +++ /dev/null @@ -1,7 +0,0 @@ -# Install - -```bash -pip install odoo-bringout-oca-ocb-barcodes" -# or -uv pip install odoo-bringout-oca-ocb-barcodes" -``` diff --git a/odoo-bringout-oca-ocb-barcodes/doc/MODELS.md b/odoo-bringout-oca-ocb-barcodes/doc/MODELS.md deleted file mode 100644 index 05e6a5d..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/MODELS.md +++ /dev/null @@ -1,16 +0,0 @@ -# Models - -Detected core models and extensions in barcodes. - -```mermaid -classDiagram - class barcode_nomenclature - class barcode_rule - class barcodes_barcode_events_mixin - class ir_http - class res_company -``` - -Notes -- Classes show model technical names; fields omitted for brevity. -- Items listed under _inherit are extensions of existing models. diff --git a/odoo-bringout-oca-ocb-barcodes/doc/OVERVIEW.md b/odoo-bringout-oca-ocb-barcodes/doc/OVERVIEW.md deleted file mode 100644 index ce62f60..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/OVERVIEW.md +++ /dev/null @@ -1,6 +0,0 @@ -# Overview - -Packaged Odoo addon: barcodes. Provides features documented in upstream Odoo 16 under this addon. - -- Source: OCA/OCB 16.0, addon barcodes -- License: LGPL-3 diff --git a/odoo-bringout-oca-ocb-barcodes/doc/REPORTS.md b/odoo-bringout-oca-ocb-barcodes/doc/REPORTS.md deleted file mode 100644 index e0ea35f..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/REPORTS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Reports - -This module does not define custom reports. diff --git a/odoo-bringout-oca-ocb-barcodes/doc/SECURITY.md b/odoo-bringout-oca-ocb-barcodes/doc/SECURITY.md deleted file mode 100644 index 7b2a88a..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/SECURITY.md +++ /dev/null @@ -1,34 +0,0 @@ -# Security - -Access control and security definitions in barcodes. - -## Access Control Lists (ACLs) - -Model access permissions defined in: -- **[ir.model.access.csv](../barcodes/security/ir.model.access.csv)** - - 4 model access rules - -## Record Rules - -Row-level security rules defined in: - -```mermaid -graph TB - subgraph "Security Layers" - A[Users] --> B[Groups] - B --> C[Access Control Lists] - C --> D[Models] - B --> E[Record Rules] - E --> F[Individual Records] - end -``` - -Security files overview: -- **[ir.model.access.csv](../barcodes/security/ir.model.access.csv)** - - Model access permissions (CRUD rights) - -Notes -- Access Control Lists define which groups can access which models -- Record Rules provide row-level security (filter records by user/group) -- Security groups organize users and define permission sets -- All security is enforced at the ORM level by Odoo diff --git a/odoo-bringout-oca-ocb-barcodes/doc/TROUBLESHOOTING.md b/odoo-bringout-oca-ocb-barcodes/doc/TROUBLESHOOTING.md deleted file mode 100644 index 56853cb..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/TROUBLESHOOTING.md +++ /dev/null @@ -1,5 +0,0 @@ -# Troubleshooting - -- Ensure Python and Odoo environment matches repo guidance. -- Check database connectivity and logs if startup fails. -- Validate that dependent addons listed in DEPENDENCIES.md are installed. diff --git a/odoo-bringout-oca-ocb-barcodes/doc/USAGE.md b/odoo-bringout-oca-ocb-barcodes/doc/USAGE.md deleted file mode 100644 index d14a9b1..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/USAGE.md +++ /dev/null @@ -1,7 +0,0 @@ -# Usage - -Start Odoo including this addon (from repo root): - -```bash -python3 scripts/odoo_web_server.py --db-name mydb --addon barcodes -``` diff --git a/odoo-bringout-oca-ocb-barcodes/doc/WIZARDS.md b/odoo-bringout-oca-ocb-barcodes/doc/WIZARDS.md deleted file mode 100644 index 48e790d..0000000 --- a/odoo-bringout-oca-ocb-barcodes/doc/WIZARDS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Wizards - -This module does not include UI wizards. diff --git a/odoo-bringout-oca-ocb-barcodes/pyproject.toml b/odoo-bringout-oca-ocb-barcodes/pyproject.toml deleted file mode 100644 index bf84d6f..0000000 --- a/odoo-bringout-oca-ocb-barcodes/pyproject.toml +++ /dev/null @@ -1,44 +0,0 @@ -[project] -name = "odoo-bringout-oca-ocb-barcodes" -version = "16.0.0" -description = "Barcode - - Scan and Parse Barcodes - " -authors = [ - { name = "Ernad Husremovic", email = "hernad@bring.out.ba" } -] -dependencies = [ - "odoo-bringout-oca-ocb-web>=19.0.0", - "requests>=2.25.1" -] -readme = "README.md" -requires-python = ">= 3.11" -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Topic :: Office/Business", -] - -[project.urls] -homepage = "https://github.com/bringout/0" -repository = "https://github.com/bringout/0" - -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" - -[tool.hatch.metadata] -allow-direct-references = true - -[tool.hatch.build.targets.wheel] -packages = ["barcodes"] - -[tool.rye] -managed = true -dev-dependencies = [ - "pytest>=8.4.1", -] diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/README.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/README.md deleted file mode 100644 index 716f5c4..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Barcode - GS1 Nomenclature - -Odoo addon: barcodes_gs1_nomenclature - -## Installation - -```bash -pip install odoo-bringout-oca-ocb-barcodes_gs1_nomenclature -``` - -## Dependencies - -- barcodes -- uom - -## Source - -- Repository: https://github.com/OCA/OCB -- Branch: 19.0 -- Path: addons/barcodes_gs1_nomenclature - -## License - -This package preserves the original LGPL-3 license. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/__init__.py b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/__init__.py deleted file mode 100644 index 0650744..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from . import models diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/__manifest__.py b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/__manifest__.py deleted file mode 100644 index e64bb1e..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/__manifest__.py +++ /dev/null @@ -1,25 +0,0 @@ -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -{ - 'name': 'Barcode - GS1 Nomenclature', - 'version': '1.0', - 'category': 'Supply Chain/Inventory', - 'summary': 'Parse barcodes according to the GS1-128 specifications', - 'depends': ['barcodes', 'uom'], - 'data': [ - 'data/barcodes_gs1_rules.xml', - 'views/barcodes_view.xml', - ], - 'installable': True, - 'assets': { - 'web.assets_backend': [ - 'barcodes_gs1_nomenclature/static/src/js/barcode_parser.js', - 'barcodes_gs1_nomenclature/static/src/js/barcode_service.js', - ], - 'web.assets_unit_tests': [ - 'barcodes_gs1_nomenclature/static/src/js/tests/**/*', - ], - }, - 'author': 'Odoo S.A.', - 'license': 'LGPL-3', -} diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/data/barcodes_gs1_rules.xml b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/data/barcodes_gs1_rules.xml deleted file mode 100644 index 028069a..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/data/barcodes_gs1_rules.xml +++ /dev/null @@ -1,338 +0,0 @@ - - - - - Default GS1 Nomenclature - true - - - - - Serial Shipping Container Code - - 100 - gs1-128 - (00)(\d{18}) - package - identifier - - - - Global Trade Item Number (GTIN) - - 101 - gs1-128 - (01)(\d{14}) - product - identifier - - - - GTIN of contained trade items - - 102 - gs1-128 - (02)(\d{14}) - product - identifier - - - - Ship to / Deliver to Global Location Number (GLN) - - 110 - gs1-128 - (410)(\d{13}) - location_dest - identifier - - - - Ship for / Deliver for - Forward to Global Location Number (GLN) - - 113 - gs1-128 - (413)(\d{13}) - location_dest - identifier - - - - Identification of a physical location - Global Location Number (GLN) - - 114 - gs1-128 - (414)(\d{13}) - location - identifier - - - - - Batch or lot number - - 125 - gs1-128 - (10)([!"%-/0-9:-?A-Z_a-z]{0,20}) - lot - alpha - - - - Serial number - - 126 - gs1-128 - (21)([!"%-/0-9:-?A-Z_a-z]{0,20}) - lot - alpha - - - - - Pack date (YYMMDD) - - 137 - gs1-128 - (13)(\d{6}) - pack_date - date - - - - Best before date (YYMMDD) - - 138 - gs1-128 - (15)(\d{6}) - use_date - date - - - - Expiration date (YYMMDD) - - 139 - gs1-128 - (17)(\d{6}) - expiration_date - date - - - - - Variable count of items (variable measure trade item) - - 300 - gs1-128 - (30)(\d{0,8}) - - quantity - measure - False - - - - Count of trade items or trade item pieces contained in a logistic unit - - 305 - gs1-128 - (37)(\d{0,8}) - - quantity - measure - False - - - - Net weight, kilograms (variable measure trade item) - - 310 - gs1-128 - (310[0-5])(\d{6}) - - quantity - measure - True - - - - Length or first dimension, metres (variable measure trade item) - - 311 - gs1-128 - (311[0-5])(\d{6}) - - quantity - measure - True - - - - Area, square meters (variable measure trade item) - - 314 - gs1-128 - (314[0-5])(\d{6}) - - quantity - measure - True - - - - Net volume, litres (variable measure trade item) - - 315 - gs1-128 - (315[0-5])(\d{6}) - - quantity - measure - True - - - - Net volume, cubic metres (variable measure trade item) - - 316 - gs1-128 - (316[0-5])(\d{6}) - - quantity - measure - True - - - - Net weight, pounds (variable measure trade item) - - 320 - gs1-128 - (320[0-5])(\d{6}) - - quantity - measure - True - - - - Length or first dimension, inches (variable measure trade item) - - 321 - gs1-128 - (321[0-5])(\d{6}) - - quantity - measure - True - - - - Length or first dimension, feet (variable measure trade item) - - 322 - gs1-128 - (322[0-5])(\d{6}) - - quantity - measure - True - - - - Length or first dimension, yards (variable measure trade item) - - 323 - gs1-128 - (322[0-5])(\d{6}) - - quantity - measure - True - - - - Area, square feet (variable measure trade item) - - 351 - gs1-128 - (351[0-5])(\d{6}) - - quantity - measure - True - - - - Net weight (or volume), ounces (variable measure trade item) - - 357 - gs1-128 - (357[0-5])(\d{6}) - - quantity - measure - True - - - - Net volume, quarts (variable measure trade item) - - 360 - gs1-128 - (360[0-5])(\d{6}) - - quantity - measure - True - - - - Net volume, gallons U.S. (variable measure trade item) - - 361 - gs1-128 - (361[0-5])(\d{6}) - - quantity - measure - True - - - - Net volume, cubic inches (variable measure trade item) - - 364 - gs1-128 - (364[0-5])(\d{6}) - - quantity - measure - True - - - - Net volume, cubic feet (variable measure trade item) - - 365 - gs1-128 - (365[0-5])(\d{6}) - - quantity - measure - True - - - - - Package type - - 500 - gs1-128 - (91)([!"%-/0-9:-?A-Z_a-z]{0,90}) - package_type - alpha - - - diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ar.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ar.po deleted file mode 100644 index ad279da..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ar.po +++ /dev/null @@ -1,288 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# "Dylan Kiss (dyki)" , 2025. -# "Malaz Siddig Elsayed Abuidris (msea)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-29 09:27+0000\n" -"Last-Translator: \"Malaz Siddig Elsayed Abuidris (msea)\" \n" -"Language-Team: Arabic \n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"تمت مطابقة نمط تسمية الباركود GS1. ومع ذلك، فشل تحويل الباركود إلى تاريخ " -"صالح: '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "اسم يحتوي على أحرف وأرقام" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"حد التعبير النمطي البديل لـ FNC1. يجب ألا يطابق الفاصل بداية/نهاية نمط أي " -"قواعد ذات صلة." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "وحدة القياس المرتبطة" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "تسمية الباركود" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "قاعدة الباركود" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "مثالي قبل تاريخ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "التاريخ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "عشري" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "موقع الوجهة" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "اسم العرض" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "التشفير" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "تاريخ الانتهاء" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "فاصل FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "نوع محتوى GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "مسار HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "المُعرف" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"إذا كانت القيمة صحيحة، استخدم الرقم الأخير من الذكاء الاصطناعي لتحديد مكان " -"وضع الفاصلة الأولى" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "الباركود غير صالح: لا يمكن صياغته كتاريخ" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "الباركود غير صالح: رقم التحقق غير صحيح" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "تسمية GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "الموقع" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "المجموعة" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "المقياس" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "المعرف الرقمي" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "تاريخ التعبئة" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "الطرد" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "نوع الطرد" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "الكمية" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "بديل فاصل FNC1 ليس تعبيراً نمطياً صالحاً: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"يحدد نوع محتوى GS1 نوع البيانات التي سوف تقوم القاعدة بمعالجة البيانات " -"الباركود على هيئتها: * التاريخ: سوف يتم تحويل الباركود بتوقيت وتاريخ " -"أودو؛ * القياس: قيمة الباركود مرتبطة بوحدة قياس محددة؛ * " -"المعرف الرقمي: باركود ذو طول ثابت يتبع ترميزاً محدداً; *اسم يحتوي على " -"أحرف وأرقام: باركود ذو أطوال متفاوتة." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"نمط القاعدة \"%s\" غير صالح، يحتاج إلى مجموعتين:\n" -"\t- الأولى لمعرّف التطبيق (عادة ما يكون من رقمين 2 أو 4)؛\n" -"\t- والثانية لرصد القيمة." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "نمط القاعدة '%(rule)s' ليس تعبيراً نمطياً صالحاً: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"هناك خطأ ما في نمط قاعدة الباركود \"%s\".\n" -"إذا كانت هذه القائمة تستخدم الفواصل العشرية، تحقق من أن الخانة الأخيرة تتكون " -"من رقم وليس أي شيء آخر لمعرّف التطبيق.\n" -"تأكد أيضاً من كون القيم المتطابقة المحتملة أرقاماً فقط، وإلا فلن تتم صياغة " -"القيمة كوحدة قياس." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"تستخدم هذه التسمية مواصفات GS1. وحدها قواعد ترميز GS1-128 المقبولة في هذا " -"النوع من التسمية." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "لا يمكن تحليل الباركود من قِبَل أي قواعد باركود." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "لا يمكن تحليل هذا الباركود جزئياً أو كلياً." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "ستُطبق هذه القاعدة فقط إذا كان الباركود مُشفرًا بطريقة التشفير المحددة" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "النوع" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "تمت مطابقة نمط تسمية الباركود GS1. ومع ذلك، فشل تحويل الباركود إلى تاريخ " -#~ "صالح: ’%(error_message)‘" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/az.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/az.po deleted file mode 100644 index c198419..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/az.po +++ /dev/null @@ -1,259 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:22+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Azerbaijani \n" -"Language: az\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Barkod Nomenklaturası" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Barkod Qaydası" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Tarix" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Onluq" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Təyinat Məkanı" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Göstəriləcək Ad" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodlaşdırma" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Son İstifadə Tarixi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Marşrutizasiyası" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Məkan" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Partiya" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Bağlama" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Miqdar" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Bu qayda yalnız bar- kod təyin edilmiş kodlaşdırma ilə kodlaşdırıldığı " -"halda, tətbiq olunacaq" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tip" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/barcodes_gs1_nomenclature.pot b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/barcodes_gs1_nomenclature.pot deleted file mode 100644 index d600bf8..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/barcodes_gs1_nomenclature.pot +++ /dev/null @@ -1,251 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-01-25 18:36+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific" -" encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/bg.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/bg.po deleted file mode 100644 index fbb1392..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/bg.po +++ /dev/null @@ -1,259 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:22+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Bulgarian \n" -"Language: bg\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Баркодова номенклатура" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Правило за баркод" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Най-добър до" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Дата" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Локация на местонахождение" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Име за показване" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Кодиране" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Дата на изтичане срока на годност" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Маршрутизиране" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Локация" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Партида" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Измервайте" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Пакет" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Вид пакет" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Количество" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Това правило ще се приложи, само ако баркодът е кодиран със специфична " -"кодировка" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Вид" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/bs.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/bs.po deleted file mode 100644 index 94a77c9..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/bs.po +++ /dev/null @@ -1,259 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Odoo Translation Bot , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:32+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Bosnian \n" -"Language: bs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenklatura bakodova" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Prikazani naziv" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Lokacija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paket" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tip paketa" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Količina" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tip" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ca.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ca.po deleted file mode 100644 index 856083b..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ca.po +++ /dev/null @@ -1,286 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -# "Noemi Pla Garcia (nopl)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-17 10:57+0000\n" -"Last-Translator: \"Noemi Pla Garcia (nopl)\" \n" -"Language-Team: Catalan \n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Nom alfanumèric" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Delimitador d'expressió regular alternatiu per al FNC1. El separador no ha " -"de coincidir amb l'inici/final de cap patró de regles relacionat." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Uom associada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenclatura del codi de barres" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Regla del codi de barres" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Data de consum preferent" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Data" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Ubicació destí" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nom mostrat" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificació" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Data de venciment" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separador FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Tipus de contingut GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Enrutament HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Si és cert, utilitzeu l'últim dígit de la IA per a determinar on és el " -"primer decimal" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Codi de barres no vàlid: no es pot formatar com a data" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Codi de barres no vàlid: el dígit de comprovació és incorrecte" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "És la nomenclatura GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Ubicació" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mida" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identificador numèric" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Data del paquet" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paquet" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tipus de paquet" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Quantitat" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "El separador alternatiu FNC1 no és un Regex vàlid: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"El patró de la regla \"%s\"no és vàlid, necessita dos grups:\n" -"\t- Un primer per a l'identificador de l'aplicació (normalment de 2 a 4 " -"dígits);\n" -"\t- Una segona per a captar el valor." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "El patró de la regla '%(rule)s' no és un Regex vàlid: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Hi ha alguna cosa que no funciona amb la regla de codi de barres \"%s\" " -"patró.\n" -"Si aquesta regla utilitza decimal, comprova que no pot obtenir un altre " -"temps que un dígit com a últim char per a l'identificador d'aplicació.\n" -"Comprova també els possibles valors coincidents només poden ser dígits, en " -"cas contrari el valor no es pot fer com a mesura." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Aquesta nomenclatura utilitza l'especificació GS1, només s'accepten les " -"regles de codificació GS1-128 és aquest tipus de nomenclatura." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Aquest codi de barres no es pot analitzar per cap regla de codi de barres." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Aquest codi de barres no es pot analitzar parcialment o completament." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Aquesta regla només s'aplicarà si el codi de barres està codificat amb la " -"codificació especificada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tipus" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "S'ha trobat una coincidència amb un patró de nomenclatura de codi de " -#~ "barres GS1. No obstant això, no s'ha pogut convertir el codi de barres en " -#~ "una data vàlida: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/cs.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/cs.po deleted file mode 100644 index 0f36e43..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/cs.po +++ /dev/null @@ -1,260 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-09-17 17:27+0000\n" -"Last-Translator: \"Tiffany Chang (tic)\" \n" -"Language-Team: Czech \n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenklatura čárového kódu" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Pravidlo čárového kódu" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Minimální trvanlivost" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Desetinný" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Cílové umístění" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Zobrazovací název" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kódování" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Datum platnosti" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Typ obsahu GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Místo" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Dávka" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Opatření" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Číselný identifikátor" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Datum balení" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Balení" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Typ balení" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Množství" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Tento čárový kód nelze analyzovat pomocí žádných pravidel pro čárové kódy." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Tento čárový kód nelze částečně nebo úplně analyzovat." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Toto pravidlo platí pouze v případě, že je čárový kód kódován zadaným " -"kódováním" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Typ" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/da.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/da.po deleted file mode 100644 index 29ff942..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/da.po +++ /dev/null @@ -1,290 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# "Kira Petersen François (peti)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:22+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Danish \n" -"Language: da\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Alfanumerisk navn" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Alternativ afgrænser til regulære udtryk for FNC1. Afgrænseren må ikke " -"matche starten eller slutningen af det tilknyttede regelmønster." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Tilknyttet måleenhed" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Stregkodenomenklatur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Stregkoderegler" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Bedst før (dato)" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Dato" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Destinationens placering" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Vis navn" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodning" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Udløbsdato" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1-afgrænser" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1-indholdstype" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Hvis Sandt, bruges det sidste ciffer i KI til at bestemme, hvor den første " -"decimal er" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Ugyldig stregkode: kan ikke formateres som dato" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Ugyldig stregkode: Kontroltallet er forkert" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Er GS1-nomenklatur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Adresse" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Parti" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mål" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Numerisk identifikator" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Dato for emballering" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Pakke" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Pakketype" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Mængde" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"FNC1-afgrænseralternativet er ikke et gyldigt regulært udtryk: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1-indholdstypen angiver, hvilken type data reglen behandler i " -"stregkoden: * Dato: Stregkoden konverteres til et Odoo-" -"tidspunkt; * Mål: Stregkodens værdi er knyttet til en specifik " -"enhed; * Numerisk identifikator: stregkode med fast længde, der " -"følger en specifik kodningsstandard; * Alfanumerisk navn: stregkode " -"med variabel længde." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Mønsterreglen \"%s\" er ikke gyldig. Den skal indeholde to grupper:\n" -"\t- En første gruppe til applikationsidentifikatoren (typisk 2 til 4 " -"cifre);\n" -"\t- En anden gruppe til at indfange værdien." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" -"Regelmønsteret '%(rule)s' er ikke et gyldigt regulært udtryk: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Der er en fejl i stregkoderegelmønsteret \"%s\".\n" -"Hvis reglen anvender decimaltal, skal applikationsidentifikatoren bestå " -"udelukkende af cifre.\n" -"Sørg også for, at de mulige matchende værdier udelukkende indeholder cifre – " -"ellers kan værdien ikke bruges som en identifikator." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Nomenklaturen er baseret på GS1-specifikationen og understøttes kun af " -"GS1-128-kodningsregler." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Stregkoden matcher ingen af de gældende stregkoderegler." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Stregkoden kan ikke aflæses, hverken delvist eller fuldt." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Denne regel gælder kun, hvis stregkoden er kodet med den angivne kodning" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Type" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Et GS1-stregkodemønster blev genkendt, men stregkoden kunne ikke omsættes " -#~ "til en gyldig dato: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/de.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/de.po deleted file mode 100644 index aa2f99d..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/de.po +++ /dev/null @@ -1,289 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# "Larissa Manderfeld (lman)" , 2025, 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-02-13 09:20+0000\n" -"Last-Translator: \"Larissa Manderfeld (lman)\" \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Ein GS1-Barcode-Nomenklaturmuster wurde gefunden. Der Barcode konnte jedoch " -"nicht in ein gültiges Datum umgewandelt werden: „%(error_message)s “." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Alphanumerischer Name" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Alternatives Regex-Trennzeichen für FNC1. Das Trennzeichen darf nicht mit " -"dem Anfang/Ende eines verwandten Regelmusters übereinstimmen." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Zugehörige Maßeinheit" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Barcode-Nomenklatur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Barcoderegel" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Mindesthaltbarkeitsdatum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Dezimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Ziellagerort" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Anzeigename" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codierung" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Ablaufdatum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1-Trennzeichen" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1-Inhaltstyp" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-Routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Wenn Wahr, wird die letzte Ziffer von KI verwendet, um zu bestimmen, wo die " -"erste Dezimalstelle ist" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Ungültiger Barcode: Kann nicht als Datum formatiert werden" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Ungültiger Barcode: die Prüfziffer ist falsch" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Ist GS1-Nomenklatur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Lagerort" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Los" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Kennzahl" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Numerische Kennung" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Verpackungsdatum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paketreferenz" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Pakettyp" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Menge" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"Die FNC1-Trennzeichenalternative ist kein regulärer Ausdruck: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Der GS1-Inhaltstyp legt fest, als welche Art von Daten die Regel den Barcode " -"verarbeiten wird: * Datum: Der Barcode wird in eine Odoo-Datumszeit " -"umgewandelt; * Kennzahl: Der Wert des Barcodes bezieht sich auf eine " -"bestimmte Einheit; * Numerische Kennung: Barcode mit fester Länge, der einer " -"bestimmten Codierung folgt; * Alphanumerischer Name: Barcode mit variabler " -"Länge." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Das Regelmuster „%s“ ist nicht gültig, es braucht zwei Gruppen:\n" -"\t- Eine erste für die Anwendungskennung (in der Regel 2- bis 4-stellig);\n" -"\t- Eine zweite, um den Wert zu erfassen." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Das Regelmuster „%(rule)s“ ist kein gültiger Regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Mit der Barcode-Regel „%s“ ist etwas nicht in Ordnung.\n" -"Wenn diese Regel Dezimalzahlen verwendet, stellen Sie sicher, dass nur " -"Ziffern für den Application Identifier enthalten sind.\n" -"Stellen Sie sicher, dass mögliche übereinstimmende Werte nur Ziffern " -"enthalten, da der Wert sonst nicht als Kennzahl zugeordnet werden kann." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Diese Nomenklatur verwendet die GS1-Spezifikation, nur die GS1-128-" -"Kodierungsregeln werden für diese Art von Nomenklatur akzeptiert." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Dieser Barcode kann von keiner Barcode-Regel geparst werden." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Dieser Barcode kann weder ganz noch teilweise geparst werden." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Diese Regel greift nur, wenn der Barcode in angegebener Codierung vorliegt." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Typ" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Es wurde ein GS1-Barcode-Nomenklaturmuster gefunden. Der Barcode konnte " -#~ "jedoch nicht in ein gültiges Datum konvertiert werden: ‚%(error_message)‘." diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/el.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/el.po deleted file mode 100644 index b82ce9f..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/el.po +++ /dev/null @@ -1,261 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# Panagiotis karampaglis , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:22+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Greek \n" -"Language: el\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Ονοματολογίες Barcode" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Κανόνας Barcode" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Ανάλωση κατά προτίμηση πριν την ημερομηνία" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Ημερομηνία" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Τοποθεσία Προορισμού" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Εμφάνιση Ονόματος" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Κωδικοποίηση" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Ημερ. Λήξης" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "Κωδικός" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Τοποθεσία" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Παρτίδα" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Μέτρηση" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Ημερομηνία Συσκευασίας" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Πακέτο" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Τύπος Συσκευασίας" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Ποσότητα" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Αυτός ο κανόνας θα ισχύει μόνο εάν το barcode είναι κωδικοποιημένο με την " -"καθορισμένη κωδικοποίηση" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Τύπος" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/es.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/es.po deleted file mode 100644 index c6a1b88..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/es.po +++ /dev/null @@ -1,300 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# "Dylan Kiss (dyki)" , 2025. -# "Noemi Pla Garcia (nopl)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-31 10:16+0000\n" -"Last-Translator: \"Noemi Pla Garcia (nopl)\" \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Se ha encontrado una coincidencia con el patrón de nomenclatura de códigos " -"de barras GS1. Sin embargo, el código de barras no se ha podido convertir a " -"una fecha válida: «%(error_message)s »" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Nombre alfanumérico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Delimitador automático regex para el FNC1. El separador no debe tener el " -"mismo inicio o fin de cualquier patrón de reglas relacionado." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "UdM asociada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenclatura de código de barras" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Regla de código de barras" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Fecha de consumo preferente" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Fecha" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Ubicación de destino" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nombre para mostrar" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificación" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Fecha de expiración" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separador FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Tipo de contenido GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Enrutamiento HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Si es \"true\", use el último dígito de IA para determinar dónde está el " -"primer decimal" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Código de barras no válido: no se puede formatear como fecha" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Código de barras no válido: revise si el dígito es correcto" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Es nomenclatura GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Ubicación" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lote" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Medida" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identificador numérico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Fecha de empaquetado" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paquete" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tipo de paquete" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Cantidad" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"La alternativa de separador FNC1 no es una expresión regular válida: %" -"(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"El tipo de contenido GS1 define como qué tipo de reglas de datos se " -"procesará el código de barras: * Fecha: El código de barras se " -"convertirá en una fecha y hora de Odoo; * Medida: el valor del código " -"de barras está relacionado a una unidad específica; * Identificador " -"numérico: código de barras de un largo fijo que sigue una codificación " -"específica; * Nombre alfanumérico: código de barras de tamaño " -"variable." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"El patrón de regla \"%s\" no es válido, necesita dos grupos:\n" -"\t- Un primer grupo para el identificador de aplicación (usualmente de 2 a 4 " -"dígitos);\n" -"\t- Un segundo grupo para capturar el valor." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" -"El patrón de regla \"%(rule)s\" no es una expresión regular válida: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Ocurre un error con el patrón de la regla \"%s\" del código de barras.\n" -"Si esta regla usa un decimal, verifique si no puede obtener algo más aparte " -"de un dígito como último carácter para el identificador de aplicación.\n" -"Compruebe también si los valores emparejados posibles solo pueden ser " -"dígitos, de lo contrario no puede usar el valor como medida." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Esta nomenclatura usa la especificación GS1, solo las reglas de codificación " -"GS1-128 se aceptan en este tipo de nomenclatura." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Este código de barras no se puede analizar por ninguna regla de código de " -"barras." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" -"Este código de barras no se puede analizar parcialmente ni completamente." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Esta regla solo aplicará si el código de barras está codificado con la " -"codificación especificada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tipo" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Encontramos un patrón de nomenclatura de código de barras GS1, pero no " -#~ "fue posible convertir el código de barras a una fecha válida: %" -#~ "(error_message)" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/es_419.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/es_419.po deleted file mode 100644 index 4c9742b..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/es_419.po +++ /dev/null @@ -1,298 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# "Fernanda Alvarez (mfar)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-02 14:57+0000\n" -"Last-Translator: \"Fernanda Alvarez (mfar)\" \n" -"Language-Team: Spanish (Latin America) \n" -"Language: es_419\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Encontramos un patrón de nomenclatura de códigos de barras GS1 coincidente, " -"pero no pudimos convertir el código de barras a una fecha válida: \"%" -"(error_message)s \"." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Nombre alfanumérico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Delimitador alternativo en la expresión regular para el FNC1. El separador " -"no debe coincidir con el inicio o final del patrón de ninguna de las reglas " -"relacionadas." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "UdM asociada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenclatura del código de barras" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Regla del código de barras" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Fecha de consumo preferente" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Fecha" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Ubicación de destino" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nombre en pantalla" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificación" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Fecha de caducidad" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separador FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Tipo de contenido GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Enrutamiento HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Si es \"true\", use el último dígito de AI para determinar dónde está el " -"primer decimal" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Código de barras no válido: no se puede dar el formato de fecha" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Código de barras no válido: revise si el dígito es correcto" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Es nomenclatura GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Ubicación" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lote" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Medida" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identificador numérico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Fecha de empaquetado" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paquete" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tipo de paquete" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Cantidad" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"La alternativa de separador FNC1 no es una expresión regular válida: %" -"(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"El tipo de contenido GS1 define el tipo de datos que procesará la regla para " -"el código de barras: * Fecha: El código de barras se convertirá en " -"una fecha y hora en Odoo. * Medida: El valor del código de barras " -"está relacionado con una unidad específica. * Identificador numérico: " -"El código de barras tiene una longitud fija que sigue una codificación " -"específica. * Nombre alfanumérico: El código de barras tiene una " -"longitud variable." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"El patrón de regla \"%s\" no es válido, necesita dos grupos:\n" -"\t- El primero para el identificador de aplicación (usualmente de 2 a 4 " -"dígitos);\n" -"\t- El segundo para capturar el valor." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" -"El patrón de regla \"%(rule)s\" no es una expresión regular válida: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Hay un problema con el patrón de la regla \"%s\" del código de barras.\n" -"Si esta regla usa decimales, revisa que el identificador de aplicación no " -"termine con algo distinto a un dígito.\n" -"También asegúrate de que los valores posibles que puede reconocer sean solo " -"números o no se podrá interpretar como una medida." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Esta nomenclatura usa la especificación GS1 y solo acepta las reglas de " -"codificación GS1-128." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Ninguna regla de código de barras puede analizar este código." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" -"Este código de barras no se puede analizar de forma parcial ni completa." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Esta regla solo aplicará si el código de barras tiene la codificación " -"especificada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tipo" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Encontramos un patrón de nomenclatura de código de barras GS1, pero no " -#~ "fue posible convertir el código de barras a una fecha válida: %" -#~ "(error_message)" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/et.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/et.po deleted file mode 100644 index 0d85c4d..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/et.po +++ /dev/null @@ -1,287 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Kristina Pešehodko , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-10-24 11:41+0000\n" -"Last-Translator: Kristina Pešehodko \n" -"Language-Team: Estonian \n" -"Language: et\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Tähe-numbriline nimi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Alternatiivne regulaarse väljendi eraldaja FNC1 jaoks. Eraldaja ei tohi " -"sobida seotud reeglite mustri alguse/lõpuga." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Seotud mõõtühik" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Triipkoodi nomenklatuur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Triipkoodi reegel" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Parim enne kuupäev" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Kuupäev" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Kümnend" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Sihtkoha asukoht" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Kuvatav nimi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodeerimine" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Aegumiskuupäev" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1 eraldaja" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1 sisu tüüp" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Kui tõene, siis kasuta AI viimast numbrit, et määrata, kus asub esimene " -"kümnendkoht" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Vigane triipkood: ei saa vormindada kuupäevaks" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Vigane triipkood: kontrollnumber on vale" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "On GS1 nomenklatuur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Asukoht" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Partii" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mõõtma" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Numbriline identifikaator" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Paki kuupäev" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Pakend" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Pakenditüüp" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Kogus" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1 eraldaja alternatiiv ei ole kehtiv Regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1 sisu tüüp määratleb, millist tüüpi andmeid reegel triipkoodi puhul " -"töötleb: * Kuupäev: triipkood konverteeritakse Odoo datetime-" -"ks; * Mõõt: triipkoodi väärtus on seotud konkreetse " -"mõõtühikuga; * Numbriline identifikaator: kindla pikkusega triipkood, " -"mis järgib teatud kodeeringut; * Tähe-numbriline nimi: muutuva " -"pikkusega triipkood." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Reegli muster\"%s\" ei ole kehtiv, see vajab kahte gruppi:\n" -"\t- Esimene rakenduse tuvastaja (Application Identifier), mis koosneb " -"tavaliselt 2 kuni 4 numbrist;\n" -"\t- Teine grupp väärtuse püüdmiseks." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Reegli muster '%(rule)s' ei ole kehtiv Regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Triipkoodi reeglis \"%s\" on midagi valesti.\n" -"Kui see reegel kasutab kümnendkohta, kontrolli, et rakenduse tuvastaja " -"viimane märk ei oleks midagi muud kui number.\n" -"Kontrolli ka, et võimalikud sobivad väärtused oleksid ainult numbrid, muidu " -"ei saa väärtust mõõtmiseks ümber teisendada." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"See nomenklatuur kasutab GS1 spetsifikatsiooni; ainult GS1-128 kodeerimise " -"reeglid on sellist tüüpi nomenklatuuri jaoks aktsepteeritud." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Seda triipkoodi ei saa ühegi triipkoodi reegli abil tõlgendada." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Seda triipkoodi ei saa osaliselt või täielikult tõlgendada." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"See reegel kehtib ainult juhul, kui triipkood on kodeeritud määratud " -"kodeeringuga" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tüüp" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "GS1 triipkoodi nomenklatuuri mustrile leiti vaste. Kuid vöötkoodi " -#~ "teisendamine kehtivaks kuupäevaks ebaõnnestus: %(error_message)" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fa.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fa.po deleted file mode 100644 index 7ade36d..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fa.po +++ /dev/null @@ -1,273 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:22+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Persian \n" -"Language: fa\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "نام الفا عددی" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"جداکننده regex جایگزین برای FNC1. جداکننده نباید با شروع/پایان هیچ الگوی " -"قوانین مرتبط مطابقت داشته باشد." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Uom مرتبط" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "نام‌گذاری بارکد" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "قانون بارکد" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "بهترین تاریخ مصرف" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "تاریخ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "عددی" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "مکان مقصد" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "نام نمایشی" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "رمزگذاری" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "تاریخ انقضا" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "جداکننده FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "نوع محتوای GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "مسیریابی HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "شناسه" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"اگر درست باشد، از آخرین رقم AI برای تعیین محل اولین عدد اعشاری استفاده کنید." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "بارکد نامعتبر است: نمی‌تواند به‌عنوان تاریخ قالب‌بندی شود." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "بارکد نامعتبر: رقم بررسی نادرست است" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "نام‌گذاری GS1 است" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "مکان" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "سری ساخت" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "ندازه" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "شناسه عددی" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "تاریخ بسته بندی" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "بسته" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "نوع بسته‌بندی" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "تعداد" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"الگوی قاعده \"%s\" نامعتبر است و به دو گروه نیاز دارد:\n" -"\n" -"\tگروه اول برای شناسه برنامه (معمولاً 2 تا 4 رقم)؛\n" -"\tگروه دوم برای دریافت مقدار." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"مشکلی در الگوی قانون بارکد \"%s\" وجود دارد.\n" -"اگر این قانون از اعداد اعشاری استفاده می‌کند، بررسی کنید که نمی‌تواند غیر از " -"یک رقم به عنوان آخرین کاراکتر برای شناسه برنامه دریافت کند.\n" -"همچنین بررسی کنید که مقادیر مطابقت یافته تنها می‌توانند ارقام باشند، در غیر " -"این صورت مقدار نمی‌تواند به عنوان یک اندازه تبدیل شود." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"این نامگذاری از مشخصات GS1 استفاده می کند، تنها قوانین رمزگذاری GS1-128 " -"پذیرفته شده است که این نوع نامگذاری است." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "این بارکد با هیچ قانون بارکد قابل تجزیه نیست." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "این بارکد را نمی توان به طور جزئی یا کامل تجزیه کرد." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"این قاعده فقط در صورتی اعمال خواهد شد که بارکد با کدگذاری مشخص شده رمزگذاری " -"شده باشد." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "نوع" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fi.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fi.po deleted file mode 100644 index e4a38e7..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fi.po +++ /dev/null @@ -1,290 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -# Saara Hakanen , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-03 17:14+0000\n" -"Last-Translator: Saara Hakanen \n" -"Language-Team: Finnish \n" -"Language: fi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"GS1-viivakoodin nimikkeistökuvio täsmää. Viivakoodia ei kuitenkaan " -"onnistuttu muuntaa kelvolliseksi päivämääräksi: '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Aakkosnumeerinen nimi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Vaihtoehtoinen regex-erotin FNC1:lle. Erotin ei saa vastata minkään asiaan " -"liittyvän sääntökuvion alkua/loppua." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Liittyvä mittayksikkö" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Viivakoodi nimikkeistö" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Viivakoodisääntö" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Parasta ennen päiväys" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Päivämäärä" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Desimaali" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Kohdesijainti" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Näyttönimi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Koodaus" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Viim. voimassaolopäivä" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1-erotin" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1-sisältötyyppi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-reititys" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "Tunnus" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Jos tosi, käytetään AI:n viimeistä numeroa ensimmäisen desimaalin paikan " -"määrittämiseen" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Virheellinen viivakoodi: ei voida muotoilla päivämääräksi" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Virheellinen viivakoodi: tarkistusnumero on virheellinen" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "On GS1-nimikkeistö" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Sijainti" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Erä" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mittamääre" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Numeerinen tunniste" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Pakkauspäivä" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paketti" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Pakkauksen tyyppi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Määrä" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1-erottimen vaihtoehto ei ole kelvollinen regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1-sisältötyyppi määrittelee, millaista dataa sääntö käsittelee " -"viivakoodina: * Päivämäärä: viivakoodi muunnetaan Odoon päivämäärä- " -"ja aikamuotoon; * Mittaus: viivakoodin arvo liittyy tiettyyn " -"yksikköön; * Numeerinen tunniste: viivakoodin kiinteä pituus, joka " -"seuraa tietynlaista koodausta; * Alfanumeerinen nimi: viivakoodi, " -"jonka pituus vaihtelee." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Sääntökaava \"%s\" ei ole kelvollinen, se tarvitsee kaksi ryhmää:\n" -"\t- Ensimmäinen on sovellustunniste (yleensä 2-4 numeroa);\n" -"\t- Toinen, johon arvo tallennetaan." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Sääntökaava '%(rule)s' ei ole kelvollinen regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Viivakoodisäännön \"%s\" kaavassa on vikaa.\n" -"Jos tämä sääntö käyttää desimaalilukua, tarkista, ettei se voi saada " -"sovellustunnisteen viimeiseksi merkiksi muuta kuin numeron.\n" -"Tarkista myös, että mahdolliset sovitetut arvot voivat olla vain numeroita, " -"muuten arvoa ei voida muuntaa mitaksi." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Tässä nimikkeistössä käytetään GS1-määrittelyä, ja ainoastaan GS1-128-" -"koodaussäännöt hyväksytään tällaisessa nimikkeistössä." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Viivakoodia ei voida tulkita minkään viivakoodisäännön mukaisesti." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Viivakoodia ei voida tulkita osittain tai kokonaan." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Tätä sääntöä sovelletaan vain, jos viivakoodi on koodattu määritetyllä " -"koodauksella" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tyyppi" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "GS1-viivakoodinimikkeistöön löytyi vastaavuus. Viivakoodia ei kuitenkaan " -#~ "voitu muuntaa kelvolliseksi päivämääräksi: ‘%(error_message)’" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fr.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fr.po deleted file mode 100644 index c9bad3c..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/fr.po +++ /dev/null @@ -1,290 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# "Manon Rondou (ronm)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-05 10:59+0000\n" -"Last-Translator: \"Manon Rondou (ronm)\" \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Un modèle de nomenclature GS1 a été reconnu. Cependant, le code-barres n’a " -"pas pu être converti en date valide : '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Nom alphanumérique" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Délimiteur regex alternatif pour le FCN1. Le délimiteur ne peut pas " -"correspondre au début/à la fin d'une autre règle connexe." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "UdM associée" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenclature des codes-barres" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Règle de code-barres" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Date limite d'utilisation optimale" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Date" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Décimale" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Emplacement de destination" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nom d'affichage" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Encodage" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Date d'expiration" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Séparateur FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Type de contenu GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Routage HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Si cette case est cochée, utilisez le dernier chiffre de l'AI pour " -"déterminer où se trouve la première décimale" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Code-barres invalide : ne peut pas être formaté comme une date" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Code-barres invalide : le chiffre de contrôle est incorrect" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Est de nomenclature GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Emplacement" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mesure" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identifiant numérique" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Date de colisage" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Colis" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Type de colis" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Quantité" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "Le séparateur alternatif FNC1 n'est pas un regex valide : %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Le type de contenu GS1 définit ce quelles données cette règle va gérer: " -"*Date : le code-barres sera converti en datetime Odoo; *Mesure : le " -"code-barres est relatif à une unité spécifique; *Identifiant numérique : " -"code-barres de taille fixe suivi d'un encodage spécifique; *Nom " -"alphanumérique : code-barres à taille variable" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Le modèle de règle \"%s\" est invalide, il nécessite 2 groupes:\n" -"\t- Un premier pour l'identifiant de l'application (normalement 2 à 4 " -"chiffres);\n" -"\t- Un second pour la valeur" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Le modèle de règle '%(rule)s' n'est pas un Regex valide : %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Il y a une erreur avec la règle de code-barres \"%s\".\n" -"Si cette règle utilise des décimales, vérifiez qu'elle ne peut pas obtenir " -"autre chose qu'un chiffre comme dernier caractère de l'identifiant de " -"l'application.\n" -"Vérifiez également que les valeurs correspondantes possibles ne peuvent être " -"que des chiffres, sinon la valeur ne peut pas être convertie en mesure." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Cette nomenclature utilise les directives de GS1, seul l'encodage GS1-128 " -"est accepté dans ce type de nomenclature" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Ce code-barres ne peut être analysé par aucune règle de code-barres." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Ce code-barres ne peut pas être partiellement ou totalement analysé." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Cette règle s'appliquera uniquement si le code-barres est encodé avec " -"l'encodage spécifié" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Type" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Un modèle de nomenclature de code-barres GS1 a été reconnu. Cependant, le " -#~ "code-barres n’a pas pu être converti en date valide : '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/he.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/he.po deleted file mode 100644 index 071352c..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/he.po +++ /dev/null @@ -1,258 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Hebrew \n" -"Language: he\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " -"n % 10 == 0) ? 2 : 3));\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "מונחי ברקוד" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "כלל ברקוד" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "תאריך אחרון לשימוש" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "תאריך" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "עשרוני" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "איתור יעד" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "שם לתצוגה" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "קידוד" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "תאריך תפוגה" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "ניתוב HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "מזהה" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "מיקום" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "אצווה" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "מדד" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "תאריך חבילה" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "חבילה" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "סוג חבילה" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "כמות" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "כלל זה יחול רק אם הברקוד מקודד בקידוד שצוין" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "סוג" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hi.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hi.po deleted file mode 100644 index 19974a8..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hi.po +++ /dev/null @@ -1,257 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Hindi \n" -"Language: hi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "अल्फा-न्यूमेरिक नाम" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "तारीख" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "डेसिमल" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "डिस्प्ले का नाम" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "एन्कोडिंग" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "खत्म होने की तारीख" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "एचटीपीपी राउटिंग" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "आईडी" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "जगह" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "लॉट" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "मेज़र" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "पैकेज" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "पैकेज टाइप" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "मात्रा" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "टाइप" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hr.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hr.po deleted file mode 100644 index a495c5a..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hr.po +++ /dev/null @@ -1,259 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Croatian \n" -"Language: hr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Barkod nomenklatura" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Barkod pravilo" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Najbolje prije" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimala" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Odredišna lokacija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Naziv" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodna stranica:" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Datum isteka" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1 separator" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP usmjeravanje" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Je li GS1 nomenklatura" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Lokacija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mjera" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Datum pakiranja" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paket" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tip paketa" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Količina" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Ovo pravilo će se primjeniti jedino ako je barcod u specifičnom formatu" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Vrsta" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hu.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hu.po deleted file mode 100644 index 473ca8e..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/hu.po +++ /dev/null @@ -1,259 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Vonalkód nómenklatúra" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Vonalkód szabály" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Minőség megőrzésének dátuma" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Dátum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimális" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Cél tárhely" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Megjelenített név" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kódolás" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Lejárat dátuma" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP irányítás" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Lokáció" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mérés" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Csomag dátuma" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Csomag" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Csomag típus" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Mennyiség" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Ezt a szabályt csak egyedi szabállyal létrehozott vonalkódra alkalmazza" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Típus" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/id.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/id.po deleted file mode 100644 index c018fc3..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/id.po +++ /dev/null @@ -1,291 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# "Abe Manyo (abem)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-05 02:29+0000\n" -"Last-Translator: \"Abe Manyo (abem)\" \n" -"Language-Team: Indonesian \n" -"Language: id\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Pola nomenklatur barcode GS1 cocok. Namun, barcode gagal untuk dikonversi ke " -"tanggal yang valid: '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Nama Alfanumerik" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Reged delimiter alternatif untuk FNC1. Separator tidak boleh cocok dengan " -"awal/akhir dari pola peraturan apapun yang terkait." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Uom Terkait" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Tatanama Barcode" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Peraturan Barcode" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Bagus sebelum tanggal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Tanggal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Desimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Lokasi tujuan" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nama Tampilan" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Enkode" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Tanggal Kedaluwarsa" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separator FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Tipe Konten GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Jika TRUE, gunakan digit terakhir AI untuk menentukan apakah desimal pertama " -"adalah" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Barcode tidak valid: tidak dapat diformat sebagai tanggal" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Barcode invalid: check digit tidak benar" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Apakah GS1 Tata Nama" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Lokasi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Ukur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Pengidentifikasi Numerik" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Tanggal Paket" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Kemasan" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tipe Kemasan" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Kuantitas" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "Alternatif Separator FNC1 tidak merupakan Regex yang valid: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Tipe konten GS1 mendefinisikan tipe data apa yang akan diproses peraturan " -"barcode: * Tanggal: barcode akan dikonversi menjadi tanggal waktu " -"Odoo; * Measure: nilai barcode terkait ke unit spesifik " -"tertentu; * Pengidentifikasi Numerik: barcode dengan panjang tetap " -"sesuai dengan encoding spesifik; * Nama Alfanumerik: panjang barcode " -"tidak tetap." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Pola peraturan \"%s\" tidak valid, membutuhkan dua kelompok:\n" -"\t- Yang pertama adalah Pengidentifikasi Aplikasi (biasanya 2 sampai 4 " -"angka);\n" -"\t- Yang kedua untuk catch the value." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Pola peraturan '%(rule)s' tidak merupakan Regex valid: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Ada yang salah dengan pola peraturan barcode \"%s\".\n" -"Bila peraturan ini menggunakan desimal, periksa agar peraturan ini hanya " -"bisa menggunakan digit sebagai karakter terakhir pada Pengidentifikasi " -"Aplikasi.\n" -"Periksa juga agar value yang mungkin cocok hanya dapat merupakan digit, " -"karena bila tidak value tidak dapat digunakan sebagai measure." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Tata Nama ini menggunakan spesifikasi GS1, hanya peraturan encoding GS1-128 " -"yang diterima di tata nama seperti ini." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Barcode ini tidak dapat di-parse menggunakan peraturan barcode apapun." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Barcode ini tidak dapat di-parse secara parsial atau penuh." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Kaidah ini hanya akan diterapkan jika barcode dikodekan dengan pengkodean " -"tertentu." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Jenis" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Pola nomenklatur barcode GS1 dicocokkan. Namun, barcode gagal untuk " -#~ "dikonversi menjadi tanggal yang valid: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/it.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/it.po deleted file mode 100644 index 4daca26..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/it.po +++ /dev/null @@ -1,296 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# "Marianna Ciofani (cima)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-02 14:57+0000\n" -"Last-Translator: \"Marianna Ciofani (cima)\" \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"È stato trovato un modello di nomenclatura del codice a barre GS1 " -"corrispondente. Tuttavia, il codice a barre non è stato convertito in una " -"data valida: '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Nome alfanumerico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Delimitatore regex alternativo per FNC1. Il separatore non deve " -"corrispondere all'inizio/fine di qualsiasi modello di regola correlato." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "UdM associata" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenclatura codice a barre" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Regola codice a barre" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Data di preferibile consumo" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Data" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimale" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Ubicazione di destinazione" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nome visualizzato" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codifica" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Data di scadenza" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separatore FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Tipo di contenuto GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Instradamento HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Se vero, utilizza l'ultima cifra dell'AI per determinare dove si trova il " -"primo decimale" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Codice a barre non valido: non può essere formattato come data" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Codice a barre non valido: la cifra di controllo non è corretta" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "La nomenclatura GS1 è" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Ubicazione" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lotto" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Misura" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identificatore numerico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Data imballaggio" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Collo" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tipologia collo" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Quantità" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "L'alternativa al separatore FNC1 non è un Regex valido: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Il tipo di contenuto GS1 definisce in quale tipo di dati verrà elaborato il " -"codice a barre dalla regola: *Data: il codice a barre verrà " -"convertito in un valore datetime Odoo; *Misura: il valore del codice " -"a barre è legato a un'unità specifica; *Identificatore numerico: " -"codice a barre a lunghezza fissa che segue una codifica specifica; " -"*Nome alfanumerico: codice a barre dalla lunghezza variabile." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Il modello di regola \"%s\" non è valido, ha bisogno di due gruppi:\n" -"\t- Un primo per l'identificatore dell'applicazione (di solito da 2 a 4 " -"cifre);\n" -"\t- Un secondo per catturare il valore." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Il modello di regola \"%(rule)s\" non è un Regex valido: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"C'è qualcosa che non va con il modello di regola del codice a barre \"%s\".\n" -"Se la regola utilizza decimali, verifica che non sia possibile ottenere " -"qualcosa di diverso da una cifra come ultimo carattere per l'Identificatore " -"di applicazione.\n" -"Verifica anche che i possibili valori abbinati possano essere solo cifre, " -"altrimenti il valore non può essere espresso come misura." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Questa nomenclatura usa la specifica GS1, solo le regole di codifica GS1-128 " -"sono accettate in questo tipo di nomenclatura." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Questo codice a barre non può essere analizzato da nessuna regola di codice " -"a barre." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" -"Questo codice a barre non può essere analizzato parzialmente o completamente." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Questa regola viene applicata solo se il codice rispetta la codifica " -"specificata" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tipologia" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "È stato trovato un modello di nomenclatura del codice a barre GS1 " -#~ "corrispondente. Tuttavia, non è stato possibile convertire il codice a " -#~ "barre in una data valida: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ja.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ja.po deleted file mode 100644 index dc3f658..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ja.po +++ /dev/null @@ -1,287 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# "Junko Augias (juau)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-02 14:57+0000\n" -"Last-Translator: \"Junko Augias (juau)\" \n" -"Language-Team: Japanese \n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"GS1バーコード命名規則パターンが一致しました。ただし、バーコードを有効な日付に" -"変換できませんでした: '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "アルファベット数字名" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"FNC1 の代替正規表現区切り文字。区切り文字は、関連する規則パターンの開始/終了" -"と一致してはいけません。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "関連する単位" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "バーコード表現規則" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "バーコード規則" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "品質保持期限" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "日付" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "10進数" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "移動先ロケーション" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "表示名" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "エンコード" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "有効期限日" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1 セパレータ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1内容タイプ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTPルーティング" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"無垢材の家具には、どの木の種類が最適でしょうか?この動画では、そんな疑問にお" -"答えします!" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "無効なバーコード: 日付としてフォーマットできません" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "無効なバーコード: 確認数字が間違っています" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "GS1表現規則か" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "ロケーション" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "ロット" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "測定対象" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "数値識別子" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "梱包日" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "梱包" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "梱包タイプ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "数量" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1 セパレータ代替は有効な正規表現ではありません:%(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1コンテンツタイプは、規則がバーコードをどのようなデータとして処理するかを定" -"義します:   * 日付: バーコードはOdooの日時に変換されます。*値: バーコードの" -"値は、特定の部品表に関連しています。 *数値識別子: 特定のエンコーディング" -"に従った固定長のバーコード。 *アルファ-数字名: 可変長のバーコード。" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"規則パターン \"%s\" は無効であり、2つのグループが必要です:\n" -"\t- 1つ目はアプリケーション識別子用 (通常2から4桁);\n" -"\t- 2つ目は値を捉える用" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "規則パターン '%(rule)s' は有効な正規表現ではありません: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"バーコード規則の\"%s\"パターンが不適切です。\n" -"この規則が10進数を使用している場合、アプリケーション識別子の最後の文字が数字" -"以外になっていないか確認して下さい。\n" -"また、一致する可能性のある値が数字のみであることも確認して下さい。そうでなけ" -"れば、値を測定単位として型変換することができません。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"この命名法はGS1仕様を使用しており、GS1-128エンコーディング規則のみがこの種の" -"命名法として認められています。" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "このバーコードはどのバーコード規則でも解析できません。" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "このバーコードは一部または全部を解析できません。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"この規則は、バーコードが指定されたエンコーディングでエンコードされている場合" -"にのみ適用されます" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "タイプ" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "GS1 バーコードの表現規則パターンが一致しました。ただし、バーコードは有効な" -#~ "日付に変換できませんでした: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/kab.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/kab.po deleted file mode 100644 index 5bfe2a6..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/kab.po +++ /dev/null @@ -1,258 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Odoo Translation Bot , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:32+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Kabyle \n" -"Language: kab\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Azemz" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "Asulay" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Adeg" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Aqeţţun" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Tazdemt" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Tanecta" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ko.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ko.po deleted file mode 100644 index af8bd7b..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ko.po +++ /dev/null @@ -1,285 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# Weblate , 2025. -# "Kwanghee Park (kwpa)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-03 03:39+0000\n" -"Last-Translator: \"Kwanghee Park (kwpa)\" \n" -"Language-Team: Korean \n" -"Language: ko\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"GS1 바코드 분류법 패턴이 매칭되었습니다. 다만 바코드 날짜가 유효하게 변환되" -"지 못했습니다: '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "영숫자 이름" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"FNC1의 대체 정규식 구분 기호입니다. 구분 기호는 관련 규칙 패턴의 시작/끝 부분" -"과 일치해서는 안됩니다." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "관련된 측정 단위 (UOM)" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "바코드 명칭" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "바코드 규칙" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "유통기한" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "날짜" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "소수점" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "목적지 위치" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "표시명" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "인코딩" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "만료일" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1 구분 기호" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1 내용 유형" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP 라우팅" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"참인 경우, AI의 마지막 숫자를 사용하여 첫 번째 소수점의 위치를 확인합니다." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "잘못된 바코드: 날짜 형식을 지정할 수 없음" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "잘못된 바코드: 체크 숫자가 잘못됨" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "GS1 명명법 여부" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "위치" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "LOT" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "계산" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "숫자 식별 기호" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "포장 일자:" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "패키지" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "패키지 유형" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "수량" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1 구분 기호 대안은 유효한 정규식이 아닙니다: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1 콘텐츠 유형은 규칙을 통해 바코드를 처리할 데이터 종류를 지정합니" -"다: * 일자: Odoo 일시로 바코드를 변환; * 측정: 바코드 값이 특정" -"한 측정 단위와 관련; * 숫자 식별 기호: 특정한 인코딩을 따르는 고정된 " -"길이의 바코드; * 영숫자 이름: 가변 길이 바코드." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"규칙 패턴 \"%s\"이 잘못되었습니다, 두 개의 그룹이 있어야 합니다:\n" -"\t- 첫번째 그룹에서 응용 프로그램 식별 기호를 두며 (보통 2 - 4 자리);\n" -"\t- 두번째 그룹에서 값을 확인합니다." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "규칙 패턴 '%(rule)s'는 유효한 정규식이 아닙니다: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"바코드 규칙의 \"%s\" 패턴이 잘못되었습니다.\n" -"규칙에서 10진법을 사용하는 경우, 응용 프로그램 식별 기호의 마지막 문자로 숫" -"자 외에 다른 항목을 가져올 수 없는지 확인하십시오.\n" -"일치하는 값도 숫자만 가능한지 확인하시되, 그렇지 않은 경우 해당 값은 측정용으" -"로는 사용할 수 없습니다." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"명명법으로는 GS1 방식을 사용하며, 이러한 명명법에는 GS1-128 만 인코딩 규칙으" -"로 허용됩니다." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "이 바코드를 분석할 수 있는 바코드 규칙이 없습니다." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "이 바코드의 전부 혹은 일부를 분석할 수 없습니다." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "이 규칙은 바코드가 지정된 인코딩으로 인코딩된 경우에만 적용됩니다." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "유형" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "GS1 바코드 생성법 패턴이 일치합니다. 다만 바코드를 유효한 날짜로 변환하는" -#~ "데 실패했습니다: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ku.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ku.po deleted file mode 100644 index d92828c..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ku.po +++ /dev/null @@ -1,259 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Kurdish (Central) \n" -"Language: ku\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "ناونانی بارکۆد" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "یاسای بارکۆد" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "باشترین پێش بەروار" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "ڕێکەوت" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "شوێنی مەبەست" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "کۆدکردن" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "بەرواری بەسەرچوون" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "بارکۆدی نادروست: ناتوانرێت وەک بەروار فۆرمات بکرێت" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "بارکۆدی نادروست: ژمارەی پشکنینەکە هەڵەیە" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "شوێن" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "زۆر" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "پێوانە" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "ناسێنەری ژمارەیی" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "پاکێج" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "جۆری پاکێج" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "بڕ" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "ئەم بارکۆدە ناتوانرێت بە هیچ یاسایەکی بارکۆد شی بکرێتەوە." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "ئەم بارکۆدە ناتوانرێت بە شێوەیەکی بەشەکی یان بە تەواوی شی بکرێتەوە." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"ئەم یاسایە تەنها لەو کاتەدا کارا دەبێت کە بارکۆدەکە بە کۆدکردنی دیاریکراو " -"کۆد کراوە" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "جۆر" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/lt.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/lt.po deleted file mode 100644 index 3d9b14f..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/lt.po +++ /dev/null @@ -1,261 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Lithuanian \n" -"Language: lt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " -"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " -"1 : 2);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Brūkšninio kodo terminologija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Brūkšninio kodo taisyklė" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Geriausias iki" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Data" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Siunčiama į" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Rodomas pavadinimas" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodavimas" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Galiojimo datos pabaiga" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP nukreipimas" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Vieta" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Partija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paketas" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Pakuotės tipas" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Kiekis" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Ši taisyklė bus pritaikyta tik jei brūkšninis kodas bus užkoduotas nurodytu " -"kodavimu" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tipas" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/lv.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/lv.po deleted file mode 100644 index c495805..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/lv.po +++ /dev/null @@ -1,259 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Odoo Translation Bot , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:32+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Latvian \n" -"Language: lv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100 <= " -"19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Svītrkoda nomenklatūra" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datums" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Parādīt vārdu" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP maršrutēšana" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Vieta" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Preču Partija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paka" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Iepakojuma tips" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Daudzums" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Veids" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/mn.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/mn.po deleted file mode 100644 index fb28255..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/mn.po +++ /dev/null @@ -1,259 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Mongolian \n" -"Language: mn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Зураасан кодын дүрэм" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Зураасан кодын дүрэм" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Аюулгүй хадгалах хугацаа" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Огноо" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Аравт" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Очих байрлал" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Дэлгэрэнгүй нэр" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Кодчлол" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Хугацаа дуусах Огноо" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Байрлал" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Сери" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Хэмжих" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Савласан огноо" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Савлагаа" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Савлагааны төрөл" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Тоо хэмжээ" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Энэ дүрэм нь зураасан код нь зөвхөн заасан кодчилолоор кодлогдсон байвал " -"хэрэглэгдэнэ." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Төрөл" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/my.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/my.po deleted file mode 100644 index 80226d4..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/my.po +++ /dev/null @@ -1,258 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -# Oakarmin Iron , 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-02-04 11:26+0000\n" -"Last-Translator: Oakarmin Iron \n" -"Language-Team: Burmese \n" -"Language: my\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "နေ့စွဲ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "ဒဿမကိန်း" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "ဦးတည်ရာ နေရာ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "ပြသသော အမည်" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "သက်တမ်းကုန်ရက်" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "နံပါတ်" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "နေရာ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "လော့" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "ပါကင်" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "အရေအတွက်" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "အမျိုးအစား" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/nb.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/nb.po deleted file mode 100644 index b2db8f1..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/nb.po +++ /dev/null @@ -1,257 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-09-16 18:48+0000\n" -"Last-Translator: \"Tiffany Chang (tic)\" \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Strekkode-nomenklatur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Strekkoderegel" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Best før-dato" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Dato" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Destinasjonslokasjon" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Visningsnavn" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Koding" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Utløpsdato" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-ruting" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Sted" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Parti" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mål" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Pakkedato:" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Pakke" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Emballasjetype" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Antall" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Type" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/nl.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/nl.po deleted file mode 100644 index a68d235..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/nl.po +++ /dev/null @@ -1,291 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# Erwin van der Ploeg , 2026. -# Bren Driesen , 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-02-18 17:59+0000\n" -"Last-Translator: Bren Driesen \n" -"Language-Team: Dutch \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Er werd een GS1-barcode-nomenclatuurpatroon gevonden. De barcode kon echter " -"niet worden omgezet naar een geldige datum: '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Alfanumerieke naam" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Alternatief regex-scheidingsteken voor de FNC1. Het scheidingsteken mag niet " -"overeenkomen met het begin/einde van een verwant regelpatroon." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Gekoppelde Maateenheid" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Barcode nomenclatuur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Barcode regel" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Tenminste houdbaar tot datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimaal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Bestemmingslocatie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Schermnaam" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codering" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Vervaldatum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1 scheidingsteken" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1 inhoud type" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Indien Waar, gebruik dan het laatste cijfer van AI om te bepalen waar de " -"eerste decimaal is" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Ongeldige barcode: kan niet worden opgemaakt als datum" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Ongeldige barcode: het controlecijfer is onjuist" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Is GS1 nomenclatuur" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Locatie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Partij" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Eenheid" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Numerieke identificatie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Datum inpakken" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Verpakking" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Verpakking soort" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Hoeveelheid" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "Het FNC1-scheidingstekenalternatief is geen geldige Regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Het GS1-inhoudstype definieert wat voor soort gegevens deze regels zullen " -"verwerken: * Datum: de barcode wordt omgezet in een Odoo datum/" -"tijd; * Maateenheid: de waarde van de barcode is gerelateerd aan een " -"specifieke maateenheid; * Numerieke identificatie: barcode met vaste " -"lengte na een specifieke codering; * Alfanumerieke naam: barcode met " -"variabele lengte." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Het regelpatroon “%s” is niet geldig, het heeft twee groepen nodig:\n" -"- Een eerste voor de Application Identifier (meestal 2 tot 4 cijfers);\n" -"- Een tweede om de waarde te vangen." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Het regelpatroon '%(rule)s' is geen geldige Regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Er is iets mis met het patroon van de barcoderegel “%s”.\n" -"Als deze regel decimaal gebruikt, controleer dan of deze niet ergens anders " -"dan een cijfer kan krijgen als laatste teken voor de Application " -"Identifier..\n" -"Controleer ook of de mogelijke overeenkomende waarden alleen uit cijfers " -"kunnen bestaan, anders kan de waarde niet als maateenheid worden gebruikt." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Deze nomenclatuur gebruikt de GS1-specificatie, alleen GS1-128-" -"coderingsregels worden geaccepteerd voor dit soort nomenclatuur." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Deze barscode kan niet worden verwerkt door de barcoderegels." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Deze barcode kan niet gedeeltelijk of volledig worden verwerkt." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Deze regel zal enkel toegepast worden indien de barcode van de juiste " -"codering voorzien is" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Soort" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Een GS1-barcodepatroon is herkend, maar kon niet worden omgezet naar een " -#~ "geldige datum: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pl.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pl.po deleted file mode 100644 index 95079c7..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pl.po +++ /dev/null @@ -1,297 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# "Dylan Kiss (dyki)" , 2025. -# "Marta (wacm)" , 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-01-02 16:47+0000\n" -"Last-Translator: \"Marta (wacm)\" \n" -"Language-Team: Polish \n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Wzorzec nomenklatury kodów kreskowych GS1 został dopasowany. Jednak kod " -"kreskowy nie został przekonwertowany na prawidłową datę: „%(error_message)s ”" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Nazwa alfanumeryczna" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Alternatywny delimiter regex dla FNC1. Separator nie może odpowiadać " -"początkowi/końcowi żadnego powiązanego wzorca reguł." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Powiązane JM" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenklatura kodu kreskowego" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Reguła kodu kreskowego" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Data najlepszego użycia" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Data" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Dziesiętny" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Lokalizacja docelowa" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nazwa wyświetlana" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodowanie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Data ważności" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separator FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Typ zawartości GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Wytyczanie HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Jeśli prawda, to użyj ostatniej cyfry AI do określenia miejsca pierwszego " -"miejsca po przecinku." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Nieprawidłowy kod kreskowy: nie można sformatować jako daty" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Nieprawidłowy kod kreskowy: cyfra kontrolna jest nieprawidłowa" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Czy nomenklatura GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Miejsce" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Partia" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Miara" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identyfikator liczbowy" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Data pakowania" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Opakowanie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Typ opakowania" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Ilość" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"Alternatywa separatora FNC1 nie jest prawidłowym wyrażeniem regularnym: %" -"(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Typ zawartości GS1 definiuje, jakiego rodzaju dane reguła będzie przetwarzać " -"w kodzie kreskowym: * Data: kod kreskowy zostanie przekonwertowany " -"na datę i godzinę w Odoo; * Miara: wartość kodu kreskowego jest " -"powiązana z określoną jednostką; * Identyfikator numeryczny: kod " -"kreskowy o stałej długości, , stosujący określone kodowanie; * Nazwa " -"alfanumeryczna: kod kreskowy o zmiennej długości." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Wzorzec reguły \"%s\" nie jest prawidłowy, wymaga dwóch grup:\n" -"- Pierwsza dla identyfikatora aplikacji (zwykle 2 do 4 cyfr);\n" -"- Drugi, aby złapać wartość." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" -"Wzorzec reguły \"%(rule)s\" nie jest prawidłowym wyrażeniem regularnym: %" -"(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Coś jest nie tak z regułą kodu kreskowego \"%s\" .\n" -"Jeśli reguła używa wartości dziesiętnych, sprawdź, czy nie może uzyskać " -"czegoś innego niż cyfra jako ostatni znak dla identyfikatora aplikacji.\n" -"Sprawdź również, czy możliwe dopasowane wartości mogą być tylko cyframi, w " -"przeciwnym razie wartość nie może być rzutowana jako środek." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Ta nomenklatura wykorzystuje specyfikację GS1, akceptowane są tylko reguły " -"kodowania GS1-128." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Tego kodu kreskowego nie można przeanalizować za pomocą żadnych reguł " -"dotyczących kodów kreskowych." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Tego kodu kreskowego nie można przeanalizować częściowo ani w całości." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Ta zasada zostanie zastosowana tylko dla kodów kreskowych ze zdefiniowanym " -"kodowaniem" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Typ" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Znaleziono wzór nomenklatury kodu kreskowego GS1. Jednak nie udało się " -#~ "przekonwertować kodu kreskowego na prawidłową datę: „%(error_message)”." diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pt.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pt.po deleted file mode 100644 index 4376f9e..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pt.po +++ /dev/null @@ -1,291 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Número alfanumérico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Delimitador de regex alternativo para o FNC1. O separador não deve " -"corresponder ao início/fim de nenhum padrão de regras relacionado." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "UM associada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenclatura de código de barras" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Regra de código de barras" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Consumir antes da data" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Data" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Local do destino" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nome exibido" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificação" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Data de expiração" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separador FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Tipo de conteúdo GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Roteamento HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Se for verdadeiro, use o último dígito do AI para determinar onde está o " -"primeiro decimal" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Código de barras inválido: não pode ser formatado como data" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Código de barras inválido: o dígito de verificação está incorreto" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "É uma nomenclatura GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Local" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lote" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Medida" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identificador numérico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Data da embalagem" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Embalagem" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tipo de embalagem" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Quantidade" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "O separador alternativo FNC1 não é um Regex válido: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"O tipo de conteúdo GS1 define como que tipo de dados a regra processará o " -"código de barras: * Data: o código de barras será convertido em uma data e " -"hora do Odoo; * Medida: o valor do código de barras está relacionado a uma " -"unidade específica; * Identificador numérico: código de barras de " -"comprimento fixo seguindo uma codificação específica; * Nome alfanumérico: " -"código de barras de comprimento variável." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"O padrão de regra \"%s\" não é válido, ele precisa de dois grupos:\n" -"\t- Um primeiro para o identificador do aplicativo (geralmente de 2 a 4 " -"dígitos);\n" -"Um segundo para capturar o valor." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "O padrão de regra '%(rule)s' não é um Regex válido: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Há algo errado com o padrão \"%s\" da regra de código de barras.\n" -"Se essa regra usar decimal, verifique se ela não pode obter outro valor que " -"não seja um dígito como último caractere do identificador do aplicativo.\n" -"Verifique também se os possíveis valores correspondentes só podem ser " -"dígitos, caso contrário, o valor não poderá ser convertido em uma medida." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Essa nomenclatura usa a especificação GS1, e somente as regras de " -"codificação GS1-128 são aceitas nesse tipo de nomenclatura." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Esse código de barras não pode ser analisado por nenhuma regra de código de " -"barras." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Esse código de barras não pode ser parcial ou totalmente analisado." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Esta regra será aplicada somente se o código de barras for codificado com a " -"codificação especificada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tipo" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Houve correspondência com um padrão de nomenclatura de código de barras " -#~ "GS1. No entanto, não foi possível coverter o código de barras em uma data " -#~ "válida: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pt_BR.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pt_BR.po deleted file mode 100644 index 7b829c4..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/pt_BR.po +++ /dev/null @@ -1,294 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# "Maitê Dietze (madi)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-02 16:46+0000\n" -"Last-Translator: \"Maitê Dietze (madi)\" \n" -"Language-Team: Portuguese (Brazil) \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Foi encontrado um padrão de nomenclatura de código de barras GS1. No " -"entanto, o código de barras não pôde ser convertido em uma data válida: '%" -"(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Número alfanumérico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Delimitador de regex alternativo para o FNC1. O separador não deve " -"corresponder ao início/fim de nenhum padrão de regras relacionado." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "UM associada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenclatura de código de barras" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Regra de código de barras" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Consumir antes da data" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Data" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Local do destino" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nome exibido" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificação" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Data de expiração" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separador FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Tipo de conteúdo GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Roteamento HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Se for verdadeiro, use o último dígito do AI para determinar onde está o " -"primeiro decimal" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Código de barras inválido: não pode ser formatado como data" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Código de barras inválido: o dígito de verificação está incorreto" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "É uma nomenclatura GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Local" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lote" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Medida" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identificador numérico" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Data da embalagem" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Embalagem" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tipo de embalagem" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Quantidade" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "O separador alternativo FNC1 não é um Regex válido: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"O tipo de conteúdo GS1 define como que tipo de dados a regra processará o " -"código de barras: * Data: o código de barras será convertido em uma data e " -"hora do Odoo; * Medida: o valor do código de barras está relacionado a uma " -"unidade específica; * Identificador numérico: código de barras de " -"comprimento fixo seguindo uma codificação específica; * Nome alfanumérico: " -"código de barras de comprimento variável." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"O padrão de regra \"%s\" não é válido, ele precisa de dois grupos:\n" -"\t- Um primeiro para o identificador do aplicativo (geralmente de 2 a 4 " -"dígitos);\n" -"Um segundo para capturar o valor." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "O padrão de regra '%(rule)s' não é um Regex válido: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Há algo errado com o padrão \"%s\" da regra de código de barras.\n" -"Se essa regra usar decimal, verifique se ela não pode obter outro valor que " -"não seja um dígito como último caractere do identificador do aplicativo.\n" -"Verifique também se os possíveis valores correspondentes só podem ser " -"dígitos, caso contrário, o valor não poderá ser convertido em uma medida." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Essa nomenclatura usa a especificação GS1, e somente as regras de " -"codificação GS1-128 são aceitas nesse tipo de nomenclatura." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Esse código de barras não pode ser analisado por nenhuma regra de código de " -"barras." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Esse código de barras não pode ser parcial ou totalmente analisado." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Esta regra será aplicada somente se o código de barras for codificado com a " -"codificação especificada" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tipo" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Foi encontrado um padrão de nomenclatura de código de barras GS1. No " -#~ "entanto, o código de barras não pôde ser convertido para uma data válida: " -#~ "'%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ro.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ro.po deleted file mode 100644 index 9eb103e..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ro.po +++ /dev/null @@ -1,276 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -# Adrian Cocos , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-27 09:06+0000\n" -"Last-Translator: Adrian Cocos \n" -"Language-Team: Romanian \n" -"Language: ro\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " -"20)) ? 1 : 2;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Nume alfanumeric" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Delimitator alternativ regex pentru FNC1. Delimitatorul nu trebuie să se " -"potrivească la începutul / sfârșitul oricărui model de reguli asociat." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "U.M. asociată" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenclator cod de bare" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Regulă cod de bare" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Consum înainte de" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Dată" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Zecimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Locația destinație" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Nume afișat" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Codificare" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Data expirării" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Separator FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Tip conținut GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Rutare HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Dacă este adevărat, utilizați ultima cifră a AI pentru a determina unde este " -"prima zecimală" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Cod de bare nevalid: nu poate fi formatat ca dată" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Cod de bare nevalid: cifra de control este incorectă" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Este nomenclator GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Locație" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Măsură" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Identificator numeric" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Data ambalării" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Pachet" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tip pachet" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Cantitate" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "Separatorul FNC1 alternativ nu este un Regex valid: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Modelul regulii \"%s\" nu este valid, are nevoie de două grupuri:\n" -"\t- Unul pentru Identificatorul Aplicației (de obicei 2-4 cifre);\n" -"\t- Unul pentru a captura valoarea." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Modelul regulii '%(rule)s' nu este un Regex valid: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Există ceva greșit cu modelul regulii \"%s\".\n" -"Dacă această regulă folosește zecimale, verificați dacă nu poate obține " -"altceva decât un caracter ca ultimul caracter pentru Identificatorul " -"Aplicației.\n" -"Verificați și dacă valorile posibile pot fi doar cifre, altfel valoarea nu " -"poate fi convertită într-o măsură." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Această nomenclatură folosește specificația GS1, doar regulile de codificare " -"GS1-128 sunt acceptate în acest tip de nomenclatură." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Acest cod de bare nu poate fi analizat de nicio regulă de cod de bare." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Acest cod de bare nu poate fi analizat parțial sau complet." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Această regulă se va aplica numai dacă codul de bare este codificat cu " -"codificarea specificată" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tip" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ru.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ru.po deleted file mode 100644 index 04e0cbb..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/ru.po +++ /dev/null @@ -1,298 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# "Dylan Kiss (dyki)" , 2025. -# "Anastasiia Koroleva (koan)" , 2025, 2026. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-02-20 21:56+0000\n" -"Last-Translator: \"Anastasiia Koroleva (koan)\" \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Обнаружено соответствие номенклатуре штрихкодов GS1. Однако не удалось " -"преобразовать штрихкод в корректную дату: «%(error_message)s»" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Буквенно-цифровое Название" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Альтернативный разделитель regex для FNC1. Разделитель не должен совпадать с " -"началом/концом любого связанного шаблона правил." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Связанная единица измерения" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Номенклатура штрих-кодов" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Правило штрихкода" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Срок годности" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Дата" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Десятичный" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Место назначения" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Display Name" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Кодировка" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Дата окончания" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Сепаратор FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1 Тип содержимого" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Маршрутизация HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Если True, используйте последнюю цифру AI, чтобы определить, где находится " -"первая десятичная дробь" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Неверный штрих-код: невозможно отформатировать как дату" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Неверный штрихкод: контрольная цифра неверна" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Является ли номенклатура GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Местоположение" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Лот" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Измерить растояние" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Числовой идентификатор" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Дата упаковки" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Пакет" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Тип размещения" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Количество" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"Альтернативный разделитель FNC1 не является допустимым регулярным " -"выражением: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Тип контента GS1 определяет, как именно правило будет обрабатывать данные " -"штрихкода: * Дата: штрихкод будет преобразован в формат даты и " -"времени Odoo; * Мера: значение штрихкода привязано к конкретной " -"единице измерения; * Числовой идентификатор: штрихкод фиксированной " -"длины, использующий специальную кодировку; * Буквенно-цифровое " -"наименование: штрихкод переменной длины." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Шаблон правила \"%s\" не подходит, ему нужны две группы:\n" -"\t- Первая - для идентификатора приложения (обычно от 2 до 4 цифр);\n" -"\t- Вторая - для определения значения." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" -"Шаблон правила «%(rule)s» не является допустимым регулярным выражением: %" -"(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Что-то не так с шаблоном правила штрихкода \"%s\".\n" -"Если это правило использует десятичную систему счисления, проверьте, не " -"может ли оно получить в качестве последнего символа идентификатора " -"приложения что-то еще, кроме цифры.\n" -"Проверьте также, что возможные совпадающие значения могут быть только " -"цифрами, иначе значение не может быть преобразовано в меру." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Данная номенклатура использует спецификацию GS1, только правила кодирования " -"GS1-128 приняты для этого вида номенклатуры." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Этот штрих-код не может быть проанализирован никакими правилами штрих-кода." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Этот штрих-код не может быть частично или полностью проанализирован." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Это правило применяется только в том случае, если штрих-код закодирован с " -"указанной кодировкой" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Тип" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Найдено соответствие шаблону номенклатуры штрихкода GS1. Однако не " -#~ "удалось преобразовать штрихкод в допустимую дату: «%(error_message)»" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sk.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sk.po deleted file mode 100644 index 7f67473..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sk.po +++ /dev/null @@ -1,260 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Odoo Translation Bot , 2025. -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:32+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Slovak \n" -"Language: sk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Názvoslovie čiarového kódu" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Pravidlo čiarového kódu" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Dátum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Desatinný" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Zobrazovaný názov" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Zakódovanie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP smerovanie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Umiestnenie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Šarža" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Meranie" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Balík" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Typ balenia" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Množstvo" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Toto pravidlo bude platiť iba ak je čiarový kód zakódovaný so špecifickým " -"zakódovaním" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Typ" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sl.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sl.po deleted file mode 100644 index 0c1e622..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sl.po +++ /dev/null @@ -1,279 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-09-16 21:29+0000\n" -"Last-Translator: \"Tiffany Chang (tic)\" \n" -"Language-Team: Slovenian \n" -"Language: sl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " -"n%100==4 ? 2 : 3;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Alfanumerično ime" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Alternativno ločilo regularnih izrazov za FNC1. Ločilo se ne sme ujemati z " -"začetkom/koncem nobenega povezanega vzorca pravil." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Povezana enota" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenklatura črtne kode" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Pravilo črtne kode" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Najboljše za uporabo do" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimalno" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Ciljna lokacija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Prikazani naziv" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodiranje" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Datum izteka" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1 Ločilo" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1 Vrsta vsebine" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP usmerjanje" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Če je vrednost Resnična, se za določitev prve decimalne vejice uporabi " -"zadnja števka AI." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Neveljavna črtna koda: ni mogoče oblikovati kot datum" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Neveljavna črtna koda: kontrolna številka je napačna" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Je GS1 Nomenklatura?" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Lokacija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Sklop" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mera" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Številski identifikator" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Datum pakiranja" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paket" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Tip paketa" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Količina" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"Alternativni ločilni element FNC1 ni veljaven regularni izraz:\n" -"%(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Vrsta vsebine GS1 določa, za kakšno vrsto podatkov bo pravilo obdelalo črtno " -"kodo: * Datum: črtna koda bo pretvorjena v datum in čas Odoo; " -"* Merjenje: vrednost črtne kode je povezana z določeno enoto; * " -"Številski identifikator: črtna koda fiksne dolžine, ki sledi določenemu " -"kodiranju; * Alfanumerično ime: črtna koda spremenljive dolžine." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Vzorec pravila \"%s\" ni veljaven, potrebuje dve skupini:\n" -"\t- Prvi za identifikator aplikacije (običajno od 2 do 4 številke);\n" -"\t- Drugi, da ujamete vrednost." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Vzorec pravila '%(rule)s' ni veljaven regularni izraz: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Nekaj je narobe s pravilom o črtni kodi \"%s\" vzorca.\n" -"Če to pravilo uporablja decimalno število, preverite, ali lahko kot zadnji " -"znak za identifikator aplikacije dobi kaj drugega kot številko.\n" -"Preverite tudi, ali so možne ujemajoče se vrednosti lahko samo števke, sicer " -"vrednosti ni mogoče pretvoriti v mero." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Ta nomenklatura uporablja specifikacijo GS1, za to vrsto nomenklature so " -"sprejeta samo pravila kodiranja GS1-128." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Te črtne kode ni mogoče razčleniti z nobenim pravilom za črtne kode." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Te črtne kode ni mogoče delno ali v celoti razčleniti." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "To pravilo velja samo, če je črtna koda kodirana s podano kodiranjem" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tip" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sq.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sq.po deleted file mode 100644 index e6bb41d..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sq.po +++ /dev/null @@ -1,254 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-30 18:36+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sr@latin.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sr@latin.po deleted file mode 100644 index 5dfcfec..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sr@latin.po +++ /dev/null @@ -1,258 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Serbian (Latin script) \n" -"Language: sr@latin\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Bar-kod nomenklatura" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Najbolje pre Datuma" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Naziv za prikaz" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Datum isteka" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP rutiranje" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Lokacija" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Količina" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Vrsta" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sv.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sv.po deleted file mode 100644 index af465b1..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/sv.po +++ /dev/null @@ -1,287 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# Jakob Krabbe , 2025. -# Hanna Kharraziha , 2026. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2026-03-06 17:50+0000\n" -"Last-Translator: Hanna Kharraziha \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.16.1\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Alfa-numeriskt namn" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Alternativ regex-avgränsare för FNC1. Separatorn får inte matcha början/" -"slutet av något relaterat regelmönster." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Associerad Uom" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Nomenklatur för streckkoder" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Streckkodsregel" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Bäst före datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Datum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Decimal" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Destinationens läge" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Visningsnamn" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodning" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Utgångsdatum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1 Separator" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1 Innehållstyp" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-routing" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Om True, använd den sista siffran i AI för att avgöra var den första " -"decimalen är" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Ogiltig streckkod: kan inte formateras som datum" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Ogiltig streckkod: kontrollsiffran är felaktig" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Är GS1-nomenklaturen" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Plats" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Mått" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Numerisk identifierare" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Datum för paketering" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paket" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Pakettyp" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Antal" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1-separatoralternativet är inte ett giltigt Regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1-innehållstypen definierar vilken typ av data regeln kommer att bearbeta " -"streckkoden som: * Datum: streckkoden konverteras till ett Odoo-datum " -"och -tid; * Mått: streckkodens värde är relaterat till en specifik " -"enhet; * Numerisk identifierare: streckkod med fast längd som följer en " -"specifik kodning; * Alfabetiskt-numeriskt namn: streckkod med " -"variabel längd." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Regelmönstret \"%s\" är inte giltigt, det behöver två grupper:\n" -"\t- En första för applikationsidentifieraren (vanligtvis 2 till 4 siffror);\n" -"\t- En andra för att fånga upp värdet." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Regelmönstret '%(rule)s' är inte en giltig Regex: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Det är något fel med streckkodsregelns \"%s\"-mönster.\n" -"Om den här regeln använder decimaltal, kontrollera att den inte kan få något " -"annat än en siffra som sista tecken för Application Identifier.\n" -"Kontrollera också att de möjliga matchade värdena endast kan vara siffror, " -"annars kan värdet inte omvandlas till ett mått." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Denna nomenklatur använder GS1-specifikationen, endast GS1-128-" -"kodningsregler accepteras är denna typ av nomenklatur." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Den här streckkoden kan inte tolkas av någon streckkodsregel." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Den här streckkoden kan inte analyseras helt eller delvis." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Denna regel gäller endast om streckkoden är kodad med den angivna kodningen" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Typ" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Ett GS1-streckkodsnomenklaturmönster matchades. Streckkoden kunde dock " -#~ "inte konverteras till ett giltigt datum: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/th.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/th.po deleted file mode 100644 index 27bcbd2..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/th.po +++ /dev/null @@ -1,271 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-09-16 21:20+0000\n" -"Last-Translator: \"Tiffany Chang (tic)\" \n" -"Language-Team: Thai \n" -"Language: th\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "ชื่อตัวเลขอัลฟ่า" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"ตัวคั่น regex ทางเลือกสำหรับ FNC1 ตัวคั่นต้องไม่ตรงกับจุดเริ่มต้น/จุดสิ้นสุดของรูปแบบกฎที่เกี่ยวข้อง" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "หน่วยวัดที่เกี่ยวข้อง" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "การตีความบาร์โค้ด" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "กฎของบาร์โค้ด" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "ดีที่สุดก่อนวันที่" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "วันที่" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "ทศนิยม" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "ตำแหน่งปลายทาง" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "แสดงชื่อ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "การเข้ารหัส" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "วันหมดอายุ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "ตัวแบ่ง FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "ประเภทเนื้อหา GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "การกำหนด HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ไอดี" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "ถ้าเป็น True ให้ใช้หลักสุดท้ายของ AI เพื่อกำหนดว่าทศนิยมตัวแรกอยู่ที่ใด" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "บาร์โค้ดไม่ถูกต้อง: ไม่สามารถจัดรูปแบบเป็นวันที่" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "บาร์โค้ดไม่ถูกต้อง: เลขที่ตรวจสอบไม่ถูกต้อง" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "เป็นการตีความบาร์โค้ด GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "สถานที่" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "ล็อต" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "ตัวชี้วัด" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "ตัวระบุหมายเลข" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "วันที่แพ็ค" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "แพ็คเกจ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "ประเภทแพ็คเกจ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "ปริมาณ" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "ทางเลือกตัวคั่น FNC1 ไม่ใช่ Regex ที่ถูกต้อง: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"ประเภทเนื้อหา GS1 กำหนดว่ากฎจะประมวลผลบาร์โค้ดเป็นข้อมูลประเภทใด: * วันที่: " -"บาร์โค้ดจะถูกแปลงเป็น datetime ของ Odoo; * การวัด: " -"ค่าของบาร์โค้ดมีความเกี่ยวข้องกับหน่วยเฉพาะ; * ตัวระบุตัวเลข: " -"บาร์โค้ดความยาวคงที่ตามการเข้ารหัสเฉพาะ; * ชื่อตัวอักษรและตัวเลข: " -"บาร์โค้ดความยาวไม่คงที่" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"รูปแบบกฎ\"%s\"ไม่ถูกต้อง จำเป็นต้องมีสองกลุ่ม:\n" -"\t- กลุ่มแรกสำหรับ ตัวระบุแอปพลิเคชัน (โดยปกติคือ 2 ถึง 4 หลัก)\n" -"\t- กลุ่มที่สองจับค่า" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "รูปแบบกฎ '%(rule)s' ไม่ใช่ Regex ที่ถูกต้อง: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"มีบางอย่างผิดปกติกับรูปแบบของกฎบาร์โค้ด \"%s\" \n" -"หากกฎนี้ใช้ทศนิยม " -"ให้ตรวจสอบว่าไม่สามารถรับตัวเลขอื่นเป็นตัวอักษรตัวสุดท้ายสำหรับตัวระบุแอปพลิเคชันได้\n" -"ตรวจสอบด้วยว่าค่าที่ตรงกันที่เป็นไปได้ต้องเป็นตัวเลขเท่านั้น ไม่เช่นนั้น " -"จะไม่สามารถแปลงค่าเป็นหน่วยวัดได้" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "ระบบการตีความนี้ใช้ข้อกำหนด GS1 ซึ่งยอมรับกฎการเข้ารหัส GS1-128 เท่านั้น" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "บาร์โค้ดนี้ไม่สามารถแยกวิเคราะห์ตามกฎบาร์โค้ดได้" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "บาร์โค้ดนี้ไม่สามารถแยกวิเคราะห์บางส่วนหรือทั้งหมดได้" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "กฎนี้จะใช้ได้เฉพาะเมื่อบาร์โค้ดถูกเข้ารหัสด้วยการเข้ารหัสที่ระบุ" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "ประเภท" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/tr.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/tr.po deleted file mode 100644 index 1f0535b..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/tr.po +++ /dev/null @@ -1,288 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# Weblate , 2025. -# DeepL , 2025. -# Odoo Turkish Import , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-21 14:47+0000\n" -"Last-Translator: Odoo Turkish Import \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Alfanümerik İsim" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"FNC1 için alternatif normal ifade sınırlayıcı. Ayırıcı, herhangi bir ilgili " -"kural kalıbının başlangıcı/bitişi ile eşleşmemelidir." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "İlişkili Ölçü Birimi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Barkod Kural Seti" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Barkod kuralı" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Tavsiye Edilen Tüketim Tarihi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Tarih" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Ondalık" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Hedef konum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "İsim Göster" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Kodlama" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Son Kullanma Tarihi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1 Ayracı" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1 İçerik Türü" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP Yönlendirme" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Doğru ise, ilk ondalık sayının nerede olduğunu belirlemek için AI'nın son " -"basamağını kullanın" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Geçersiz barkod: tarih olarak biçimlendirilemez" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Geçersiz barkod: kontrol basamağı yanlış" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "GS1 Terminolojisi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Konum" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lot" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Ölçüm" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Sayısal Tanımlayıcı" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Paket Tarihi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Paket" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Paket Türü" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Miktar" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1 Ayırıcı Alternatifi geçerli bir Regex değildir: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1 içerik türü, kuralın barkodu ne tür bir veri olarak işleyeceğini " -"tanımlar: * Tarih: barkod bir Odoo tarih saatine dönüştürülecektir; * " -"Ölçü: barkodun değeri belirli bir birimle ilgilidir; * Sayısal Tanımlayıcı: " -"belirli bir kodlamayı izleyen sabit uzunlukta barkod; * Alfa-Sayısal Ad: " -"değişken uzunlukta barkod." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"\"%s\" kural kalıbı geçerli değil, iki gruba ihtiyacı var:\n" -"\t- İlki Uygulama Tanımlayıcı için (genellikle 2 ila 4 basamak);\n" -"\t- İkincisi değeri yakalamak için." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "'%(rule)s' kural kalıbı geçerli bir Regex değildir: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Barkod kuralı \"%s\" deseninde bir sorun var.\n" -"Bu kural ondalık sayı kullanıyorsa, Uygulama Tanımlayıcısı için son karakter " -"olarak bir rakamdan başka bir zaman alamadığını kontrol edin.\n" -"Ayrıca olası eşleşen değerlerin yalnızca rakam olabileceğini kontrol edin, " -"aksi takdirde değer bir ölçü olarak kullanılamaz." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Bu İsimlendirme, GS1 spesifikasyonunu kullanır, bu tür bir isimlendirmede " -"sadece GS1-128 kodlama kuralları kabul edilir." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Bu barkod, herhangi bir barkod kuralı tarafından ayrıştırılamaz." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Bu barkod kısmen veya tamamen ayrıştırılamaz." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Bu kural okunan barkod yalnızca belirtilen kodlama ile barkod kodlanmış ise " -"uygulanacaktır." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Tip" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Bir GS1 barkod isimlendirme deseni eşleştirildi. Ancak barkod geçerli bir " -#~ "tarihe dönüştürülemedi: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/uk.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/uk.po deleted file mode 100644 index 8498ef9..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/uk.po +++ /dev/null @@ -1,282 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Weblate , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-11-16 15:23+0000\n" -"Last-Translator: Weblate \n" -"Language-Team: Ukrainian \n" -"Language: uk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Алфавітно-цифрова назва" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Альтернативний роздільник регулярного виразу для FNC1. Роздільник не має " -"збігатися з початком/кінцем жодного пов’язаного шаблону правил." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Пов'язана од. вим." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Номенклатура штрих-кодів" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Правило штрих-коду" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Дата вжити до" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Дата" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Десятковий" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Розташування призначення" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Назва для відображення" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Кодування" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Термін дії" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Роздільник FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Тип вмісту GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Маршрутизація HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Якщо True, використовуйте останню цифру AI, щоб визначити, де знаходиться " -"перший десятковий" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Недійсний штрих-код: не можна відформатувати як дату" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Недійсний штрих-код: знаки чеку некоректні" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Є номенклатурою GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Розташування" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Партія" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Міра" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Числовий ідентифікатор" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Дата пакування" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Упаковка" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Тип упаковки" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Кількість" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"Альтернативний роздільник FNC1 не є коректним регулярним виразом: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Паттерн правила \"%s\" недійсний, він вимагає дві групи:\n" -"\t- Перша модуля ідентифікатора (зазвичай від 2 до 4 чисел);\n" -"\t- Друга для отримання значення." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "Паттерн правила '%(rule)s' є недійсним виразом: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Щось не так із паттерном правила штрих-коду \"%s\".\n" -"Якщо це правило використовує десяткові числа, перевірте, чи він не може " -"отримати тільки цифру як останній символ для модуля ідентифікатора.\n" -"Перевірте також, чи збігаються значення, які можуть бути лише цифрами, " -"інакше значення не може бути використано як міра." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Ця номенклатура використовує специфікацію GS1, лише дозволені правила " -"кодування GS1-128 є правильною номенклатурою." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "Цей штрих-код не може бути розділений жодним правилом." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Штрих-код не може бути частково чи повністю розділений." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Дане правило діятиме, тільки якщо штрих-код закодовано точно зазначеним " -"кодуванням" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Тип" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "Знайдено збіг із шаблоном номенклатури штрих-коду GS1. Однак, штрих-код " -#~ "не вдалося перетворити на дійсну дату: '%(error_message)'" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/uz.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/uz.po deleted file mode 100644 index 772308c..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/uz.po +++ /dev/null @@ -1,324 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# -# Translated by: -# Deepvision - info@deepvision.uz | +998 77-093-0007 -# Amon Olimov - amon.bars@gmail.com -# Jonibek Yorqulov - j.yorqulov@deepvision.uz -# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com -# -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 19.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-10-08 18:37+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: uz\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -#, fuzzy -msgid "Alpha-Numeric Name" -msgstr "Alfa-raqamli nom" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -#, fuzzy -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"FNC1 uchun muqobil regex ajratuvchisi. Ajratuvchi har qanday tegishli " -"qoidalar naqshining boshi/oxiriga mos kelmasligi kerak." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -#, fuzzy -msgid "Associated Uom" -msgstr "Bog‘liq o‘lchov birligi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -#, fuzzy -msgid "Barcode Nomenclature" -msgstr "Shtrix-kod nomenklaturasi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -#, fuzzy -msgid "Barcode Rule" -msgstr "Shtrix-kod qoidasi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -#, fuzzy -msgid "Best before Date" -msgstr "Eng yaxshi ishlatish muddati" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -#, fuzzy -msgid "Date" -msgstr "Sana" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -#, fuzzy -msgid "Decimal" -msgstr "O‘nlik kasr" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -#, fuzzy -msgid "Destination location" -msgstr "Borish manzili" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -#, fuzzy -msgid "Display Name" -msgstr "Ko‘rsatiladigan nom" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -#, fuzzy -msgid "Encoding" -msgstr "Kodlash" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -#, fuzzy -msgid "Expiration Date" -msgstr "Yaroqlilik muddati" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -#, fuzzy -msgid "FNC1 Separator" -msgstr "FNC1 ajratuvchisi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -#, fuzzy -msgid "GS1 Content Type" -msgstr "GS1 kontent turi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -#, fuzzy -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -#, fuzzy -msgid "HTTP Routing" -msgstr "HTTP yo‘naltirish" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -#, fuzzy -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -#, fuzzy -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Agar \"True\" bo‘lsa, birinchi o‘nlik kasr qayerda joylashganini aniqlash " -"uchun AI ning oxirgi raqamidan foydalaning" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -#, fuzzy -msgid "Invalid barcode: can't be formated as date" -msgstr "Yaroqsiz shtrix-kod: sana formatiga o‘tkazib bo‘lmaydi" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -#, fuzzy -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Yaroqsiz shtrix-kod: tekshiruv raqami noto‘g‘ri" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -#, fuzzy -msgid "Is GS1 Nomenclature" -msgstr "GS1 nomenklaturasimi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -#, fuzzy -msgid "Location" -msgstr "Joylashuv" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -#, fuzzy -msgid "Lot" -msgstr "Partiya" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -#, fuzzy -msgid "Measure" -msgstr "O‘lchov" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -#, fuzzy -msgid "Numeric Identifier" -msgstr "Raqamli identifikator" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -#, fuzzy -msgid "Pack Date" -msgstr "Qadoqlash sanasi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -#, fuzzy -msgid "Package" -msgstr "Paket" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -#, fuzzy -msgid "Package Type" -msgstr "Paket turi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -#, fuzzy -msgid "Quantity" -msgstr "Miqdor" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -#, fuzzy -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1 ajratuvchisi alternativasi yaroqli Regex emas: %(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -#, fuzzy -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1 kontent turi qoidaning shtrix-kodni qanday ma'lumot sifatida qayta " -"ishlashini belgilaydi: * Sana: shtrix-kod Odoo vaqt formatiga " -"o‘tkaziladi; * O‘lchov: shtrix-kod qiymati ma'lum bir o‘lchov " -"birligiga bog‘liq; * Raqamli identifikator: ma'lum kodlashga ega " -"belgilangan uzunlikdagi shtrix-kod; * Alfa-raqamli nom: o‘zgaruvchan " -"uzunlikdagi shtrix-kod." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -#, fuzzy -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"\"%s\" qoida naqshi yaroqsiz, u ikkita guruhga ega bo‘lishi kerak: - " -"Birinchisi dastur identifikatori uchun (odatda 2-4 raqam); \t- Ikkinchisi " -"qiymatni aniqlash uchun." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -#, fuzzy -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "'%(rule)s' qoidasi naqshi yaroqli Regex emas: %(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -#, fuzzy -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"\"%s\" shtrix-kod qoidasi naqshida xatolik mavjud. Agar bu qoida o‘nlik " -"kasrni ishlatsa, dastur identifikatori uchun oxirgi belgi hech qachon " -"raqamdan boshqa bo‘lmasligini tekshiring. Shuningdek, mumkin bo‘lgan mos " -"keladigan qiymatlar faqat raqamlar bo‘lishi kerakligini tekshiring, aks " -"holda qiymat o‘lchov sifatida o‘tkazilmaydi." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -#, fuzzy -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Ushbu nomenklatura GS1 spetsifikatsiyasidan foydalanadi, faqat GS1-128 " -"kodlash qoidalari ushbu turdagi nomenklaturada qabul qilinadi." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -#, fuzzy -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Bu shtrix-kodni hech qanday shtrix-kod qoidasi bilan tahlil qilib bo‘lmaydi." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -#, fuzzy -msgid "This barcode can't be partially or fully parsed." -msgstr "Bu shtrix-kodni qisman yoki to‘liq tahlil qilib bo‘lmaydi." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -#, fuzzy -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Bu qoida faqat shtrix-kod ko‘rsatilgan kodlash bilan kodlangan bo‘lsagina " -"qo‘llaniladi" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -#, fuzzy -msgid "Type" -msgstr "Tur" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/vi.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/vi.po deleted file mode 100644 index fdabb8b..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/vi.po +++ /dev/null @@ -1,286 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Dylan Kiss (dyki)" , 2025. -# "Thi Huong Nguyen (thng)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-03 12:35+0000\n" -"Last-Translator: \"Thi Huong Nguyen (thng)\" \n" -"Language-Team: Vietnamese \n" -"Language: vi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"Một mẫu danh pháp mã vạch GS1 đã được khớp. Tuy nhiên, mã vạch không thể " -"được chuyển đổi thành ngày hợp lệ: '%(error_message)s'" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "Tên chứa chữ và số" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"Dấu phân cách biểu thức chính quy thay thế cho FNC1 . Ký tự phân tách không " -"được khớp với phần đầu/cuối của bất kỳ mẫu quy tắc liên quan nào." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "Đơn vị tính liên kết" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "Danh pháp mã vạch" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "Quy tắc mã vạch" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "Sử dụng tốt nhất trước ngày" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "Ngày" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "Số thập phân" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "Vị trí đích" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "Tên hiển thị" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "Mã hoá" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "Ngày hết hạn" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "Ký tự phân tách FNC1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "Loại nội dung GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "Định tuyến HTTP" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "" -"Nếu Đúng, hãy sử dụng chữ số cuối cùng của AI để xác định vị trí của số thập " -"phân đầu tiên" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "Mã vạch không hợp lệ: không thể định dạng thành ngày" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "Mã vạch không hợp lệ: chữ số kiểm tra không chính xác" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "Là danh pháp GS1" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "Vị trí" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "Lô" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "Chỉ số" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "Mã dạng số" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "Ngày đóng hàng" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "Kiện hàng" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "Loại kiện hàng" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "Số lượng" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "" -"Thay thế dấu phân cách FNC1 không phải là một biểu thức chính quy hợp lệ: %" -"(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"Loại nội dung GS1 xác định loại dữ liệu mà quy tắc sẽ xử lý mã vạch " -"thành: * Ngày: mã vạch sẽ được chuyển đổi thành ngày giờ của " -"Odoo; * Đơn vị tính: giá trị của mã vạch liên quan đến một đơn vị cụ " -"thể; * Mã dạng số: mã vạch có độ dài cố định theo một cách mã hóa cụ " -"thể; * Tên chứa chữ và số: mã vạch có độ dài không cố định." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"Mẫu quy tắc \"%s\" không hợp lệ, cần hai nhóm:\n" -"\t- Nhóm đầu tiên dành cho Mã ứng dụng (thường là 2 đến 4 chữ số);\n" -"\t- Nhóm thứ hai để ghi nhận giá trị." - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "" -"Mẫu quy tắc '%(rule)s' không phải là một biểu thức chính quy hợp lệ: %" -"(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"Đã xảy ra lỗi với mẫu quy tắc mã vạch \"%s\".\n" -"Nếu quy tắc này sử dụng số thập phân, hãy đảm bảo rằng ký tự cuối cùng của " -"Mã ứng dụng phải là một chữ số.\n" -"Ngoài ra, hãy đảm bảo các giá trị có thể khớp phải là chữ số, nếu không, giá " -"trị không thể được sử dụng làm đơn vị tính." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "" -"Danh pháp này sử dụng quy định kỹ thuật GS1, chỉ các quy tắc mã hóa GS1-128 " -"được chấp nhận là loại danh pháp này." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "" -"Không thể phân tích cú pháp mã vạch này theo bất kỳ quy tắc mã vạch nào." - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "Không thể phân tích cú pháp một phần hoặc toàn bộ mã vạch này." - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "" -"Quy tắc này sẽ chỉ áp dụng nếu mã vạch được mã hóa bằng cách mã hóa được chỉ " -"định" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "Loại" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/zh_CN.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/zh_CN.po deleted file mode 100644 index f962fb2..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/zh_CN.po +++ /dev/null @@ -1,276 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# "Tiffany Chang (tic)" , 2025. -# "Chloe Wang (chwa)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-12-02 14:57+0000\n" -"Last-Translator: \"Chloe Wang (chwa)\" \n" -"Language-Team: Chinese (Simplified Han script) \n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.14.3\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" -"已匹配 GS1 条形码命名模式。但条形码未能转换为有效日期:'%(error_message)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "字母数字名称" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"FNC1的替代性正则表达式分隔符。分隔符不能与任何相关规则模式的开始/结束匹配。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "相关联的Uom" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "条码命名规则" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "条码规则" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "在此日期前最佳" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "日期" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "小数" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "目的位置" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "显示名称" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "编码" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "有效期" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1分离器" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1内容类型" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP 路由" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "ID" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "如果为真,使用AI的最后一位数字来确定第一个小数的位置" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "条形码无效:无法格式化为日期" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "条形码无效:检查数字不正确" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "是否是GS1 术语" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "位置" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "批次" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "测量" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "数值标识符" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "包装日期" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "服务包" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "包裹类型" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "数量" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1 分隔符替代方案不是有效的正则表达式:%(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1 内容类型定义了规则将条形码处理为何种数据: * 日期:条形码将转换为 Odoo 日" -"期; * 度量:条形码的值与特定单位相关; * 数字标识符:按照特定编码的固定长度" -"条形码; * 字母数字名称:长度可变的条形码。" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"规则模式\"%s\"无效,它需要两组。\n" -"\t- 第一组是应用标识符(通常为 2 到 4 位数字)。\n" -"\t- 第二组捕捉值。" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "规则模式“%(rule)s”不是有效的正则表达式:%(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"条码规则\"%s\"模式有问题。\n" -"如果该规则使用十进制,请检查应用程序标识符的最后一个字符是否为数字。\n" -"还要检查可能匹配的值只能是数字,否则该值不能被转换为度量值。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "此命名规范采用 GS1 规范,只接受 GS1-128 编码规则。" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "这个条形码不能被任何条形码规则所解析。" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "这个条形码不能被部分或完全解析。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "这条规则只应用于特殊编码的条形码" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "类型" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "" -#~ "匹配了 GS1 条形码命名模式。但是,条形码未能转换为有效日期:'%" -#~ "(error_message)" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/zh_TW.po b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/zh_TW.po deleted file mode 100644 index ad72c1b..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/i18n/zh_TW.po +++ /dev/null @@ -1,277 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * barcodes_gs1_nomenclature -# -# Translators: -# Wil Odoo, 2025 -# -# Ho Pak Wai , 2025. -# "Tony Ng (ngto)" , 2025. -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server saas~18.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-01-25 18:36+0000\n" -"PO-Revision-Date: 2025-10-27 07:02+0000\n" -"Last-Translator: \"Tony Ng (ngto)\" \n" -"Language-Team: Chinese (Traditional Han script) \n" -"Language: zh_TW\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12.2\n" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"A GS1 barcode nomenclature pattern was matched. However, the barcode failed " -"to be converted to a valid date: '%(error_message)s'" -msgstr "" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__alpha -msgid "Alpha-Numeric Name" -msgstr "字母數字名稱" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "" -"Alternative regex delimiter for the FNC1. The separator must not match the " -"begin/end of any related rules pattern." -msgstr "" -"FNC1的替代性正則表達式分隔符。分隔符不能與任何相關規則模式的開始/結束匹配。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__associated_uom_id -msgid "Associated Uom" -msgstr "關聯的計量單位" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_nomenclature -msgid "Barcode Nomenclature" -msgstr "條碼命名規則" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_barcode_rule -msgid "Barcode Rule" -msgstr "條碼規則" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__use_date -msgid "Best before Date" -msgstr "最佳日期" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__date -msgid "Date" -msgstr "日期" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "Decimal" -msgstr "小數" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location_dest -msgid "Destination location" -msgstr "目的庫位" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__display_name -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__display_name -msgid "Display Name" -msgstr "顯示名稱" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "Encoding" -msgstr "編碼" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__expiration_date -msgid "Expiration Date" -msgstr "過期日期" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__gs1_separator_fnc1 -msgid "FNC1 Separator" -msgstr "FNC1分離器" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "GS1 Content Type" -msgstr "GS1 內容類型" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__encoding__gs1-128 -msgid "GS1-128" -msgstr "GS1-128" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model,name:barcodes_gs1_nomenclature.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP 路由" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__id -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_ir_http__id -msgid "ID" -msgstr "識別號" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_decimal_usage -msgid "" -"If True, use the last digit of AI to determine where the first decimal is" -msgstr "如果為真,使用AI的最後一位數字來確定第一個小數的位置" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: can't be formated as date" -msgstr "條碼無效:無法格式化為日期" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "Invalid barcode: the check digit is incorrect" -msgstr "條碼無效:校驗位不正確" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "Is GS1 Nomenclature" -msgstr "是 GS1 命名法" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__location -msgid "Location" -msgstr "地點" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__lot -msgid "Lot" -msgstr "批次" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__measure -msgid "Measure" -msgstr "測量" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__gs1_content_type__identifier -msgid "Numeric Identifier" -msgstr "數字標識符" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__pack_date -msgid "Pack Date" -msgstr "包裝日期" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package -msgid "Package" -msgstr "包裹" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__package_type -msgid "Package Type" -msgstr "包裝類型" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields.selection,name:barcodes_gs1_nomenclature.selection__barcode_rule__type__quantity -msgid "Quantity" -msgstr "數量" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "The FNC1 Separator Alternative is not a valid Regex: %(error)s" -msgstr "FNC1 替代分隔符不是有效的 Regex 正規表達式:%(error)s" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__gs1_content_type -msgid "" -"The GS1 content type defines what kind of data the rule will process the " -"barcode as: * Date: the barcode will be converted into a Odoo " -"datetime; * Measure: the barcode's value is related to a specific " -"unit; * Numeric Identifier: fixed length barcode following a specific " -"encoding; * Alpha-Numeric Name: variable length barcode." -msgstr "" -"GS1 內容類型定義了規則會把條碼處理成哪種數據。 * 日期:條碼會被轉換為 " -"Odoo 日期時間格式; * 量度:條碼值與特定單位相關; * 數字標識" -"符:遵循特定編碼的固定長度條碼; * 英數名稱:可變長度條碼。" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "" -"The rule pattern \"%s\" is not valid, it needs two groups:\n" -"\t- A first one for the Application Identifier (usually 2 to 4 digits);\n" -"\t- A second one to catch the value." -msgstr "" -"規則模式“%s”無效,它需要兩個組:\n" -"- 應用程序標識符的第一個(通常為 2 到 4 位數字);\n" -"- 第二個捕獲值。" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_rule.py:0 -msgid "The rule pattern '%(rule)s' is not a valid Regex: %(error)s" -msgstr "規則格式「%(rule)s」不是有效的 Regex 正規表達式:%(error)s" - -#. module: barcodes_gs1_nomenclature -#. odoo-python -#: code:addons/barcodes_gs1_nomenclature/models/barcode_nomenclature.py:0 -msgid "" -"There is something wrong with the barcode rule \"%s\" pattern.\n" -"If this rule uses decimal, check it can't get sometime else than a digit as " -"last char for the Application Identifier.\n" -"Check also the possible matched values can only be digits, otherwise the " -"value can't be casted as a measure." -msgstr "" -"條碼規則“%s”模式有問題。\n" -"如果此規則使用十進制,請檢查它不能在某個時間將數字作為應用程序標識符的最後一" -"個字符。\n" -"還檢查可能的匹配值只能是數字,否則該值不能被轉換為度量。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_nomenclature__is_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__is_gs1_nomenclature -msgid "" -"This Nomenclature use the GS1 specification, only GS1-128 encoding rules is " -"accepted is this kind of nomenclature." -msgstr "此命名法使用 GS1 規範,僅接受 GS1-128 編碼規則是這種命名法。" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be parsed by any barcode rules." -msgstr "任何條碼規則都無法解析此條碼。" - -#. module: barcodes_gs1_nomenclature -#. odoo-javascript -#: code:addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js:0 -msgid "This barcode can't be partially or fully parsed." -msgstr "無法部分或完全解析此條碼。" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,help:barcodes_gs1_nomenclature.field_barcode_rule__encoding -msgid "" -"This rule will apply only if the barcode is encoded with the specified " -"encoding" -msgstr "這條規則將只適用於特定編碼的條碼" - -#. module: barcodes_gs1_nomenclature -#: model:ir.model.fields,field_description:barcodes_gs1_nomenclature.field_barcode_rule__type -msgid "Type" -msgstr "類型" - -#~ msgid "" -#~ "A GS1 barcode nomenclature pattern was matched. However, the barcode " -#~ "failed to be converted to a valid date: '%(error_message)'" -#~ msgstr "條碼符合 GS1 條碼命名格式,但未能轉換為有效日期:%(error_message)" diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/__init__.py b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/__init__.py deleted file mode 100644 index d979a29..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -from . import barcode_nomenclature -from . import barcode_rule -from . import ir_http diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/barcode_nomenclature.py b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/barcode_nomenclature.py deleted file mode 100644 index a8ea5a8..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/barcode_nomenclature.py +++ /dev/null @@ -1,205 +0,0 @@ -import re -import datetime -import calendar - -from odoo import api, fields, models, _ -from odoo.exceptions import ValidationError -from odoo.fields import Domain -from odoo.tools.barcode import get_barcode_check_digit - -FNC1_CHAR = '\x1D' - - -class BarcodeNomenclature(models.Model): - _inherit = 'barcode.nomenclature' - - is_gs1_nomenclature = fields.Boolean( - string="Is GS1 Nomenclature", - help="This Nomenclature use the GS1 specification, only GS1-128 encoding rules is accepted is this kind of nomenclature.") - gs1_separator_fnc1 = fields.Char( - string="FNC1 Separator", trim=False, default=r'(Alt029|#|\x1D)', - help="Alternative regex delimiter for the FNC1. The separator must not match the begin/end of any related rules pattern.") - - @api.constrains('gs1_separator_fnc1') - def _check_pattern(self): - for nom in self: - if nom.is_gs1_nomenclature and nom.gs1_separator_fnc1: - try: - re.compile("(?:%s)?" % nom.gs1_separator_fnc1) - except re.error as error: - raise ValidationError(_("The FNC1 Separator Alternative is not a valid Regex: %(error)s", error)) - - @api.model - def gs1_date_to_date(self, gs1_date): - """ Converts a GS1 date into a datetime.date. - - :param gs1_date: A year formated as yymmdd - :type gs1_date: str - :return: converted date - :rtype: datetime.date - """ - # See 7.12 Determination of century in dates: - # https://www.gs1.org/sites/default/files/docs/barcodes/GS1_General_Specifications.pdf - now = datetime.date.today() - current_century = now.year // 100 - substract_year = int(gs1_date[0:2]) - (now.year % 100) - century = (51 <= substract_year <= 99 and current_century - 1) or\ - (-99 <= substract_year <= -50 and current_century + 1) or\ - current_century - year = century * 100 + int(gs1_date[0:2]) - - if gs1_date[-2:] == '00': # Day is not mandatory, when not set -> last day of the month - date = datetime.datetime.strptime(str(year) + gs1_date[2:4], '%Y%m') - date = date.replace(day=calendar.monthrange(year, int(gs1_date[2:4]))[1]) - else: - try: - date = datetime.datetime.strptime(str(year) + gs1_date[2:], '%Y%m%d') - except ValueError as e: - raise ValidationError(_( - "A GS1 barcode nomenclature pattern was matched. However, the barcode failed to be converted to a valid date: '%(error_message)s'", - error_message=e - )) - return date.date() - - def parse_gs1_rule_pattern(self, match, rule): - result = { - 'rule': rule, - 'type': rule.type, - 'ai': match.group(1), - 'string_value': match.group(2), - } - if rule.gs1_content_type == 'measure': - try: - decimal_position = 0 # Decimal position begins at the end, 0 means no decimal. - if rule.gs1_decimal_usage: - decimal_position = int(match.group(1)[-1]) - if decimal_position > 0: - result['value'] = float(match.group(2)[:-decimal_position] + "." + match.group(2)[-decimal_position:]) - else: - result['value'] = int(match.group(2)) - except Exception: - raise ValidationError(_( - "There is something wrong with the barcode rule \"%s\" pattern.\n" - "If this rule uses decimal, check it can't get sometime else than a digit as last char for the Application Identifier.\n" - "Check also the possible matched values can only be digits, otherwise the value can't be casted as a measure.", - rule.name)) - elif rule.gs1_content_type == 'identifier': - # Check digit and remove it of the value - if match.group(2)[-1] != str(get_barcode_check_digit("0" * (18 - len(match.group(2))) + match.group(2))): - return None - result['value'] = match.group(2) - elif rule.gs1_content_type == 'date': - if len(match.group(2)) != 6: - return None - result['value'] = self.gs1_date_to_date(match.group(2)) - else: # when gs1_content_type == 'alpha': - result['value'] = match.group(2) - return result - - def gs1_decompose_extended(self, barcode): - """Try to decompose the gs1 extended barcode into several unit of information using gs1 rules. - - Return a ordered list of dict - """ - self.ensure_one() - separator_group = FNC1_CHAR + "?" - if self.gs1_separator_fnc1: - separator_group = "(?:%s)?" % self.gs1_separator_fnc1 - # zxing-library patch, removing GS1 identifiers - for identifier in [']C1', ']e0', ']d2', ']Q3', ']J1', FNC1_CHAR]: - if barcode.startswith(identifier): - barcode = barcode.replace(identifier, '', 1) - break - results = [] - gs1_rules = self.rule_ids.filtered(lambda r: r.encoding == 'gs1-128') - - def find_next_rule(remaining_barcode): - for rule in gs1_rules: - match = re.search("^" + rule.pattern + separator_group, remaining_barcode) - # If match and contains 2 groups at minimun, the first one need to be the AI and the second the value - # We can't use regex nammed group because in JS, it is not the same regex syntax (and not compatible in all browser) - if match and len(match.groups()) >= 2: - res = self.parse_gs1_rule_pattern(match, rule) - if res: - return res, remaining_barcode[match.end():] - return None - - while len(barcode) > 0: - res_bar = find_next_rule(barcode) - # Cannot continue -> Fail to decompose gs1 and return - if not res_bar or res_bar[1] == barcode: - return None - barcode = res_bar[1] - results.append(res_bar[0]) - - return results - - def parse_nomenclature_barcode(self, barcode): - if self.is_gs1_nomenclature: - return self.gs1_decompose_extended(barcode) - return super().parse_nomenclature_barcode(barcode) - - @api.model - def _preprocess_gs1_search_args(self, domain, barcode_types, field='barcode'): - """Helper method to preprocess 'domain' in _search method to add support to - search with GS1 barcode result. - Cut off the padding if using GS1 and searching on barcode. If the barcode - is only digits to keep the original barcode part only. - """ - domain = Domain(domain) - nomenclature = self.env.company.nomenclature_id - if not self.env.context.get('skip_preprocess_gs1'): - def map_gs1_barcode(condition): - if condition.field_expr != field or not nomenclature.is_gs1_nomenclature: - return condition - # Check operator - # handle `in` first and check the rest - operator = condition.operator - value = condition.value - if not value: - return condition - - if operator in ('in', 'not in') and len(value) > 1: - sub_domain = Domain.OR( - map_gs1_barcode(Domain(field, '=', v)) - for v in value - ) - if operator == 'not in': - sub_domain = ~sub_domain - return sub_domain - if operator in ('in', 'not in'): - operator = '=' if operator == 'in' else '!=' - value = next(iter(value)) - elif operator not in ('ilike', 'not ilike', '=', '!='): - return condition - - # Parse the value - if not value: - return condition - try: - parsed_data = nomenclature.parse_barcode(value) or [] - except (ValidationError, ValueError): - parsed_data = [] - - replacing_operator = 'ilike' if operator in ['ilike', '='] else 'not ilike' - for data in parsed_data: - data_type = data['type'] - value = data['value'] - if data_type in barcode_types: - if data_type == 'lot': - return Domain(field, operator, value) - match = re.match('0*([0-9]+)$', str(value)) - if match: - unpadded_barcode = match.groups()[0] - return Domain(field, replacing_operator, unpadded_barcode) - break - - # The barcode isn't a valid GS1 barcode, checks if it can be unpadded. - if not parsed_data: - match = re.match('0+([0-9]+)$', value) - if match: - return Domain(field, replacing_operator, match.groups()[0]) - return condition - - domain = domain.map_conditions(map_gs1_barcode) - return domain diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/barcode_rule.py b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/barcode_rule.py deleted file mode 100644 index 2c4478f..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/barcode_rule.py +++ /dev/null @@ -1,69 +0,0 @@ -import re - -from odoo import api, fields, models, _ -from odoo.exceptions import ValidationError - - -class BarcodeRule(models.Model): - _inherit = 'barcode.rule' - - def _default_encoding(self): - return 'gs1-128' if self.env.context.get('is_gs1') else 'any' - - encoding = fields.Selection( - selection_add=[('gs1-128', 'GS1-128')], default=_default_encoding, - ondelete={'gs1-128': 'set default'}) - type = fields.Selection( - selection_add=[ - ('quantity', 'Quantity'), - ('location', 'Location'), - ('location_dest', 'Destination location'), - ('lot', 'Lot number'), - ('package', 'Package'), - ('use_date', 'Best before Date'), - ('expiration_date', 'Expiration Date'), - ('package_type', 'Package Type'), - ('pack_date', 'Pack Date'), - ], ondelete={ - 'quantity': 'set default', - 'location': 'set default', - 'location_dest': 'set default', - 'lot': 'set default', - 'package': 'set default', - 'use_date': 'set default', - 'expiration_date': 'set default', - 'package_type': 'set default', - 'pack_date': 'set default', - }) - is_gs1_nomenclature = fields.Boolean(related="barcode_nomenclature_id.is_gs1_nomenclature") - gs1_content_type = fields.Selection([ - ('date', 'Date'), - ('measure', 'Measure'), - ('identifier', 'Numeric Identifier'), - ('alpha', 'Alpha-Numeric Name'), - ], string="GS1 Content Type", - help="The GS1 content type defines what kind of data the rule will process the barcode as:\ - * Date: the barcode will be converted into a Odoo datetime;\ - * Measure: the barcode's value is related to a specific unit;\ - * Numeric Identifier: fixed length barcode following a specific encoding;\ - * Alpha-Numeric Name: variable length barcode.") - gs1_decimal_usage = fields.Boolean('Decimal', help="If True, use the last digit of AI to determine where the first decimal is") - associated_uom_id = fields.Many2one('uom.uom') - - @api.constrains('pattern') - def _check_pattern(self): - gs1_rules = self.filtered(lambda rule: rule.encoding == 'gs1-128') - for rule in gs1_rules: - try: - re.compile(rule.pattern) - except re.error as error: - raise ValidationError(_("The rule pattern '%(rule)s' is not a valid Regex: %(error)s", rule=rule.name, error=error)) - groups = re.findall(r'\([^)]*\)', rule.pattern) - if len(groups) != 2: - raise ValidationError(_( - "The rule pattern \"%s\" is not valid, it needs two groups:" - "\n\t- A first one for the Application Identifier (usually 2 to 4 digits);" - "\n\t- A second one to catch the value.", - rule.name)) - - super(BarcodeRule, (self - gs1_rules))._check_pattern() diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/ir_http.py b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/ir_http.py deleted file mode 100644 index 9a42eb9..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/models/ir_http.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from odoo import models - - -class IrHttp(models.AbstractModel): - _inherit = 'ir.http' - - def session_info(self): - res = super().session_info() - nomenclature = self.env.company.sudo().nomenclature_id - if not nomenclature.is_gs1_nomenclature: - return res - res['gs1_group_separator_encodings'] = nomenclature.gs1_separator_fnc1 - return res diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js deleted file mode 100644 index 1978dd9..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js +++ /dev/null @@ -1,179 +0,0 @@ -import { patch } from "@web/core/utils/patch"; -import { BarcodeParser } from "@barcodes/js/barcode_parser"; -import { _t } from "@web/core/l10n/translation"; -export class GS1BarcodeError extends Error {}; - -export const FNC1_CHAR = String.fromCharCode(29); - -patch(BarcodeParser, { - barcodeNomenclatureFields: [ - ...BarcodeParser.barcodeNomenclatureFields, - "is_gs1_nomenclature", - "gs1_separator_fnc1", - ], - barcodeRuleFields: [ - ...BarcodeParser.barcodeRuleFields, - "gs1_content_type", - "gs1_decimal_usage", - "associated_uom_id", - ], -}); - -patch(BarcodeParser.prototype, { - setup(attributes) { - super.setup(...arguments); - // Use the nomenclature's separaor regex, else use an impossible one. - const nomenclatureSeparator = this.nomenclature && this.nomenclature.gs1_separator_fnc1; - this.gs1SeparatorRegex = new RegExp(nomenclatureSeparator || '.^', 'g'); - }, - - /** - * Convert YYMMDD GS1 date into a Date object - * - * @param {string} gs1Date YYMMDD string date, length must be 6 - * @returns {Date} - */ - gs1_date_to_date(gs1Date) { - // See 7.12 Determination of century in dates: - // https://www.gs1.org/sites/default/files/docs/barcodes/GS1_General_Specifications.pdfDetermination of century - const now = new Date(); - const substractYear = parseInt(gs1Date.slice(0, 2)) - (now.getFullYear() % 100); - let century = Math.floor(now.getFullYear() / 100); - if (51 <= substractYear && substractYear <= 99) { - century--; - } else if (-99 <= substractYear && substractYear <= -50) { - century++; - } - const year = century * 100 + parseInt(gs1Date.slice(0, 2)); - const date = new Date(year, parseInt(gs1Date.slice(2, 4) - 1)); - - if (gs1Date.slice(-2) === '00'){ - // Day is not mandatory, when not set -> last day of the month - date.setDate(new Date(year, parseInt(gs1Date.slice(2, 4)), 0).getDate()); - } else { - date.setDate(parseInt(gs1Date.slice(-2))); - } - return date; - }, - - /** - * Perform interpretation of the barcode value depending of the rule.gs1_content_type - * - * @param {Array} match Result of a regex match with atmost 2 groups (ia and value) - * @param {Object} rule Matched Barcode Rule - * @returns {Object|null} - */ - parse_gs1_rule_pattern(match, rule) { - const result = { - rule: Object.assign({}, rule), - ai: match[1], - string_value: match[2], - code: match[2], - base_code: match[2], - type: rule.type - }; - if (rule.gs1_content_type === 'measure'){ - let decimalPosition = 0; // Decimal position begin at the end, 0 means no decimal - if (rule.gs1_decimal_usage){ - decimalPosition = parseInt(match[1][match[1].length - 1]); - } - if (decimalPosition > 0) { - const integral = match[2].slice(0, match[2].length - decimalPosition); - const decimal = match[2].slice(match[2].length - decimalPosition); - result.value = parseFloat( integral + "." + decimal); - } else { - result.value = parseInt(match[2]); - } - } else if (rule.gs1_content_type === 'identifier'){ - if (parseInt(match[2][match[2].length - 1]) !== this.get_barcode_check_digit("0".repeat(18 - match[2].length) + match[2])){ - throw new Error(_t("Invalid barcode: the check digit is incorrect")); - // return {error: _t("Invalid barcode: the check digit is incorrect")}; - } - result.value = match[2]; - } else if (rule.gs1_content_type === 'date'){ - if (match[2].length !== 6){ - throw new Error(_t("Invalid barcode: can't be formated as date")); - // return {error: _t("Invalid barcode: can't be formated as date")}; - } - result.value = this.gs1_date_to_date(match[2]); - } else { - result.value = match[2]; - } - return result; - }, - - /** - * Try to decompose the gs1 extanded barcode into several unit of information using gs1 rules. - * - * @param {string} barcode - * @returns {Array} Array of object - */ - gs1_decompose_extended(barcode) { - const results = []; - const rules = this.nomenclature.rules.filter(rule => rule.encoding === 'gs1-128'); - const separatorReg = `(?:${FNC1_CHAR}+)?`; - barcode = this._convertGS1Separators(barcode); - barcode = this.cleanBarcode(barcode); - - while (barcode.length > 0) { - const barcodeLength = barcode.length; - for (const rule of rules) { - const match = barcode.match("^" + rule.pattern + separatorReg); - if (match && match.length >= 3) { - const res = this.parse_gs1_rule_pattern(match, rule); - if (res) { - barcode = barcode.slice(match.index + match[0].length); - results.push(res); - if (barcode.length === 0) { - return results; // Barcode completly parsed, no need to keep looping. - } - } else { - throw new GS1BarcodeError(_t("This barcode can't be parsed by any barcode rules.")); - } - } - } - if (barcodeLength === barcode.length) { - throw new GS1BarcodeError(_t("This barcode can't be partially or fully parsed.")); - } - } - - return results; - }, - - /** - * @override - * @returns {Object|Array|null} If nomenclature is GS1, returns an array or null - */ - parseBarcodeNomenclature(barcode) { - if (this.nomenclature && this.nomenclature.is_gs1_nomenclature) { - return this.gs1_decompose_extended(barcode); - } - return super.parseBarcodeNomenclature(...arguments); - }, - - /** - * Makes all needed operations to clean and prepare the barcode. - * @param {string} barcode - * @returns {string} - */ - cleanBarcode(barcode) { - if (barcode[0] === FNC1_CHAR) { - // If first character is the separator, remove it to be able to parse the barcode. - barcode = barcode.slice(1); - } - return barcode; - }, - - /** - * The FNC1 is the default GS1 separator character, but through the field `gs1_separator_fnc1`, - * the user has the possibility to define one or multiple characters to use as separator as - * a regex. This method replaces all of the matches in the given barcode by the FNC1. - * - * @param {string} barcode - * @returns {string} - */ - _convertGS1Separators: function (barcode) { - barcode = barcode.replace(this.gs1SeparatorRegex, FNC1_CHAR); - return barcode; - }, -}); diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/barcode_service.js b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/barcode_service.js deleted file mode 100644 index 70179d8..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/barcode_service.js +++ /dev/null @@ -1,16 +0,0 @@ -import { session } from "@web/session"; -import { patch } from "@web/core/utils/patch"; -import { barcodeService } from '@barcodes/barcode_service'; - -import { FNC1_CHAR } from "@barcodes_gs1_nomenclature/js/barcode_parser"; - - -patch(barcodeService, { - // Use the regex given by the session, else use an impossible one - gs1SeparatorRegex: new RegExp(session.gs1_group_separator_encodings || '.^', 'g'), - - cleanBarcode(barcode) { - barcode = barcode.replace(barcodeService.gs1SeparatorRegex, FNC1_CHAR); - return super.cleanBarcode(barcode); - }, -}); diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/tests/barcode_parser.test.js b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/tests/barcode_parser.test.js deleted file mode 100644 index 4095c5f..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/static/src/js/tests/barcode_parser.test.js +++ /dev/null @@ -1,255 +0,0 @@ -import { barcodeService } from "@barcodes/barcode_service"; -import { BarcodeParser } from "@barcodes/js/barcode_parser"; -import { expect, test } from "@odoo/hoot"; - -function buildBarcodeParser(diff = {}) { - const nomenclature = { - id: 2, - name: "GS1", - upc_ean_conv: "always", - is_gs1_nomenclature: true, - gs1_separator_fnc1: "", - rules: [ - { - id: 2, - name: "Global Trade Item Number (GTIN)", - barcode_nomenclature_id: 2, - sequence: 100, - encoding: "gs1-128", - pattern: "(01)(\\d{14})", - type: "product", - gs1_content_type: "identifier", - gs1_decimal_usage: false, - }, - { - id: 3, - name: "GTIN of contained trade items", - barcode_nomenclature_id: 2, - sequence: 101, - encoding: "gs1-128", - pattern: "(02)(\\d{14})", - type: "product", - gs1_content_type: "identifier", - gs1_decimal_usage: false, - }, - { - id: 4, - name: "Batch or lot number", - barcode_nomenclature_id: 2, - sequence: 102, - encoding: "gs1-128", - pattern: '(10)([!"%/0-9:?A-Za-z]{0,20})', - type: "product", - gs1_content_type: "alpha", - gs1_decimal_usage: false, - }, - { - id: 5, - name: "Serial number", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: '(21)([!"%/0-9:?A-Za-z]{0,20})', - type: "product", - gs1_content_type: "alpha", - gs1_decimal_usage: false, - }, - { - id: 6, - name: "Pack date (YYMMDD)", - barcode_nomenclature_id: 2, - sequence: 103, - encoding: "gs1-128", - pattern: "(13)(\\d{6})", - type: "pack_date", - gs1_content_type: "date", - gs1_decimal_usage: false, - }, - { - id: 7, - name: "Best before date (YYMMDD)", - barcode_nomenclature_id: 2, - sequence: 104, - encoding: "gs1-128", - pattern: "(15)(\\d{6})", - type: "use_date", - gs1_content_type: "date", - gs1_decimal_usage: false, - }, - { - id: 8, - name: "Expiration date (YYMMDD)", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: "(16)(\\d{6})", - type: "expiration_date", - gs1_content_type: "date", - gs1_decimal_usage: false, - }, - { - id: 9, - name: "Variable count of items (variabl", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: "(30)(\\d{0,8})", - type: "product", - gs1_content_type: "measure", - gs1_decimal_usage: false, - }, - { - id: 10, - name: "Count of trade items or trade it", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: "(37)(\\d{0,8})", - type: "product", - gs1_content_type: "measure", - gs1_decimal_usage: false, - }, - { - id: 11, - name: "Net weight, kilograms (variable", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: "(310[0-5])(\\d{6})", - type: "product", - gs1_content_type: "measure", - gs1_decimal_usage: true, - }, - { - id: 12, - name: "Length or first dimension, metre", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: "(311[0-5])(\\d{6})", - type: "product", - gs1_content_type: "measure", - gs1_decimal_usage: true, - }, - { - id: 13, - name: "Net volume, litres (variable mea", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: "(315[0-5])(\\d{6})", - type: "product", - gs1_content_type: "measure", - gs1_decimal_usage: true, - }, - { - id: 14, - name: "Length or first dimension, inche", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: "(321[0-5])(\\d{6})", - type: "product", - gs1_content_type: "measure", - gs1_decimal_usage: true, - }, - { - id: 15, - name: "Net weight (or volume), ounces (", - barcode_nomenclature_id: 2, - sequence: 105, - encoding: "gs1-128", - pattern: "(357[0-5])(\\d{6})", - type: "product", - gs1_content_type: "measure", - gs1_decimal_usage: true, - }, - ], - }; - return new BarcodeParser({ nomenclature: { ...nomenclature, ...diff } }); -} - -test("Test gs1 date barcode", async () => { - const barcodeNomenclature = buildBarcodeParser(); - - // 20/10/2015 -> 151020 - let dateGS1 = "151020"; - let date = barcodeNomenclature.gs1_date_to_date(dateGS1); - expect(date.getDate()).toBe(20); - expect(date.getMonth() + 1).toBe(10); - expect(date.getFullYear()).toBe(2015); - - // XX/03/2052 -> 520300 -> (if day no set take last day of the month -> 31) - dateGS1 = "520300"; - date = barcodeNomenclature.gs1_date_to_date(dateGS1); - expect(date.getDate()).toBe(31); - expect(date.getMonth() + 1).toBe(3); - expect(date.getFullYear()).toBe(2052); - - // XX/02/2020 -> 520200 -> (if day no set take last day of the month -> 29) - dateGS1 = "200200"; - date = barcodeNomenclature.gs1_date_to_date(dateGS1); - expect(date.getDate()).toBe(29); - expect(date.getMonth() + 1).toBe(2); - expect(date.getFullYear()).toBe(2020); -}); - -test("Test gs1 decompose extended", async () => { - const barcodeNomenclature = buildBarcodeParser(); - - // (01)94019097685457(10)33650100138(3102)002004(15)131018 - const code128 = "01940190976854571033650100138\x1D310200200415131018"; - let res = barcodeNomenclature.gs1_decompose_extended(code128); - expect(res.length).toBe(4); - expect(res[0].ai).toBe("01"); - - expect(res[1].ai).toBe("10"); - - expect(res[2].ai).toBe("3102"); - expect(res[2].value).toBe(20.04); - - expect(res[3].ai).toBe("15"); - expect(res[3].value.getFullYear()).toBe(2013); - expect(res[3].value.getDate()).toBe(18); - expect(res[3].value.getMonth() + 1).toBe(10); - - // Check multiple variants of the same GS1, the result should be always the same. - // (01)94019097685457(30)17(13)170119 - const gs1Barcodes = [ - "0194019097685457300000001713170119", - "\x1D0194019097685457300000001713170119", - "01940190976854573017\x1D13170119", - ]; - for (const gs1Barcode of gs1Barcodes) { - res = barcodeNomenclature.gs1_decompose_extended(gs1Barcode); - expect(res.length).toBe(3); - expect(res[0].ai).toBe("01"); - - expect(res[1].ai).toBe("30"); - expect(res[1].value).toBe(17); - - expect(res[2].ai).toBe("13"); - expect(res[2].value.getFullYear()).toBe(2017); - expect(res[2].value.getDate()).toBe(19); - expect(res[2].value.getMonth() + 1).toBe(1); - } -}); - -test("Test Alternative GS1 Separator (fnc1)", async () => { - let barcodeNomenclature = buildBarcodeParser(); - - // (21)12345(15)090101(16)100101 - const code128 = "2112345#1509010116100101"; - expect(() => { - barcodeNomenclature.gs1_decompose_extended(barcodeService.cleanBarcode(code128)); - }).toThrow(); - - // Reload the nomenclature but this time using '#' as separator. - barcodeNomenclature = buildBarcodeParser({ gs1_separator_fnc1: "#" }); - const res = barcodeNomenclature.gs1_decompose_extended(barcodeService.cleanBarcode(code128)); - expect(res.length).toBe(3); - expect(res[0].ai).toBe("21"); - expect(res[0].value).toBe("12345"); - expect(res[1].ai).toBe("15"); - expect(res[2].ai).toBe("16"); -}); diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/tests/__init__.py b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/tests/__init__.py deleted file mode 100644 index cdab5c7..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from . import test_barcodes_gs1_nomenclature diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/tests/test_barcodes_gs1_nomenclature.py b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/tests/test_barcodes_gs1_nomenclature.py deleted file mode 100644 index da69266..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/tests/test_barcodes_gs1_nomenclature.py +++ /dev/null @@ -1,144 +0,0 @@ -from odoo.exceptions import ValidationError -from odoo.fields import Domain -from odoo.tests.common import TransactionCase - - -class TestBarcodeGS1Nomenclature(TransactionCase): - def test_gs1_date_to_date(self): - barcode_nomenclature = self.env['barcode.nomenclature'] - # 20/10/2015 -> 151020 - date_gs1 = "151020" - date = barcode_nomenclature.gs1_date_to_date(date_gs1) - self.assertEqual(date.day, 20) - self.assertEqual(date.month, 10) - self.assertEqual(date.year, 2015) - - # XX/03/2052 -> 520300 -> (if day no set take last day of the month -> 31) - date_gs1 = "520300" - date = barcode_nomenclature.gs1_date_to_date(date_gs1) - self.assertEqual(date.day, 31) - self.assertEqual(date.month, 3) - self.assertEqual(date.year, 2052) - - # XX/02/2020 -> 520200 -> (if day no set take last day of the month -> 29) - date_gs1 = "200200" - date = barcode_nomenclature.gs1_date_to_date(date_gs1) - self.assertEqual(date.day, 29) - self.assertEqual(date.month, 2) - self.assertEqual(date.year, 2020) - - # GS1 barcode with invalid date - date_gs1 = "410551" - # The value should fail the GS1 date conversion logic and must raise a ValidationError. - with self.assertRaises(ValidationError): - barcode_nomenclature.gs1_date_to_date(date_gs1) - - def test_gs1_extanded_barcode_1(self): - barcode_nomenclature = self.env['barcode.nomenclature'].browse(self.ref('barcodes_gs1_nomenclature.default_gs1_nomenclature')) - # (01)94019097685457(10)33650100138(3102)002004(15)131018 - code128 = "\x1D01940190976854571033650100138\x1D310200200415131018" - res = barcode_nomenclature.gs1_decompose_extended(code128) - self.assertEqual(len(res), 4) - self.assertEqual(res[0]["ai"], "01") - - self.assertEqual(res[1]["ai"], "10") - - self.assertEqual(res[2]["ai"], "3102") - self.assertEqual(res[2]["value"], 20.04) - - self.assertEqual(res[3]["ai"], "15") - self.assertEqual(res[3]["value"].year, 2013) - self.assertEqual(res[3]["value"].day, 18) - self.assertEqual(res[3]["value"].month, 10) - - # (01)94019097685457(13)170119(30)17 - code128 = "0194019097685457131701193017" - res = barcode_nomenclature.gs1_decompose_extended(code128) - self.assertEqual(len(res), 3) - self.assertEqual(res[0]["ai"], "01") - - self.assertEqual(res[1]["ai"], "13") - self.assertEqual(res[1]["value"].year, 2017) - self.assertEqual(res[1]["value"].day, 19) - self.assertEqual(res[1]["value"].month, 1) - - self.assertEqual(res[2]["ai"], "30") - self.assertEqual(res[2]["value"], 17) - - def test_gs1_extanded_barcode_2_decimal(self): - """ Parses multiples barcode with (or without) a decimal value and - checks for each of them the value is correctly parsed. - """ - # Configures a barcode GS1 nomenclature... - barcode_nomenclature = self.env['barcode.nomenclature'].create({ - 'name': "GS1 Nomenclature - Test", - 'is_gs1_nomenclature': True, - }) - default_barcode_rule_vals = { - 'default_encoding': 'gs1-128', - 'default_barcode_nomenclature_id': barcode_nomenclature.id, - 'default_type': 'quantity', - 'default_gs1_content_type': 'measure', - } - # Creates a rule who don't take any decimal. - barcode_rule = self.env['barcode.rule'].with_context(default_barcode_rule_vals).create({ - 'name': "GS1 Rule Test - No Decimal", - 'pattern': r'(300)(\d{5,8})', - 'gs1_decimal_usage': False, - }) - # Creates a rule to take the four last digit as decimals. - barcode_rule_decimal = self.env['barcode.rule'].with_context(default_barcode_rule_vals).create({ - 'name': "GS1 Rule Test - Four Decimals", - 'pattern': r'(304)(\d{5,8})', - 'gs1_decimal_usage': True, - }) - - # Checks barcodes without decimals. - res = barcode_nomenclature.gs1_decompose_extended('30000000') - self.assertEqual(len(res), 1) - self.assertEqual(res[0]['string_value'], '00000') - self.assertEqual(res[0]['value'], 0) - - res = barcode_nomenclature.gs1_decompose_extended('30018789') - self.assertEqual(len(res), 1) - self.assertEqual(res[0]['string_value'], '18789') - self.assertEqual(res[0]['value'], 18789) - - res = barcode_nomenclature.gs1_decompose_extended('3001515000') - self.assertEqual(len(res), 1) - self.assertEqual(res[0]['string_value'], '1515000') - self.assertEqual(res[0]['value'], 1515000) - - # Checks barcodes with decimals. - res = barcode_nomenclature.gs1_decompose_extended('30400000') - self.assertEqual(len(res), 1) - self.assertEqual(res[0]['string_value'], '00000') - self.assertEqual(res[0]['value'], 0.0) - - res = barcode_nomenclature.gs1_decompose_extended('30418789') - self.assertEqual(len(res), 1) - self.assertEqual(res[0]['string_value'], '18789') - self.assertEqual(res[0]['value'], 1.8789) - - res = barcode_nomenclature.gs1_decompose_extended('3041515000') - self.assertEqual(len(res), 1) - self.assertEqual(res[0]['string_value'], '1515000') - self.assertEqual(res[0]['value'], 151.5) - - # Checks wrong configs will raise an exception. - barcode_rule_decimal.pattern = r'()(\d{0,4})' - # Barcode rule uses decimals but AI doesn't precise what is the decimal position. - with self.assertRaises(ValidationError): - res = barcode_nomenclature.gs1_decompose_extended('1234') - - # The pattern is too permissive and can catch something which can't be casted as measurement - barcode_rule.pattern = r'(300)(.*)' - with self.assertRaises(ValidationError): - res = barcode_nomenclature.gs1_decompose_extended('300bilou4000') - - def test_preprocess_gs1_search_args_product(self): - company = self.env.company - company.nomenclature_id = self.env.ref('barcodes_gs1_nomenclature.default_gs1_nomenclature') - domain = [('barcode', 'in', [])] - res = self.env['barcode.nomenclature']._preprocess_gs1_search_args(domain, ['product']) - self.assertEqual(res, Domain(domain)) diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/views/barcodes_view.xml b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/views/barcodes_view.xml deleted file mode 100644 index 852a2d3..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/barcodes_gs1_nomenclature/views/barcodes_view.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - Barcode Nomenclatures - barcode.nomenclature - - - - - is_gs1_nomenclature - - - - - - - - - - {'is_gs1': is_gs1_nomenclature} - - - parent.is_gs1_nomenclature - - - - - - - - - - - - Barcode Nomenclatures - barcode.nomenclature - - - - - - - - - - Barcode Rule - barcode.rule - - - - is_gs1_nomenclature or type == 'alias' - - - - - - - - - - diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/ARCHITECTURE.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/ARCHITECTURE.md deleted file mode 100644 index 0422186..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/ARCHITECTURE.md +++ /dev/null @@ -1,32 +0,0 @@ -# Architecture - -```mermaid -flowchart TD - U[Users] -->|HTTP| V[Views and QWeb Templates] - V --> C[Controllers] - V --> W[Wizards – Transient Models] - C --> M[Models and ORM] - W --> M - M --> R[Reports] - DX[Data XML] --> M - S[Security – ACLs and Groups] -. enforces .-> M - - subgraph Barcodes_gs1_nomenclature Module - barcodes_gs1_nomenclature - direction LR - M:::layer - W:::layer - C:::layer - V:::layer - R:::layer - S:::layer - DX:::layer - end - - classDef layer fill:#eef8ff,stroke:#6ea8fe,stroke-width:1px -``` - -Notes -- Views include tree/form/kanban templates and report templates. -- Controllers provide website/portal routes when present. -- Wizards are UI flows implemented with `models.TransientModel`. -- Data XML loads data/demo records; Security defines groups and access. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/CONFIGURATION.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/CONFIGURATION.md deleted file mode 100644 index 68e4c92..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/CONFIGURATION.md +++ /dev/null @@ -1,3 +0,0 @@ -# Configuration - -Refer to Odoo settings for barcodes_gs1_nomenclature. Configure related models, access rights, and options as needed. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/CONTROLLERS.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/CONTROLLERS.md deleted file mode 100644 index f628e77..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/CONTROLLERS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Controllers - -This module does not define custom HTTP controllers. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/DEPENDENCIES.md deleted file mode 100644 index 941a195..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/DEPENDENCIES.md +++ /dev/null @@ -1,6 +0,0 @@ -# Dependencies - -This addon depends on: - -- [barcodes](https://github.com/bringout/oca-ocb-warehouse/tree/c945b84263caf64889385d3735546b1fd94a8271/odoo-bringout-oca-ocb-barcodes) -- [uom](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-uom) diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/FAQ.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/FAQ.md deleted file mode 100644 index d943789..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/FAQ.md +++ /dev/null @@ -1,4 +0,0 @@ -# FAQ - -- Q: Which Odoo version? A: 16.0 (OCA/OCB packaged). -- Q: How to enable? A: Start server with --addon barcodes_gs1_nomenclature or install in UI. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/INSTALL.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/INSTALL.md deleted file mode 100644 index 3db8a4d..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/INSTALL.md +++ /dev/null @@ -1,7 +0,0 @@ -# Install - -```bash -pip install odoo-bringout-oca-ocb-barcodes_gs1_nomenclature" -# or -uv pip install odoo-bringout-oca-ocb-barcodes_gs1_nomenclature" -``` diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/MODELS.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/MODELS.md deleted file mode 100644 index 71b0ef6..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/MODELS.md +++ /dev/null @@ -1,14 +0,0 @@ -# Models - -Detected core models and extensions in barcodes_gs1_nomenclature. - -```mermaid -classDiagram - class barcode_nomenclature - class barcode_rule - class ir_http -``` - -Notes -- Classes show model technical names; fields omitted for brevity. -- Items listed under _inherit are extensions of existing models. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/OVERVIEW.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/OVERVIEW.md deleted file mode 100644 index 6cec6ce..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/OVERVIEW.md +++ /dev/null @@ -1,6 +0,0 @@ -# Overview - -Packaged Odoo addon: barcodes_gs1_nomenclature. Provides features documented in upstream Odoo 16 under this addon. - -- Source: OCA/OCB 16.0, addon barcodes_gs1_nomenclature -- License: LGPL-3 diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/REPORTS.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/REPORTS.md deleted file mode 100644 index e0ea35f..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/REPORTS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Reports - -This module does not define custom reports. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/SECURITY.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/SECURITY.md deleted file mode 100644 index e07da9d..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/SECURITY.md +++ /dev/null @@ -1,8 +0,0 @@ -# Security - -This module does not define custom security rules or access controls beyond Odoo defaults. - -Default Odoo security applies: -- Base user access through standard groups -- Model access inherited from dependencies -- No custom row-level security rules diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/TROUBLESHOOTING.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/TROUBLESHOOTING.md deleted file mode 100644 index 56853cb..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/TROUBLESHOOTING.md +++ /dev/null @@ -1,5 +0,0 @@ -# Troubleshooting - -- Ensure Python and Odoo environment matches repo guidance. -- Check database connectivity and logs if startup fails. -- Validate that dependent addons listed in DEPENDENCIES.md are installed. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/USAGE.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/USAGE.md deleted file mode 100644 index 4c5d4dc..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/USAGE.md +++ /dev/null @@ -1,7 +0,0 @@ -# Usage - -Start Odoo including this addon (from repo root): - -```bash -python3 scripts/odoo_web_server.py --db-name mydb --addon barcodes_gs1_nomenclature -``` diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/WIZARDS.md b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/WIZARDS.md deleted file mode 100644 index 48e790d..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/doc/WIZARDS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Wizards - -This module does not include UI wizards. diff --git a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/pyproject.toml b/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/pyproject.toml deleted file mode 100644 index 6447940..0000000 --- a/odoo-bringout-oca-ocb-barcodes_gs1_nomenclature/pyproject.toml +++ /dev/null @@ -1,45 +0,0 @@ -[project] -name = "odoo-bringout-oca-ocb-barcodes_gs1_nomenclature" -version = "16.0.0" -description = "Barcode - GS1 Nomenclature - - Parse barcodes according to the GS1-128 specifications - " -authors = [ - { name = "Ernad Husremovic", email = "hernad@bring.out.ba" } -] -dependencies = [ - "odoo-bringout-oca-ocb-barcodes>=19.0.0", - "odoo-bringout-oca-ocb-uom>=19.0.0", - "requests>=2.25.1" -] -readme = "README.md" -requires-python = ">= 3.11" -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Topic :: Office/Business", -] - -[project.urls] -homepage = "https://github.com/bringout/0" -repository = "https://github.com/bringout/0" - -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" - -[tool.hatch.metadata] -allow-direct-references = true - -[tool.hatch.build.targets.wheel] -packages = ["barcodes_gs1_nomenclature"] - -[tool.rye] -managed = true -dev-dependencies = [ - "pytest>=8.4.1", -]