-
-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
oca-ci
committed
Nov 3, 2024
1 parent
74c81f1
commit 8f73a32
Showing
1 changed file
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * pos_order_copy | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.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_order_copy | ||
#: model:ir.model.fields,help:pos_order_copy.field_pos_order__ticket_code | ||
msgid "" | ||
"5 digits alphanumeric code to be used by portal user to request an invoice" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,help:pos_order_copy.field_pos_order__sequence_number | ||
msgid "A session-unique sequence number for the order" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__date_order | ||
msgid "Date" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#. odoo-javascript | ||
#: code:addons/pos_order_copy/static/src/app/product_screen/CopyOrderButton.xml:0 | ||
#: code:addons/pos_order_copy/static/src/app/ticket_screen/ticket_screen.xml:0 | ||
#: code:addons/pos_order_copy/static/src/app/ticket_screen/ticket_screen.xml:0 | ||
#, python-format | ||
msgid "Duplicate Order" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__is_tipped | ||
msgid "Is this already tipped?" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__last_order_preparation_change | ||
msgid "Last preparation change" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,help:pos_order_copy.field_pos_order__last_order_preparation_change | ||
msgid "Last printed state of the order" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#. odoo-javascript | ||
#: code:addons/pos_order_copy/static/src/app/store/pos_store.esm.js:0 | ||
#, python-format | ||
msgid "Order %s" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,help:pos_order_copy.field_pos_order__user_id | ||
msgid "" | ||
"Person who uses the cash register. It can be a reliever, a student or an " | ||
"interim employee." | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model,name:pos_order_copy.model_pos_order | ||
msgid "Point of Sale Orders" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model,name:pos_order_copy.model_pos_session | ||
msgid "Point of Sale Session" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__user_id | ||
msgid "Responsible" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__sequence_number | ||
msgid "Sequence Number" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__session_id | ||
msgid "Session" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__shipping_date | ||
msgid "Shipping Date" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__ticket_code | ||
msgid "Ticket Code" | ||
msgstr "" | ||
|
||
#. module: pos_order_copy | ||
#: model:ir.model.fields,field_description:pos_order_copy.field_pos_order__tip_amount | ||
msgid "Tip Amount" | ||
msgstr "" |