mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-25 03:22:03 +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,100 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * pos_payment_terminal
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \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: pos_payment_terminal
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_payment_terminal/static/src/js/models.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"A payment terminal has been linked to one payment provider but the IoT Box "
|
||||
"location has not been configured."
|
||||
msgstr ""
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_payment_terminal/static/src/js/payment_terminal.js:0
|
||||
#, python-format
|
||||
msgid "Cannot process transactions with zero or negative amount."
|
||||
msgstr "Nije moguće obraditi transakcije sa nultim ili negativnim iznosom."
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#: model:ir.model.fields.selection,name:pos_payment_terminal.selection__pos_payment_method__oca_payment_terminal_mode__card
|
||||
msgid "Card"
|
||||
msgstr "Kartica"
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#: model:ir.model.fields.selection,name:pos_payment_terminal.selection__pos_payment_method__oca_payment_terminal_mode__check
|
||||
msgid "Check"
|
||||
msgstr "Ček"
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_payment_terminal/static/src/js/payment_terminal.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Failed to send the amount to pay to the payment terminal. Press the red "
|
||||
"button on the payment terminal and try again."
|
||||
msgstr ""
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#. odoo-python
|
||||
#: code:addons/pos_payment_terminal/models/pos_payment_method.py:0
|
||||
#, python-format
|
||||
msgid "OCA Payment Terminal"
|
||||
msgstr "OCA terminal za plaćanje"
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#: model:ir.model.fields,field_description:pos_payment_terminal.field_pos_payment_method__oca_payment_terminal_mode
|
||||
msgid "Payment Mode"
|
||||
msgstr "Način plaćanja"
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_payment_terminal/static/src/js/models.js:0
|
||||
#: code:addons/pos_payment_terminal/static/src/js/payment_terminal.js:0
|
||||
#, python-format
|
||||
msgid "Payment Terminal Error"
|
||||
msgstr "Greška terminala za plaćanje"
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_payment_terminal/static/src/js/payment_terminal.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Please press the red button on the payment terminal to cancel the "
|
||||
"transaction."
|
||||
msgstr ""
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#: model:ir.model,name:pos_payment_terminal.model_pos_payment_method
|
||||
msgid "Point of Sale Payment Methods"
|
||||
msgstr "Načini plaćanja na prodajnom mjestu"
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#: model:ir.model,name:pos_payment_terminal.model_pos_session
|
||||
msgid "Point of Sale Session"
|
||||
msgstr "Sesija POS-a"
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#: model:ir.model.fields,field_description:pos_payment_terminal.field_pos_payment_method__oca_payment_terminal_id
|
||||
msgid "Terminal identifier"
|
||||
msgstr "Identifikator terminala"
|
||||
|
||||
#. module: pos_payment_terminal
|
||||
#: model:ir.model.fields,help:pos_payment_terminal.field_pos_payment_method__oca_payment_terminal_id
|
||||
msgid ""
|
||||
"The identifier of the terminal as known by the hardware proxy. Leave empty "
|
||||
"if the proxy has only one terminal connected."
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue