# 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 , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-27 16:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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:19 msgid "unit price" msgstr "" #: purchase/admin.py:23 msgid "sold" msgstr "" #: purchase/admin.py:27 purchase/admin.py:40 msgid "turnover" msgstr "" #: purchase/admin.py:54 purchase/admin.py:71 msgid "price" msgstr "" #: purchase/forms.py:27 msgid "Save" msgstr "" #: purchase/models.py:17 msgid "created at" msgstr "" #: purchase/models.py:18 msgid "updated at" msgstr "" #: purchase/models.py:46 purchase/models.py:93 msgid "name" msgstr "" #: purchase/models.py:51 purchase/models.py:193 msgid "payment method" msgstr "" #: purchase/models.py:52 msgid "payment methods" msgstr "" #: purchase/models.py:94 msgid "image" msgstr "" #: purchase/models.py:96 purchase/models.py:229 msgid "unit price (cents)" msgstr "" #: purchase/models.py:98 msgid "" "Unit price in cents. Use zero to denote that the product has no fixed price." msgstr "" #: purchase/models.py:103 msgid "display order" msgstr "" #: purchase/models.py:110 purchase/models.py:219 msgid "product" msgstr "" #: purchase/models.py:111 msgid "products" msgstr "" #: purchase/models.py:199 purchase/models.py:225 msgid "basket" msgstr "" #: purchase/models.py:200 msgid "baskets" msgstr "" #: purchase/models.py:203 #, python-format msgid "Basket #%(id)s" msgstr "" #: purchase/models.py:227 msgid "quantity" msgstr "" #: purchase/models.py:230 msgid "product's unit price in cents at the time of purchase" msgstr "" #: purchase/models.py:236 msgid "basket item" msgstr "" #: purchase/models.py:237 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:14 msgid "Missing payment method." msgstr "" #: purchase/templates/purchase/basket_form.html:17 #: purchase/templates/purchase/basket_form.html:52 msgid "New basket" msgstr "" #: purchase/templates/purchase/basket_form.html:36 msgid "Add product" 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:9 msgid "Reports" msgstr "" #: purchase/templates/purchase/reports.html:10 msgid "General" msgstr "" #: purchase/templates/purchase/reports.html:12 msgid "Total turnover:" msgstr "" #: purchase/templates/purchase/reports.html:13 msgid "Average basket:" msgstr "" #: purchase/templates/purchase/reports.html:16 msgid "By day" msgstr "" #: purchase/templates/purchase/reports.html:17 #: 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:23 msgid "Average basket" msgstr "" #: purchase/templates/purchase/reports.html:32 msgid "Products" msgstr "" #: purchase/templates/purchase/reports.html:36 msgid "Turnover by payment method" msgstr "" #: purchase/templates/purchase/reports.html:39 msgid "Baskets without payment method" msgstr "" #: purchase/templates/purchase/snippets/report_no_payment_method.html:6 msgid "Basket" 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:102 purchase/views/reports.py:116 msgid "# sold" msgstr "" #: purchase/views/basket.py:33 msgid "Successfully created basket." msgstr "" #: purchase/views/basket.py:70 msgid "Successfully updated basket." msgstr "" #: purchase/views/basket.py:116 msgid "Basket successfully deleted." msgstr "" #: purchase/views/reports.py:64 msgid "No sale to report" msgstr "" #: purchase/views/reports.py:93 msgid "Sales by product" msgstr "" #: purchase/views/reports.py:108 purchase/views/reports.py:123 msgid "Turnover by product" msgstr "" #: purchase/views/reports.py:147 msgid "Sales by hour" msgstr "" #: purchase/views/reports.py:158 msgid "Basket count by hour" msgstr "" #: purchase/views/reports.py:166 msgid "Turnover by hour" msgstr ""