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

211 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"
"POT-Creation-Date: 2022-04-25 23:04+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"
#: src/purchase/admin.py:18
msgid "unit price"
msgstr ""
#: src/purchase/admin.py:22
msgid "sold"
msgstr ""
#: src/purchase/admin.py:26 src/purchase/admin.py:39
msgid "turnover"
msgstr ""
#: src/purchase/admin.py:53 src/purchase/admin.py:70
msgid "price"
msgstr ""
#: src/purchase/forms.py:23
msgid "Save"
msgstr ""
#: src/purchase/models.py:10
msgid "created at"
msgstr ""
#: src/purchase/models.py:11
msgid "updated at"
msgstr ""
#: src/purchase/models.py:31 src/purchase/models.py:58
msgid "name"
msgstr ""
#: src/purchase/models.py:36 src/purchase/models.py:128
msgid "payment method"
msgstr ""
#: src/purchase/models.py:37
msgid "payment methods"
msgstr ""
#: src/purchase/models.py:59
msgid "image"
msgstr ""
#: src/purchase/models.py:61
msgid "unit price (cents)"
msgstr ""
#: src/purchase/models.py:61
msgid "unit price in cents"
msgstr ""
#: src/purchase/models.py:64
msgid "display order"
msgstr ""
#: src/purchase/models.py:71 src/purchase/models.py:154
msgid "product"
msgstr ""
#: src/purchase/models.py:72
msgid "products"
msgstr ""
#: src/purchase/models.py:134 src/purchase/models.py:160
msgid "basket"
msgstr ""
#: src/purchase/models.py:135
msgid "baskets"
msgstr ""
#: src/purchase/models.py:138
#, python-format
msgid "Basket #%(id)s"
msgstr ""
#: src/purchase/models.py:162
msgid "quantity"
msgstr ""
#: src/purchase/models.py:167
msgid "basket item"
msgstr ""
#: src/purchase/models.py:168
msgid "basket items"
msgstr ""
#: src/purchase/templates/purchase/basket_confirm_delete.html:7
#, python-format
msgid "Are you sure you want to delete \"%(basket)s\"?"
msgstr ""
#: src/purchase/templates/purchase/basket_form.html:11
msgid "Missing payment method."
msgstr ""
#: src/purchase/templates/purchase/basket_form.html:14
msgid "New basket"
msgstr ""
#: src/purchase/templates/purchase/basket_form.html:18
msgid "New"
msgstr ""
#: src/purchase/templates/purchase/basket_list.html:5
msgid "Baskets"
msgstr ""
#: src/purchase/templates/purchase/basket_list.html:11
#, python-format
msgid "Basket #%(basket_id)s"
msgstr ""
#: src/purchase/templates/purchase/basket_list.html:13
#, python-format
msgid "1 item"
msgid_plural "%(counter)s items"
msgstr[0] ""
msgstr[1] ""
#: src/purchase/templates/purchase/reports.html:6
msgid "Reports"
msgstr ""
#: src/purchase/templates/purchase/reports.html:7
msgid "General"
msgstr ""
#: src/purchase/templates/purchase/reports.html:9
msgid "Total turnover:"
msgstr ""
#: src/purchase/templates/purchase/reports.html:10
msgid "Average basket:"
msgstr ""
#: src/purchase/templates/purchase/reports.html:13
msgid "Products"
msgstr ""
#: src/purchase/templates/purchase/reports.html:16
msgid "Turnover by payment method"
msgstr ""
#: src/purchase/templates/purchase/reports.html:19
msgid "Baskets without payment method"
msgstr ""
#: src/purchase/templates/purchase/snippets/report_no_payment_method.html:6
msgid "Basket ID"
msgstr ""
#: src/purchase/templates/purchase/snippets/report_no_payment_method.html:7
msgid "Price"
msgstr ""
#: src/purchase/templates/purchase/snippets/report_payment_methods.html:6
msgid "Payment method"
msgstr ""
#: src/purchase/templates/purchase/snippets/report_payment_methods.html:7
msgid "# baskets"
msgstr ""
#: src/purchase/templates/purchase/snippets/report_payment_methods.html:8
#: src/purchase/templates/purchase/snippets/report_products.html:8
msgid "Turnover"
msgstr ""
#: src/purchase/templates/purchase/snippets/report_products.html:6
msgid "Product"
msgstr ""
#: src/purchase/templates/purchase/snippets/report_products.html:7
msgid "# sold"
msgstr ""
#: src/purchase/views/basket.py:15
msgid "Successfully created basket."
msgstr ""
#: src/purchase/views/basket.py:30
msgid "Successfully updated basket."
msgstr ""
#: src/purchase/views/basket.py:45
msgid "Basket successfully deleted."
msgstr ""