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

251 lines
5.1 KiB
Plaintext
Raw Normal View History

2022-04-25 23:04:49 +02:00
# 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"
2023-03-27 16:57:38 +02:00
"POT-Creation-Date: 2023-03-27 16:54+0200\n"
2022-04-25 23:04:49 +02:00
"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"
2023-03-27 16:57:38 +02:00
#: purchase/admin.py:19
2022-04-25 23:04:49 +02:00
msgid "unit price"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/admin.py:23
2022-04-25 23:04:49 +02:00
msgid "sold"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/admin.py:27 purchase/admin.py:40
2022-04-25 23:04:49 +02:00
msgid "turnover"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/admin.py:54 purchase/admin.py:71
2022-04-25 23:04:49 +02:00
msgid "price"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/forms.py:27
2022-04-25 23:04:49 +02:00
msgid "Save"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:17
2022-04-25 23:04:49 +02:00
msgid "created at"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:18
2022-04-25 23:04:49 +02:00
msgid "updated at"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:46 purchase/models.py:93
2022-04-25 23:04:49 +02:00
msgid "name"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:51 purchase/models.py:193
2022-04-25 23:04:49 +02:00
msgid "payment method"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:52
2022-04-25 23:04:49 +02:00
msgid "payment methods"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:94
2022-04-25 23:04:49 +02:00
msgid "image"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:96 purchase/models.py:229
2022-04-25 23:04:49 +02:00
msgid "unit price (cents)"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:98
msgid ""
"Unit price in cents. Use zero to denote that the product has no fixed price."
2022-04-25 23:04:49 +02:00
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:103
2022-04-25 23:04:49 +02:00
msgid "display order"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:110 purchase/models.py:219
2022-04-25 23:04:49 +02:00
msgid "product"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:111
2022-04-25 23:04:49 +02:00
msgid "products"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:199 purchase/models.py:225
2022-04-25 23:04:49 +02:00
msgid "basket"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:200
2022-04-25 23:04:49 +02:00
msgid "baskets"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:203
2022-04-25 23:04:49 +02:00
#, python-format
msgid "Basket #%(id)s"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:227
2022-04-25 23:04:49 +02:00
msgid "quantity"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:230
2022-04-27 22:59:52 +02:00
msgid "product's unit price in cents at the time of purchase"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:236
2022-04-25 23:04:49 +02:00
msgid "basket item"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/models.py:237
2022-04-25 23:04:49 +02:00
msgid "basket items"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/basket_confirm_delete.html:7
2022-04-25 23:04:49 +02:00
#, python-format
msgid "Are you sure you want to delete \"%(basket)s\"?"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/basket_form.html:14
2022-04-25 23:04:49 +02:00
msgid "Missing payment method."
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/basket_form.html:17
#: purchase/templates/purchase/basket_form.html:52
2022-04-25 23:04:49 +02:00
msgid "New basket"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/basket_form.html:36
msgid "Add product"
2022-04-25 23:04:49 +02:00
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/basket_list.html:5
2022-04-25 23:04:49 +02:00
msgid "Baskets"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/basket_list.html:11
2022-04-25 23:04:49 +02:00
#, python-format
msgid "Basket #%(basket_id)s"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/basket_list.html:13
2022-04-25 23:04:49 +02:00
#, python-format
msgid "1 item"
msgid_plural "%(counter)s items"
msgstr[0] ""
msgstr[1] ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:9
2022-04-25 23:04:49 +02:00
msgid "Reports"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:10
2022-04-25 23:04:49 +02:00
msgid "General"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:12
2022-04-25 23:04:49 +02:00
msgid "Total turnover:"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:13
2022-04-25 23:04:49 +02:00
msgid "Average basket:"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:16
2022-04-26 18:19:53 +02:00
msgid "By day"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:17
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/snippets/report_payment_methods.html:8
#: purchase/templates/purchase/snippets/report_products.html:8
msgid "Turnover"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:23
2022-04-26 18:19:53 +02:00
msgid "Average basket"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:32
2022-04-25 23:04:49 +02:00
msgid "Products"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:36
2022-04-25 23:04:49 +02:00
msgid "Turnover by payment method"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/templates/purchase/reports.html:39
2022-04-25 23:04:49 +02:00
msgid "Baskets without payment method"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/snippets/report_no_payment_method.html:6
2022-04-26 23:31:49 +02:00
msgid "Basket"
2022-04-25 23:04:49 +02:00
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/snippets/report_no_payment_method.html:7
2022-04-25 23:04:49 +02:00
msgid "Price"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/snippets/report_payment_methods.html:6
2022-04-25 23:04:49 +02:00
msgid "Payment method"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/snippets/report_payment_methods.html:7
2022-04-25 23:04:49 +02:00
msgid "# baskets"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/snippets/report_products.html:6
2022-04-25 23:04:49 +02:00
msgid "Product"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/snippets/report_products.html:7
2023-03-27 16:57:38 +02:00
#: purchase/views/reports.py:102 purchase/views/reports.py:116
2022-04-25 23:04:49 +02:00
msgid "# sold"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/views/basket.py:33
2022-04-25 23:04:49 +02:00
msgid "Successfully created basket."
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/views/basket.py:70
2022-04-25 23:04:49 +02:00
msgid "Successfully updated basket."
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/views/basket.py:116
2022-04-25 23:04:49 +02:00
msgid "Basket successfully deleted."
msgstr ""
2022-04-26 20:08:13 +02:00
2023-03-27 16:57:38 +02:00
#: purchase/views/reports.py:64
2022-04-26 21:10:03 +02:00
msgid "No sale to report"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/views/reports.py:93
2022-04-27 22:59:52 +02:00
msgid "Sales by product"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/views/reports.py:108 purchase/views/reports.py:123
2022-04-26 20:36:37 +02:00
msgid "Turnover by product"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/views/reports.py:147
2022-04-27 22:59:52 +02:00
msgid "Sales by hour"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/views/reports.py:158
2022-04-26 20:08:13 +02:00
msgid "Basket count by hour"
msgstr ""
2023-03-27 16:57:38 +02:00
#: purchase/views/reports.py:166
2022-04-26 20:08:13 +02:00
msgid "Turnover by hour"
msgstr ""