mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-04-29 21:05:31 +02:00
268 lines
5 KiB
Text
268 lines
5 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-04-02 19:31+0200\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: purchase/admin.py
|
|
msgid "unit price"
|
|
msgstr ""
|
|
|
|
#: purchase/admin.py
|
|
msgid "sold"
|
|
msgstr ""
|
|
|
|
#: purchase/admin.py
|
|
msgid "turnover"
|
|
msgstr ""
|
|
|
|
#: purchase/admin.py
|
|
msgid "price"
|
|
msgstr ""
|
|
|
|
#: purchase/forms.py
|
|
msgid "Save"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "created at"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "updated at"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "name"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "payment method"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "payment methods"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "color hue"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "Color hue in degrees (0-360)"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "product category"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "product categories"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "category"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "unit price (cents)"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid ""
|
|
"Unit price in cents. Use zero to denote that the product has no fixed price."
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "initials"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "display order"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "product"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "products"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "basket"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "baskets"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
#, python-format
|
|
msgid "Basket #%(id)s"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "quantity"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "product's unit price in cents at the time of purchase"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "basket item"
|
|
msgstr ""
|
|
|
|
#: purchase/models.py
|
|
msgid "basket items"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/basket_confirm_delete.html
|
|
#, python-format
|
|
msgid "Are you sure you want to delete \"%(basket)s\"?"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/basket_form.html
|
|
msgid "Missing payment method."
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/basket_form.html
|
|
msgid "New basket"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/basket_form.html
|
|
msgid "Add product"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/basket_list.html
|
|
msgid "Baskets"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/basket_list.html
|
|
#, python-format
|
|
msgid "Basket #%(basket_id)s"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/basket_list.html
|
|
#, python-format
|
|
msgid "1 item"
|
|
msgid_plural "%(counter)s items"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "Reports"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "All times"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "Total turnover:"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "Average basket:"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "Number of baskets:"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "By day"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "By hour"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "Products"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/reports.html
|
|
msgid "Turnover by payment method"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/snippets/by_day_table.html
|
|
msgid "Date"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/snippets/by_day_table.html
|
|
#: purchase/templates/purchase/snippets/report_payment_methods.html
|
|
msgid "# baskets"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/snippets/by_day_table.html
|
|
#: purchase/templates/purchase/snippets/report_payment_methods.html
|
|
#: purchase/templates/purchase/snippets/report_products.html
|
|
msgid "Turnover"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/snippets/by_day_table.html
|
|
msgid "Average basket"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/snippets/report_payment_methods.html
|
|
msgid "Payment method"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/snippets/report_products.html
|
|
msgid "Product"
|
|
msgstr ""
|
|
|
|
#: purchase/templates/purchase/snippets/report_products.html
|
|
#: purchase/views/reports.py
|
|
msgid "# sold"
|
|
msgstr ""
|
|
|
|
#: purchase/views/basket.py
|
|
msgid "Successfully created basket."
|
|
msgstr ""
|
|
|
|
#: purchase/views/basket.py
|
|
msgid "Successfully updated basket."
|
|
msgstr ""
|
|
|
|
#: purchase/views/basket.py
|
|
msgid "Basket successfully deleted."
|
|
msgstr ""
|
|
|
|
#: purchase/views/reports.py
|
|
msgid "No sale to report"
|
|
msgstr ""
|
|
|
|
#: purchase/views/reports.py
|
|
msgid "Sales by product"
|
|
msgstr ""
|
|
|
|
#: purchase/views/reports.py
|
|
msgid "Turnover by product"
|
|
msgstr ""
|
|
|
|
#: purchase/views/reports.py
|
|
msgid "Sales by hour"
|
|
msgstr ""
|
|
|
|
#: purchase/views/reports.py
|
|
msgid "Basket count by hour"
|
|
msgstr ""
|
|
|
|
#: purchase/views/reports.py
|
|
msgid "Turnover by hour"
|
|
msgstr ""
|