mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-23 22:42:07 +02:00
Move all OCA POS modules from oca-technical to dedicated oca-pos submodule
Reorganized 74 POS-related modules for better structure: - Moved all odoo-bringout-oca-pos-* packages from packages/oca-technical/ - Now organized in dedicated packages/oca-pos/ submodule - Includes payment, receipt, loyalty, order, product, and partner modules - Maintains all module functionality while improving project organization This creates a cleaner separation between general technical modules and Point of Sale specific functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
3791451dc1
commit
377f346a99
2675 changed files with 93308 additions and 0 deletions
|
|
@ -0,0 +1,93 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * pos_lot_barcode
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-03-02 16:30+0000\n"
|
||||
"Last-Translator: Patricia Lorenzo Bartolomé <lb.patri@gmail.com>\n"
|
||||
"Language-Team: none\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 4.14.1\n"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js:0
|
||||
#, python-format
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js:0
|
||||
#, python-format
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Lot is not loaded. Tried loading the lot from the server but there is a "
|
||||
"network error."
|
||||
msgstr ""
|
||||
"El lote no está cargado. Intente cargar el lote desde el servidor pero hay "
|
||||
"un error de conexión."
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/EditListPopup.js:0
|
||||
#, python-format
|
||||
msgid "Lot/Serial Number(s) Required"
|
||||
msgstr "Lote/Número(s) de serie requerido"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/xml/Popups/ErrorMultiLotBarcodePopup.xml:0
|
||||
#, python-format
|
||||
msgid "Multiple Products Matching Barcode"
|
||||
msgstr "Múltiples códigos de barras de productos coincidentes"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js:0
|
||||
#, python-format
|
||||
msgid "Network Error"
|
||||
msgstr "Error de conexión"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js:0
|
||||
#: code:addons/pos_lot_barcode/static/src/xml/Popups/ErrorMultiLotBarcodePopup.xml:0
|
||||
#, python-format
|
||||
msgid "Ok"
|
||||
msgstr "Aceptar"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Popups/ErrorMultiLotBarcodePopup.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Point of Sale can not process the scanned barcode, as it matches "
|
||||
"multiple products:"
|
||||
msgstr ""
|
||||
"El punto de venta no puede procesar el código de barras escaneado, ya que "
|
||||
"coincide con múltiples productos:"
|
||||
|
||||
#. module: pos_lot_barcode
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_lot_barcode/static/src/js/Screens/ProductScreen.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Point of Sale could not find any product, lot, client, employee or "
|
||||
"action associated with the scanned barcode."
|
||||
msgstr ""
|
||||
"El punto de venta no encuentra ningún producto, lote, cliente, empleado o "
|
||||
"acción asociada con el código de barras escaneado."
|
||||
Loading…
Add table
Add a link
Reference in a new issue