checkout/src/purchase/locale/en/LC_MESSAGES/django.po

230 lines
4.6 KiB
Plaintext

# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-26 20:06+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:18
msgid "unit price"
msgstr ""
#: purchase/admin.py:22
msgid "sold"
msgstr ""
#: purchase/admin.py:26 purchase/admin.py:39
msgid "turnover"
msgstr ""
#: purchase/admin.py:53 purchase/admin.py:70
msgid "price"
msgstr ""
#: purchase/forms.py:23
msgid "Save"
msgstr ""
#: purchase/models.py:13
msgid "created at"
msgstr ""
#: purchase/models.py:14
msgid "updated at"
msgstr ""
#: purchase/models.py:37 purchase/models.py:69
msgid "name"
msgstr ""
#: purchase/models.py:42 purchase/models.py:152
msgid "payment method"
msgstr ""
#: purchase/models.py:43
msgid "payment methods"
msgstr ""
#: purchase/models.py:70
msgid "image"
msgstr ""
#: purchase/models.py:72
msgid "unit price (cents)"
msgstr ""
#: purchase/models.py:72
msgid "unit price in cents"
msgstr ""
#: purchase/models.py:75
msgid "display order"
msgstr ""
#: purchase/models.py:82 purchase/models.py:180
msgid "product"
msgstr ""
#: purchase/models.py:83
msgid "products"
msgstr ""
#: purchase/models.py:158 purchase/models.py:186
msgid "basket"
msgstr ""
#: purchase/models.py:159
msgid "baskets"
msgstr ""
#: purchase/models.py:162
#, python-format
msgid "Basket #%(id)s"
msgstr ""
#: purchase/models.py:188
msgid "quantity"
msgstr ""
#: purchase/models.py:193
msgid "basket item"
msgstr ""
#: purchase/models.py:194
msgid "basket items"
msgstr ""
#: purchase/templates/purchase/basket_confirm_delete.html:7
#, python-format
msgid "Are you sure you want to delete \"%(basket)s\"?"
msgstr ""
#: purchase/templates/purchase/basket_form.html:11
msgid "Missing payment method."
msgstr ""
#: purchase/templates/purchase/basket_form.html:14
msgid "New basket"
msgstr ""
#: purchase/templates/purchase/basket_form.html:18
msgid "New"
msgstr ""
#: purchase/templates/purchase/basket_list.html:5
msgid "Baskets"
msgstr ""
#: purchase/templates/purchase/basket_list.html:11
#, python-format
msgid "Basket #%(basket_id)s"
msgstr ""
#: purchase/templates/purchase/basket_list.html:13
#, python-format
msgid "1 item"
msgid_plural "%(counter)s items"
msgstr[0] ""
msgstr[1] ""
#: purchase/templates/purchase/reports.html:6
msgid "Reports"
msgstr ""
#: purchase/templates/purchase/reports.html:7
msgid "General"
msgstr ""
#: purchase/templates/purchase/reports.html:9
msgid "Total turnover:"
msgstr ""
#: purchase/templates/purchase/reports.html:10
msgid "Average basket:"
msgstr ""
#: purchase/templates/purchase/reports.html:13
msgid "By day"
msgstr ""
#: purchase/templates/purchase/reports.html:14
#: purchase/templates/purchase/snippets/report_payment_methods.html:8
#: purchase/templates/purchase/snippets/report_products.html:8
#: purchase/views/reports.py:80
msgid "Turnover"
msgstr ""
#: purchase/templates/purchase/reports.html:20
msgid "Average basket"
msgstr ""
#: purchase/templates/purchase/reports.html:29
msgid "Products"
msgstr ""
#: purchase/templates/purchase/reports.html:34
msgid "Turnover by payment method"
msgstr ""
#: purchase/templates/purchase/reports.html:37
msgid "Baskets without payment method"
msgstr ""
#: purchase/templates/purchase/snippets/report_no_payment_method.html:6
msgid "Basket ID"
msgstr ""
#: purchase/templates/purchase/snippets/report_no_payment_method.html:7
msgid "Price"
msgstr ""
#: purchase/templates/purchase/snippets/report_payment_methods.html:6
msgid "Payment method"
msgstr ""
#: purchase/templates/purchase/snippets/report_payment_methods.html:7
msgid "# baskets"
msgstr ""
#: purchase/templates/purchase/snippets/report_products.html:6
msgid "Product"
msgstr ""
#: purchase/templates/purchase/snippets/report_products.html:7
#: purchase/views/reports.py:64
msgid "# sold"
msgstr ""
#: purchase/views/basket.py:15
msgid "Successfully created basket."
msgstr ""
#: purchase/views/basket.py:30
msgid "Successfully updated basket."
msgstr ""
#: purchase/views/basket.py:45
msgid "Basket successfully deleted."
msgstr ""
#: purchase/views/reports.py:112
msgid "Basket count by hour"
msgstr ""
#: purchase/views/reports.py:117
msgid "Turnover by hour"
msgstr ""