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

220 lines
4.4 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"
2022-04-26 18:19:53 +02:00
"POT-Creation-Date: 2022-04-26 18:17+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"
2022-04-26 18:19:53 +02:00
#: purchase/admin.py:18
2022-04-25 23:04:49 +02:00
msgid "unit price"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/admin.py:22
2022-04-25 23:04:49 +02:00
msgid "sold"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/admin.py:26 purchase/admin.py:39
2022-04-25 23:04:49 +02:00
msgid "turnover"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/admin.py:53 purchase/admin.py:70
2022-04-25 23:04:49 +02:00
msgid "price"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/forms.py:23
2022-04-25 23:04:49 +02:00
msgid "Save"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:13
2022-04-25 23:04:49 +02:00
msgid "created at"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:14
2022-04-25 23:04:49 +02:00
msgid "updated at"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:37 purchase/models.py:66
2022-04-25 23:04:49 +02:00
msgid "name"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:42 purchase/models.py:149
2022-04-25 23:04:49 +02:00
msgid "payment method"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:43
2022-04-25 23:04:49 +02:00
msgid "payment methods"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:67
2022-04-25 23:04:49 +02:00
msgid "image"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:69
2022-04-25 23:04:49 +02:00
msgid "unit price (cents)"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:69
2022-04-25 23:04:49 +02:00
msgid "unit price in cents"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:72
2022-04-25 23:04:49 +02:00
msgid "display order"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:79 purchase/models.py:177
2022-04-25 23:04:49 +02:00
msgid "product"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:80
2022-04-25 23:04:49 +02:00
msgid "products"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:155 purchase/models.py:183
2022-04-25 23:04:49 +02:00
msgid "basket"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:156
2022-04-25 23:04:49 +02:00
msgid "baskets"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:159
2022-04-25 23:04:49 +02:00
#, python-format
msgid "Basket #%(id)s"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:185
2022-04-25 23:04:49 +02:00
msgid "quantity"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:190
2022-04-25 23:04:49 +02:00
msgid "basket item"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/models.py:191
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 ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/basket_form.html:11
2022-04-25 23:04:49 +02:00
msgid "Missing payment method."
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/basket_form.html:14
2022-04-25 23:04:49 +02:00
msgid "New basket"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/basket_form.html:18
2022-04-25 23:04:49 +02:00
msgid "New"
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] ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/reports.html:6
2022-04-25 23:04:49 +02:00
msgid "Reports"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/reports.html:7
2022-04-25 23:04:49 +02:00
msgid "General"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/reports.html:9
2022-04-25 23:04:49 +02:00
msgid "Total turnover:"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/reports.html:10
2022-04-25 23:04:49 +02:00
msgid "Average basket:"
msgstr ""
2022-04-26 18:19:53 +02:00
#: 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
msgid "Turnover"
msgstr ""
#: purchase/templates/purchase/reports.html:20
msgid "Average basket"
msgstr ""
#: purchase/templates/purchase/reports.html:27
2022-04-25 23:04:49 +02:00
msgid "Products"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/reports.html:30
2022-04-25 23:04:49 +02:00
msgid "Turnover by payment method"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/templates/purchase/reports.html:33
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-25 23:04:49 +02:00
msgid "Basket ID"
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
2022-04-25 23:04:49 +02:00
msgid "# sold"
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/views/basket.py:15
2022-04-25 23:04:49 +02:00
msgid "Successfully created basket."
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/views/basket.py:30
2022-04-25 23:04:49 +02:00
msgid "Successfully updated basket."
msgstr ""
2022-04-26 18:19:53 +02:00
#: purchase/views/basket.py:45
2022-04-25 23:04:49 +02:00
msgid "Basket successfully deleted."
msgstr ""