diff --git a/src/pretix/base/pdf.py b/src/pretix/base/pdf.py index 6f99fa6b7..77e7e2d48 100644 --- a/src/pretix/base/pdf.py +++ b/src/pretix/base/pdf.py @@ -192,6 +192,7 @@ DEFAULT_VARIABLES = OrderedDict(( op.addons.all() if 'addons' in getattr(op, '_prefetched_objects_cache', {}) else op.addons.select_related('item', 'variation') ) + if not p.canceled ]) }), ("organizer", { diff --git a/src/pretix/base/settings.py b/src/pretix/base/settings.py index 9b7a97997..42c5f48d6 100644 --- a/src/pretix/base/settings.py +++ b/src/pretix/base/settings.py @@ -386,7 +386,7 @@ Your {event} team""")) 'type': LazyI18nString, 'default': LazyI18nString.from_gettext(ugettext_noop("""Hello, -we did not yet receive a payment for your order for {event}. +we did not yet receive a full payment for your order for {event}. Please keep in mind that we only guarantee your order if we receive your payment before {expire_date}. diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html index 09bb678ca..afdc1bc1d 100644 --- a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html +++ b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html @@ -27,15 +27,17 @@ {% trans "Voucher details" %} {% bootstrap_field form.code layout="control" %} {% if voucher.pk %} -
- -
- + {% if not request.event.has_subevents or voucher.subevent %} +
+ +
+ +
-
+ {% endif %} {% endif %} {% bootstrap_field form.max_usages layout="control" %} {% bootstrap_field form.valid_until layout="control" %} diff --git a/src/pretix/locale/ar/LC_MESSAGES/django.po b/src/pretix/locale/ar/LC_MESSAGES/django.po index e336e97cb..07d5caec0 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/django.po +++ b/src/pretix/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2018-07-23 23:00+0000\n" "Last-Translator: Muhammad Hewedy \n" "Language-Team: Arabic " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2893,36 +2903,36 @@ msgstr "" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -2931,11 +2941,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -2943,15 +2953,15 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3041,7 +3051,7 @@ msgstr "" msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3073,7 +3083,7 @@ msgstr "" msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3081,7 +3091,7 @@ msgstr "" msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "" @@ -3112,47 +3122,47 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:251 -#, python-brace-format -msgid "Question: {question}" -msgstr "" - #: pretix/base/pdf.py:252 #, python-brace-format +msgid "Question: {question}" +msgstr "" + +#: pretix/base/pdf.py:253 +#, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3160,12 +3170,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "" @@ -3402,7 +3412,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -3563,7 +3573,7 @@ msgid "Order canceled: %(code)s" msgstr "" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -3814,7 +3824,7 @@ msgstr "" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4085,7 +4095,7 @@ msgid "You do not have access to this page." msgstr "" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4163,7 +4173,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "" @@ -4334,7 +4344,7 @@ msgstr "" msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "" @@ -5335,7 +5345,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "" @@ -5354,7 +5364,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "" @@ -5368,7 +5378,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "" @@ -5385,7 +5395,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "" @@ -5645,84 +5655,88 @@ msgid "" "will be sent by this server locally." msgstr "" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -5730,11 +5744,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -5994,6 +6008,7 @@ msgid "Event types" msgstr "" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "" @@ -6195,7 +6210,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6207,7 +6222,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6225,7 +6240,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "" @@ -6243,16 +6258,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7134,7 +7149,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7156,8 +7171,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7167,60 +7182,60 @@ msgstr "" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7228,11 +7243,11 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7241,27 +7256,58 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +msgid "Transaction Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +msgid "Merchant Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8235,6 +8281,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -8743,7 +8792,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -8781,38 +8830,38 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +msgid "Question dependency" +msgstr "" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -8829,10 +8878,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9175,7 +9220,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9460,9 +9505,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "" @@ -9874,7 +9919,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11085,19 +11130,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11130,16 +11175,20 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +msgid "Voucher link" +msgstr "" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -11622,7 +11671,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -11667,11 +11716,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -11842,7 +11891,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -11851,264 +11900,264 @@ msgstr "" msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "" -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "" -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "" -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "" -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "" -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "" -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "" -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "" -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "" -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "" -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12263,12 +12312,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "" -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "" -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -12494,7 +12543,7 @@ msgstr "" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -12606,75 +12655,84 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -12683,7 +12741,7 @@ msgstr "" msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -12701,11 +12759,16 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, python-format +msgid "Your order received an incomplete payment: %(code)s" +msgstr "" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -12725,8 +12788,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "" @@ -13190,11 +13253,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -13444,37 +13502,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -13949,13 +14007,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14216,35 +14267,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -14688,7 +14739,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -14700,7 +14751,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -14708,7 +14759,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -14719,19 +14770,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/ar/LC_MESSAGES/djangojs.po b/src/pretix/locale/ar/LC_MESSAGES/djangojs.po index 5614d4736..d0ccc5ce9 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/ar/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -100,7 +100,7 @@ msgid "" msgstr "" #: pretix/static/pretixbase/js/asynctask.js:193 -#: pretix/static/pretixcontrol/js/ui/main.js:28 +#: pretix/static/pretixcontrol/js/ui/main.js:20 msgid "Close message" msgstr "" @@ -168,48 +168,56 @@ msgstr "" msgid "Generating messages …" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:43 +#: pretix/static/pretixcontrol/js/ui/main.js:55 msgid "Unknown error." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:205 +#: pretix/static/pretixcontrol/js/ui/main.js:217 msgid "Your color has great contrast and is very easy to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:209 +#: pretix/static/pretixcontrol/js/ui/main.js:221 msgid "Your color has decent contrast and is probably good-enough to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:213 +#: pretix/static/pretixcontrol/js/ui/main.js:225 msgid "" "Your color has bad contrast for text on white background, please choose a " "darker shade." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:294 +#: pretix/static/pretixcontrol/js/ui/main.js:306 msgid "All" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:295 +#: pretix/static/pretixcontrol/js/ui/main.js:307 msgid "None" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:588 +#: pretix/static/pretixcontrol/js/ui/main.js:595 msgid "Use a different name internally" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:639 +#: pretix/static/pretixcontrol/js/ui/main.js:646 msgid "Click to close" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:41 +#: pretix/static/pretixcontrol/js/ui/question.js:42 msgid "Others" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:70 +#: pretix/static/pretixcontrol/js/ui/question.js:71 msgid "Count" msgstr "" +#: pretix/static/pretixcontrol/js/ui/question.js:120 +msgid "Ja" +msgstr "" + +#: pretix/static/pretixcontrol/js/ui/question.js:121 +msgid "Nein" +msgstr "" + #: pretix/static/pretixcontrol/js/ui/subevent.js:108 msgid "(one more date)" msgid_plural "({num} more dates)" diff --git a/src/pretix/locale/cs/LC_MESSAGES/django.po b/src/pretix/locale/cs/LC_MESSAGES/django.po index 7b048f963..c651156e4 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/django.po +++ b/src/pretix/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -92,18 +92,18 @@ msgid "" "There is not enough quota available on quota \"{}\" to perform the operation." msgstr "" -#: pretix/api/serializers/checkin.py:27 pretix/base/models/items.py:880 -#: pretix/base/models/items.py:1211 +#: pretix/api/serializers/checkin.py:27 pretix/base/models/items.py:888 +#: pretix/base/models/items.py:1219 msgid "One or more items do not belong to this event." msgstr "" -#: pretix/api/serializers/checkin.py:31 pretix/base/models/items.py:1220 +#: pretix/api/serializers/checkin.py:31 pretix/base/models/items.py:1228 #: pretix/base/models/waitinglist.py:152 msgid "Subevent cannot be null for event series." msgstr "" #: pretix/api/serializers/checkin.py:33 pretix/api/serializers/checkin.py:36 -#: pretix/base/models/items.py:1222 pretix/base/models/items.py:1225 +#: pretix/base/models/items.py:1230 pretix/base/models/items.py:1233 #: pretix/base/models/waitinglist.py:154 pretix/base/models/waitinglist.py:157 msgid "The subevent does not belong to this event." msgstr "" @@ -130,12 +130,16 @@ msgid "" "the dedicated nested endpoint." msgstr "" -#: pretix/api/serializers/item.py:171 +#: pretix/api/serializers/item.py:179 msgid "" "Updating options via PATCH/PUT is not supported. Please use the dedicated " "nested endpoint." msgstr "" +#: pretix/api/serializers/item.py:195 pretix/control/forms/item.py:62 +msgid "Circular dependency between questions detected." +msgstr "" + #: pretix/api/views/oauth.py:74 pretix/control/logdisplay.py:233 #, python-brace-format msgid "" @@ -233,7 +237,7 @@ msgstr "" msgid "Answers to file upload questions" msgstr "" -#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:777 +#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:785 #: pretix/control/navigation.py:169 #: pretix/control/templates/pretixcontrol/items/questions.html:3 #: pretix/control/templates/pretixcontrol/items/questions.html:5 @@ -274,9 +278,10 @@ msgid "" "date does not always correspond to the order or payment date." msgstr "" -#: pretix/base/exporters/invoices.py:90 pretix/base/models/orders.py:1052 -#: pretix/base/models/orders.py:1369 pretix/control/forms/filter.py:93 +#: pretix/base/exporters/invoices.py:90 pretix/base/models/orders.py:1076 +#: pretix/base/models/orders.py:1393 pretix/control/forms/filter.py:93 #: pretix/control/forms/filter.py:893 +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:5 #: pretix/control/templates/pretixcontrol/orders/refunds.html:42 msgid "Payment provider" msgstr "" @@ -297,7 +302,7 @@ msgstr "" msgid "Email addresses (text file)" msgstr "" -#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:284 +#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:289 msgid "Filter by status" msgstr "" @@ -313,7 +318,7 @@ msgstr "" msgid "Orders" msgstr "" -#: pretix/base/exporters/orderlist.py:29 pretix/base/models/orders.py:1623 +#: pretix/base/exporters/orderlist.py:29 pretix/base/models/orders.py:1647 #: pretix/base/notifications.py:183 msgid "Order positions" msgstr "" @@ -340,7 +345,7 @@ msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:34 #: pretix/plugins/checkinlists/exporters.py:53 #: pretix/plugins/checkinlists/exporters.py:295 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 #: pretix/plugins/ticketoutputpdf/exporters.py:40 msgid "Order code" msgstr "" @@ -348,7 +353,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:91 pretix/base/notifications.py:179 #: pretix/control/templates/pretixcontrol/orders/index.html:101 #: pretix/control/templates/pretixcontrol/search/orders.html:48 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 msgid "Order total" msgstr "" @@ -357,6 +362,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:403 pretix/base/models/orders.py:123 #: pretix/control/forms/filter.py:366 pretix/control/forms/filter.py:501 #: pretix/control/forms/filter.py:697 pretix/control/forms/filter.py:752 +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:13 #: pretix/control/templates/pretixcontrol/checkin/index.html:74 #: pretix/control/templates/pretixcontrol/events/index.html:76 #: pretix/control/templates/pretixcontrol/order/index.html:448 @@ -367,7 +373,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/subevents/index.html:79 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:136 #: pretix/control/views/waitinglist.py:199 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:48 #: pretix/presale/templates/pretixpresale/organizers/index.html:48 msgid "Status" @@ -385,8 +391,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:97 #: pretix/control/templates/pretixcontrol/search/orders.html:45 #: pretix/plugins/checkinlists/exporters.py:323 -#: pretix/plugins/reports/exporters.py:295 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:300 +#: pretix/plugins/reports/exporters.py:363 msgid "Order date" msgstr "" @@ -404,12 +410,12 @@ msgstr "" #: pretix/base/exporters/orderlist.py:92 pretix/base/exporters/orderlist.py:481 #: pretix/base/exporters/orderlist.py:489 #: pretix/base/exporters/orderlist.py:569 -#: pretix/base/exporters/orderlist.py:577 pretix/base/forms/questions.py:321 -#: pretix/base/models/devices.py:46 pretix/base/models/event.py:851 -#: pretix/base/models/event.py:1024 pretix/base/models/items.py:994 +#: pretix/base/exporters/orderlist.py:577 pretix/base/forms/questions.py:370 +#: pretix/base/models/devices.py:46 pretix/base/models/event.py:855 +#: pretix/base/models/event.py:1028 pretix/base/models/items.py:1002 #: pretix/base/models/organizer.py:31 pretix/base/models/tax.py:65 #: pretix/base/settings.py:725 pretix/control/forms/event.py:1062 -#: pretix/control/forms/item.py:203 +#: pretix/control/forms/item.py:233 #: pretix/control/templates/pretixcontrol/checkin/index.html:71 #: pretix/control/templates/pretixcontrol/event/tax_index.html:26 #: pretix/control/templates/pretixcontrol/oauth/app_list.html:12 @@ -433,7 +439,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:209 #: pretix/base/exporters/orderlist.py:298 #: pretix/base/exporters/orderlist.py:482 -#: pretix/base/exporters/orderlist.py:570 pretix/base/models/orders.py:1800 +#: pretix/base/exporters/orderlist.py:570 pretix/base/models/orders.py:1824 #: pretix/control/templates/pretixcontrol/order/index.html:609 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:97 #: pretix/presale/templates/pretixpresale/event/order.html:231 @@ -445,7 +451,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:483 #: pretix/base/exporters/orderlist.py:491 #: pretix/base/exporters/orderlist.py:571 -#: pretix/base/exporters/orderlist.py:579 pretix/base/models/orders.py:1801 +#: pretix/base/exporters/orderlist.py:579 pretix/base/models/orders.py:1825 #: pretix/control/forms/event.py:692 msgid "ZIP code" msgstr "" @@ -455,7 +461,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:484 #: pretix/base/exporters/orderlist.py:492 #: pretix/base/exporters/orderlist.py:572 -#: pretix/base/exporters/orderlist.py:580 pretix/base/models/orders.py:1802 +#: pretix/base/exporters/orderlist.py:580 pretix/base/models/orders.py:1826 #: pretix/control/forms/event.py:699 msgid "City" msgstr "" @@ -465,8 +471,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:485 #: pretix/base/exporters/orderlist.py:493 #: pretix/base/exporters/orderlist.py:573 -#: pretix/base/exporters/orderlist.py:581 pretix/base/models/orders.py:1803 -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:704 +#: pretix/base/exporters/orderlist.py:581 pretix/base/models/orders.py:1827 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:704 #: pretix/control/templates/pretixcontrol/order/index.html:613 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:101 #: pretix/presale/templates/pretixpresale/event/order.html:235 @@ -478,7 +484,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:487 #: pretix/base/exporters/orderlist.py:494 #: pretix/base/exporters/orderlist.py:575 -#: pretix/base/exporters/orderlist.py:582 pretix/base/models/orders.py:1805 +#: pretix/base/exporters/orderlist.py:582 pretix/base/models/orders.py:1829 #: pretix/control/templates/pretixcontrol/order/index.html:616 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:104 #: pretix/presale/templates/pretixpresale/event/order.html:238 @@ -528,7 +534,7 @@ msgid "Description" msgstr "" #: pretix/base/exporters/orderlist.py:197 -#: pretix/base/exporters/orderlist.py:272 pretix/base/models/orders.py:895 +#: pretix/base/exporters/orderlist.py:272 pretix/base/models/orders.py:897 #: pretix/base/pdf.py:86 pretix/plugins/checkinlists/exporters.py:213 #: pretix/plugins/checkinlists/exporters.py:302 msgid "Price" @@ -536,8 +542,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:198 #: pretix/base/exporters/orderlist.py:273 -#: pretix/base/exporters/orderlist.py:560 pretix/base/models/orders.py:1501 -#: pretix/base/models/orders.py:1599 pretix/base/models/tax.py:72 +#: pretix/base/exporters/orderlist.py:560 pretix/base/models/orders.py:1525 +#: pretix/base/models/orders.py:1623 pretix/base/models/tax.py:72 msgid "Tax rate" msgstr "" @@ -550,8 +556,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:200 #: pretix/base/exporters/orderlist.py:275 -#: pretix/base/exporters/orderlist.py:559 pretix/base/models/orders.py:1510 -#: pretix/base/models/orders.py:1608 +#: pretix/base/exporters/orderlist.py:559 pretix/base/models/orders.py:1534 +#: pretix/base/models/orders.py:1632 msgid "Tax value" msgstr "" @@ -577,18 +583,18 @@ msgstr "" #: pretix/control/views/vouchers.py:61 pretix/control/views/waitinglist.py:199 #: pretix/plugins/checkinlists/exporters.py:213 #: pretix/plugins/checkinlists/exporters.py:302 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:10 msgid "Product" msgstr "" -#: pretix/base/exporters/orderlist.py:271 pretix/base/models/orders.py:890 +#: pretix/base/exporters/orderlist.py:271 pretix/base/models/orders.py:892 msgid "Variation" msgstr "" #: pretix/base/exporters/orderlist.py:276 -#: pretix/base/exporters/orderlist.py:281 pretix/base/forms/questions.py:155 -#: pretix/base/models/orders.py:899 pretix/base/pdf.py:91 +#: pretix/base/exporters/orderlist.py:281 pretix/base/forms/questions.py:157 +#: pretix/base/models/orders.py:901 pretix/base/pdf.py:91 #: pretix/control/templates/pretixcontrol/order/index.html:293 #: pretix/plugins/badges/exporters.py:105 #: pretix/plugins/checkinlists/exporters.py:52 @@ -598,8 +604,8 @@ msgstr "" msgid "Attendee name" msgstr "" -#: pretix/base/exporters/orderlist.py:283 pretix/base/forms/questions.py:161 -#: pretix/base/models/orders.py:907 +#: pretix/base/exporters/orderlist.py:283 pretix/base/forms/questions.py:163 +#: pretix/base/models/orders.py:909 #: pretix/control/templates/pretixcontrol/order/index.html:298 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:31 msgid "Attendee email" @@ -607,8 +613,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:284 pretix/base/models/vouchers.py:177 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:5 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:5 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:7 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:6 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:8 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:137 msgid "Voucher" msgstr "" @@ -626,8 +632,8 @@ msgid "Only successful payments" msgstr "" #: pretix/base/exporters/orderlist.py:403 pretix/base/models/orders.py:184 -#: pretix/base/models/orders.py:1039 pretix/base/models/orders.py:1350 -#: pretix/base/models/orders.py:1490 pretix/base/models/orders.py:1593 +#: pretix/base/models/orders.py:1063 pretix/base/models/orders.py:1374 +#: pretix/base/models/orders.py:1514 pretix/base/models/orders.py:1617 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:15 #: pretix/plugins/checkinlists/exporters.py:211 msgid "Order" @@ -651,8 +657,8 @@ msgstr "" msgid "Status code" msgstr "" -#: pretix/base/exporters/orderlist.py:404 pretix/base/models/orders.py:1035 -#: pretix/base/models/orders.py:1346 +#: pretix/base/exporters/orderlist.py:404 pretix/base/models/orders.py:1059 +#: pretix/base/models/orders.py:1370 #: pretix/control/templates/pretixcontrol/order/index.html:449 #: pretix/control/templates/pretixcontrol/order/index.html:525 #: pretix/control/templates/pretixcontrol/orders/refunds.html:46 @@ -745,8 +751,8 @@ msgid "Invoice number" msgstr "" #: pretix/base/exporters/orderlist.py:475 -#: pretix/base/exporters/orderlist.py:564 pretix/base/models/items.py:724 -#: pretix/base/models/orders.py:143 pretix/base/models/orders.py:1758 +#: pretix/base/exporters/orderlist.py:564 pretix/base/models/items.py:728 +#: pretix/base/models/orders.py:143 pretix/base/models/orders.py:1782 #: pretix/control/forms/filter.py:378 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_assign.html:17 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:11 @@ -825,12 +831,12 @@ msgid "Street address" msgstr "" #: pretix/base/exporters/orderlist.py:495 -#: pretix/base/exporters/orderlist.py:583 pretix/base/models/orders.py:1814 +#: pretix/base/exporters/orderlist.py:583 pretix/base/models/orders.py:1838 msgid "Beneficiary" msgstr "" #: pretix/base/exporters/orderlist.py:496 -#: pretix/base/exporters/orderlist.py:584 pretix/base/models/orders.py:1809 +#: pretix/base/exporters/orderlist.py:584 pretix/base/models/orders.py:1833 #: pretix/control/templates/pretixcontrol/order/index.html:632 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:107 msgid "Internal reference" @@ -868,23 +874,23 @@ msgstr "" msgid "Invoice" msgstr "" -#: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:807 -#: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 -#: pretix/control/views/vouchers.py:79 -#: pretix/plugins/checkinlists/exporters.py:359 -#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 -#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 -#: pretix/presale/checkoutflow.py:595 -msgid "Yes" -msgstr "" - #: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:809 #: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 #: pretix/control/views/vouchers.py:79 #: pretix/plugins/checkinlists/exporters.py:359 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 -#: pretix/presale/checkoutflow.py:597 +#: pretix/presale/checkoutflow.py:619 +msgid "Yes" +msgstr "" + +#: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:811 +#: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 +#: pretix/control/views/vouchers.py:79 +#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 +#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 +#: pretix/presale/checkoutflow.py:621 msgid "No" msgstr "" @@ -912,7 +918,7 @@ msgstr "" #: pretix/base/models/auth.py:78 pretix/base/models/notifications.py:25 #: pretix/base/models/orders.py:135 pretix/control/navigation.py:68 #: pretix/plugins/checkinlists/exporters.py:313 -#: pretix/presale/checkoutflow.py:585 pretix/presale/forms/checkout.py:26 +#: pretix/presale/checkoutflow.py:609 pretix/presale/forms/checkout.py:26 #: pretix/presale/forms/user.py:6 msgid "E-mail" msgstr "" @@ -953,27 +959,31 @@ msgstr "" msgid "Repeat password" msgstr "" -#: pretix/base/forms/questions.py:281 +#: pretix/base/forms/questions.py:316 pretix/control/forms/item.py:70 +msgid "This field is required" +msgstr "" + +#: pretix/base/forms/questions.py:330 msgid "Street and Number" msgstr "" -#: pretix/base/forms/questions.py:338 +#: pretix/base/forms/questions.py:387 msgid "You need to provide a company name." msgstr "" -#: pretix/base/forms/questions.py:340 +#: pretix/base/forms/questions.py:389 msgid "You need to provide your name." msgstr "" -#: pretix/base/forms/questions.py:351 pretix/control/views/orders.py:974 +#: pretix/base/forms/questions.py:400 pretix/control/views/orders.py:976 msgid "Your VAT ID does not match the selected country." msgstr "" -#: pretix/base/forms/questions.py:359 +#: pretix/base/forms/questions.py:408 msgid "This VAT ID is not valid. Please re-check your input." msgstr "" -#: pretix/base/forms/questions.py:364 +#: pretix/base/forms/questions.py:413 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country is currently not available. We will therefore need to charge VAT on " @@ -981,7 +991,7 @@ msgid "" "process." msgstr "" -#: pretix/base/forms/questions.py:372 +#: pretix/base/forms/questions.py:421 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country returned an incorrect result. We will therefore need to charge VAT " @@ -1055,7 +1065,7 @@ msgid "Invalid placeholder(s): %(value)s" msgstr "" #: pretix/base/forms/widgets.py:126 pretix/base/forms/widgets.py:131 -#: pretix/base/models/orders.py:1796 +#: pretix/base/models/orders.py:1820 msgid "Business customer" msgstr "" @@ -1081,7 +1091,7 @@ msgid "Invoice {num}" msgstr "" #: pretix/base/invoice.py:274 -#: pretix/control/templates/pretixcontrol/base.html:242 +#: pretix/control/templates/pretixcontrol/base.html:246 #: pretix/control/templates/pretixcontrol/checkin/index.html:94 #: pretix/control/templates/pretixcontrol/order/index.html:20 #: pretix/control/templates/pretixcontrol/orders/index.html:120 @@ -1248,7 +1258,7 @@ msgstr "" msgid "Default list" msgstr "" -#: pretix/base/models/auth.py:80 pretix/base/models/orders.py:1798 +#: pretix/base/models/auth.py:80 pretix/base/models/orders.py:1822 #: pretix/base/settings.py:736 pretix/base/settings.py:747 #: pretix/control/templates/pretixcontrol/users/index.html:42 msgid "Full name" @@ -1318,11 +1328,11 @@ msgstr "" msgid "Limit to products" msgstr "" -#: pretix/base/models/checkin.py:16 pretix/base/models/items.py:990 -#: pretix/base/models/orders.py:880 pretix/base/models/vouchers.py:92 +#: pretix/base/models/checkin.py:16 pretix/base/models/items.py:998 +#: pretix/base/models/orders.py:882 pretix/base/models/vouchers.py:92 #: pretix/base/models/waitinglist.py:33 pretix/control/forms/checkin.py:24 #: pretix/control/forms/event.py:1187 pretix/control/forms/filter.py:187 -#: pretix/control/forms/filter.py:789 pretix/control/forms/item.py:114 +#: pretix/control/forms/filter.py:789 pretix/control/forms/item.py:144 #: pretix/control/forms/orders.py:212 pretix/control/forms/orders.py:257 #: pretix/control/forms/vouchers.py:70 #: pretix/control/templates/pretixcontrol/checkin/lists.html:61 @@ -1334,7 +1344,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/waitinglist/index.html:133 #: pretix/control/views/waitinglist.py:203 #: pretix/plugins/checkinlists/exporters.py:316 -#: pretix/plugins/reports/exporters.py:266 pretix/plugins/sendmail/forms.py:79 +#: pretix/plugins/reports/exporters.py:271 pretix/plugins/sendmail/forms.py:79 #: pretix/presale/templates/pretixpresale/event/checkout_questions.html:86 msgctxt "subevent" msgid "Date" @@ -1403,17 +1413,17 @@ msgstr "" msgid "Event currency" msgstr "" -#: pretix/base/models/event.py:302 pretix/base/models/event.py:853 +#: pretix/base/models/event.py:302 pretix/base/models/event.py:857 #: pretix/control/forms/event.py:1060 pretix/control/forms/subevents.py:58 msgid "Event start time" msgstr "" -#: pretix/base/models/event.py:304 pretix/base/models/event.py:855 +#: pretix/base/models/event.py:304 pretix/base/models/event.py:859 #: pretix/base/pdf.py:148 pretix/control/forms/subevents.py:62 msgid "Event end time" msgstr "" -#: pretix/base/models/event.py:306 pretix/base/models/event.py:857 +#: pretix/base/models/event.py:306 pretix/base/models/event.py:861 #: pretix/control/forms/subevents.py:67 msgid "Admission time" msgstr "" @@ -1428,29 +1438,29 @@ msgid "" "organizer account." msgstr "" -#: pretix/base/models/event.py:312 pretix/base/models/event.py:860 +#: pretix/base/models/event.py:312 pretix/base/models/event.py:864 #: pretix/control/forms/subevents.py:78 msgid "End of presale" msgstr "" -#: pretix/base/models/event.py:313 pretix/base/models/event.py:861 +#: pretix/base/models/event.py:313 pretix/base/models/event.py:865 #: pretix/control/forms/subevents.py:79 msgid "" "Optional. No products will be sold after this date. If you do not set this " "value, the presale will end after the end date of your event." msgstr "" -#: pretix/base/models/event.py:318 pretix/base/models/event.py:866 +#: pretix/base/models/event.py:318 pretix/base/models/event.py:870 #: pretix/control/forms/subevents.py:72 msgid "Start of presale" msgstr "" -#: pretix/base/models/event.py:319 pretix/base/models/event.py:867 +#: pretix/base/models/event.py:319 pretix/base/models/event.py:871 #: pretix/control/forms/subevents.py:73 msgid "Optional. No products will be sold before this date." msgstr "" -#: pretix/base/models/event.py:324 pretix/base/models/event.py:872 +#: pretix/base/models/event.py:324 pretix/base/models/event.py:876 msgid "Location" msgstr "" @@ -1473,8 +1483,8 @@ msgid "Event series" msgstr "" #: pretix/base/models/event.py:340 pretix/base/models/items.py:233 -#: pretix/base/models/items.py:983 pretix/base/models/orders.py:129 -#: pretix/base/models/orders.py:1750 pretix/base/models/vouchers.py:86 +#: pretix/base/models/items.py:991 pretix/base/models/orders.py:129 +#: pretix/base/models/orders.py:1774 pretix/base/models/vouchers.py:86 #: pretix/base/models/waitinglist.py:27 pretix/base/notifications.py:177 #: pretix/control/templates/pretixcontrol/search/orders.html:39 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:18 @@ -1491,67 +1501,67 @@ msgstr "" msgid "Events" msgstr "" -#: pretix/base/models/event.py:706 +#: pretix/base/models/event.py:710 msgid "" "You have configured at least one paid product but have not enabled any " "payment methods." msgstr "" -#: pretix/base/models/event.py:709 +#: pretix/base/models/event.py:713 msgid "You need to configure at least one quota to sell anything." msgstr "" -#: pretix/base/models/event.py:799 +#: pretix/base/models/event.py:803 msgid "" "Once created an event cannot change between an series and a single event." msgstr "" -#: pretix/base/models/event.py:805 +#: pretix/base/models/event.py:809 msgid "The event slug cannot be changed." msgstr "" -#: pretix/base/models/event.py:808 +#: pretix/base/models/event.py:812 msgid "This slug has already been used for a different event." msgstr "" -#: pretix/base/models/event.py:814 +#: pretix/base/models/event.py:818 msgid "The event cannot end before it starts." msgstr "" -#: pretix/base/models/event.py:820 +#: pretix/base/models/event.py:824 msgid "The event's presale cannot end before it starts." msgstr "" -#: pretix/base/models/event.py:846 pretix/base/models/items.py:254 +#: pretix/base/models/event.py:850 pretix/base/models/items.py:254 #: pretix/base/models/items.py:505 pretix/control/forms/filter.py:369 #: pretix/control/forms/filter.py:700 #: pretix/control/templates/pretixcontrol/users/index.html:46 msgid "Active" msgstr "" -#: pretix/base/models/event.py:847 +#: pretix/base/models/event.py:851 msgid "" "Only with this checkbox enabled, this date is visible in the frontend to " "users." msgstr "" -#: pretix/base/models/event.py:876 pretix/control/forms/event.py:1041 +#: pretix/base/models/event.py:880 pretix/control/forms/event.py:1041 msgid "Frontpage text" msgstr "" -#: pretix/base/models/event.py:883 +#: pretix/base/models/event.py:887 msgid "Date in event series" msgstr "" -#: pretix/base/models/event.py:884 +#: pretix/base/models/event.py:888 msgid "Dates in event series" msgstr "" -#: pretix/base/models/event.py:1016 +#: pretix/base/models/event.py:1020 msgid "Can not contain spaces or special characters except underscores" msgstr "" -#: pretix/base/models/event.py:1021 +#: pretix/base/models/event.py:1025 msgid "The property name may only contain letters, numbers and underscores." msgstr "" @@ -1787,13 +1797,13 @@ msgid "" "not actually impact pricing." msgstr "" -#: pretix/base/models/items.py:365 pretix/control/forms/item.py:330 +#: pretix/base/models/items.py:365 pretix/control/forms/item.py:361 msgid "Sales channels" msgstr "" -#: pretix/base/models/items.py:373 pretix/base/models/items.py:760 +#: pretix/base/models/items.py:373 pretix/base/models/items.py:764 #: pretix/control/forms/filter.py:181 pretix/control/forms/filter.py:636 -#: pretix/control/forms/item.py:99 pretix/control/navigation.py:135 +#: pretix/control/forms/item.py:129 pretix/control/navigation.py:135 #: pretix/control/navigation.py:144 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:27 #: pretix/control/templates/pretixcontrol/checkin/lists.html:63 @@ -1828,7 +1838,7 @@ msgid "This is shown below the variation name in lists." msgstr "" #: pretix/base/models/items.py:514 pretix/base/models/items.py:637 -#: pretix/base/models/items.py:766 +#: pretix/base/models/items.py:770 msgid "Position" msgstr "" @@ -1879,44 +1889,44 @@ msgstr "" msgid "The maximum count needs to be greater than the minimum count." msgstr "" -#: pretix/base/models/items.py:717 +#: pretix/base/models/items.py:721 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:21 msgid "Number" msgstr "" -#: pretix/base/models/items.py:718 +#: pretix/base/models/items.py:722 msgid "Text (one line)" msgstr "" -#: pretix/base/models/items.py:719 +#: pretix/base/models/items.py:723 msgid "Multiline text" msgstr "" -#: pretix/base/models/items.py:720 +#: pretix/base/models/items.py:724 msgid "Yes/No" msgstr "" -#: pretix/base/models/items.py:721 +#: pretix/base/models/items.py:725 msgid "Choose one from a list" msgstr "" -#: pretix/base/models/items.py:722 +#: pretix/base/models/items.py:726 msgid "Choose multiple from a list" msgstr "" -#: pretix/base/models/items.py:723 +#: pretix/base/models/items.py:727 msgid "File upload" msgstr "" -#: pretix/base/models/items.py:725 pretix/base/reldate.py:131 +#: pretix/base/models/items.py:729 pretix/base/reldate.py:131 msgid "Time" msgstr "" -#: pretix/base/models/items.py:726 +#: pretix/base/models/items.py:730 msgid "Date and time" msgstr "" -#: pretix/base/models/items.py:735 pretix/base/models/items.py:776 +#: pretix/base/models/items.py:739 pretix/base/models/items.py:784 #: pretix/control/forms/item.py:38 #: pretix/control/templates/pretixcontrol/items/question_edit.html:9 #: pretix/control/templates/pretixcontrol/items/question_edit.html:16 @@ -1924,118 +1934,118 @@ msgstr "" msgid "Question" msgstr "" -#: pretix/base/models/items.py:739 +#: pretix/base/models/items.py:743 msgid "Internal identifier" msgstr "" -#: pretix/base/models/items.py:740 +#: pretix/base/models/items.py:744 msgid "" "You can enter any value here to make it easier to match the data with other " "sources. If you do not input one, we will generate one automatically." msgstr "" -#: pretix/base/models/items.py:744 +#: pretix/base/models/items.py:748 msgid "Help text" msgstr "" -#: pretix/base/models/items.py:745 +#: pretix/base/models/items.py:749 msgid "If the question needs to be explained or clarified, do it here!" msgstr "" -#: pretix/base/models/items.py:751 +#: pretix/base/models/items.py:755 msgid "Question type" msgstr "" -#: pretix/base/models/items.py:755 +#: pretix/base/models/items.py:759 #: pretix/control/templates/pretixcontrol/items/questions.html:49 msgid "Required question" msgstr "" -#: pretix/base/models/items.py:762 +#: pretix/base/models/items.py:766 msgid "This question will be asked to buyers of the selected products" msgstr "" -#: pretix/base/models/items.py:769 +#: pretix/base/models/items.py:773 msgid "Ask during check-in instead of in the ticket buying process" msgstr "" -#: pretix/base/models/items.py:770 +#: pretix/base/models/items.py:774 msgid "" "This will only work if you handle your check-in with pretixdroid 1.8 or " "newer or pretixdesk 0.2 or newer." msgstr "" -#: pretix/base/models/items.py:797 +#: pretix/base/models/items.py:805 msgid "This identifier is already used for a different question." msgstr "" -#: pretix/base/models/items.py:821 +#: pretix/base/models/items.py:829 msgid "An answer to this question is required to proceed." msgstr "" -#: pretix/base/models/items.py:831 pretix/base/models/items.py:839 +#: pretix/base/models/items.py:839 pretix/base/models/items.py:847 msgid "Invalid option selected." msgstr "" -#: pretix/base/models/items.py:848 +#: pretix/base/models/items.py:856 msgid "Invalid number input." msgstr "" -#: pretix/base/models/items.py:855 +#: pretix/base/models/items.py:863 msgid "Invalid date input." msgstr "" -#: pretix/base/models/items.py:862 +#: pretix/base/models/items.py:870 msgid "Invalid time input." msgstr "" -#: pretix/base/models/items.py:872 +#: pretix/base/models/items.py:880 msgid "Invalid datetime input." msgstr "" -#: pretix/base/models/items.py:886 +#: pretix/base/models/items.py:894 #: pretix/control/templates/pretixcontrol/items/question.html:68 msgid "Answer" msgstr "" -#: pretix/base/models/items.py:908 +#: pretix/base/models/items.py:916 msgid "The identifier \"{}\" is already used for a different option." msgstr "" -#: pretix/base/models/items.py:911 +#: pretix/base/models/items.py:919 msgid "Question option" msgstr "" -#: pretix/base/models/items.py:912 +#: pretix/base/models/items.py:920 msgid "Question options" msgstr "" -#: pretix/base/models/items.py:997 pretix/control/forms/event.py:1308 +#: pretix/base/models/items.py:1005 pretix/control/forms/event.py:1308 #: pretix/control/templates/pretixcontrol/items/quotas.html:49 msgid "Total capacity" msgstr "" -#: pretix/base/models/items.py:999 pretix/control/forms/item.py:213 +#: pretix/base/models/items.py:1007 pretix/control/forms/item.py:243 msgid "Leave empty for an unlimited number of tickets." msgstr "" -#: pretix/base/models/items.py:1003 pretix/base/models/orders.py:884 +#: pretix/base/models/items.py:1011 pretix/base/models/orders.py:886 #: pretix/control/templates/pretixcontrol/checkin/index.html:67 msgid "Item" msgstr "" -#: pretix/base/models/items.py:1011 +#: pretix/base/models/items.py:1019 #: pretix/control/templates/pretixcontrol/item/base.html:16 msgid "Variations" msgstr "" -#: pretix/base/models/items.py:1019 pretix/base/models/vouchers.py:157 +#: pretix/base/models/items.py:1027 pretix/base/models/vouchers.py:157 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:8 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:15 msgid "Quota" msgstr "" -#: pretix/base/models/items.py:1020 pretix/control/navigation.py:153 +#: pretix/base/models/items.py:1028 pretix/control/navigation.py:153 #: pretix/control/templates/pretixcontrol/items/quotas.html:3 #: pretix/control/templates/pretixcontrol/items/quotas.html:5 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:298 @@ -2043,11 +2053,11 @@ msgstr "" msgid "Quotas" msgstr "" -#: pretix/base/models/items.py:1204 +#: pretix/base/models/items.py:1212 msgid "All variations must belong to an item contained in the items list." msgstr "" -#: pretix/base/models/items.py:1214 +#: pretix/base/models/items.py:1222 msgid "" "One or more items has variations but none of these are in the variations " "list." @@ -2114,7 +2124,7 @@ msgstr "" msgid "Locale" msgstr "" -#: pretix/base/models/orders.py:146 pretix/base/models/orders.py:1762 +#: pretix/base/models/orders.py:146 pretix/base/models/orders.py:1786 msgid "Expiration date" msgstr "" @@ -2141,182 +2151,182 @@ msgid "" "cases." msgstr "" -#: pretix/base/models/orders.py:172 pretix/base/models/orders.py:918 +#: pretix/base/models/orders.py:172 pretix/base/models/orders.py:920 msgid "Meta information" msgstr "" -#: pretix/base/models/orders.py:609 +#: pretix/base/models/orders.py:611 msgid "" "The payment can not be accepted as the last date of payments configured in " "the payment settings is over." msgstr "" -#: pretix/base/models/orders.py:611 +#: pretix/base/models/orders.py:613 msgid "" "The payment can not be accepted as the order is expired and you configured " "that no late payments should be accepted in the payment settings." msgstr "" -#: pretix/base/models/orders.py:613 +#: pretix/base/models/orders.py:615 msgid "This order is not yet approved by the event organizer." msgstr "" -#: pretix/base/models/orders.py:631 +#: pretix/base/models/orders.py:633 #, python-brace-format msgid "The ordered product \"{item}\" is no longer available." msgstr "" -#: pretix/base/models/orders.py:811 +#: pretix/base/models/orders.py:813 msgid "" msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2890,36 +2900,36 @@ msgstr "" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -2928,11 +2938,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -2940,15 +2950,15 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3038,7 +3048,7 @@ msgstr "" msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3070,7 +3080,7 @@ msgstr "" msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3078,7 +3088,7 @@ msgstr "" msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "" @@ -3109,47 +3119,47 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:251 -#, python-brace-format -msgid "Question: {question}" -msgstr "" - #: pretix/base/pdf.py:252 #, python-brace-format +msgid "Question: {question}" +msgstr "" + +#: pretix/base/pdf.py:253 +#, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3157,12 +3167,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "" @@ -3399,7 +3409,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -3560,7 +3570,7 @@ msgid "Order canceled: %(code)s" msgstr "" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -3811,7 +3821,7 @@ msgstr "" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4082,7 +4092,7 @@ msgid "You do not have access to this page." msgstr "" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4160,7 +4170,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "" @@ -4331,7 +4341,7 @@ msgstr "" msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "" @@ -5332,7 +5342,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "" @@ -5351,7 +5361,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "" @@ -5365,7 +5375,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "" @@ -5382,7 +5392,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "" @@ -5642,84 +5652,88 @@ msgid "" "will be sent by this server locally." msgstr "" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -5727,11 +5741,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -5991,6 +6005,7 @@ msgid "Event types" msgstr "" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "" @@ -6192,7 +6207,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6204,7 +6219,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6222,7 +6237,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "" @@ -6240,16 +6255,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7131,7 +7146,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7153,8 +7168,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7164,60 +7179,60 @@ msgstr "" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7225,11 +7240,11 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7238,27 +7253,58 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +msgid "Transaction Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +msgid "Merchant Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8232,6 +8278,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -8740,7 +8789,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -8778,38 +8827,38 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +msgid "Question dependency" +msgstr "" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -8826,10 +8875,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9172,7 +9217,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9457,9 +9502,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "" @@ -9868,7 +9913,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11079,19 +11124,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11124,16 +11169,20 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +msgid "Voucher link" +msgstr "" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -11613,7 +11662,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -11658,11 +11707,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -11833,7 +11882,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -11842,264 +11891,264 @@ msgstr "" msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "" -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "" -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "" -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "" -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "" -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "" -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "" -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "" -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "" -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "" -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12254,12 +12303,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "" -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "" -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -12485,7 +12534,7 @@ msgstr "" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -12597,75 +12646,84 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -12674,7 +12732,7 @@ msgstr "" msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -12692,11 +12750,16 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, python-format +msgid "Your order received an incomplete payment: %(code)s" +msgstr "" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -12716,8 +12779,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "" @@ -13181,11 +13244,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -13435,37 +13493,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -13940,13 +13998,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14207,35 +14258,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -14676,7 +14727,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -14688,7 +14739,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -14696,7 +14747,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -14707,19 +14758,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/cs/LC_MESSAGES/djangojs.po b/src/pretix/locale/cs/LC_MESSAGES/djangojs.po index a7ba331e3..9d44f8042 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/cs/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -99,7 +99,7 @@ msgid "" msgstr "" #: pretix/static/pretixbase/js/asynctask.js:193 -#: pretix/static/pretixcontrol/js/ui/main.js:28 +#: pretix/static/pretixcontrol/js/ui/main.js:20 msgid "Close message" msgstr "" @@ -167,48 +167,56 @@ msgstr "" msgid "Generating messages …" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:43 +#: pretix/static/pretixcontrol/js/ui/main.js:55 msgid "Unknown error." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:205 +#: pretix/static/pretixcontrol/js/ui/main.js:217 msgid "Your color has great contrast and is very easy to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:209 +#: pretix/static/pretixcontrol/js/ui/main.js:221 msgid "Your color has decent contrast and is probably good-enough to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:213 +#: pretix/static/pretixcontrol/js/ui/main.js:225 msgid "" "Your color has bad contrast for text on white background, please choose a " "darker shade." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:294 +#: pretix/static/pretixcontrol/js/ui/main.js:306 msgid "All" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:295 +#: pretix/static/pretixcontrol/js/ui/main.js:307 msgid "None" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:588 +#: pretix/static/pretixcontrol/js/ui/main.js:595 msgid "Use a different name internally" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:639 +#: pretix/static/pretixcontrol/js/ui/main.js:646 msgid "Click to close" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:41 +#: pretix/static/pretixcontrol/js/ui/question.js:42 msgid "Others" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:70 +#: pretix/static/pretixcontrol/js/ui/question.js:71 msgid "Count" msgstr "" +#: pretix/static/pretixcontrol/js/ui/question.js:120 +msgid "Ja" +msgstr "" + +#: pretix/static/pretixcontrol/js/ui/question.js:121 +msgid "Nein" +msgstr "" + #: pretix/static/pretixcontrol/js/ui/subevent.js:108 msgid "(one more date)" msgid_plural "({num} more dates)" diff --git a/src/pretix/locale/da/LC_MESSAGES/django.po b/src/pretix/locale/da/LC_MESSAGES/django.po index da47cd965..809bc076f 100644 --- a/src/pretix/locale/da/LC_MESSAGES/django.po +++ b/src/pretix/locale/da/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2018-11-16 13:13+0000\n" "Last-Translator: Mikkel Ricky \n" "Language-Team: Danish " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Tom hvis dette produkt ikke er en adgangsbillet" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 #, fuzzy #| msgid "User created." msgctxt "payment_state" msgid "created" msgstr "Bruger oprettet." -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 #, fuzzy #| msgid "pending" msgctxt "payment_state" msgid "pending" msgstr "afventer" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 #, fuzzy #| msgctxt "checkoutflow" #| msgid "Order confirmed" @@ -2388,148 +2400,148 @@ msgctxt "payment_state" msgid "confirmed" msgstr "Bestilling bekræftet" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 #, fuzzy #| msgid "canceled" msgctxt "payment_state" msgid "canceled" msgstr "annulleret" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 #, fuzzy #| msgid "refunded" msgctxt "payment_state" msgid "refunded" msgstr "tilbagebetalt" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Betalingsoplysninger" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Betaling modtaget for din bestilling: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 #, fuzzy #| msgid "User created." msgctxt "refund_state" msgid "created" msgstr "Bruger oprettet." -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 #, fuzzy #| msgid "canceled" msgctxt "refund_state" msgid "canceled" msgstr "annulleret" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 #, fuzzy #| msgid "Organizer" msgctxt "refund_source" msgid "Organizer" msgstr "Arrangør" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 #, fuzzy #| msgid "Customer actions" msgctxt "refund_source" msgid "Customer" msgstr "Kundehandlinger" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Betalingsgebyr" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Leveringsgebyr" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 #, fuzzy #| msgid "Cancellation" msgid "Cancellation fee" msgstr "Annullering" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Andre gebyrer" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Gavekort" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Værdi" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "Kurv-id (fx sessionsnøgle)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Virksomhedsnavn" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Vælg land" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Kun for virksomhedskunder inden for EU." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "Denne reference vises på din faktura." @@ -3151,40 +3163,40 @@ msgstr "Gratis" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 #, fuzzy #| msgid "Invalid payments" msgid "Manual payment" msgstr "Ugyldige betalinger" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 #, fuzzy #| msgid "Payment method" msgid "Payment method name" msgstr "Betalingsmetode" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3193,11 +3205,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3205,19 +3217,19 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 #, fuzzy #| msgid "Settings" msgid "Offsetting" msgstr "Indstillinger" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 #, fuzzy #| msgid "Your changes could not be saved." msgid "You entered an order that could not be found." msgstr "Dine ændringer kunne ikke gemmes." -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3309,7 +3321,7 @@ msgstr "" msgid "Event begin date" msgstr "Arrangements starttidspunt" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3343,7 +3355,7 @@ msgstr "" msgid "Event admission date and time" msgstr "Arrangements indgangsstartdato og -tidspunkt" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3351,7 +3363,7 @@ msgstr "" msgid "Event admission time" msgstr "Indgangstidspunkt" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3384,54 +3396,54 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Navn" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "Arrangørvirksomhed" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "Arrangør-infotekst" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 #, fuzzy #| msgctxt "subevent" #| msgid "Create date" msgid "Printing date" msgstr "Opret dato" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 #, fuzzy #| msgid "Event begin date and time" msgid "Printing date and time" msgstr "Arrangements startdato og -tidspunkt" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 #, fuzzy #| msgid "Event begin time" msgid "Printing time" msgstr "Arrangements starttidspunt" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "Spørgsmål: {question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3440,13 +3452,13 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Navn på deltager" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, fuzzy, python-brace-format #| msgid "Invoice address: name" msgid "Invoice address name: {part}" msgstr "Faktureringsadresse: navn" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "Billet" @@ -3720,7 +3732,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Deltager: {name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "Dato: {}" @@ -3904,7 +3916,7 @@ msgid "Order canceled: %(code)s" msgstr "Bestilling annulleret: %(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4267,11 +4279,23 @@ msgstr "" "Arrangøren af {event}" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4666,7 +4690,7 @@ msgid "You do not have access to this page." msgstr "Du har ikke adgang til denne side." #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4750,7 +4774,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "drevet af pretix" @@ -4927,7 +4951,7 @@ msgstr "" msgid "Copy configuration from" msgstr "Kopier konfiguration fra" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "Kopier ikke" @@ -6042,7 +6066,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "Afventer" @@ -6061,7 +6085,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "Udløbet" @@ -6075,7 +6099,7 @@ msgstr "Afventer eller udløbet" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "Annulleret" @@ -6092,7 +6116,7 @@ msgstr "Alle produkter" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "Alle datoer" @@ -6372,84 +6396,88 @@ msgstr "" "tilgængelig. Adressen vil ikke blive delt med pretix.eu; alle e-mails vil " "blive sent fra denne server." -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "Produktet skal eksistere i flere varianter" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "Kopier produktinformation" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "Tilføj ikke en kvote nu" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "Føj produkt til eksisterende kvote" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "Opret en ny kvote for dette produkt" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "Kvoteindstillinger" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "Føj til eksisterende kvote" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "Navn på ny kvote" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "Størrelse" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "Antal billetter" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "Navn på kvote er påkrævet." -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "Vælg venligst en kvote." -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6457,11 +6485,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6738,6 +6766,7 @@ msgid "Event types" msgstr "Arrangementsdato" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "Valgfrit" @@ -6941,7 +6970,7 @@ msgstr "Bestillingens hemmelighed er blevet ændret." msgid "The order's expiry date has been changed." msgstr "Bestillingens udløbsdato er blevet ændret." -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "Bestillingen er blevet markeret som udløbet." @@ -6953,7 +6982,7 @@ msgstr "Bestillingen er blevet markeret som betalt." msgid "The order has been refunded." msgstr "Bestillingen er blevet tilbagebetalt." -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "Bestillingen er blevet annulleret." @@ -6973,7 +7002,7 @@ msgstr "Bestilling oprettet." msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 #, fuzzy #| msgid "The order has been created." msgid "The order has been approved." @@ -6996,16 +7025,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "Fakturaen er blevet genereret." -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "Fakturaen er blevet genereret igen." -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "Fakturaen er blevet genudstedt." @@ -7984,7 +8013,7 @@ msgstr "Angiv ny adgangskode" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -8006,8 +8035,8 @@ msgstr "Angiv ny adgangskode" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -8017,62 +8046,62 @@ msgstr "Gem" msgid "Create a new account" msgstr "Opret konto" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "Vis/skjul navigation" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "Vis butik" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "Vis butik" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "Afslut administration" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "Kontoindstillinger" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "Log ud" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 #, fuzzy #| msgid "Organizer name" msgid "Organizer account" msgstr "Navn" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "Søg efter arrangementer" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -8080,13 +8109,13 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 #, fuzzy #| msgid "Only paid orders" msgid "Show all test mode orders" msgstr "Kun betalte bestillinger" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -8095,27 +8124,65 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "kører i udviklertilstand" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "Vi behandler din bestilling …" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "Kontakt os hvis dette tager mere end et par minutter." +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgctxt "subevent" +#| msgid "Create date" +msgid "Transaction Code" +msgstr "Opret dato" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "Sælgerland" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "Valuta" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "Type" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +#, fuzzy +#| msgid "Card type" +msgid "Card Entry Mode" +msgstr "Korttype" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "Kortnummer" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -9140,6 +9207,9 @@ msgstr "Momsregel: %(name)s" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "Avancerede indstillinger" @@ -9663,7 +9733,7 @@ msgstr "Rediger spørgsmål" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "Betalt" @@ -9702,38 +9772,40 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "Udfør for alle produkter" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "Svarmuligheder" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "Tilføj ny valgmulighed" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Spørgsmålstype" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -9750,10 +9822,6 @@ msgstr "Du har endnu ikke oprettet nogen spørgsmål." msgid "Create a new question" msgstr "Opret spørgsmål" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "Type" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -10141,7 +10209,7 @@ msgstr "Ændr pris til" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "plus %(rate)s%% %(name)s" @@ -10453,9 +10521,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "I alt" @@ -10942,7 +11010,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "Købt" @@ -12229,19 +12297,19 @@ msgstr "Generer tilfældige koder" msgid "Copy codes" msgstr "Kopier koder" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "Voucherdetaljer" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "Effekt på pris" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -12283,18 +12351,24 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" "Denne rabatkode er allerede blevet brugt. Det kan ikke anbefales at ændre " "den." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "Bestilling %(code)s" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "Rabatkode" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "Historik" @@ -12819,7 +12893,7 @@ msgstr "Ugyldigt element" msgid "Unknown e-mail renderer." msgstr "Ukendt bestillingskode" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -12864,11 +12938,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "Kommentar opdateret." -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "Kunne ikke opdatere kommentaren." @@ -13051,7 +13125,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "Den valgte konfiguration er blevet slettet." -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -13060,149 +13134,149 @@ msgstr "Den valgte konfiguration er blevet slettet." msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 #, fuzzy #| msgid "This voucher is not valid for this product." msgid "Ticket download is not enabled for this product." msgstr "Voucheren er ikke gyldig for dette produkt." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 #, fuzzy #| msgid "The order has been refunded." msgid "The order has been deleted." msgstr "Bestillingen er blevet tilbagebetalt." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 #, fuzzy #| msgid "The selected team cannot be deleted." msgid "Only orders created in test mode can be deleted." msgstr "Den valgte gruppe kan ikke slettet." -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 #, fuzzy #| msgid "The order has been marked as refunded." msgid "The order has been denied and is therefore now canceled." msgstr "Bestillingen er blevet markeret som tilbagebetalt." -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 #, fuzzy #| msgid "The payment term has been changed." msgid "This payment has been canceled." msgstr "Betalingsbetingelser er blevet ændret." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 #, fuzzy #| msgid "This product will not be sold after the given date." msgid "This payment can not be canceled at the moment." msgstr "Dette produkt vil ikke blive solgt efter denne dato." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 #, fuzzy #| msgid "The order has been canceled." msgid "The refund has been canceled." msgstr "Bestillingen er blevet annulleret." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 #, fuzzy #| msgid "This product will not be sold after the given date." msgid "This refund can not be canceled at the moment." msgstr "Dette produkt vil ikke blive solgt efter denne dato." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 #, fuzzy #| msgid "The order has been created." msgid "The refund has been processed." msgstr "Bestilling oprettet." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 #, fuzzy #| msgid "This product will not be sold after the given date." msgid "This refund can not be processed at the moment." msgstr "Dette produkt vil ikke blive solgt efter denne dato." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 #, fuzzy #| msgid "The order has been marked as paid." msgid "The refund has been marked as done." msgstr "Bestillingen er blevet markeret som betalt." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 #, fuzzy #| msgid "The order has been marked as paid." msgid "The payment has been marked as complete." msgstr "Bestillingen er blevet markeret som betalt." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 #, fuzzy #| msgid "The last payment date cannot be before the end of presale." msgid "This payment can not be confirmed at the moment." msgstr "Seneste betalingsdato kan ikke ligge før slutningen på forsalget." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 #, fuzzy #| msgid "The invoice has been reissued." msgid "A refund of {} has been processed." msgstr "Fakturaen er blevet genudstedt." -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 #, fuzzy #| msgctxt "subevent" #| msgid "The event date has been created." msgid "The payment has been created successfully." msgstr "Arrangementsdatoen er blevet oprettet." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 #, fuzzy #| msgid "" #| "The order has been marked as refunded. Please transfer the money back to " @@ -13212,149 +13286,149 @@ msgid "" "money back to the user." msgstr "Bestillingen er markeret som refunderet. Tilbagefør pengene manuelt." -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "En faktura for denne bestilling findes allerede." -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "Intet CVR-nr. angivet." -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "Intet land angivet." -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "CVR-nummeret kun ikke valideres idet et ikke-EU-land er angivet." -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "Dette CVR-nr. er ikke gyldigt." -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "Dette CVR-nr. er gyldigt." -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "Ukendt faktura." -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "Denne faktura er allerede blevet annulleret." -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 #, fuzzy #| msgid "The invoice has been generated." msgid "The invoice has been cleaned of personal data." msgstr "Fakturaen er blevet genereret." -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "Mailen kunne ikke sendes. Prøv venligst igen senere." -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "Denne e-mail er sat i udsendelseskøen." -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "Denne faktura findes ikke" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "Betalingsbetingelser er blevet ændret." -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "Der er sket en fejl. Se detaljer nedenfor." -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "Bestillingen er blevet ændret." -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "Der var ingen ændringer til bestillingen." -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "Emne: {subject}" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "Din besked vil blive sendt til {}." -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "Kunne ikke sende mail til denne bruger: {}" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "Ingen bestilling med denne kode findes." -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "Den valgte eksportør findes ikke." -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -13526,7 +13600,7 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "Den valgte dato er blevet slettet." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 #, fuzzy #| msgctxt "subevent" #| msgid "The selected date has been deleted." @@ -13534,7 +13608,7 @@ msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "Den valgte dato er blevet slettet." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "{} nye datoer er blevet oprettet." @@ -13776,7 +13850,7 @@ msgstr "Inkluder afventende ordre" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sorter efter" @@ -13904,89 +13978,98 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 #, fuzzy #| msgid "Bank account details" msgid "Bank account type" msgstr "Bankkontodetaljer" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 #, fuzzy #| msgid "Create a new account" msgid "Other bank account" msgstr "Opret konto" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 #, fuzzy #| msgid "Account holder" msgid "Name of account holder" msgstr "Kontoejer" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 #, fuzzy #| msgid "Number of days" msgid "Name of bank" msgstr "Antal dage" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "Bankkontodetaljer" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 #, fuzzy #| msgid "This is an event series" msgid "This is required in some countries." msgstr "Dette er en arrangementsrække" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 #, fuzzy #| msgid "Bank account details" msgid "Please fill out your bank account details." msgstr "Bankkontodetaljer" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 #, fuzzy #| msgid "Please enter your name." msgid "Please enter your bank account details." msgstr "Indtast venligst dit navn." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -13995,7 +14078,7 @@ msgstr "Indtast venligst dit navn." msgid "Account holder" msgstr "Kontoejer" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -14013,11 +14096,17 @@ msgstr "" msgid "Import bank data" msgstr "Importer bankdata" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "Denne bestilling er allerede blevet annulleret." +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "Din bestilling afventer betaling: %(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -14037,8 +14126,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Betalingsdato" @@ -14519,11 +14608,6 @@ msgstr "Seneste opdatering" msgid "Total value" msgstr "Samlet værdi" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "Valuta" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -14777,37 +14861,37 @@ msgstr "" msgid "Created: %s" msgstr "Oprettet: %s" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "Bestillingsoverblik (PDF)" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "Bestillinger pr. produkt" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -15301,13 +15385,6 @@ msgstr "" msgid "Card type" msgstr "Korttype" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "Kortnummer" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -15609,35 +15686,35 @@ msgstr "" msgid "Please enter your name." msgstr "Indtast venligst dit navn." -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "Betaling" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "Vælg venligst en betalingsmetode." -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "Gennemse bestilling" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -16095,7 +16172,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "Gratis" @@ -16107,7 +16184,7 @@ msgstr "Vis varianter" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -16115,7 +16192,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "inkl. %(rate)s%% %(name)s" @@ -16126,20 +16203,22 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, fuzzy, python-format #| msgid "Maximum number of items per order" msgid "Amount of %(item)s to order" msgstr "Maksimalt antal produkter pr. bestilling" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "Læg i kurv" @@ -16723,6 +16802,9 @@ msgstr "" msgid "Write access" msgstr "" +#~ msgid "Apply to products" +#~ msgstr "Udfør for alle produkter" + #, fuzzy #~| msgid "List of orders (CSV)" #~ msgid "List of orders" diff --git a/src/pretix/locale/da/LC_MESSAGES/djangojs.po b/src/pretix/locale/da/LC_MESSAGES/djangojs.po index f4fc78451..55cb2a00f 100644 --- a/src/pretix/locale/da/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/da/LC_MESSAGES/djangojs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2018-04-24 14:22+0000\n" "Last-Translator: Pernille Thorsen \n" "Language-Team: Danish \n" "Language-Team: German " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Leer, wenn dies kein Eintrittsticket ist" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "erstellt" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "ausstehend" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "bestätigt" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "abgebrochen" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "fehlgeschlagen" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "erstattet" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Zahlungsinformationen" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Zahlung erhalten für die Bestellung: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "extern gestartet" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "erstellt" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "auf dem Weg" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "erledigt" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "fehlgeschlagen" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "abgebrochen" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "Veranstalter" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "Kunde" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Zahlungsgebühr" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Versandkosten" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "Servicegebühr" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "Stornogebühr" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Andere Gebühren" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Geschenkgutschein" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Wert" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "Bestelltes Produkt" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "Warenkorb-ID (z.B. Session-ID)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "Produkt im Warenkorb" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "Produkte im Warenkorb" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Firmenname" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Land auswählen" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Nur für Firmenkunden mit Sitz in der EU." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" "Diese Referenz wird auf Ihre Rechnung gedruckt, damit Sie die Rechnung " @@ -3124,12 +3136,12 @@ msgstr "Kostenlos" msgid "Box office" msgstr "Abendkasse" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "Manuelle Zahlung" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." @@ -3137,15 +3149,15 @@ msgstr "" "Im Testmodus können Sie die Bestellung zum Testen einfach im Backend als " "bezahlt markieren." -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "Name der Zahlungsmethode" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "Beschreibung des Zahlungsvorgangs im Bestellprozess" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." @@ -3154,11 +3166,11 @@ msgstr "" "diese Zahlungsmethode auswählt. Er sollte eine kurze Erklärung der " "Zahlungsmethode enthalten." -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "Beschreibung des Zahlungsvorgangs in Bestellbestätigungs-E-Mails" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3171,11 +3183,11 @@ msgstr "" "wie die Zahlung vervollständigt werden kann. Die Platzhalter {order}, " "{total}, {currency} und {total_with_currency} können verwendet werden." -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "Beschreibung des Zahlungsvorgangs für ausstehende Bestellungen" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3187,15 +3199,15 @@ msgstr "" "{order}, {total}, {currency} und {total_with_currency} können verwendet " "werden." -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "Verrechnung" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "Sie haben eine unbekannte Bestellnummer eingegeben." -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "Verrechnet mit: %s" @@ -3285,7 +3297,7 @@ msgstr "31.05.2016 20:00" msgid "Event begin date" msgstr "Veranstaltungsdatum" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "31.05.2016" @@ -3317,7 +3329,7 @@ msgstr "22:00" msgid "Event admission date and time" msgstr "Einlassdatum und Uhrzeit" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "31.05.2016 19:00" @@ -3325,7 +3337,7 @@ msgstr "31.05.2016 19:00" msgid "Event admission time" msgstr "Einlassuhrzeit" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3358,47 +3370,47 @@ msgstr "" "Workshop 1\n" "Workshop 2" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Veranstaltername" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "Veranstaltername" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "Veranstalter-Infotext" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "Information zum Veranstalter" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "Druckdatum" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "Druckdatum und -uhrzeit" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "Druckzeit" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "Frage: {question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3406,12 +3418,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Teilnehmername: {part}" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Rechnungsadresse: Name: {part}" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "Ticket" @@ -3685,7 +3697,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Teilnehmer: {name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "Termin: {}" @@ -3879,7 +3891,7 @@ msgid "Order canceled: %(code)s" msgstr "Bestellung storniert: %(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4233,11 +4245,23 @@ msgstr "" "Das {event} Team" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4610,7 +4634,7 @@ msgid "You do not have access to this page." msgstr "Sie haben keine Berechtigung, diese Inhalte aufzurufen." #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4695,7 +4719,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "powered by pretix" @@ -4898,7 +4922,7 @@ msgstr "Es muss eine Standardsprache eingestellt werden." msgid "Copy configuration from" msgstr "Konfiguration übernehmen" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "Nicht übernehmen" @@ -6072,7 +6096,7 @@ msgstr "Bezahlt (oder storniert mit Gebühr)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "ausstehend" @@ -6091,7 +6115,7 @@ msgstr "ausstehend oder bezahlt" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "abgelaufen" @@ -6105,7 +6129,7 @@ msgstr "ausstehend oder abgelaufen" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "storniert" @@ -6122,7 +6146,7 @@ msgstr "Alle Produkte" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "Alle Termine" @@ -6393,11 +6417,17 @@ msgstr "" "gibt. Diese Adresse wird nicht an pretix.eu übermittelt, die Mails werden " "von diesem Server lokal verschickt." -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +#, fuzzy +#| msgid "This question will be asked during check-in." +msgid "Dependencies between questions are not supported during check-in." +msgstr "Diese Frage wird beim Check-In gestellt." + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "Das Produkt soll in mehreren Varianten existieren" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." @@ -6405,67 +6435,67 @@ msgstr "" "Wählen Sie diese Option z.B. für T-Shirts, die es in verschiedenen Größen " "gibt. Sie können die einzelnen Varianten im nächsten Schritt eingeben." -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "Keine Besteuerung" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "Produkt-Informationen kopieren" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "Jetzt nicht zu einem Kontingent hinzufügen" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "Produkt zu bestehendem Kontingent hinzufügen" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "Ein neues Kontingent für dieses Produkt erstellen" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "Kontingent-Optionen" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "Zu bestehendem Kontingent hinzufügen" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "Name des neuen Kontingents" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "Größe" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "Anzahl Tickets" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "Kontingentname ist erforderlich." -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "Bitte wählen Sie ein Kontingent aus." -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "Automatisch auf Basis der Veranstaltungseinstellungen" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "Ja, wenn Ticketing insgesamt aktiviert ist" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "Niemals" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " @@ -6475,7 +6505,7 @@ msgstr "" "Arbeitslose und Menschen über 65. Das Ticket enthält Zugang zu allen Teilen " "der Veranstaltung außer des VIP-Bereiches." -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6486,11 +6516,11 @@ msgstr "" "wurde oder sich in einem Warenkorb befindet. Bitte setzen Sie die Variante " "stattdessen auf \"inaktiv\"." -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "Sie haben die selbe Kategorie zweimal hinzugefügt." -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6799,6 +6829,7 @@ msgid "Event types" msgstr "Benachrichtigungsarten" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "Optional" @@ -7015,7 +7046,7 @@ msgstr "Die Ticket-Codes und der Link zur Bestell-Seite wurde geändert." msgid "The order's expiry date has been changed." msgstr "Die Zahlungsfrist wurde geändert." -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "Die Bestellung wurde als abgelaufen markiert." @@ -7027,7 +7058,7 @@ msgstr "Die Bestellung wurde als bezahlt markiert." msgid "The order has been refunded." msgstr "Die Bestellung wurde zurückerstattet." -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "Die Bestellung wurde storniert." @@ -7046,7 +7077,7 @@ msgid "The order requires approval before it can continue to be processed." msgstr "" "Diese Bestellung erfordert eine Freigabe, bevor sie weiter verarbeitet wird." -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "Die Bestellung wurde freigegeben." @@ -7065,16 +7096,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "Die Sprache der Bestellung wurde geändert." -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "Die Rechnung wurde erstellt." -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "Die Rechnung wurde neu generiert." -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "Die Rechnung wurde neu ausgestellt." @@ -8004,7 +8035,7 @@ msgstr "Neues Passwort setzen" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -8026,8 +8057,8 @@ msgstr "Neues Passwort setzen" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -8037,62 +8068,62 @@ msgstr "Speichern" msgid "Create a new account" msgstr "Neuen Benutzer erstellen" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "Navigation umschalten" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "Shop ansehen" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "Shop aufrufen" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "Admin-Modus beenden" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "Kontoeinstellungen" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "Abmelden" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "Veranstalterkonto" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "Nach Veranstaltungen suchen" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" "Bitte hinterlassen Sie einen kurzen Kommentar, was Sie in diesen Admin-" "Sitzungen gemacht haben:" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "Sie arbeiten derzeit im Namen von %(user)s." -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "Zurück zum eigenen Benutzer" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "Mehr erfahren" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -8104,11 +8135,11 @@ msgstr "" "löschen, da sie ansonsten in Ihren Berichten und Statistiken auftauchen und " "echten Ticketkäufern Plätze wegnehmen." -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "Alle Testbestellungen anzeigen" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -8124,7 +8155,7 @@ msgstr "" "neue Updates benachrichtigt zu werden. Diese Nachricht verschwindet, sobald " "sie einmal angeklickt wurde." -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." @@ -8132,22 +8163,59 @@ msgstr "" "pretix läuft im Debug-Modus. Bitte setzen Sie den Debug-Modus aus " "Sicherheitsgründen nie in einer produktiv genutzten Installation ein." -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "im Entwicklermodus" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "Wir verarbeiten Ihre Anfrage …" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" "Wenn dies länger als ein paar Minuten dauert, kontaktieren Sie uns bitte." +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgid "Creation date" +msgid "Transaction Code" +msgstr "Erstellungszeitpunkt" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "Land des Händlers" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "Währung" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "Typ" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +#, fuzzy +#| msgid "Card type" +msgid "Card Entry Mode" +msgstr "Kartentyp" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "Kreditkartennummer" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -9273,6 +9341,9 @@ msgstr "Steuer-Regel: %(name)s" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "Erweiterte Einstellungen" @@ -9862,7 +9933,7 @@ msgstr "Frage bearbeiten" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "bezahlt" @@ -9904,11 +9975,7 @@ msgstr "" "Alle Antworten auf diese Frage werden unwiderruflich gelöscht." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "Auf Produkte anwenden" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " @@ -9917,28 +9984,34 @@ msgstr "" "Wenn Sie eine Ja/Nein-Frage als erforderlich markieren, muss der Benutzer " "„Ja” auswählen, „Nein“ wird nicht als Antwort akzeptiert." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "Antwortoptionen" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" "Nur anwendbar, wenn Sie oben \"(Mehrfach)auswahl aus einer Liste\" auswählen." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "Antwortoption %(id)s" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "Neue Antwortoption" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "Neue Option hinzufügen" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Art der Antwort" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -9958,10 +10031,6 @@ msgstr "Sie haben noch keine Fragen erstellt." msgid "Create a new question" msgstr "Neue Frage erstellen" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "Typ" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -10354,7 +10423,7 @@ msgstr "Preis ändern auf" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "zzgl. %(rate)s%% %(name)s" @@ -10655,9 +10724,9 @@ msgstr "Steuern" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Gesamt" @@ -11092,7 +11161,7 @@ msgstr "" "nicht angezeigt, da nicht klar ist, welchem Termin sie zuzuordnen wären." #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "Verkäufe" @@ -12431,19 +12500,19 @@ msgstr "Zufällige Codes erzeugen" msgid "Copy codes" msgstr "Kopieren" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "Gutscheindetails" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "Preisart" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -12484,18 +12553,24 @@ msgstr "" "eingelöst wurden. Die Gutscheine werden stattdessen als vollständig " "eingelöst gekennzeichnet." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" "Dieser Gutscheincode wurde bereits eingelöst. Es wird davon abgeraten, ihn " "noch zu verändern." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "Bestellung %(code)s" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "Gutschein" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "Gutschein-Verlauf" @@ -13036,7 +13111,7 @@ msgstr "Ungültiges Produkt" msgid "Unknown e-mail renderer." msgstr "Unbekannter E-Mail-Renderer." -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "Sie haben einen ungültigen Ausgabetyp gewählt." @@ -13088,11 +13163,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "Das Problem wurde als gelöst markiert." -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "Der Kommentar wurde aktualisiert." -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "Kommentar konnte nicht gespeichert werden." @@ -13268,7 +13343,7 @@ msgstr "Ein neuer geheimer Schlüssel wurde erzeugt und ist sofort aktiv." msgid "Access for the selected application has been revoked." msgstr "Der Zugriff für die ausgewählte App zu Ihrem Konto wurde entfernt." -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -13278,15 +13353,15 @@ msgid "Unknown order code or not authorized to access this order." msgstr "" "Unbekannte Bestellnummer oder Bestellung gehört einem anderen Benutzer." -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "Der Ticket-Download ist für dieses Produkt nicht freigeschaltet." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "Die Bestellung wurde gelöscht." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." @@ -13294,43 +13369,43 @@ msgstr "" "Diese Bestellung konnte nicht gelöscht werden, da einige Bedingungen (z.B. " "von Plugins erstellte Daten) es nicht erlauben." -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "Nur im Testmodus erstellte Bestellungen können wieder gelöscht werden." -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "Die Bestellung wurde abgelehnt und daher storniert." -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "Die Zahlung wurde storniert." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "Diese Zahlung kann im Moment nicht abgebrochen werden." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "Die Erstattung wurde abgebrochen." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "Diese Erstattung kann momentan nicht abgebrochen werden." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "Die Erstattung wurde verarbeitet." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "Die Erstattung kann momentan nicht verarbeitet werden." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "Die Erstattung wurde als erledigt markiert." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." @@ -13338,20 +13413,20 @@ msgstr "" "Die Bezahlung wurde bestätigt, aber die Bestätigungsmail konnte nicht " "verschickt werden." -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "Die Bezahlung wurde bestätigt." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "Diese Zahlung kann im Moment nicht bestätigt werden." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "Sie haben eine ungültige Zahl eingegeben." -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." @@ -13359,7 +13434,7 @@ msgstr "" "Sie können nicht mehr Geld zurückerstatten als den noch nicht " "zurückerstatteten Zahlungsbetrag." -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." @@ -13367,7 +13442,7 @@ msgstr "" "Sie haben eine Teilerstattung für eine Zahlungsmethode ausgewählt, die nur " "volle Erstattungen unterstützt." -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" @@ -13375,11 +13450,11 @@ msgstr "" "Eine der Erstattungen konnte nicht verarbeitet werden. Sie sollten das Geld " "auf anderem Wege zurückerstatten. Die Fehlermeldung war: {}" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "Eine Erstattung von {} wurde verarbeitet." -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." @@ -13387,12 +13462,12 @@ msgstr "" "Eine Erstattung von {} wurde gespeichert, aber noch nicht voll ausgeführt. " "Sie können die Erstattung weiter unten als erledigt markieren." -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" "Die eingegebenen Beträge passen nicht zum ausgewählten Erstattungsbetrag." -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." @@ -13400,11 +13475,11 @@ msgstr "" "Die Bestellung wurde als bezahlt markiert, aber die Bestätigungsmail konnte " "nicht verschickt werden." -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "Die Zahlung wurde erfolgreich verbucht." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." @@ -13412,33 +13487,33 @@ msgstr "" "Die Bestellung wurde als erstattet markiert. Sie können nun auswählen, wie " "Sie das Geld zurückerstatten möchten." -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "Sie können für diese Bestellung keine Rechnung erzeugen." -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "Zu dieser Bestellung gibt es bereits eine Rechnung." -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "Es wurde keine USt-ID-Nr. angegeben." -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "Es wurde kein Land angegeben." -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" "Die USt-ID-Nr. konnte nicht geprüft werden, da ein Nicht-EU-Land angegeben " "wurde." -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "Die USt-ID-Nr. ist ungültig." -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." @@ -13446,41 +13521,41 @@ msgstr "" "Die USt-ID-Nr. konnte nicht geprüft werden, da der Prüfdienst des Landes im " "Moment nicht verfügbar ist." -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "Die USt-ID-Nr. ist gültig." -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "Unbekannte Rechnung" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "Die Rechnung wurde bereits storniert." -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "Die Rechnung wurde von persönlichen Daten bereinigt." -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" "Es gab ein Fehler beim Senden der E-Mail. Bitte probieren Sie es später " "erneut." -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "Die E-Mail wurde zum Versenden gespeichert." -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "Diese Rechnung wurde nicht gefunden" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "Die Rechungsdatei liegt auf dem Server nicht mehr vor." -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." @@ -13488,11 +13563,11 @@ msgstr "" "Diese Rechnung wurde bisher noch nicht fertig erstellt, wir werden die PDF-" "Datei jetzt erstellen. Bitte probieren Sie es in wenigen Sekunden erneut." -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "Die Zahlungsfrist wurde geändert." -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." @@ -13500,59 +13575,59 @@ msgstr "" "Wir konnten Ihre Bestellung nicht durchführen, da der Server zu beschäftigt " "war." -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "Diese Aktion ist nur für unbezahlte Bestellungen möglich." -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" "Dieser Aktion ist nur für ausstehende und bezahlte Bestellungen möglich." -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" "Ein Fehler ist aufgetreten, bitte schauen Sie weiter unten für Details." -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "Die Bestellung wurde geändert und der Kunde benachrichtigt." -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "Die Bestellung wurde geändert." -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "Wir hatten Schwierigkeiten, Ihre Eingabe zu verarbeiten." -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "Es wurde keine Änderung vorgenommen." -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" "Wir könnten die E-Mail nicht senden, siehe weiter unten für weitere " "Informationen." -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "Betreff: {subject}" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "Die Nachricht wurde gespeichert und wird an {} versendet." -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "Die Mail an den folgenden Benutzer konnte nicht versendet werden: {}" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." @@ -13560,15 +13635,15 @@ msgstr "" "Dieser Link ist nicht mehr gültig. Bitte gehen Sie einen Schritt zurück, " "laden Sie die Seite neu und versuchen es erneut." -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "Es existiert keine Bestellung mit der eingegebenen Bestellnummer." -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "Das ausgewählte Exportformat wurde nicht gefunden." -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "Die Eingabe konnte nicht verarbeitet werden." @@ -13732,12 +13807,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "Die ausgewählten Termine wurden gelöscht." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "Die ausgewählten Termine wurden gelöscht oder deaktiviert." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "{} neue Termine wurden erstellt." @@ -13981,7 +14056,7 @@ msgstr "Bestellungen mit ausstehender Zahlung mit einschließen" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sortieren nach" @@ -14096,45 +14171,54 @@ msgid "" msgstr "" "Installieren Sie das Python-Paket 'chardet' für verbesserten CSV-Import." -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "Art der Bankverbindung" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "SEPA-Bankkonto" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "Anderes Bankkonto" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "Kontoinhaber" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "IBAN" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "BIC" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "Name der Bank" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "Bankverbindung" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " @@ -14144,7 +14228,7 @@ msgstr "" "Banküberweisung zu schicken. Wenn Sie viele internationale Kunden haben, " "könnte Ihre volle Adresse und die volle Adresse Ihrer Bank hilfreich sein." -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " @@ -14154,23 +14238,23 @@ msgstr "" "ein, das Ihre Kunden zur Überweisung brauchen, z.B. Kontonummern, " "Banknummern, Adressen, etc." -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "Keinen Bindestrich im Verwendungszweck verwenden." -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "Dies ist in manchen Ländern erforderlich." -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "Bitte füllen Sie Ihre Bankkonto-Daten aus." -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "Bitte geben Sie Ihre Bankdaten ein." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -14179,7 +14263,7 @@ msgstr "Bitte geben Sie Ihre Bankdaten ein." msgid "Account holder" msgstr "Kontoinhaber" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -14197,11 +14281,17 @@ msgstr "Bank" msgid "Import bank data" msgstr "Bankdaten importieren" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "Die Rechnung wurde bereits storniert." +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "Ihre Bestellung wurde noch nicht bezahlt: %(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -14226,8 +14316,8 @@ msgid "Payer" msgstr "Zahlender" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Zahlungsdatum" @@ -14756,11 +14846,6 @@ msgstr "Letzte Änderung" msgid "Total value" msgstr "Gesamtbetrag" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "Währung" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -15039,37 +15124,37 @@ msgstr "Seite %d" msgid "Created: %s" msgstr "Erstellt: %s" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "Bestellübersicht (PDF)" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "Bestellungen nach Produkt" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "Liste der Bestellungen mit Steuern (PDF)" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Bestellungen nach Steuersatz ({currency})" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "Brutto" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "Steuer" @@ -15598,13 +15683,6 @@ msgstr "Der Gesamtbetrag wird von Ihrer Kreditkarte eingezogen." msgid "Card type" msgstr "Kartentyp" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "Kreditkartennummer" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -15892,35 +15970,35 @@ msgstr "Bitte geben Sie Ihre Rechnungsadresse ein." msgid "Please enter your name." msgstr "Bitte geben Sie Ihren Namen ein." -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "Bitte füllen Sie Antworten zu allen benötigten Fragen ein." -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "Zahlung" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "Bitte wählen Sie eine Zahlungsmethode aus." -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "Die eingegebenen Zahlungsinformationen sind unvollständig." -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "Bestellung prüfen" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "Sie müssen alle Kontrollkästchen auf dieser Seite auswählen." -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -16401,7 +16479,7 @@ msgstr "minimale Bestellmenge: %(num)s" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "GRATIS" @@ -16413,7 +16491,7 @@ msgstr "Varianten zeigen" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "Preis von %(item)s verändern" @@ -16421,7 +16499,7 @@ msgstr "Preis von %(item)s verändern" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "inkl. %(rate)s%% %(name)s" @@ -16433,19 +16511,21 @@ msgstr "" "Geben Sie unten einen Gutscheincode ein, um dieses Produkt zu bestellen." #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "Anzahl an %(item)s – %(var)s" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "Anzahl an %(item)s" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "Zum Warenkorb hinzufügen" @@ -17079,6 +17159,9 @@ msgstr "Lesezugriff" msgid "Write access" msgstr "Schreibzugriff" +#~ msgid "Apply to products" +#~ msgstr "Auf Produkte anwenden" + #~ msgid "Any product" #~ msgstr "Alle Produkte" diff --git a/src/pretix/locale/de/LC_MESSAGES/djangojs.po b/src/pretix/locale/de/LC_MESSAGES/djangojs.po index d815f5422..b82f9b0dc 100644 --- a/src/pretix/locale/de/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/de/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2018-12-02 15:44+0000\n" "Last-Translator: Alexander Schwartz \n" "Language-Team: German \n" "Language-Team: German (informal) " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Leer, wenn dies kein Eintrittsticket ist" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "erstellt" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "ausstehend" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "bestätigt" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "abgebrochen" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "fehlgeschlagen" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "erstattet" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Zahlungsinformationen" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Zahlung erhalten für die Bestellung: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "extern gestartet" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "erstellt" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "auf dem Weg" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "erledigt" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "fehlgeschlagen" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "abgebrochen" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "Veranstalter" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "Kunde" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Zahlungsgebühr" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Versandkosten" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "Servicegebühr" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "Stornogebühr" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Andere Gebühren" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Geschenkgutschein" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Wert" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "Bestelltes Produkt" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "Warenkorb-ID (z.B. Session-ID)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "Produkt im Warenkorb" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "Produkte im Warenkorb" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Firmenname" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Land auswählen" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Nur für Firmenkunden mit Sitz in der EU." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" "Diese Referenz wird auf deine Rechnung gedruckt, damit du die Rechnung " @@ -3121,12 +3133,12 @@ msgstr "Kostenlos" msgid "Box office" msgstr "Abendkasse" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "Manuelle Zahlung" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." @@ -3134,15 +3146,15 @@ msgstr "" "Im Testmodus kannst du die Bestellung zum Testen einfach im Backend als " "bezahlt markieren." -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "Name der Zahlungsmethode" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "Beschreibung des Zahlungsvorgangs im Bestellprozess" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." @@ -3151,11 +3163,11 @@ msgstr "" "diese Zahlungsmethode auswählt. Er sollte eine kurze Erklärung der " "Zahlungsmethode enthalten." -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "Beschreibung des Zahlungsvorgangs in Bestellbestätigungs-E-Mails" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3168,11 +3180,11 @@ msgstr "" "wie die Zahlung vervollständigt werden kann. Die Platzhalter {order}, " "{total}, {currency} und {total_with_currency} können verwendet werden." -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "Beschreibung des Zahlungsvorgangs für ausstehende Bestellungen" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3184,15 +3196,15 @@ msgstr "" "{order}, {total}, {currency} und {total_with_currency} können verwendet " "werden." -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "Verrechnung" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "Du hast eine unbekannte Bestellnummer eingegeben." -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "Verrechnet mit: %s" @@ -3282,7 +3294,7 @@ msgstr "31.05.2016 20:00" msgid "Event begin date" msgstr "Veranstaltungsdatum" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "31.05.2016" @@ -3314,7 +3326,7 @@ msgstr "22:00" msgid "Event admission date and time" msgstr "Einlassdatum und Uhrzeit" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "31.05.2016 19:00" @@ -3322,7 +3334,7 @@ msgstr "31.05.2016 19:00" msgid "Event admission time" msgstr "Veranstaltungs-Berechtigung" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3355,47 +3367,47 @@ msgstr "" "Workshop 1\n" "Workshop 2" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Veranstaltername" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "Veranstaltername" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "Veranstalter-Infotext" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "Information zum Veranstalter" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "Druckdatum" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "Druckdatum und -uhrzeit" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "Druckzeit" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "Frage: {question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3403,12 +3415,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Teilnehmer*innenname: {part}" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Rechnungsadresse: Name: {part}" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "Ticket" @@ -3681,7 +3693,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Teilnehmer*in: {name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "Termin: {}" @@ -3875,7 +3887,7 @@ msgid "Order canceled: %(code)s" msgstr "Bestellung storniert: %(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4228,11 +4240,23 @@ msgstr "" "Das {event} Team" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4604,7 +4628,7 @@ msgid "You do not have access to this page." msgstr "Du hast keine Berechtigung, diese Inhalte aufzurufen." #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4688,7 +4712,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "powered by pretix" @@ -4890,7 +4914,7 @@ msgstr "Es muss eine Standardsprache eingestellt werden." msgid "Copy configuration from" msgstr "Konfiguration übernehmen" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "Nicht übernehmen" @@ -6063,7 +6087,7 @@ msgstr "Bezahlt (oder storniert mit Gebühr)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "ausstehend" @@ -6082,7 +6106,7 @@ msgstr "ausstehend oder bezahlt" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "abgelaufen" @@ -6096,7 +6120,7 @@ msgstr "ausstehend oder abgelaufen" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "storniert" @@ -6113,7 +6137,7 @@ msgstr "Alle Produkte" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "Alle Termine" @@ -6384,11 +6408,17 @@ msgstr "" "gibt. Diese Adresse wird nicht an pretix.eu übermittelt, die Mails werden " "von diesem Server lokal verschickt." -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +#, fuzzy +#| msgid "This question will be asked during check-in." +msgid "Dependencies between questions are not supported during check-in." +msgstr "Diese Frage wird beim Check-In gestellt." + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "Das Produkt soll in mehreren Varianten existieren" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." @@ -6396,67 +6426,67 @@ msgstr "" "Wähle diese Option z.B. für T-Shirts die es in verschiedenen Größen gibt. Du " "kannst die einzelnen Varianten im nächsten Schritt eingeben." -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "Keine Besteuerung" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "Produkt-Informationen kopieren" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "Jetzt nicht zu einem Kontingent hinzufügen" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "Produkt zu bestehendem Kontingent hinzufügen" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "Ein neues Kontingent für dieses Produkt erstellen" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "Kontingent-Optionen" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "Zu bestehendem Kontingent hinzufügen" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "Name des neuen Kontingents" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "Größe" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "Anzahl Tickets" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "Kontingentname ist erforderlich." -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "Bitte wähle ein Kontingent aus." -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "Automatisch auf Basis der Veranstaltungseinstellungen" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "Ja, wenn Ticketing insgesamt aktiviert ist" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "Niemals" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " @@ -6466,7 +6496,7 @@ msgstr "" "Arbeitslose und Menschen über 65. Das Ticket enthält Zugang zu allen Teilen " "der Veranstaltung außer des VIP-Bereiches." -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6477,11 +6507,11 @@ msgstr "" "wurde oder sich in einem Warenkorb befindet. Bitte setze die Variante " "stattdessen auf \"inaktiv\"." -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "Du hast die selbe Kategorie zweimal hinzugefügt." -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6787,6 +6817,7 @@ msgid "Event types" msgstr "Benachrichtigungsarten" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "Optional" @@ -7003,7 +7034,7 @@ msgstr "Die Ticket-Codes und der Link zur Bestell-Seite wurde geändert." msgid "The order's expiry date has been changed." msgstr "Die Zahlungsfrist wurde geändert." -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "Die Bestellung wurde als abgelaufen markiert." @@ -7015,7 +7046,7 @@ msgstr "Die Bestellung wurde als bezahlt markiert." msgid "The order has been refunded." msgstr "Die Bestellung wurde zurückerstattet." -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "Die Bestellung wurde storniert." @@ -7034,7 +7065,7 @@ msgid "The order requires approval before it can continue to be processed." msgstr "" "Diese Bestellung erfordert eine Freigabe, bevor sie weiter verarbeitet wird." -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "Die Bestellung wurde freigegeben." @@ -7053,16 +7084,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "Die Sprache der Bestellung wurde geändert." -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "Die Rechnung wurde erstellt." -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "Die Rechnung wurde neu generiert." -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "Die Rechnung wurde neu ausgestellt." @@ -7990,7 +8021,7 @@ msgstr "Neues Passwort setzen" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -8012,8 +8043,8 @@ msgstr "Neues Passwort setzen" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -8023,62 +8054,62 @@ msgstr "Speichern" msgid "Create a new account" msgstr "Neuen Benutzer erstellen" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "Navigation umschalten" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "Shop ansehen" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "Shop aufrufen" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "Admin-Modus beenden" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "Kontoeinstellungen" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "Abmelden" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "Veranstalterkonto" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "Nach Veranstaltungen suchen" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" "Bitte hinterlassen Sie einen kurzen Kommentar, was Sie in diesen Admin-" "Sitzungen gemacht haben:" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "Du arbeitest derzeit im Namen von %(user)s." -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "Zurück zum eigenen Benutzer" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "Mehr erfahren" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -8090,11 +8121,11 @@ msgstr "" "löschen, da sie ansonsten in deinen Berichten und Statistiken auftauchen und " "echten Ticketkäufern Plätze wegnehmen." -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "Alle Testbestellungen anzeigen" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -8110,7 +8141,7 @@ msgstr "" "neue Updates benachrichtigt zu werden. Diese Nachricht verschwindet, sobald " "sie einmal angeklickt wurde." -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." @@ -8118,21 +8149,58 @@ msgstr "" "pretix läuft im Debug-Modus. Bitte setze den Debug-Modus aus " "Sicherheitsgründen nie in einer produktiv genutzten Installation ein." -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "im Entwicklermodus" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "Wir verarbeiten deine Anfrage …" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "Wenn dies länger als ein paar Minuten dauert, kontaktiere uns bitte." +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgid "Creation date" +msgid "Transaction Code" +msgstr "Erstellungsdatum" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "Land des Händlers" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "Währung" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "Typ" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +#, fuzzy +#| msgid "Card type" +msgid "Card Entry Mode" +msgstr "Kartentyp" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "Kreditkartennummer" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -9255,6 +9323,9 @@ msgstr "Steuer-Regel: %(name)s" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "Erweiterte Einstellungen" @@ -9843,7 +9914,7 @@ msgstr "Frage bearbeiten" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "bezahlt" @@ -9885,11 +9956,7 @@ msgstr "" "Alle Antworten auf diese Frage werden unwiderruflich gelöscht." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "Auf Produkte anwenden" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " @@ -9898,28 +9965,34 @@ msgstr "" "Wenn du eine Ja/Nein-Frage als erforderlich markierst, muss der Benutzer " "„Ja” auswählen, „Nein“ wird nicht als Antwort akzeptiert." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "Antwortoptionen" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" "Nur anwendbar, wenn du oben \"(Mehrfach)auswahl aus einer Liste\" auswählst." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "Antwortoption %(id)s" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "Neue Antwortoption" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "Neue Option hinzufügen" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Art der Antwort" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -9939,10 +10012,6 @@ msgstr "Du hast noch keine Fragen erstellt." msgid "Create a new question" msgstr "Neue Frage erstellen" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "Typ" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -10335,7 +10404,7 @@ msgstr "Preis ändern auf" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "zzgl. %(rate)s%% %(name)s" @@ -10635,9 +10704,9 @@ msgstr "Steuern" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Gesamt" @@ -11071,7 +11140,7 @@ msgstr "" "nicht angezeigt, da nicht klar ist, welchem Termin sie zuzuordnen wären." #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "Verkäufe" @@ -12408,19 +12477,19 @@ msgstr "Zufällige Codes erzeugen" msgid "Copy codes" msgstr "Kopieren" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "Gutscheindetails" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "Preisart" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -12461,18 +12530,24 @@ msgstr "" "eingelöst wurden. Die Gutscheine werden stattdessen als vollständig " "eingelöst gekennzeichnet." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" "Dieser Gutscheincode wurde bereits eingelöst. Es wird davon abgeraten, ihn " "noch zu verändern." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "Bestellung %(code)s" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "Gutschein" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "Gutschein-Verlauf" @@ -13012,7 +13087,7 @@ msgstr "Ungültiges Produkt" msgid "Unknown e-mail renderer." msgstr "Unbekannter E-Mail-Renderer." -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "Du hast einen ungültigen Ausgabetyp gewählt." @@ -13064,11 +13139,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "Das Problem wurde als gelöst markiert." -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "Der Kommentar wurde aktualisiert." -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "Kommentar konnte nicht gespeichert werden." @@ -13244,7 +13319,7 @@ msgstr "Ein neuer geheimer Schlüssel wurde erzeugt und ist sofort aktiv." msgid "Access for the selected application has been revoked." msgstr "Der Zugriff für die ausgewählte App zu deinem Konto wurde entfernt." -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -13254,15 +13329,15 @@ msgid "Unknown order code or not authorized to access this order." msgstr "" "Unbekannte Bestellnummer oder Bestellung gehört einem anderen Benutzer." -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "Der Ticket-Download ist für dieses Produkt nicht freigeschaltet." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "Die Bestellung wurde gelöscht." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." @@ -13270,43 +13345,43 @@ msgstr "" "Diese Bestellung konnte nicht gelöscht werden, da einige Bedingungen (z.B. " "von Plugins erstellte Daten) es nicht erlauben." -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "Nur im Testmodus erstellte Bestellungen können wieder gelöscht werden." -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "Die Bestellung wurde abgelehnt und daher storniert." -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "Die Zahlung wurde storniert." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "Diese Zahlung kann im Moment nicht abgebrochen werden." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "Die Erstattung wurde abgebrochen." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "Diese Erstattung kann momentan nicht abgebrochen werden." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "Die Erstattung wurde verarbeitet." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "Die Erstattung kann momentan nicht verarbeitet werden." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "Die Erstattung wurde als erledigt markiert." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." @@ -13314,20 +13389,20 @@ msgstr "" "Die Bezahlung wurde bestätigt, aber die Bestätigungsmail konnte nicht " "verschickt werden." -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "Die Bezahlung wurde bestätigt." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "Diese Zahlung kann im Moment nicht bestätigt werden." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "Du hast eine ungültige Zahl eingegeben." -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." @@ -13335,7 +13410,7 @@ msgstr "" "Du kannst nicht mehr Geld zurückerstatten als den noch nicht " "zurückerstatteten Zahlungsbetrag." -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." @@ -13343,7 +13418,7 @@ msgstr "" "Du hast eine Teilerstattung für eine Zahlungsmethode ausgewählt, die nur " "volle Erstattungen unterstützt." -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" @@ -13351,11 +13426,11 @@ msgstr "" "Eine der Erstattungen konnte nicht verarbeitet werden. Du solltest das Geld " "auf anderem Wege zurückerstatten. Die Fehlermeldung war: {}" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "Eine Erstattung von {} wurde verarbeitet." -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." @@ -13363,12 +13438,12 @@ msgstr "" "Eine Erstattung von {} wurde gespeichert, aber noch nicht voll ausgeführt. " "Du kannst die Erstattung weiter unten als erledigt markieren." -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" "Die eingegebenen Beträge passen nicht zum ausgewählten Erstattungsbetrag." -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." @@ -13376,11 +13451,11 @@ msgstr "" "Die Bestellung wurde als bezahlt markiert, aber die Bestätigungsmail konnte " "nicht verschickt werden." -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "Die Zahlung wurde erfolgreich verbucht." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." @@ -13388,33 +13463,33 @@ msgstr "" "Die Bestellung wurde als erstattet markiert. Du kannst nun auswählen, wie du " "das Geld zurückerstatten möchtest." -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "Du kannst für diese Bestellung keine Rechnung erzeugen." -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "Zu dieser Bestellung gibt es bereits eine Rechnung." -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "Es wurde keine USt-ID-Nr. angegeben." -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "Es wurde kein Land angegeben," -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" "Die USt-ID-Nr. konnte nicht geprüft werden, da ein Nicht-EU-Land angegeben " "wurde." -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "Die USt-ID-Nr. ist ungültig." -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." @@ -13422,40 +13497,40 @@ msgstr "" "Die USt-ID-Nr. konnte nicht geprüft werden, da der Prüfdienst des Landes im " "Moment nicht verfügbar ist." -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "Die USt-ID-Nr. ist gültig." -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "Unbekannte Rechnung" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "Die Rechnung wurde bereits storniert." -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "Die Rechnung wurde von persönlichen Daten bereinigt." -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" "Es gab ein Fehler beim Senden der E-Mail. Bitte probiere es später erneut." -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "Die E-Mail wurde zum Versenden gespeichert." -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "Diese Rechnung wurde nicht gefunden" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "Die Rechungsdatei liegt auf dem Server nicht mehr vor." -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." @@ -13463,11 +13538,11 @@ msgstr "" "Diese Rechnung wurde bisher noch nicht fertig erstellt, wir werden die PDF-" "Datei jetzt erstellen. Bitte probiere es in wenigen Sekunden erneut." -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "Die Zahlungsfrist wurde geändert." -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." @@ -13475,58 +13550,58 @@ msgstr "" "Wir konnten deine Bestellung nicht durchführen, da der Server zu beschäftigt " "war." -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "Diese Aktion ist nur für unbezahlte Bestellungen möglich." -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" "Dieser Aktion ist nur für ausstehende und bezahlte Bestellungen möglich." -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "Ein Fehler ist aufgetreten, bitte schaue weiter unten für Details." -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "Die Bestellung wurde geändert und der Kunde benachrichtigt." -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "Die Bestellung wurde geändert." -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "Wir hatten Schwierigkeiten, deine Eingabe zu verarbeiten." -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "Es wurde keine Änderung vorgenommen." -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" "Wir könnten die E-Mail nicht senden, siehe weiter unten für weitere " "Informationen." -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "Betreff: {subject}" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "Die Nachricht wurde gespeichert und wird an {} versendet." -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "Die Mail an den folgenden Benutzer konnte nicht versendet werden: {}" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." @@ -13534,15 +13609,15 @@ msgstr "" "Dieser Link ist nicht mehr gültig. Bitte gehe einen Schritt zurück, lade die " "Seite neu und versuche es erneut." -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "Es existiert keine Bestellung mit der eingegebenen Bestellnummer." -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "Das ausgewählte Exportformat wurde nicht gefunden." -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "Die Eingabe konnte nicht verarbeitet werden." @@ -13706,12 +13781,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "Die ausgewählten Termine wurden gelöscht." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "Die ausgewählten Termine wurden gelöscht oder deaktiviert." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "{} neue Termine wurden erstellt." @@ -13954,7 +14029,7 @@ msgstr "Bestellungen mit ausstehender Zahlung mit einschließen" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sortieren nach" @@ -14068,45 +14143,54 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "Installiere das Python-Paket 'chardet' für verbesserten CSV-Import." -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "Art der Bankverbindung" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "SEPA-Bankkonto" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "Anderes Bankkonto" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "Kontoinhaber" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "IBAN" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "BIC" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "Name der Bank" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "Bankverbindung" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " @@ -14116,7 +14200,7 @@ msgstr "" "eine Banküberweisung zu schicken. Wenn du viele internationale Kunden hast, " "könnte deine volle Adresse und die volle Adresse deiner Bank hilfreich sein." -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " @@ -14126,23 +14210,23 @@ msgstr "" "das deine Kunden zur Überweisung brauchen, z.B. Kontonummern, Banknummern, " "Adressen, etc." -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "Keinen Bindestrich im Verwendungszweck verwenden." -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "Dies ist in manchen Ländern erforderlich." -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "Bitte fülle deine Bankdaten aus." -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "Bitte gib deine Bankdaten ein." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -14151,7 +14235,7 @@ msgstr "Bitte gib deine Bankdaten ein." msgid "Account holder" msgstr "Kontoinhaber" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -14169,11 +14253,17 @@ msgstr "Bank" msgid "Import bank data" msgstr "Bankdaten importieren" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "Die Rechnung wurde bereits storniert." +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "Deine Bestellung wurde noch nicht bezahlt: %(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -14198,8 +14288,8 @@ msgid "Payer" msgstr "Zahlender" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Zahlungsdatum" @@ -14725,11 +14815,6 @@ msgstr "Letzte Änderung" msgid "Total value" msgstr "Gesamtbetrag" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "Währung" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -15009,37 +15094,37 @@ msgstr "Seite %d" msgid "Created: %s" msgstr "Erstellt: %s" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "Bestellübersicht (PDF)" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "Bestellungen nach Produkt" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "Liste der Bestellungen mit Steuern (PDF)" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Bestellungen nach Steuersatz ({currency})" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "Brutto" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "Steuer" @@ -15567,13 +15652,6 @@ msgstr "Der Gesamtbetrag wird von deiner Kreditkarte eingezogen." msgid "Card type" msgstr "Kartentyp" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "Kreditkartennummer" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -15857,35 +15935,35 @@ msgstr "Bitte gib deine Rechnungsadresse ein." msgid "Please enter your name." msgstr "Bitte gib deinen Namen ein." -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "Bitte fülle Antworten zu allen benötigten Fragen ein." -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "Zahlung" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "Bitte wähle eine Zahlungsmethode aus." -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "Die eingegebenen Zahlungsinformationen sind unvollständig." -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "Bestellung prüfen" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "Du musst alle Kontrollkästchen auf dieser Seite auswählen." -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -16365,7 +16443,7 @@ msgstr "Minimale Bestellmenge: %(num)s" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "GRATIS" @@ -16377,7 +16455,7 @@ msgstr "Varianten zeigen" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "Preis von %(item)s verändern" @@ -16385,7 +16463,7 @@ msgstr "Preis von %(item)s verändern" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "inkl. %(rate)s%% %(name)s" @@ -16396,19 +16474,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "Gib unten einen Gutscheincode ein, um dieses Produkt zu bestellen." #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "Anzahl an %(item)s – %(var)s" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "Anzahl an %(item)s" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "Zum Warenkorb hinzufügen" @@ -17038,6 +17118,9 @@ msgstr "Lesezugriff" msgid "Write access" msgstr "Schreibzugriff" +#~ msgid "Apply to products" +#~ msgstr "Auf Produkte anwenden" + #~ msgid "Any product" #~ msgstr "Alle Produkte" diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/djangojs.po b/src/pretix/locale/de_Informal/LC_MESSAGES/djangojs.po index b4f6c764d..e5ec49462 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2018-12-02 13:41+0000\n" "Last-Translator: Alexander Schwartz \n" "Language-Team: German (informal) \n" "Language-Team: LANGUAGE \n" @@ -93,18 +93,18 @@ msgid "" "There is not enough quota available on quota \"{}\" to perform the operation." msgstr "" -#: pretix/api/serializers/checkin.py:27 pretix/base/models/items.py:880 -#: pretix/base/models/items.py:1211 +#: pretix/api/serializers/checkin.py:27 pretix/base/models/items.py:888 +#: pretix/base/models/items.py:1219 msgid "One or more items do not belong to this event." msgstr "" -#: pretix/api/serializers/checkin.py:31 pretix/base/models/items.py:1220 +#: pretix/api/serializers/checkin.py:31 pretix/base/models/items.py:1228 #: pretix/base/models/waitinglist.py:152 msgid "Subevent cannot be null for event series." msgstr "" #: pretix/api/serializers/checkin.py:33 pretix/api/serializers/checkin.py:36 -#: pretix/base/models/items.py:1222 pretix/base/models/items.py:1225 +#: pretix/base/models/items.py:1230 pretix/base/models/items.py:1233 #: pretix/base/models/waitinglist.py:154 pretix/base/models/waitinglist.py:157 msgid "The subevent does not belong to this event." msgstr "" @@ -131,12 +131,16 @@ msgid "" "the dedicated nested endpoint." msgstr "" -#: pretix/api/serializers/item.py:171 +#: pretix/api/serializers/item.py:179 msgid "" "Updating options via PATCH/PUT is not supported. Please use the dedicated " "nested endpoint." msgstr "" +#: pretix/api/serializers/item.py:195 pretix/control/forms/item.py:62 +msgid "Circular dependency between questions detected." +msgstr "" + #: pretix/api/views/oauth.py:74 pretix/control/logdisplay.py:233 #, python-brace-format msgid "" @@ -234,7 +238,7 @@ msgstr "" msgid "Answers to file upload questions" msgstr "" -#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:777 +#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:785 #: pretix/control/navigation.py:169 #: pretix/control/templates/pretixcontrol/items/questions.html:3 #: pretix/control/templates/pretixcontrol/items/questions.html:5 @@ -275,9 +279,10 @@ msgid "" "date does not always correspond to the order or payment date." msgstr "" -#: pretix/base/exporters/invoices.py:90 pretix/base/models/orders.py:1052 -#: pretix/base/models/orders.py:1369 pretix/control/forms/filter.py:93 +#: pretix/base/exporters/invoices.py:90 pretix/base/models/orders.py:1076 +#: pretix/base/models/orders.py:1393 pretix/control/forms/filter.py:93 #: pretix/control/forms/filter.py:893 +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:5 #: pretix/control/templates/pretixcontrol/orders/refunds.html:42 msgid "Payment provider" msgstr "" @@ -298,7 +303,7 @@ msgstr "" msgid "Email addresses (text file)" msgstr "" -#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:284 +#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:289 msgid "Filter by status" msgstr "" @@ -314,7 +319,7 @@ msgstr "" msgid "Orders" msgstr "" -#: pretix/base/exporters/orderlist.py:29 pretix/base/models/orders.py:1623 +#: pretix/base/exporters/orderlist.py:29 pretix/base/models/orders.py:1647 #: pretix/base/notifications.py:183 msgid "Order positions" msgstr "" @@ -341,7 +346,7 @@ msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:34 #: pretix/plugins/checkinlists/exporters.py:53 #: pretix/plugins/checkinlists/exporters.py:295 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 #: pretix/plugins/ticketoutputpdf/exporters.py:40 msgid "Order code" msgstr "" @@ -349,7 +354,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:91 pretix/base/notifications.py:179 #: pretix/control/templates/pretixcontrol/orders/index.html:101 #: pretix/control/templates/pretixcontrol/search/orders.html:48 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 msgid "Order total" msgstr "" @@ -358,6 +363,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:403 pretix/base/models/orders.py:123 #: pretix/control/forms/filter.py:366 pretix/control/forms/filter.py:501 #: pretix/control/forms/filter.py:697 pretix/control/forms/filter.py:752 +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:13 #: pretix/control/templates/pretixcontrol/checkin/index.html:74 #: pretix/control/templates/pretixcontrol/events/index.html:76 #: pretix/control/templates/pretixcontrol/order/index.html:448 @@ -368,7 +374,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/subevents/index.html:79 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:136 #: pretix/control/views/waitinglist.py:199 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:48 #: pretix/presale/templates/pretixpresale/organizers/index.html:48 msgid "Status" @@ -386,8 +392,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:97 #: pretix/control/templates/pretixcontrol/search/orders.html:45 #: pretix/plugins/checkinlists/exporters.py:323 -#: pretix/plugins/reports/exporters.py:295 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:300 +#: pretix/plugins/reports/exporters.py:363 msgid "Order date" msgstr "" @@ -405,12 +411,12 @@ msgstr "" #: pretix/base/exporters/orderlist.py:92 pretix/base/exporters/orderlist.py:481 #: pretix/base/exporters/orderlist.py:489 #: pretix/base/exporters/orderlist.py:569 -#: pretix/base/exporters/orderlist.py:577 pretix/base/forms/questions.py:321 -#: pretix/base/models/devices.py:46 pretix/base/models/event.py:851 -#: pretix/base/models/event.py:1024 pretix/base/models/items.py:994 +#: pretix/base/exporters/orderlist.py:577 pretix/base/forms/questions.py:370 +#: pretix/base/models/devices.py:46 pretix/base/models/event.py:855 +#: pretix/base/models/event.py:1028 pretix/base/models/items.py:1002 #: pretix/base/models/organizer.py:31 pretix/base/models/tax.py:65 #: pretix/base/settings.py:725 pretix/control/forms/event.py:1062 -#: pretix/control/forms/item.py:203 +#: pretix/control/forms/item.py:233 #: pretix/control/templates/pretixcontrol/checkin/index.html:71 #: pretix/control/templates/pretixcontrol/event/tax_index.html:26 #: pretix/control/templates/pretixcontrol/oauth/app_list.html:12 @@ -434,7 +440,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:209 #: pretix/base/exporters/orderlist.py:298 #: pretix/base/exporters/orderlist.py:482 -#: pretix/base/exporters/orderlist.py:570 pretix/base/models/orders.py:1800 +#: pretix/base/exporters/orderlist.py:570 pretix/base/models/orders.py:1824 #: pretix/control/templates/pretixcontrol/order/index.html:609 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:97 #: pretix/presale/templates/pretixpresale/event/order.html:231 @@ -446,7 +452,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:483 #: pretix/base/exporters/orderlist.py:491 #: pretix/base/exporters/orderlist.py:571 -#: pretix/base/exporters/orderlist.py:579 pretix/base/models/orders.py:1801 +#: pretix/base/exporters/orderlist.py:579 pretix/base/models/orders.py:1825 #: pretix/control/forms/event.py:692 msgid "ZIP code" msgstr "" @@ -456,7 +462,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:484 #: pretix/base/exporters/orderlist.py:492 #: pretix/base/exporters/orderlist.py:572 -#: pretix/base/exporters/orderlist.py:580 pretix/base/models/orders.py:1802 +#: pretix/base/exporters/orderlist.py:580 pretix/base/models/orders.py:1826 #: pretix/control/forms/event.py:699 msgid "City" msgstr "" @@ -466,8 +472,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:485 #: pretix/base/exporters/orderlist.py:493 #: pretix/base/exporters/orderlist.py:573 -#: pretix/base/exporters/orderlist.py:581 pretix/base/models/orders.py:1803 -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:704 +#: pretix/base/exporters/orderlist.py:581 pretix/base/models/orders.py:1827 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:704 #: pretix/control/templates/pretixcontrol/order/index.html:613 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:101 #: pretix/presale/templates/pretixpresale/event/order.html:235 @@ -479,7 +485,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:487 #: pretix/base/exporters/orderlist.py:494 #: pretix/base/exporters/orderlist.py:575 -#: pretix/base/exporters/orderlist.py:582 pretix/base/models/orders.py:1805 +#: pretix/base/exporters/orderlist.py:582 pretix/base/models/orders.py:1829 #: pretix/control/templates/pretixcontrol/order/index.html:616 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:104 #: pretix/presale/templates/pretixpresale/event/order.html:238 @@ -529,7 +535,7 @@ msgid "Description" msgstr "" #: pretix/base/exporters/orderlist.py:197 -#: pretix/base/exporters/orderlist.py:272 pretix/base/models/orders.py:895 +#: pretix/base/exporters/orderlist.py:272 pretix/base/models/orders.py:897 #: pretix/base/pdf.py:86 pretix/plugins/checkinlists/exporters.py:213 #: pretix/plugins/checkinlists/exporters.py:302 msgid "Price" @@ -537,8 +543,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:198 #: pretix/base/exporters/orderlist.py:273 -#: pretix/base/exporters/orderlist.py:560 pretix/base/models/orders.py:1501 -#: pretix/base/models/orders.py:1599 pretix/base/models/tax.py:72 +#: pretix/base/exporters/orderlist.py:560 pretix/base/models/orders.py:1525 +#: pretix/base/models/orders.py:1623 pretix/base/models/tax.py:72 msgid "Tax rate" msgstr "" @@ -551,8 +557,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:200 #: pretix/base/exporters/orderlist.py:275 -#: pretix/base/exporters/orderlist.py:559 pretix/base/models/orders.py:1510 -#: pretix/base/models/orders.py:1608 +#: pretix/base/exporters/orderlist.py:559 pretix/base/models/orders.py:1534 +#: pretix/base/models/orders.py:1632 msgid "Tax value" msgstr "" @@ -578,18 +584,18 @@ msgstr "" #: pretix/control/views/vouchers.py:61 pretix/control/views/waitinglist.py:199 #: pretix/plugins/checkinlists/exporters.py:213 #: pretix/plugins/checkinlists/exporters.py:302 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:10 msgid "Product" msgstr "" -#: pretix/base/exporters/orderlist.py:271 pretix/base/models/orders.py:890 +#: pretix/base/exporters/orderlist.py:271 pretix/base/models/orders.py:892 msgid "Variation" msgstr "" #: pretix/base/exporters/orderlist.py:276 -#: pretix/base/exporters/orderlist.py:281 pretix/base/forms/questions.py:155 -#: pretix/base/models/orders.py:899 pretix/base/pdf.py:91 +#: pretix/base/exporters/orderlist.py:281 pretix/base/forms/questions.py:157 +#: pretix/base/models/orders.py:901 pretix/base/pdf.py:91 #: pretix/control/templates/pretixcontrol/order/index.html:293 #: pretix/plugins/badges/exporters.py:105 #: pretix/plugins/checkinlists/exporters.py:52 @@ -599,8 +605,8 @@ msgstr "" msgid "Attendee name" msgstr "" -#: pretix/base/exporters/orderlist.py:283 pretix/base/forms/questions.py:161 -#: pretix/base/models/orders.py:907 +#: pretix/base/exporters/orderlist.py:283 pretix/base/forms/questions.py:163 +#: pretix/base/models/orders.py:909 #: pretix/control/templates/pretixcontrol/order/index.html:298 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:31 msgid "Attendee email" @@ -608,8 +614,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:284 pretix/base/models/vouchers.py:177 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:5 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:5 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:7 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:6 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:8 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:137 msgid "Voucher" msgstr "" @@ -627,8 +633,8 @@ msgid "Only successful payments" msgstr "" #: pretix/base/exporters/orderlist.py:403 pretix/base/models/orders.py:184 -#: pretix/base/models/orders.py:1039 pretix/base/models/orders.py:1350 -#: pretix/base/models/orders.py:1490 pretix/base/models/orders.py:1593 +#: pretix/base/models/orders.py:1063 pretix/base/models/orders.py:1374 +#: pretix/base/models/orders.py:1514 pretix/base/models/orders.py:1617 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:15 #: pretix/plugins/checkinlists/exporters.py:211 msgid "Order" @@ -652,8 +658,8 @@ msgstr "" msgid "Status code" msgstr "" -#: pretix/base/exporters/orderlist.py:404 pretix/base/models/orders.py:1035 -#: pretix/base/models/orders.py:1346 +#: pretix/base/exporters/orderlist.py:404 pretix/base/models/orders.py:1059 +#: pretix/base/models/orders.py:1370 #: pretix/control/templates/pretixcontrol/order/index.html:449 #: pretix/control/templates/pretixcontrol/order/index.html:525 #: pretix/control/templates/pretixcontrol/orders/refunds.html:46 @@ -746,8 +752,8 @@ msgid "Invoice number" msgstr "" #: pretix/base/exporters/orderlist.py:475 -#: pretix/base/exporters/orderlist.py:564 pretix/base/models/items.py:724 -#: pretix/base/models/orders.py:143 pretix/base/models/orders.py:1758 +#: pretix/base/exporters/orderlist.py:564 pretix/base/models/items.py:728 +#: pretix/base/models/orders.py:143 pretix/base/models/orders.py:1782 #: pretix/control/forms/filter.py:378 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_assign.html:17 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:11 @@ -826,12 +832,12 @@ msgid "Street address" msgstr "" #: pretix/base/exporters/orderlist.py:495 -#: pretix/base/exporters/orderlist.py:583 pretix/base/models/orders.py:1814 +#: pretix/base/exporters/orderlist.py:583 pretix/base/models/orders.py:1838 msgid "Beneficiary" msgstr "" #: pretix/base/exporters/orderlist.py:496 -#: pretix/base/exporters/orderlist.py:584 pretix/base/models/orders.py:1809 +#: pretix/base/exporters/orderlist.py:584 pretix/base/models/orders.py:1833 #: pretix/control/templates/pretixcontrol/order/index.html:632 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:107 msgid "Internal reference" @@ -869,23 +875,23 @@ msgstr "" msgid "Invoice" msgstr "" -#: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:807 -#: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 -#: pretix/control/views/vouchers.py:79 -#: pretix/plugins/checkinlists/exporters.py:359 -#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 -#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 -#: pretix/presale/checkoutflow.py:595 -msgid "Yes" -msgstr "" - #: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:809 #: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 #: pretix/control/views/vouchers.py:79 #: pretix/plugins/checkinlists/exporters.py:359 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 -#: pretix/presale/checkoutflow.py:597 +#: pretix/presale/checkoutflow.py:619 +msgid "Yes" +msgstr "" + +#: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:811 +#: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 +#: pretix/control/views/vouchers.py:79 +#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 +#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 +#: pretix/presale/checkoutflow.py:621 msgid "No" msgstr "" @@ -913,7 +919,7 @@ msgstr "" #: pretix/base/models/auth.py:78 pretix/base/models/notifications.py:25 #: pretix/base/models/orders.py:135 pretix/control/navigation.py:68 #: pretix/plugins/checkinlists/exporters.py:313 -#: pretix/presale/checkoutflow.py:585 pretix/presale/forms/checkout.py:26 +#: pretix/presale/checkoutflow.py:609 pretix/presale/forms/checkout.py:26 #: pretix/presale/forms/user.py:6 msgid "E-mail" msgstr "" @@ -954,27 +960,31 @@ msgstr "" msgid "Repeat password" msgstr "" -#: pretix/base/forms/questions.py:281 +#: pretix/base/forms/questions.py:316 pretix/control/forms/item.py:70 +msgid "This field is required" +msgstr "" + +#: pretix/base/forms/questions.py:330 msgid "Street and Number" msgstr "" -#: pretix/base/forms/questions.py:338 +#: pretix/base/forms/questions.py:387 msgid "You need to provide a company name." msgstr "" -#: pretix/base/forms/questions.py:340 +#: pretix/base/forms/questions.py:389 msgid "You need to provide your name." msgstr "" -#: pretix/base/forms/questions.py:351 pretix/control/views/orders.py:974 +#: pretix/base/forms/questions.py:400 pretix/control/views/orders.py:976 msgid "Your VAT ID does not match the selected country." msgstr "" -#: pretix/base/forms/questions.py:359 +#: pretix/base/forms/questions.py:408 msgid "This VAT ID is not valid. Please re-check your input." msgstr "" -#: pretix/base/forms/questions.py:364 +#: pretix/base/forms/questions.py:413 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country is currently not available. We will therefore need to charge VAT on " @@ -982,7 +992,7 @@ msgid "" "process." msgstr "" -#: pretix/base/forms/questions.py:372 +#: pretix/base/forms/questions.py:421 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country returned an incorrect result. We will therefore need to charge VAT " @@ -1056,7 +1066,7 @@ msgid "Invalid placeholder(s): %(value)s" msgstr "" #: pretix/base/forms/widgets.py:126 pretix/base/forms/widgets.py:131 -#: pretix/base/models/orders.py:1796 +#: pretix/base/models/orders.py:1820 msgid "Business customer" msgstr "" @@ -1082,7 +1092,7 @@ msgid "Invoice {num}" msgstr "" #: pretix/base/invoice.py:274 -#: pretix/control/templates/pretixcontrol/base.html:242 +#: pretix/control/templates/pretixcontrol/base.html:246 #: pretix/control/templates/pretixcontrol/checkin/index.html:94 #: pretix/control/templates/pretixcontrol/order/index.html:20 #: pretix/control/templates/pretixcontrol/orders/index.html:120 @@ -1249,7 +1259,7 @@ msgstr "" msgid "Default list" msgstr "" -#: pretix/base/models/auth.py:80 pretix/base/models/orders.py:1798 +#: pretix/base/models/auth.py:80 pretix/base/models/orders.py:1822 #: pretix/base/settings.py:736 pretix/base/settings.py:747 #: pretix/control/templates/pretixcontrol/users/index.html:42 msgid "Full name" @@ -1319,11 +1329,11 @@ msgstr "" msgid "Limit to products" msgstr "" -#: pretix/base/models/checkin.py:16 pretix/base/models/items.py:990 -#: pretix/base/models/orders.py:880 pretix/base/models/vouchers.py:92 +#: pretix/base/models/checkin.py:16 pretix/base/models/items.py:998 +#: pretix/base/models/orders.py:882 pretix/base/models/vouchers.py:92 #: pretix/base/models/waitinglist.py:33 pretix/control/forms/checkin.py:24 #: pretix/control/forms/event.py:1187 pretix/control/forms/filter.py:187 -#: pretix/control/forms/filter.py:789 pretix/control/forms/item.py:114 +#: pretix/control/forms/filter.py:789 pretix/control/forms/item.py:144 #: pretix/control/forms/orders.py:212 pretix/control/forms/orders.py:257 #: pretix/control/forms/vouchers.py:70 #: pretix/control/templates/pretixcontrol/checkin/lists.html:61 @@ -1335,7 +1345,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/waitinglist/index.html:133 #: pretix/control/views/waitinglist.py:203 #: pretix/plugins/checkinlists/exporters.py:316 -#: pretix/plugins/reports/exporters.py:266 pretix/plugins/sendmail/forms.py:79 +#: pretix/plugins/reports/exporters.py:271 pretix/plugins/sendmail/forms.py:79 #: pretix/presale/templates/pretixpresale/event/checkout_questions.html:86 msgctxt "subevent" msgid "Date" @@ -1404,17 +1414,17 @@ msgstr "" msgid "Event currency" msgstr "" -#: pretix/base/models/event.py:302 pretix/base/models/event.py:853 +#: pretix/base/models/event.py:302 pretix/base/models/event.py:857 #: pretix/control/forms/event.py:1060 pretix/control/forms/subevents.py:58 msgid "Event start time" msgstr "" -#: pretix/base/models/event.py:304 pretix/base/models/event.py:855 +#: pretix/base/models/event.py:304 pretix/base/models/event.py:859 #: pretix/base/pdf.py:148 pretix/control/forms/subevents.py:62 msgid "Event end time" msgstr "" -#: pretix/base/models/event.py:306 pretix/base/models/event.py:857 +#: pretix/base/models/event.py:306 pretix/base/models/event.py:861 #: pretix/control/forms/subevents.py:67 msgid "Admission time" msgstr "" @@ -1429,29 +1439,29 @@ msgid "" "organizer account." msgstr "" -#: pretix/base/models/event.py:312 pretix/base/models/event.py:860 +#: pretix/base/models/event.py:312 pretix/base/models/event.py:864 #: pretix/control/forms/subevents.py:78 msgid "End of presale" msgstr "" -#: pretix/base/models/event.py:313 pretix/base/models/event.py:861 +#: pretix/base/models/event.py:313 pretix/base/models/event.py:865 #: pretix/control/forms/subevents.py:79 msgid "" "Optional. No products will be sold after this date. If you do not set this " "value, the presale will end after the end date of your event." msgstr "" -#: pretix/base/models/event.py:318 pretix/base/models/event.py:866 +#: pretix/base/models/event.py:318 pretix/base/models/event.py:870 #: pretix/control/forms/subevents.py:72 msgid "Start of presale" msgstr "" -#: pretix/base/models/event.py:319 pretix/base/models/event.py:867 +#: pretix/base/models/event.py:319 pretix/base/models/event.py:871 #: pretix/control/forms/subevents.py:73 msgid "Optional. No products will be sold before this date." msgstr "" -#: pretix/base/models/event.py:324 pretix/base/models/event.py:872 +#: pretix/base/models/event.py:324 pretix/base/models/event.py:876 msgid "Location" msgstr "" @@ -1474,8 +1484,8 @@ msgid "Event series" msgstr "" #: pretix/base/models/event.py:340 pretix/base/models/items.py:233 -#: pretix/base/models/items.py:983 pretix/base/models/orders.py:129 -#: pretix/base/models/orders.py:1750 pretix/base/models/vouchers.py:86 +#: pretix/base/models/items.py:991 pretix/base/models/orders.py:129 +#: pretix/base/models/orders.py:1774 pretix/base/models/vouchers.py:86 #: pretix/base/models/waitinglist.py:27 pretix/base/notifications.py:177 #: pretix/control/templates/pretixcontrol/search/orders.html:39 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:18 @@ -1492,67 +1502,67 @@ msgstr "" msgid "Events" msgstr "" -#: pretix/base/models/event.py:706 +#: pretix/base/models/event.py:710 msgid "" "You have configured at least one paid product but have not enabled any " "payment methods." msgstr "" -#: pretix/base/models/event.py:709 +#: pretix/base/models/event.py:713 msgid "You need to configure at least one quota to sell anything." msgstr "" -#: pretix/base/models/event.py:799 +#: pretix/base/models/event.py:803 msgid "" "Once created an event cannot change between an series and a single event." msgstr "" -#: pretix/base/models/event.py:805 +#: pretix/base/models/event.py:809 msgid "The event slug cannot be changed." msgstr "" -#: pretix/base/models/event.py:808 +#: pretix/base/models/event.py:812 msgid "This slug has already been used for a different event." msgstr "" -#: pretix/base/models/event.py:814 +#: pretix/base/models/event.py:818 msgid "The event cannot end before it starts." msgstr "" -#: pretix/base/models/event.py:820 +#: pretix/base/models/event.py:824 msgid "The event's presale cannot end before it starts." msgstr "" -#: pretix/base/models/event.py:846 pretix/base/models/items.py:254 +#: pretix/base/models/event.py:850 pretix/base/models/items.py:254 #: pretix/base/models/items.py:505 pretix/control/forms/filter.py:369 #: pretix/control/forms/filter.py:700 #: pretix/control/templates/pretixcontrol/users/index.html:46 msgid "Active" msgstr "" -#: pretix/base/models/event.py:847 +#: pretix/base/models/event.py:851 msgid "" "Only with this checkbox enabled, this date is visible in the frontend to " "users." msgstr "" -#: pretix/base/models/event.py:876 pretix/control/forms/event.py:1041 +#: pretix/base/models/event.py:880 pretix/control/forms/event.py:1041 msgid "Frontpage text" msgstr "" -#: pretix/base/models/event.py:883 +#: pretix/base/models/event.py:887 msgid "Date in event series" msgstr "" -#: pretix/base/models/event.py:884 +#: pretix/base/models/event.py:888 msgid "Dates in event series" msgstr "" -#: pretix/base/models/event.py:1016 +#: pretix/base/models/event.py:1020 msgid "Can not contain spaces or special characters except underscores" msgstr "" -#: pretix/base/models/event.py:1021 +#: pretix/base/models/event.py:1025 msgid "The property name may only contain letters, numbers and underscores." msgstr "" @@ -1788,13 +1798,13 @@ msgid "" "not actually impact pricing." msgstr "" -#: pretix/base/models/items.py:365 pretix/control/forms/item.py:330 +#: pretix/base/models/items.py:365 pretix/control/forms/item.py:361 msgid "Sales channels" msgstr "" -#: pretix/base/models/items.py:373 pretix/base/models/items.py:760 +#: pretix/base/models/items.py:373 pretix/base/models/items.py:764 #: pretix/control/forms/filter.py:181 pretix/control/forms/filter.py:636 -#: pretix/control/forms/item.py:99 pretix/control/navigation.py:135 +#: pretix/control/forms/item.py:129 pretix/control/navigation.py:135 #: pretix/control/navigation.py:144 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:27 #: pretix/control/templates/pretixcontrol/checkin/lists.html:63 @@ -1829,7 +1839,7 @@ msgid "This is shown below the variation name in lists." msgstr "" #: pretix/base/models/items.py:514 pretix/base/models/items.py:637 -#: pretix/base/models/items.py:766 +#: pretix/base/models/items.py:770 msgid "Position" msgstr "" @@ -1880,44 +1890,44 @@ msgstr "" msgid "The maximum count needs to be greater than the minimum count." msgstr "" -#: pretix/base/models/items.py:717 +#: pretix/base/models/items.py:721 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:21 msgid "Number" msgstr "" -#: pretix/base/models/items.py:718 +#: pretix/base/models/items.py:722 msgid "Text (one line)" msgstr "" -#: pretix/base/models/items.py:719 +#: pretix/base/models/items.py:723 msgid "Multiline text" msgstr "" -#: pretix/base/models/items.py:720 +#: pretix/base/models/items.py:724 msgid "Yes/No" msgstr "" -#: pretix/base/models/items.py:721 +#: pretix/base/models/items.py:725 msgid "Choose one from a list" msgstr "" -#: pretix/base/models/items.py:722 +#: pretix/base/models/items.py:726 msgid "Choose multiple from a list" msgstr "" -#: pretix/base/models/items.py:723 +#: pretix/base/models/items.py:727 msgid "File upload" msgstr "" -#: pretix/base/models/items.py:725 pretix/base/reldate.py:131 +#: pretix/base/models/items.py:729 pretix/base/reldate.py:131 msgid "Time" msgstr "" -#: pretix/base/models/items.py:726 +#: pretix/base/models/items.py:730 msgid "Date and time" msgstr "" -#: pretix/base/models/items.py:735 pretix/base/models/items.py:776 +#: pretix/base/models/items.py:739 pretix/base/models/items.py:784 #: pretix/control/forms/item.py:38 #: pretix/control/templates/pretixcontrol/items/question_edit.html:9 #: pretix/control/templates/pretixcontrol/items/question_edit.html:16 @@ -1925,118 +1935,118 @@ msgstr "" msgid "Question" msgstr "" -#: pretix/base/models/items.py:739 +#: pretix/base/models/items.py:743 msgid "Internal identifier" msgstr "" -#: pretix/base/models/items.py:740 +#: pretix/base/models/items.py:744 msgid "" "You can enter any value here to make it easier to match the data with other " "sources. If you do not input one, we will generate one automatically." msgstr "" -#: pretix/base/models/items.py:744 +#: pretix/base/models/items.py:748 msgid "Help text" msgstr "" -#: pretix/base/models/items.py:745 +#: pretix/base/models/items.py:749 msgid "If the question needs to be explained or clarified, do it here!" msgstr "" -#: pretix/base/models/items.py:751 +#: pretix/base/models/items.py:755 msgid "Question type" msgstr "" -#: pretix/base/models/items.py:755 +#: pretix/base/models/items.py:759 #: pretix/control/templates/pretixcontrol/items/questions.html:49 msgid "Required question" msgstr "" -#: pretix/base/models/items.py:762 +#: pretix/base/models/items.py:766 msgid "This question will be asked to buyers of the selected products" msgstr "" -#: pretix/base/models/items.py:769 +#: pretix/base/models/items.py:773 msgid "Ask during check-in instead of in the ticket buying process" msgstr "" -#: pretix/base/models/items.py:770 +#: pretix/base/models/items.py:774 msgid "" "This will only work if you handle your check-in with pretixdroid 1.8 or " "newer or pretixdesk 0.2 or newer." msgstr "" -#: pretix/base/models/items.py:797 +#: pretix/base/models/items.py:805 msgid "This identifier is already used for a different question." msgstr "" -#: pretix/base/models/items.py:821 +#: pretix/base/models/items.py:829 msgid "An answer to this question is required to proceed." msgstr "" -#: pretix/base/models/items.py:831 pretix/base/models/items.py:839 +#: pretix/base/models/items.py:839 pretix/base/models/items.py:847 msgid "Invalid option selected." msgstr "" -#: pretix/base/models/items.py:848 +#: pretix/base/models/items.py:856 msgid "Invalid number input." msgstr "" -#: pretix/base/models/items.py:855 +#: pretix/base/models/items.py:863 msgid "Invalid date input." msgstr "" -#: pretix/base/models/items.py:862 +#: pretix/base/models/items.py:870 msgid "Invalid time input." msgstr "" -#: pretix/base/models/items.py:872 +#: pretix/base/models/items.py:880 msgid "Invalid datetime input." msgstr "" -#: pretix/base/models/items.py:886 +#: pretix/base/models/items.py:894 #: pretix/control/templates/pretixcontrol/items/question.html:68 msgid "Answer" msgstr "" -#: pretix/base/models/items.py:908 +#: pretix/base/models/items.py:916 msgid "The identifier \"{}\" is already used for a different option." msgstr "" -#: pretix/base/models/items.py:911 +#: pretix/base/models/items.py:919 msgid "Question option" msgstr "" -#: pretix/base/models/items.py:912 +#: pretix/base/models/items.py:920 msgid "Question options" msgstr "" -#: pretix/base/models/items.py:997 pretix/control/forms/event.py:1308 +#: pretix/base/models/items.py:1005 pretix/control/forms/event.py:1308 #: pretix/control/templates/pretixcontrol/items/quotas.html:49 msgid "Total capacity" msgstr "" -#: pretix/base/models/items.py:999 pretix/control/forms/item.py:213 +#: pretix/base/models/items.py:1007 pretix/control/forms/item.py:243 msgid "Leave empty for an unlimited number of tickets." msgstr "" -#: pretix/base/models/items.py:1003 pretix/base/models/orders.py:884 +#: pretix/base/models/items.py:1011 pretix/base/models/orders.py:886 #: pretix/control/templates/pretixcontrol/checkin/index.html:67 msgid "Item" msgstr "" -#: pretix/base/models/items.py:1011 +#: pretix/base/models/items.py:1019 #: pretix/control/templates/pretixcontrol/item/base.html:16 msgid "Variations" msgstr "" -#: pretix/base/models/items.py:1019 pretix/base/models/vouchers.py:157 +#: pretix/base/models/items.py:1027 pretix/base/models/vouchers.py:157 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:8 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:15 msgid "Quota" msgstr "" -#: pretix/base/models/items.py:1020 pretix/control/navigation.py:153 +#: pretix/base/models/items.py:1028 pretix/control/navigation.py:153 #: pretix/control/templates/pretixcontrol/items/quotas.html:3 #: pretix/control/templates/pretixcontrol/items/quotas.html:5 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:298 @@ -2044,11 +2054,11 @@ msgstr "" msgid "Quotas" msgstr "" -#: pretix/base/models/items.py:1204 +#: pretix/base/models/items.py:1212 msgid "All variations must belong to an item contained in the items list." msgstr "" -#: pretix/base/models/items.py:1214 +#: pretix/base/models/items.py:1222 msgid "" "One or more items has variations but none of these are in the variations " "list." @@ -2115,7 +2125,7 @@ msgstr "" msgid "Locale" msgstr "" -#: pretix/base/models/orders.py:146 pretix/base/models/orders.py:1762 +#: pretix/base/models/orders.py:146 pretix/base/models/orders.py:1786 msgid "Expiration date" msgstr "" @@ -2142,182 +2152,182 @@ msgid "" "cases." msgstr "" -#: pretix/base/models/orders.py:172 pretix/base/models/orders.py:918 +#: pretix/base/models/orders.py:172 pretix/base/models/orders.py:920 msgid "Meta information" msgstr "" -#: pretix/base/models/orders.py:609 +#: pretix/base/models/orders.py:611 msgid "" "The payment can not be accepted as the last date of payments configured in " "the payment settings is over." msgstr "" -#: pretix/base/models/orders.py:611 +#: pretix/base/models/orders.py:613 msgid "" "The payment can not be accepted as the order is expired and you configured " "that no late payments should be accepted in the payment settings." msgstr "" -#: pretix/base/models/orders.py:613 +#: pretix/base/models/orders.py:615 msgid "This order is not yet approved by the event organizer." msgstr "" -#: pretix/base/models/orders.py:631 +#: pretix/base/models/orders.py:633 #, python-brace-format msgid "The ordered product \"{item}\" is no longer available." msgstr "" -#: pretix/base/models/orders.py:811 +#: pretix/base/models/orders.py:813 msgid "" msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2891,36 +2901,36 @@ msgstr "" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -2929,11 +2939,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -2941,15 +2951,15 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3039,7 +3049,7 @@ msgstr "" msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3071,7 +3081,7 @@ msgstr "" msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3079,7 +3089,7 @@ msgstr "" msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "" @@ -3110,47 +3120,47 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:251 -#, python-brace-format -msgid "Question: {question}" -msgstr "" - #: pretix/base/pdf.py:252 #, python-brace-format +msgid "Question: {question}" +msgstr "" + +#: pretix/base/pdf.py:253 +#, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3158,12 +3168,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "" @@ -3400,7 +3410,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -3561,7 +3571,7 @@ msgid "Order canceled: %(code)s" msgstr "" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -3812,7 +3822,7 @@ msgstr "" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4083,7 +4093,7 @@ msgid "You do not have access to this page." msgstr "" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4161,7 +4171,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "" @@ -4332,7 +4342,7 @@ msgstr "" msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "" @@ -5333,7 +5343,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "" @@ -5352,7 +5362,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "" @@ -5366,7 +5376,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "" @@ -5383,7 +5393,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "" @@ -5643,84 +5653,88 @@ msgid "" "will be sent by this server locally." msgstr "" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -5728,11 +5742,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -5992,6 +6006,7 @@ msgid "Event types" msgstr "" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "" @@ -6193,7 +6208,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6205,7 +6220,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6223,7 +6238,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "" @@ -6241,16 +6256,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7132,7 +7147,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7154,8 +7169,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7165,60 +7180,60 @@ msgstr "" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7226,11 +7241,11 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7239,27 +7254,58 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +msgid "Transaction Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +msgid "Merchant Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8233,6 +8279,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -8741,7 +8790,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -8779,38 +8828,38 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +msgid "Question dependency" +msgstr "" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -8827,10 +8876,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9173,7 +9218,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9458,9 +9503,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "" @@ -9868,7 +9913,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11079,19 +11124,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11124,16 +11169,20 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +msgid "Voucher link" +msgstr "" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -11612,7 +11661,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -11657,11 +11706,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -11832,7 +11881,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -11841,264 +11890,264 @@ msgstr "" msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "" -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "" -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "" -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "" -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "" -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "" -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "" -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "" -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "" -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "" -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12253,12 +12302,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "" -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "" -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -12484,7 +12533,7 @@ msgstr "" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -12596,75 +12645,84 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -12673,7 +12731,7 @@ msgstr "" msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -12691,11 +12749,16 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, python-format +msgid "Your order received an incomplete payment: %(code)s" +msgstr "" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -12715,8 +12778,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "" @@ -13180,11 +13243,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -13434,37 +13492,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -13939,13 +13997,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14206,35 +14257,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -14674,7 +14725,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -14686,7 +14737,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -14694,7 +14745,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -14705,19 +14756,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/djangojs.pot b/src/pretix/locale/djangojs.pot index 627a7b8df..18d077f1f 100644 --- a/src/pretix/locale/djangojs.pot +++ b/src/pretix/locale/djangojs.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -100,7 +100,7 @@ msgid "" msgstr "" #: pretix/static/pretixbase/js/asynctask.js:193 -#: pretix/static/pretixcontrol/js/ui/main.js:28 +#: pretix/static/pretixcontrol/js/ui/main.js:20 msgid "Close message" msgstr "" @@ -168,48 +168,56 @@ msgstr "" msgid "Generating messages …" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:43 +#: pretix/static/pretixcontrol/js/ui/main.js:55 msgid "Unknown error." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:205 +#: pretix/static/pretixcontrol/js/ui/main.js:217 msgid "Your color has great contrast and is very easy to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:209 +#: pretix/static/pretixcontrol/js/ui/main.js:221 msgid "Your color has decent contrast and is probably good-enough to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:213 +#: pretix/static/pretixcontrol/js/ui/main.js:225 msgid "" "Your color has bad contrast for text on white background, please choose a " "darker shade." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:294 +#: pretix/static/pretixcontrol/js/ui/main.js:306 msgid "All" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:295 +#: pretix/static/pretixcontrol/js/ui/main.js:307 msgid "None" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:588 +#: pretix/static/pretixcontrol/js/ui/main.js:595 msgid "Use a different name internally" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:639 +#: pretix/static/pretixcontrol/js/ui/main.js:646 msgid "Click to close" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:41 +#: pretix/static/pretixcontrol/js/ui/question.js:42 msgid "Others" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:70 +#: pretix/static/pretixcontrol/js/ui/question.js:71 msgid "Count" msgstr "" +#: pretix/static/pretixcontrol/js/ui/question.js:120 +msgid "Ja" +msgstr "" + +#: pretix/static/pretixcontrol/js/ui/question.js:121 +msgid "Nein" +msgstr "" + #: pretix/static/pretixcontrol/js/ui/subevent.js:108 msgid "(one more date)" msgid_plural "({num} more dates)" diff --git a/src/pretix/locale/el/LC_MESSAGES/django.po b/src/pretix/locale/el/LC_MESSAGES/django.po index 25bf76f55..0845a6bda 100644 --- a/src/pretix/locale/el/LC_MESSAGES/django.po +++ b/src/pretix/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-02-19 13:15+0000\n" "Last-Translator: Raphael Michel \n" "Language-Team: Greek " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2895,36 +2905,36 @@ msgstr "" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -2933,11 +2943,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -2945,15 +2955,15 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3043,7 +3053,7 @@ msgstr "" msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3075,7 +3085,7 @@ msgstr "" msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3083,7 +3093,7 @@ msgstr "" msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "" @@ -3114,47 +3124,47 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:251 -#, python-brace-format -msgid "Question: {question}" -msgstr "" - #: pretix/base/pdf.py:252 #, python-brace-format +msgid "Question: {question}" +msgstr "" + +#: pretix/base/pdf.py:253 +#, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3162,12 +3172,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "" @@ -3404,7 +3414,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -3565,7 +3575,7 @@ msgid "Order canceled: %(code)s" msgstr "" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -3816,7 +3826,7 @@ msgstr "" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4087,7 +4097,7 @@ msgid "You do not have access to this page." msgstr "" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4165,7 +4175,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "" @@ -4336,7 +4346,7 @@ msgstr "" msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "" @@ -5337,7 +5347,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "" @@ -5356,7 +5366,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "" @@ -5370,7 +5380,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "" @@ -5387,7 +5397,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "" @@ -5647,84 +5657,88 @@ msgid "" "will be sent by this server locally." msgstr "" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -5732,11 +5746,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -5996,6 +6010,7 @@ msgid "Event types" msgstr "" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "" @@ -6197,7 +6212,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6209,7 +6224,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6227,7 +6242,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "" @@ -6245,16 +6260,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7136,7 +7151,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7158,8 +7173,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7169,60 +7184,60 @@ msgstr "" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7230,11 +7245,11 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7243,27 +7258,58 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +msgid "Transaction Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +msgid "Merchant Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8237,6 +8283,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -8745,7 +8794,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -8783,38 +8832,38 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +msgid "Question dependency" +msgstr "" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -8831,10 +8880,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9177,7 +9222,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9462,9 +9507,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "" @@ -9872,7 +9917,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11083,19 +11128,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11128,16 +11173,20 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +msgid "Voucher link" +msgstr "" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -11616,7 +11665,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -11661,11 +11710,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -11836,7 +11885,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -11845,264 +11894,264 @@ msgstr "" msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "" -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "" -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "" -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "" -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "" -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "" -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "" -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "" -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "" -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "" -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12257,12 +12306,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "" -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "" -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -12488,7 +12537,7 @@ msgstr "" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -12600,75 +12649,84 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -12677,7 +12735,7 @@ msgstr "" msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -12695,11 +12753,16 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, python-format +msgid "Your order received an incomplete payment: %(code)s" +msgstr "" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -12719,8 +12782,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "" @@ -13184,11 +13247,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -13438,37 +13496,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -13943,13 +14001,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14210,35 +14261,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -14678,7 +14729,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -14690,7 +14741,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -14698,7 +14749,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -14709,19 +14760,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/el/LC_MESSAGES/djangojs.po b/src/pretix/locale/el/LC_MESSAGES/djangojs.po index 223e8b083..2b355ab10 100644 --- a/src/pretix/locale/el/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/el/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -99,7 +99,7 @@ msgid "" msgstr "" #: pretix/static/pretixbase/js/asynctask.js:193 -#: pretix/static/pretixcontrol/js/ui/main.js:28 +#: pretix/static/pretixcontrol/js/ui/main.js:20 msgid "Close message" msgstr "" @@ -167,48 +167,56 @@ msgstr "" msgid "Generating messages …" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:43 +#: pretix/static/pretixcontrol/js/ui/main.js:55 msgid "Unknown error." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:205 +#: pretix/static/pretixcontrol/js/ui/main.js:217 msgid "Your color has great contrast and is very easy to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:209 +#: pretix/static/pretixcontrol/js/ui/main.js:221 msgid "Your color has decent contrast and is probably good-enough to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:213 +#: pretix/static/pretixcontrol/js/ui/main.js:225 msgid "" "Your color has bad contrast for text on white background, please choose a " "darker shade." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:294 +#: pretix/static/pretixcontrol/js/ui/main.js:306 msgid "All" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:295 +#: pretix/static/pretixcontrol/js/ui/main.js:307 msgid "None" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:588 +#: pretix/static/pretixcontrol/js/ui/main.js:595 msgid "Use a different name internally" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:639 +#: pretix/static/pretixcontrol/js/ui/main.js:646 msgid "Click to close" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:41 +#: pretix/static/pretixcontrol/js/ui/question.js:42 msgid "Others" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:70 +#: pretix/static/pretixcontrol/js/ui/question.js:71 msgid "Count" msgstr "" +#: pretix/static/pretixcontrol/js/ui/question.js:120 +msgid "Ja" +msgstr "" + +#: pretix/static/pretixcontrol/js/ui/question.js:121 +msgid "Nein" +msgstr "" + #: pretix/static/pretixcontrol/js/ui/subevent.js:108 msgid "(one more date)" msgid_plural "({num} more dates)" diff --git a/src/pretix/locale/es/LC_MESSAGES/django.po b/src/pretix/locale/es/LC_MESSAGES/django.po index 8ce24b8ca..29fca555b 100644 --- a/src/pretix/locale/es/LC_MESSAGES/django.po +++ b/src/pretix/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-03-13 10:18+0000\n" "Last-Translator: Alvaro Enrique Ruano \n" "Language-Team: Spanish " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Vacío, si este producto no es un ticket de admisión" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "creado" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "pendiente" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "confirmado" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "cancelado" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "fallido" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "reembolsado" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Información de pago" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Pago recibido por su pedido: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "iniciado externamente" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "creado" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "en tránsito" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "hecho" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "fallido" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "cancelado" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "Organizador" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "Cliente" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "Externo" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Tarifa de pago" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Tarifa de envío" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "Tarifa por servicio" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "Tarifa de cancelación" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Otras tarifas" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Tarjeta de regalo" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Valor" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "Posición de la orden" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "ID de carrito (p. ej. clave de sesión)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "Posición del carrito" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "Posiciones del carrito" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Nombre de la Compañía" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Seleccione país" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Solo para usuarios comerciales en la UE." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "Esta referencia se imprimirá en su factura para su conveniencia." @@ -3108,12 +3120,12 @@ msgstr "Gratis" msgid "Box office" msgstr "Taquilla" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "Pago manual" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." @@ -3121,15 +3133,15 @@ msgstr "" "En modo de prueba, puedes simplemente marcar manualmente esta orden como " "pagada en el backend después de que haya sido creada." -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "Nombre del método de pago" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "Descripción del proceso de pago durante la compra" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." @@ -3137,13 +3149,13 @@ msgstr "" "Este texto se mostrará durante la compra cuando el usuario seleccione este " "método de pago. Debe dar una breve explicación sobre este método de pago." -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" "Descripción del proceso de pago en los correos electrónicos de confirmación " "de pedido" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3156,11 +3168,11 @@ msgstr "" "proceder con el pago. Puede utilizar los marcadores de posición {order}, " "{total}, {currency} y {total_with_currency}" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "Descripción del proceso de pago para pedidos pendientes" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3171,15 +3183,15 @@ msgstr "" "Debe instruir al usuario sobre cómo proceder con el pago. Puede utilizar los " "marcadores de posición {order}, {total}, {currency} y {total_with_currency}" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "Compensación" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "Ha introducido una orden que no se ha podido encontrar." -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "Equilibrado con órdenes: %s" @@ -3269,7 +3281,7 @@ msgstr "2017-05-31 20:00" msgid "Event begin date" msgstr "Fecha de inicio del evento" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "2017-05-31" @@ -3301,7 +3313,7 @@ msgstr "22:00" msgid "Event admission date and time" msgstr "Fecha y hora de admisión al evento" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "2017-05-31 19:00" @@ -3309,7 +3321,7 @@ msgstr "2017-05-31 19:00" msgid "Event admission time" msgstr "Hora de admisión del evento" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3342,47 +3354,47 @@ msgstr "" "Agregado 1\n" "Agregado 2" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Nombre del organizador" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "Empresa organizadora de eventos" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "Texto informativo del organizador" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "Texto de información del organizador del evento" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "Fecha de impresión" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "Fecha y hora de impresión" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "Hora de impresión" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "Pregunta: {question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3390,12 +3402,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Nombre del participante: {part}" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Nombre para dirección de facturación: {part}" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "Ticket" @@ -3665,7 +3677,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Asistente: {name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "Fecha: {}" @@ -3856,7 +3868,7 @@ msgid "Order canceled: %(code)s" msgstr "Pedido cancelado: %(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4207,11 +4219,23 @@ msgstr "" "su equipo {event}" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4586,7 +4610,7 @@ msgid "You do not have access to this page." msgstr "Usted no tiene acceso a esta página." #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4671,7 +4695,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "creado por pretix" @@ -4878,7 +4902,7 @@ msgstr "Su localización por defecto debe ser especificada." msgid "Copy configuration from" msgstr "Copiar configuración de" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "No copiar" @@ -6066,7 +6090,7 @@ msgstr "Pagado (o cancelado con tarifa de pago)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "pendiente" @@ -6085,7 +6109,7 @@ msgstr "Pendiente o pagado" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "expirado" @@ -6099,7 +6123,7 @@ msgstr "Pendiente o caducado" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "Cancelado" @@ -6116,7 +6140,7 @@ msgstr "Todos los productos" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "Todas las fechas" @@ -6387,11 +6411,17 @@ msgstr "" "actualización disponible. Esta dirección no será transmitida a pretix.eu, " "los correos electrónicos serán enviados por este servidor localmente." -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +#, fuzzy +#| msgid "This question will be asked during check-in." +msgid "Dependencies between questions are not supported during check-in." +msgstr "Esta pregunta se hará durante el registro." + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "El producto debe existir en múltiples variaciones" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." @@ -6399,67 +6429,67 @@ msgstr "" "Seleccione esta opción, por ejemplo, para camisetas que vienen en varios " "tamaños. Puede seleccionar las variaciones en el paso siguiente." -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "Sin impuestos" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "Copiar información del producto" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "No añadir a una cuota ahora" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "Añadir un producto a un contingente existente" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "Crear una nueva cuota para este producto" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "Opciones de cuota" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "Añadir a la cuota existente" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "Nuevo nombre de cuota" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "Tamaño" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "Número de tickets" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "El nombre de la cuota es obligatorio." -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "Por favor, seleccione una cuota." -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "Elegir automáticamente dependiendo en la configuración del evento" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "Si, si la generación del ticket está habilitada en general" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "Nunca" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " @@ -6469,7 +6499,7 @@ msgstr "" "completo, desempleados y personas mayores de 65 años. Esta entrada incluye " "acceso a todas las partes del evento, excepto el área VIP." -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6480,11 +6510,11 @@ msgstr "" "usuario o está actualmente en la cesta de un usuario. En su lugar, configure " "la variación como \"inactiva\"." -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "Ha añadido el mismo tipo de add-on dos veces" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6794,6 +6824,7 @@ msgid "Event types" msgstr "Tipos de eventos" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "Opcional" @@ -7011,7 +7042,7 @@ msgstr "El secreto de la orden ha sido cambiado." msgid "The order's expiry date has been changed." msgstr "Se ha modificado la fecha de caducidad del pedido." -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "El pedido se ha marcado como caducado." @@ -7023,7 +7054,7 @@ msgstr "El pedido ha sido marcado como pagado." msgid "The order has been refunded." msgstr "La orden ha sido reembolsada." -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "El pedido ha sido cancelado." @@ -7042,7 +7073,7 @@ msgid "The order requires approval before it can continue to be processed." msgstr "" "La orden requiere aprobación antes que pueda continuar a ser procesada." -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "La orden ha sido aprobada." @@ -7062,16 +7093,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "Se ha cambiado el lugar de la orden." -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "Se ha generado la factura." -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "Se ha regenerado la factura." -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "Se ha vuelto a emitir la factura." @@ -8010,7 +8041,7 @@ msgstr "Establecer nueva contraseña" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -8032,8 +8063,8 @@ msgstr "Establecer nueva contraseña" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -8043,62 +8074,62 @@ msgstr "Guardar" msgid "Create a new account" msgstr "Crear una nueva cuenta" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "Alternar la navegación" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "Ir a la tienda" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "Ir a la tienda" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "Finalizar sesión de administración" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "Configuración de la cuenta" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "Salir" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "Cuenta del organizador" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "Búsqueda de eventos" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" "Por favor, deje un breve comentario sobre lo que hizo en las siguientes " "sesiones de administración:" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "Actualmente trabaja en nombre de %(user)s." -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "Deja de hacerte pasar por" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "Leer más" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -8110,11 +8141,11 @@ msgstr "" "estas ordenes para asegurarte que no se muestren en tus reportes " "estadísticos y bloquear la compra de tickets a las personas." -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "Mostrar todas las ordenes en modo de prueba" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -8130,7 +8161,7 @@ msgstr "" "para recibir una notificación por correo electrónico si llega una nueva " "actualización. Este mensaje desaparecerá una vez que haga clic en él." -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." @@ -8138,21 +8169,58 @@ msgstr "" "pretix se está ejecutando en modo debug. Por razones de seguridad, no " "ejecute nunca el modo de depuración en una instancia de producción." -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "Funcionamiento en modo de desarrollo" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "Estamos procesando su solicitud…" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "Si esto tarda más de unos minutos, póngase en contacto con nosotros." +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgid "Creation date" +msgid "Transaction Code" +msgstr "Fecha de creación" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "País mercantil" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "Moneda" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "Tipo" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +#, fuzzy +#| msgid "Card type" +msgid "Card Entry Mode" +msgstr "Tipo de tarjeta" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "Número de tarjeta" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -9275,6 +9343,9 @@ msgstr "Norma fiscal: %(name)s" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "Configuración avanzada" @@ -9872,7 +9943,7 @@ msgstr "Editar pregunta" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "pagado" @@ -9914,11 +9985,7 @@ msgstr "" "Todas las respuestas a las preguntas de los compradores de los siguientes " "productos serán perdidas." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "Aplicar a productos" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " @@ -9928,28 +9995,34 @@ msgstr "" "que seleccionar Sí y No no es aceptado. Si desea permitir ambas opciones, no " "haga que este campo sea obligatorio." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "Opciones de respuesta" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" "Sólo es aplicable si selecciona `Elija uno/múltiple de una lista' arriba." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "Opción de respuesta %(id)s" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "Nueva opción de respuesta" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "Añadir una nueva opción" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Tipo de pregunta" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -9969,10 +10042,6 @@ msgstr "Aún no ha creado ninguna pregunta." msgid "Create a new question" msgstr "Crear una nueva pregunta" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "Tipo" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -10365,7 +10434,7 @@ msgstr "Modificar precio a" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "plus %(rate)s%% %(name)s" @@ -10663,9 +10732,9 @@ msgstr "gravámenes" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Total" @@ -11095,7 +11164,7 @@ msgstr "" "mostrarán aquí, ya que es posible que no esté claro a qué fecha pertenecen." #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "Comprado" @@ -12433,19 +12502,19 @@ msgstr "Generar códigos aleatorios" msgid "Copy codes" msgstr "Copiar códigos" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "Detalles del vale" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "Efecto sobre los precios" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -12484,16 +12553,22 @@ msgstr "" "Los siguientes vales no pueden ser eliminados porque ya han sido redimidos, " "pero serán marcados como totalmente redimidos en su lugar." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "Este vale ya ha sido utilizado. No se recomienda modificarla." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "Orden %(code)s" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "Vale" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "Historial de vales" @@ -13035,7 +13110,7 @@ msgstr "artículo inválido" msgid "Unknown e-mail renderer." msgstr "Desconocido renderizador de correo electrónico." -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "Ha solicitado un tipo de salida de ticket no válido." @@ -13086,11 +13161,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "El problema ha sido marcado como resuelto!" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "El comentario ha sido actualizado." -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "No se pudo actualizar el comentario." @@ -13265,7 +13340,7 @@ msgstr "Un nuevo secreto de cliente ha sido generado y ahora es efectivo." msgid "Access for the selected application has been revoked." msgstr "Se ha revocado el acceso a la aplicación seleccionada." -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -13275,15 +13350,15 @@ msgid "Unknown order code or not authorized to access this order." msgstr "" "Código de pedido desconocido o no autorizado para acceder a este pedido." -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "La descarga de tickets no está habilitada para este producto." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "La orden ha sido eliminada." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." @@ -13291,43 +13366,43 @@ msgstr "" "La orden no pudo ser eliminada ya que algunas restricciones (por ejemplo los " "datos creados por los plug-ins) no lo permiten." -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "Solamente ordenes creadas en modo de prueba pueden ser eliminadas." -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "La orden ha sido denegada y, por lo tanto, se ha cancelado." -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "Este pago ha sido cancelado." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "Este pago no puede ser cancelado en este momento." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "El reembolso ha sido cancelado." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "Este reembolso no puede ser cancelado en este momento." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "El reembolso ha sido procesado." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "Este reembolso no puede ser procesado en este momento." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "El reembolso se ha marcado como efectuado." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." @@ -13335,20 +13410,20 @@ msgstr "" "El pago se ha marcado como completo, pero no hemos podido enviar un correo " "de confirmación." -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "El pago se ha marcado como completo." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "Este pago no puede ser confirmado por el momento." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "Ha introducido un número no válido." -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." @@ -13356,7 +13431,7 @@ msgstr "" "Usted no puede reembolsar más de la cantidad de un pago que aún no ha sido " "reembolsado." -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." @@ -13364,7 +13439,7 @@ msgstr "" "Ha seleccionado un reembolso parcial para una vía de pago que sólo soporta " "reembolsos completos." -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" @@ -13372,11 +13447,11 @@ msgstr "" "Uno de los reembolsos no fue procesado. Usted debe volver a intentar el " "reembolso de una manera diferente. El mensaje de error era: {}" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "Se ha procesado un reembolso de {}." -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." @@ -13384,13 +13459,13 @@ msgstr "" "Se ha guardado un reembolso de {}, pero aún no se ha ejecutado " "completamente. Puede marcarlo como completo a continuación." -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" "Los reembolsos seleccionados no coinciden con el importe total del reembolso " "seleccionado." -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." @@ -13398,11 +13473,11 @@ msgstr "" "El pedido ha sido marcado como pagado, pero no hemos podido enviar un correo " "de confirmación." -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "El pago ha sido creado con éxito." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." @@ -13410,33 +13485,33 @@ msgstr "" "La orden ha sido cancelada. Puedes seleccionar como deseas transferir el " "dinero de vuelta al usuario." -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "No se puede generar una factura para este pedido." -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "Ya existe una factura para este pedido." -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "No se especifica el número de IVA." -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "No se especifica ningún país." -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" "No se ha podido verificar el número de identificación a efectos del IVA " "porque se ha especificado un país que no es miembro de la UE." -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "Este número de IVA no es válido." -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." @@ -13445,40 +13520,40 @@ msgstr "" "que el servicio de comprobación del IVA del país no está disponible en la " "actualidad." -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "Este número de IVA es válido." -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "Factura desconocida." -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "La factura ya se ha anulado." -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "La factura ha sido limpiada de datos personales." -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" "Hubo un error al enviar el correo. Por favor, inténtelo de nuevo más tarde." -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "El correo electrónico ha sido puesto en cola para ser enviado." -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "No se ha encontrado esta factura" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "El archivo de factura ya no se almacena en el servidor." -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." @@ -13486,11 +13561,11 @@ msgstr "" "El archivo de la factura aún no ha sido generado, nosotros lo generaremos " "para usted ahora. Por favor, inténtelo de nuevo en unos segundos." -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "Se ha modificado la condición de pago." -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." @@ -13498,28 +13573,28 @@ msgstr "" "No pudimos procesar la petición completamente porque el servidor estaba " "demasiado ocupado." -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "Esta acción sólo se permite para órdenes pendientes." -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "Esta acción sólo se permite para pedidos pendientes o pagados." -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "Se ha producido un error. Por favor, vea los detalles a continuación." -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "El pedido ha sido cambiado y el usuario ha sido notificado." -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "El orden ha sido cambiado." -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." @@ -13527,28 +13602,28 @@ msgstr "" "Tuvimos dificultades para procesar su información. Por favor revise los " "errores a continuación." -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "No hubo que cambiar nada en la orden." -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "No pudimos enviar el correo electrónico. Ver abajo para más detalles." -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "Asunto: {subject}" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "Su mensaje ha sido puesto en cola y será enviado a {}." -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "No se pudo enviar correo al siguiente usuario: {}" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." @@ -13556,15 +13631,15 @@ msgstr "" "Este enlace ya no es válido. Por favor, vuelva atrás, actualice la página e " "inténtelo de nuevo." -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "No hay ningún pedido con el código de pedido dado." -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "No se encontró al exportador seleccionado." -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" "Hubo un problema procesando su entrada. Vea a continuación los detalles de " @@ -13727,12 +13802,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "Las fechas seleccionadas han sido deshabilitadas." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "Las fechas seleccionadas se han borrado o desactivado." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "{} se han creado nuevas fechas." @@ -13980,7 +14055,7 @@ msgstr "Incluir órdenes pendientes" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Ordenar por" @@ -14097,45 +14172,54 @@ msgstr "" "Instale el paquete python 'chardet' para obtener mejores capacidades de " "importación CSV." -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "Tipo de la cuenta bancaria" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "Cuenta de banco SEPA" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "Otra cuenta bancaria" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "Nombre del titular de la cuenta" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "IBAN" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "BIC" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "Nombre del Banco" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "Datos de la cuenta bancaria" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " @@ -14145,7 +14229,7 @@ msgstr "" "pago por transferencia bancaria. Si tienes varios clientes internacionales, " "ellos podrían necesitar tu dirección completa y la del Banco." -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " @@ -14155,23 +14239,23 @@ msgstr "" "favor agregar todo lo que los clientes necesitan para transferir el dinero, " "p. e. números de cuenta, número de ruteo, direcciones, etc." -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "No incluya un hipen en la referencia de pago." -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "Esto es obligatorio en algunos países." -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "Por favor llene los detalles de su cuenta bancaria." -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "Por favor ingrese los detalles de su cuenta bancaria." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -14180,7 +14264,7 @@ msgstr "Por favor ingrese los detalles de su cuenta bancaria." msgid "Account holder" msgstr "Titular de la cuenta" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -14198,11 +14282,17 @@ msgstr "Banco" msgid "Import bank data" msgstr "Importar datos bancarios" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "El pedido ya ha sido cancelado." +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "Su pedido está pendiente de pago: %(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -14226,8 +14316,8 @@ msgid "Payer" msgstr "Pagador" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Fecha de pago" @@ -14757,11 +14847,6 @@ msgstr "Última actualización" msgid "Total value" msgstr "Valor total" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "Moneda" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -15037,37 +15122,37 @@ msgstr "Página %d" msgid "Created: %s" msgstr "Creado: %s" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "Resumen de pedidos (PDF)" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "Pedidos por producto" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "Lista de pedidos con impuestos (PDF)" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Pedidos por tipo de impuesto ({currency})" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "Bruto" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "Impuesto" @@ -15595,13 +15680,6 @@ msgstr "El monto total será retirado de su tarjeta de crédito." msgid "Card type" msgstr "Tipo de tarjeta" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "Número de tarjeta" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -15885,37 +15963,37 @@ msgstr "Por favor, introduzca su dirección de facturación." msgid "Please enter your name." msgstr "Ingrese su nombre." -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "Por favor, rellene las respuestas a todas las preguntas requeridas." -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "Pago" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "Por favor seleccione un método de pago." -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "La información de pago que introdujo estaba incompleta." -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "Revisar orden" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" "Debe marcar todas las casillas de verificación en la parte inferior de la " "página." -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -16392,7 +16470,7 @@ msgstr "cantidad mínima a pedir: %(num)s" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "GRATIS" @@ -16404,7 +16482,7 @@ msgstr "Mostrar variantes" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "Modificar precio para %(item)s" @@ -16412,7 +16490,7 @@ msgstr "Modificar precio para %(item)s" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "incl. %(rate)s%% %(name)s" @@ -16423,19 +16501,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "Ingrese un código de vale a continuación para comprar este ticket." #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "Cantidad de %(item)s - %(var)s al pedido" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "Importe de %(item)s a pedir" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "Añadir al carrito" @@ -17061,6 +17141,9 @@ msgstr "Acceso de lectura" msgid "Write access" msgstr "Acceso de escritura" +#~ msgid "Apply to products" +#~ msgstr "Aplicar a productos" + #~ msgid "Any product" #~ msgstr "Cualquier producto" diff --git a/src/pretix/locale/es/LC_MESSAGES/djangojs.po b/src/pretix/locale/es/LC_MESSAGES/djangojs.po index 0b39e99bd..5c9d3d3a8 100644 --- a/src/pretix/locale/es/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/es/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-02-20 03:00+0000\n" "Last-Translator: oocf \n" "Language-Team: Spanish \n" "Language-Team: French " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Vide, si ce produit n'est pas un billet d'entrée" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 #, fuzzy #| msgid "User created." msgctxt "payment_state" msgid "created" msgstr "Utilisateur créé." -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 #, fuzzy #| msgid "pending" msgctxt "payment_state" msgid "pending" msgstr "en attente" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 #, fuzzy #| msgctxt "checkoutflow" #| msgid "Order confirmed" @@ -2457,150 +2469,150 @@ msgctxt "payment_state" msgid "confirmed" msgstr "Commande validée" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 #, fuzzy #| msgid "canceled" msgctxt "payment_state" msgid "canceled" msgstr "annulé" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 #, fuzzy #| msgid "refunded" msgctxt "payment_state" msgid "refunded" msgstr "remboursé" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Informations de paiement" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Paiement reçu pour votre commande: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 #, fuzzy #| msgid "User created." msgctxt "refund_state" msgid "created" msgstr "Utilisateur créé." -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 #, fuzzy #| msgid "Bank transfer" msgctxt "refund_state" msgid "in transit" msgstr "Virement bancaire" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 #, fuzzy #| msgid "canceled" msgctxt "refund_state" msgid "canceled" msgstr "annulé" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 #, fuzzy #| msgid "Organizer" msgctxt "refund_source" msgid "Organizer" msgstr "Organisateur" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 #, fuzzy #| msgid "Any customer" msgctxt "refund_source" msgid "Customer" msgstr "Tout client" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Frais de paiement" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Frais d'expédition" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "Frais de service" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 #, fuzzy #| msgid "Cancellation" msgid "Cancellation fee" msgstr "Annulation" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Autres frais" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Carte-cadeau" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Valeur" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "Position de l'ordre" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "ID du panier (par ex. clé de session)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "Position du panier" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "Positions du panier" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Nom de la société" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Sélectionnez le pays" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Uniquement pour les clients professionnels dans l'UE." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "Cette référence sera imprimée sur votre facture pour votre commodité." @@ -3263,40 +3275,40 @@ msgstr "Gratuitement" msgid "Box office" msgstr "Guichet" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 #, fuzzy #| msgid "Invalid payments" msgid "Manual payment" msgstr "Paiements non valables" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 #, fuzzy #| msgid "Payment method" msgid "Payment method name" msgstr "Mode de paiement" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3305,11 +3317,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3317,19 +3329,19 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 #, fuzzy #| msgid "Settings" msgid "Offsetting" msgstr "Réglages" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 #, fuzzy #| msgid "Your changes could not be saved." msgid "You entered an order that could not be found." msgstr "Vos modifications n'ont pas pu être sauvegardées." -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3421,7 +3433,7 @@ msgstr "31.05.2017 20:00" msgid "Event begin date" msgstr "Heure de début de l'événement" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 #, fuzzy #| msgid "2017-05-31 20:00" msgid "2017-05-31" @@ -3457,7 +3469,7 @@ msgstr "22:00" msgid "Event admission date and time" msgstr "Date et heure d'admission à l'événement" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "31.05.2016 19:00" @@ -3465,7 +3477,7 @@ msgstr "31.05.2016 19:00" msgid "Event admission time" msgstr "Heure d'admission à l'événement" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3500,54 +3512,54 @@ msgstr "" "Addon 1\n" "Addon 2" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Nom de l'organisateur" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "Société organisatrice de l'événement" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "Texte d'information de l'organisateur" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "Texte info de l'organisateur de l'événement" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 #, fuzzy #| msgctxt "subevent" #| msgid "Create date" msgid "Printing date" msgstr "Créer une date" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 #, fuzzy #| msgid "Event begin date and time" msgid "Printing date and time" msgstr "Date et heure de début de l'événement" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 #, fuzzy #| msgid "Event begin time" msgid "Printing time" msgstr "Heure de début de l'événement" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "Question: {question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3556,13 +3568,13 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Nom du participant" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, fuzzy, python-brace-format #| msgid "Invoice address: name" msgid "Invoice address name: {part}" msgstr "Adresse de facturation: nom" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "Ticket" @@ -3837,7 +3849,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Participants: {name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "Date: {}" @@ -4041,7 +4053,7 @@ msgid "Order canceled: %(code)s" msgstr "Commande annulée: %(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4416,11 +4428,23 @@ msgstr "" "Votre équipe {event}" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4837,7 +4861,7 @@ msgid "You do not have access to this page." msgstr "Vous n'avez pas accès à cette page." #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4921,7 +4945,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "généré par pretix" @@ -5127,7 +5151,7 @@ msgstr "Votre localisation par défaut doit être spécifiée." msgid "Copy configuration from" msgstr "Copier la configuration à partir de" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "Ne pas copier" @@ -6359,7 +6383,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "En attente" @@ -6378,7 +6402,7 @@ msgstr "En suspens ou payés" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "Expiré" @@ -6392,7 +6416,7 @@ msgstr "En attente ou périmé" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "Annulé" @@ -6409,7 +6433,7 @@ msgstr "Tous les produits" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "Toutes les dates" @@ -6699,11 +6723,17 @@ msgstr "" "mise à jour est disponible. Cette adresse ne sera pas transmise à pretix. " "eu, les emails seront envoyés par ce serveur localement." -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +#, fuzzy +#| msgid "This question will be asked during check-in." +msgid "Dependencies between questions are not supported during check-in." +msgstr "Cette question sera posée lors de l'enregistrement." + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "Le produit devrait exister en plusieurs variantes" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." @@ -6712,67 +6742,67 @@ msgstr "" "plusieurs tailles. Vous pouvez sélectionner les variantes dans l'étape " "suivante." -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "Pas de taxation" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "Copier les informations du produit" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "Ne pas ajouter à un quota maintenant" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "Ajouter un produit à un quota existant" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "Créer un nouveau quota pour ce produit" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "Options de quota" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "Ajouter au quota existant" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "Nouveau nom de quota" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "Taille" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "Nombre de billets" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "Le nom du quota est requis." -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "Veuillez choisir un quota." -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " @@ -6782,7 +6812,7 @@ msgstr "" "chômeurs et les personnes de plus de 65 ans. Ce billet comprend l'accès à " "toutes les parties de l'événement, sauf l'espace VIP." -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6793,11 +6823,11 @@ msgstr "" "par un utilisateur ou se trouve actuellement dans le panier d'un " "utilisateur. Veuillez régler la variante sur \"inactif\" à la place." -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "Vous avez ajouté le même add-on deux fois" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -7108,6 +7138,7 @@ msgid "Event types" msgstr "Date de l'événement" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "Optionnel" @@ -7333,7 +7364,7 @@ msgstr "Le secret de la commande a été changé." msgid "The order's expiry date has been changed." msgstr "La date d'expiration de la commande a été modifiée." -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "La commande a été marquée comme ayant expiré." @@ -7345,7 +7376,7 @@ msgstr "La commande a été marquée comme payée." msgid "The order has been refunded." msgstr "La commande a été remboursée." -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "La commande a été annulée." @@ -7365,7 +7396,7 @@ msgstr "La commande a été créée." msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 #, fuzzy #| msgid "The order has been created." msgid "The order has been approved." @@ -7387,16 +7418,16 @@ msgstr "L'adresse e-mail a été changée de \"{old_email}\" en \"{new_email}\". msgid "The order locale has been changed." msgstr "L'emplacement de la commande a été modifiée." -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "La facture a été générée." -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "La facture a été régénérée." -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "La facture a été réémise." @@ -8387,7 +8418,7 @@ msgstr "Définir un nouveau mot de passe" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -8409,8 +8440,8 @@ msgstr "Définir un nouveau mot de passe" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -8420,64 +8451,64 @@ msgstr "Sauvegarder" msgid "Create a new account" msgstr "Créer un nouveau compte" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "Basculer la navigation" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "Accéder à la Boutique" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "Accéder à la boutique" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "Fin de la session admin" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "Paramètres du compte" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "Se déconnecter" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 #, fuzzy #| msgid "Organizer name" msgid "Organizer account" msgstr "Nom de l'organisateur" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "Recherche d'événements" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" "Veuillez laisser un bref commentaire sur ce que vous avez fait dans les " "sessions d'administration suivantes :" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "Vous travaillez actuellement pour le compte de %(user)s1." -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "Arrêtez de vous faire passer pour quelqu'un d'autre" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "En savoir plus" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -8485,13 +8516,13 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 #, fuzzy #| msgid "Only paid orders" msgid "Show all test mode orders" msgstr "Seulement les ordres payés" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -8506,7 +8537,7 @@ msgstr "" "votre adresse e-mail pour être averti par email si une nouvelle mise à jour " "arrive. Ce message disparaîtra une fois que vous l'aurez cliqué." -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." @@ -8514,21 +8545,59 @@ msgstr "" "pretix fonctionne en mode debug. Pour des raisons de sécurité, veuillez ne " "jamais exécuter le mode débogage sur une instance de production." -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "exécution en mode développement" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "Nous traitons votre demande …" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "Si cela prend plus de quelques minutes, veuillez nous contacter." +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgctxt "subevent" +#| msgid "Create date" +msgid "Transaction Code" +msgstr "Créer une date" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "Pays commerçant" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "Monnaie" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "Type" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +#, fuzzy +#| msgid "Card type" +msgid "Card Entry Mode" +msgstr "Type de carte" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "Numéro de carte" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -9672,6 +9741,9 @@ msgstr "Règle fiscale: %(name)s" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "Paramètres avancés" @@ -10277,7 +10349,7 @@ msgstr "Modifier la question" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "Payé" @@ -10319,11 +10391,7 @@ msgstr "" "Toutes les réponses aux question données par les acheteurs des produits " "suivants seront perdus." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "Appliquer aux produits" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " @@ -10333,29 +10401,35 @@ msgstr "" "l'utilisateur doit sélectionner Oui. Le Non ne sera pas accepté. Si vous " "voulez autoriser les deux options, ne rendez pas cette zone obligatoire." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "Options de réponse" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" "Ne s'applique que si vous choisissez \"Choisir un/plusieurs d'une liste\" ci-" "dessus." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "Option de réponse %(id)s1" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "Nouvelle option de réponse" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "Ajouter une nouvelle option" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Type de question" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -10376,10 +10450,6 @@ msgstr "Vous n'avez pas encore créé de questions." msgid "Create a new question" msgstr "Créer une nouvelle question" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "Type" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -10791,7 +10861,7 @@ msgstr "Modifier le prix à" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "plus %(rate)s%% %(name)s" @@ -11112,9 +11182,9 @@ msgstr "Impots" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Total" @@ -11620,7 +11690,7 @@ msgstr "" "listés ici car il se peut que la date correspondante ne soit pas claire." #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "Acheté" @@ -13043,19 +13113,19 @@ msgstr "Générer des codes aléatoires" msgid "Copy codes" msgstr "Copier les codes" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "Détails du bon" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "Effet prix" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -13104,16 +13174,22 @@ msgstr "" "Les dates suivantes ne peuvent pas être supprimées car elles ont déjà des " "commandes, mais seront désactivées à la place." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "Ce bon a déjà été utilisé. Il n'est pas recommandé de le modifier." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "Commande %(code)s" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "Bon de réduction" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "Historique des bons" @@ -13681,7 +13757,7 @@ msgstr "article invalide" msgid "Unknown e-mail renderer." msgstr "Code de commande inconnu" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "Vous avez demandé un type d'édition de ticket non valide." @@ -13737,11 +13813,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "Le problème a été marqué comme résolu !" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "Le commentaire a été mis à jour." -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "Impossible de mettre à jour le commentaire." @@ -13939,7 +14015,7 @@ msgstr "Un nouveau secret de client a été généré et est maintenant effectif msgid "Access for the selected application has been revoked." msgstr "La configuration sélectionnée a été supprimée." -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -13948,20 +14024,20 @@ msgstr "La configuration sélectionnée a été supprimée." msgid "Unknown order code or not authorized to access this order." msgstr "Code de commande inconnu ou non autorisé à accéder à cette commande." -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 #, fuzzy #| msgid "Ticket download is not enabled for add-on products." msgid "Ticket download is not enabled for this product." msgstr "" "Le téléchargement des tickets n'est pas activé pour les produits addon." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 #, fuzzy #| msgid "The order has been refunded." msgid "The order has been deleted." msgstr "La commande a été remboursée." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 #, fuzzy #| msgid "" #| "The event could not be deleted as some constraints (e.g. data created by " @@ -13973,61 +14049,61 @@ msgstr "" "L'événement n'a pas pu être supprimé car certaines contraintes (par exemple " "les données créées par les plug-ins) ne le permettent pas." -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 #, fuzzy #| msgid "The selected team cannot be deleted." msgid "Only orders created in test mode can be deleted." msgstr "L'équipe sélectionnée ne peut pas être supprimée." -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 #, fuzzy #| msgid "The order has been changed and the user has been notified." msgid "The order has been denied and is therefore now canceled." msgstr "La commande a été modifiée et l'utilisateur a été averti." -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 #, fuzzy #| msgid "The payment term has been changed." msgid "This payment has been canceled." msgstr "Le délai de paiement a été modifié." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 #, fuzzy #| msgid "This event can not be deleted." msgid "This payment can not be canceled at the moment." msgstr "Cet événement ne peut pas être supprimé." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 #, fuzzy #| msgid "The order has been canceled." msgid "The refund has been canceled." msgstr "La commande a été annulée." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 #, fuzzy #| msgid "This event can not be deleted." msgid "This refund can not be canceled at the moment." msgstr "Cet événement ne peut pas être supprimé." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 #, fuzzy #| msgid "The order has been created." msgid "The refund has been processed." msgstr "La commande a été créée." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 #, fuzzy #| msgid "This event can not be deleted." msgid "This refund can not be processed at the moment." msgstr "Cet événement ne peut pas être supprimé." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 #, fuzzy #| msgid "The order has been marked as paid." msgid "The refund has been marked as done." msgstr "La commande a été marquée comme payée." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 #, fuzzy #| msgid "" #| "The order has been marked as paid, but we were unable to send a " @@ -14039,60 +14115,60 @@ msgstr "" "La commande a été marquée comme payée, mais nous n'avons pas été en mesure " "d'envoyer un mail de confirmation." -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 #, fuzzy #| msgid "The order has been marked as paid." msgid "The payment has been marked as complete." msgstr "La commande a été marquée comme payée." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 #, fuzzy #| msgid "This event can not be deleted." msgid "This payment can not be confirmed at the moment." msgstr "Cet événement ne peut pas être supprimé." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 #, fuzzy #| msgid "You requested an invalid ticket output type." msgid "You entered an invalid number." msgstr "Vous avez demandé un type d'édition de ticket non valide." -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 #, fuzzy #| msgid "The invoice has been reissued." msgid "A refund of {} has been processed." msgstr "La facture a été réémise." -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." @@ -14100,13 +14176,13 @@ msgstr "" "La commande a été marquée comme payée, mais nous n'avons pas été en mesure " "d'envoyer un mail de confirmation." -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 #, fuzzy #| msgid "The event has been created." msgid "The payment has been created successfully." msgstr "L'événement a été créé." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 #, fuzzy #| msgid "" #| "The order has been marked as refunded. Please transfer the money back to " @@ -14118,33 +14194,33 @@ msgstr "" "La commande a été marquée comme étant remboursée. Veuillez transférer " "l'argent à l'acheteur manuellement." -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "Vous ne pouvez pas générer de facture pour cette commande." -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "Une facture existe déjà pour cet ordre." -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "Pas de numéro d'identification TVA spécifié." -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "Aucun pays spécifié." -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" "L'identification TVA n' a pas pu être vérifiée car un pays non membre de " "l'UE a été spécifié." -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "Cette identification TVA n'est pas valable." -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." @@ -14152,41 +14228,41 @@ msgstr "" "Le numéro d'identification TVA n' a pas pu être vérifié, car le service de " "contrôle de la TVA du pays n'est actuellement pas disponible." -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "Cette identification TVA est valable." -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "Facture inconnue." -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "La facture a déjà été annulée." -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 #, fuzzy #| msgid "The invoice has been generated." msgid "The invoice has been cleaned of personal data." msgstr "La facture a été générée." -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "Il y a eu une erreur d'envoi du mail. Veuillez réessayer plus tard." -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "L'email a été mis en file d'attente pour être envoyé." -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "Cette facture n' a pas été trouvée" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "Le fichier de factures n'est plus stocké sur le serveur." -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." @@ -14194,11 +14270,11 @@ msgstr "" "Le fichier de facture n'a pas encore été généré, nous allons le générer pour " "vous maintenant. Veuillez réessayer dans quelques secondes." -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "Le délai de paiement a été modifié." -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." @@ -14206,29 +14282,29 @@ msgstr "" "Nous n'avons pas pu traiter la demande complètement car le serveur était " "trop occupé." -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "Cette action n'est autorisée que pour les commandes en attente." -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" "Cette action n'est autorisée que pour les commandes en attente ou payées." -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "Une erreur s'est produite. Veuillez consulter les détails ci-dessous." -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "La commande a été modifiée et l'utilisateur a été averti." -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "La commande a été modifiée." -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." @@ -14236,29 +14312,29 @@ msgstr "" "Nous avons eu des difficultés à traiter les données. Veuillez vérifier les " "erreurs ci-dessous." -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "Rien sur l'ordre n'a dû être changé." -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" "Nous n'avons pas pu envoyer le mail. Voir ci-dessous pour plus de détails." -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "Sujet: {subject}" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "Votre message a été mis en file d'attente et sera envoyé à {}." -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "Echec de l'envoi de mail à l'utilisateur suivant: {}" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." @@ -14266,15 +14342,15 @@ msgstr "" "Ce lien n'est plus valide. Veuillez revenir en arrière, rafraîchir la page " "et réessayer." -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "Il n' y a pas d'ordre avec le code de commande donné." -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "L'exportateur sélectionné n' a pas été trouvé." -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" "Il y a eu un problème de traitement de vos données. Voir ci-dessous pour " @@ -14464,7 +14540,7 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "La date sélectionnée a été supprimée." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 #, fuzzy #| msgctxt "subevent" #| msgid "The selected date has been deleted." @@ -14472,7 +14548,7 @@ msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "La date sélectionnée a été supprimée." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 #, fuzzy #| msgctxt "subevent" #| msgid "The new date has been created." @@ -14744,7 +14820,7 @@ msgstr "Épuisé (commandes en cours)" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Trier par" @@ -14886,53 +14962,62 @@ msgstr "" "Installez le package python'chardet' pour de meilleures capacités " "d'importation CSV." -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 #, fuzzy #| msgid "Bank account details" msgid "Bank account type" msgstr "Coordonnées bancaires" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 #, fuzzy #| msgid "Create a new account" msgid "Other bank account" msgstr "Créer un nouveau compte" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 #, fuzzy #| msgid "Account holder" msgid "Name of account holder" msgstr "Titulaire du compte" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 #, fuzzy #| msgid "Number of days" msgid "Name of bank" msgstr "Nombre de jours" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "Coordonnées bancaires" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 #, fuzzy #| msgid "" #| "Include everything that your customers need to send you a bank transfer " @@ -14950,38 +15035,38 @@ msgstr "" "il se peut qu'ils aient également besoin de votre adresse complète et de " "celle de votre banque." -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 #, fuzzy #| msgid "You need to select the column containing the payment reference." msgid "Do not include a hypen in the payment reference." msgstr "Vous devez sélectionner la colonne contenant la référence de paiement." -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 #, fuzzy #| msgid "This is an event series" msgid "This is required in some countries." msgstr "C'est une série d'événements" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 #, fuzzy #| msgid "Please confirm the following payment details." msgid "Please fill out your bank account details." msgstr "Veuillez confirmer les détails de paiement suivants." -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 #, fuzzy #| msgid "Please enter your name." msgid "Please enter your bank account details." msgstr "Veuillez entrer votre nom." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -14990,7 +15075,7 @@ msgstr "Veuillez entrer votre nom." msgid "Account holder" msgstr "Titulaire du compte" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -15008,11 +15093,17 @@ msgstr "Banque" msgid "Import bank data" msgstr "Importer des informations bancaires" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "L'ordre a déjà été annulé." +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "Votre commande est en attente de paiement: %(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -15036,8 +15127,8 @@ msgid "Payer" msgstr "Payeur" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Date de paiement" @@ -15573,11 +15664,6 @@ msgstr "Dernière mise à jour" msgid "Total value" msgstr "Valeur totale" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "Monnaie" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -15859,37 +15945,37 @@ msgstr "Page %d" msgid "Created: %s" msgstr "Créé: %s" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "Aperçu des commandes (PDF)" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "Commandes par produit" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "Liste des commandes avec taxes (PDF)" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Commandes par taux d'imposition ({currency})" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "Brut" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "Taxe fiscale" @@ -16412,13 +16498,6 @@ msgstr "Le montant total sera prélevé sur votre carte de crédit." msgid "Card type" msgstr "Type de carte" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "Numéro de carte" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -16743,36 +16822,36 @@ msgstr "Veuillez saisir votre adresse de facturation." msgid "Please enter your name." msgstr "Veuillez entrer votre nom." -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "Veuillez répondre à toutes les questions requises." -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "Paiement" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "Veuillez choisir un mode de paiement." -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" "Les informations de paiement que vous avez saisies étaient incomplètes." -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "Validation" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "Vous devez cocher toutes les cases en bas de la page." -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -17250,7 +17329,7 @@ msgstr "quantité minimum à commander: %(num)s" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "GRATUIT" @@ -17262,7 +17341,7 @@ msgstr "Afficher les variantes" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, fuzzy, python-format #| msgid "Modify order: %(code)s" msgid "Modify price for %(item)s" @@ -17271,7 +17350,7 @@ msgstr "Modifier l'ordre: %(code)s" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "incl. %(rate)s%% %(name)s" @@ -17282,20 +17361,22 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "Entrez un code de réduction ci-dessous pour acheter ce billet." #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, fuzzy, python-format #| msgid "Maximum number of items per order" msgid "Amount of %(item)s to order" msgstr "Nombre maximum d'articles par commande" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "Ajouter au panier" @@ -17920,6 +18001,9 @@ msgstr "" msgid "Write access" msgstr "Accès en écriture" +#~ msgid "Apply to products" +#~ msgstr "Appliquer aux produits" + #~ msgid "Any product" #~ msgstr "Tout produit" diff --git a/src/pretix/locale/fr/LC_MESSAGES/djangojs.po b/src/pretix/locale/fr/LC_MESSAGES/djangojs.po index 5353cc8ab..f3af76824 100644 --- a/src/pretix/locale/fr/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/fr/LC_MESSAGES/djangojs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: French\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2018-10-28 10:23+0000\n" "Last-Translator: Arnaud Vergnet \n" "Language-Team: French \n" "Language-Team: Italian " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2943,36 +2953,36 @@ msgstr "" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -2981,11 +2991,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -2993,15 +3003,15 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3093,7 +3103,7 @@ msgstr "" msgid "Event begin date" msgstr "Data di Inizio" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3125,7 +3135,7 @@ msgstr "" msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3133,7 +3143,7 @@ msgstr "" msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "" @@ -3164,49 +3174,49 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 #, fuzzy #| msgid "Start date" msgid "Printing date" msgstr "Data di Inizio" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:251 -#, python-brace-format -msgid "Question: {question}" -msgstr "" - #: pretix/base/pdf.py:252 #, python-brace-format +msgid "Question: {question}" +msgstr "" + +#: pretix/base/pdf.py:253 +#, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3214,12 +3224,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "" @@ -3456,7 +3466,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -3617,7 +3627,7 @@ msgid "Order canceled: %(code)s" msgstr "" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -3868,7 +3878,7 @@ msgstr "" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4139,7 +4149,7 @@ msgid "You do not have access to this page." msgstr "" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4217,7 +4227,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "" @@ -4388,7 +4398,7 @@ msgstr "" msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "" @@ -5389,7 +5399,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "" @@ -5408,7 +5418,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "" @@ -5422,7 +5432,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "" @@ -5439,7 +5449,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "" @@ -5699,84 +5709,88 @@ msgid "" "will be sent by this server locally." msgstr "" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -5784,11 +5798,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6048,6 +6062,7 @@ msgid "Event types" msgstr "" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "" @@ -6249,7 +6264,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6261,7 +6276,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6279,7 +6294,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "" @@ -6297,16 +6312,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7188,7 +7203,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7210,8 +7225,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7221,60 +7236,60 @@ msgstr "" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7282,11 +7297,11 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7295,27 +7310,58 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "Stiamo elaborando la tua richiesta …" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +msgid "Transaction Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +msgid "Merchant Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8297,6 +8343,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -8805,7 +8854,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -8843,38 +8892,38 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +msgid "Question dependency" +msgstr "" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -8891,10 +8940,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9237,7 +9282,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9522,9 +9567,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Totale" @@ -9933,7 +9978,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11144,19 +11189,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11189,16 +11234,20 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +msgid "Voucher link" +msgstr "" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -11677,7 +11726,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -11722,11 +11771,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -11899,7 +11948,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -11908,264 +11957,264 @@ msgstr "" msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "" -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "" -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "" -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "" -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "" -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "" -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "" -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "" -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "" -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "" -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12320,12 +12369,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "" -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "" -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -12551,7 +12600,7 @@ msgstr "" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -12663,75 +12712,84 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -12740,7 +12798,7 @@ msgstr "" msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -12758,11 +12816,16 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, python-format +msgid "Your order received an incomplete payment: %(code)s" +msgstr "" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -12782,8 +12845,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "" @@ -13247,11 +13310,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -13501,37 +13559,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -14006,13 +14064,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14273,35 +14324,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -14741,7 +14792,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -14753,7 +14804,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -14761,7 +14812,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -14772,19 +14823,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/it/LC_MESSAGES/djangojs.po b/src/pretix/locale/it/LC_MESSAGES/djangojs.po index 08b94bc66..1fb3cd17c 100644 --- a/src/pretix/locale/it/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/it/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-01-02 08:20+0000\n" "Last-Translator: amefad \n" "Language-Team: Italian \n" -"Language-Team: Dutch " -"\n" +"Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -95,18 +95,18 @@ msgstr "" "Er is niet genoeg capaciteit beschikbaar op quotum \"{}\" om deze opdracht " "uit te voeren." -#: pretix/api/serializers/checkin.py:27 pretix/base/models/items.py:880 -#: pretix/base/models/items.py:1211 +#: pretix/api/serializers/checkin.py:27 pretix/base/models/items.py:888 +#: pretix/base/models/items.py:1219 msgid "One or more items do not belong to this event." msgstr "Één of meer items horen niet bij dit evenement." -#: pretix/api/serializers/checkin.py:31 pretix/base/models/items.py:1220 +#: pretix/api/serializers/checkin.py:31 pretix/base/models/items.py:1228 #: pretix/base/models/waitinglist.py:152 msgid "Subevent cannot be null for event series." msgstr "Het onderevenement kan niet leeg zijn voor evenementreeksen." #: pretix/api/serializers/checkin.py:33 pretix/api/serializers/checkin.py:36 -#: pretix/base/models/items.py:1222 pretix/base/models/items.py:1225 +#: pretix/base/models/items.py:1230 pretix/base/models/items.py:1233 #: pretix/base/models/waitinglist.py:154 pretix/base/models/waitinglist.py:157 msgid "The subevent does not belong to this event." msgstr "Het onderevenement hoort niet bij dit evenement." @@ -137,7 +137,7 @@ msgstr "" "Add-ons of varianten bijwerken via PATCH/PUT wordt niet ondersteund. Gebruik " "alstublieft het speciale geneste endpoint." -#: pretix/api/serializers/item.py:171 +#: pretix/api/serializers/item.py:179 msgid "" "Updating options via PATCH/PUT is not supported. Please use the dedicated " "nested endpoint." @@ -145,6 +145,10 @@ msgstr "" "Add-ons bijwerken via PATCH/PUT wordt niet ondersteund. Gebruik alstublieft " "het speciale geneste endpoint." +#: pretix/api/serializers/item.py:195 pretix/control/forms/item.py:62 +msgid "Circular dependency between questions detected." +msgstr "" + #: pretix/api/views/oauth.py:74 pretix/control/logdisplay.py:233 #, python-brace-format msgid "" @@ -243,7 +247,7 @@ msgstr "Gecombineerde Excel (.xlsx)" msgid "Answers to file upload questions" msgstr "Antwoorden op bestandsuploadvragen" -#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:777 +#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:785 #: pretix/control/navigation.py:169 #: pretix/control/templates/pretixcontrol/items/questions.html:3 #: pretix/control/templates/pretixcontrol/items/questions.html:5 @@ -288,9 +292,10 @@ msgstr "" "Neem alleen facturen mee die op of vóór deze datum zijn uitgegeven. Merk op " "dat de factuurdatum niet altijd overeenkomt met de bestel- of betaaldatum." -#: pretix/base/exporters/invoices.py:90 pretix/base/models/orders.py:1052 -#: pretix/base/models/orders.py:1369 pretix/control/forms/filter.py:93 +#: pretix/base/exporters/invoices.py:90 pretix/base/models/orders.py:1076 +#: pretix/base/models/orders.py:1393 pretix/control/forms/filter.py:93 #: pretix/control/forms/filter.py:893 +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:5 #: pretix/control/templates/pretixcontrol/orders/refunds.html:42 msgid "Payment provider" msgstr "Betalingsprovider" @@ -315,7 +320,7 @@ msgstr "" msgid "Email addresses (text file)" msgstr "E-mailadressen (tekstbestand)" -#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:284 +#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:289 msgid "Filter by status" msgstr "Filter op status" @@ -331,7 +336,7 @@ msgstr "Besteldatums" msgid "Orders" msgstr "Bestellingen" -#: pretix/base/exporters/orderlist.py:29 pretix/base/models/orders.py:1623 +#: pretix/base/exporters/orderlist.py:29 pretix/base/models/orders.py:1647 #: pretix/base/notifications.py:183 msgid "Order positions" msgstr "Bestelde producten" @@ -358,7 +363,7 @@ msgstr "Alleen betaalde bestellingen" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:34 #: pretix/plugins/checkinlists/exporters.py:53 #: pretix/plugins/checkinlists/exporters.py:295 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 #: pretix/plugins/ticketoutputpdf/exporters.py:40 msgid "Order code" msgstr "Bestelcode" @@ -366,7 +371,7 @@ msgstr "Bestelcode" #: pretix/base/exporters/orderlist.py:91 pretix/base/notifications.py:179 #: pretix/control/templates/pretixcontrol/orders/index.html:101 #: pretix/control/templates/pretixcontrol/search/orders.html:48 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 msgid "Order total" msgstr "Totaalbedrag van bestelling" @@ -375,6 +380,7 @@ msgstr "Totaalbedrag van bestelling" #: pretix/base/exporters/orderlist.py:403 pretix/base/models/orders.py:123 #: pretix/control/forms/filter.py:366 pretix/control/forms/filter.py:501 #: pretix/control/forms/filter.py:697 pretix/control/forms/filter.py:752 +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:13 #: pretix/control/templates/pretixcontrol/checkin/index.html:74 #: pretix/control/templates/pretixcontrol/events/index.html:76 #: pretix/control/templates/pretixcontrol/order/index.html:448 @@ -385,7 +391,7 @@ msgstr "Totaalbedrag van bestelling" #: pretix/control/templates/pretixcontrol/subevents/index.html:79 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:136 #: pretix/control/views/waitinglist.py:199 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:48 #: pretix/presale/templates/pretixpresale/organizers/index.html:48 msgid "Status" @@ -403,8 +409,8 @@ msgstr "E-mail" #: pretix/control/templates/pretixcontrol/orders/index.html:97 #: pretix/control/templates/pretixcontrol/search/orders.html:45 #: pretix/plugins/checkinlists/exporters.py:323 -#: pretix/plugins/reports/exporters.py:295 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:300 +#: pretix/plugins/reports/exporters.py:363 msgid "Order date" msgstr "Besteldatum" @@ -422,12 +428,12 @@ msgstr "Bedrijf" #: pretix/base/exporters/orderlist.py:92 pretix/base/exporters/orderlist.py:481 #: pretix/base/exporters/orderlist.py:489 #: pretix/base/exporters/orderlist.py:569 -#: pretix/base/exporters/orderlist.py:577 pretix/base/forms/questions.py:321 -#: pretix/base/models/devices.py:46 pretix/base/models/event.py:851 -#: pretix/base/models/event.py:1024 pretix/base/models/items.py:994 +#: pretix/base/exporters/orderlist.py:577 pretix/base/forms/questions.py:370 +#: pretix/base/models/devices.py:46 pretix/base/models/event.py:855 +#: pretix/base/models/event.py:1028 pretix/base/models/items.py:1002 #: pretix/base/models/organizer.py:31 pretix/base/models/tax.py:65 #: pretix/base/settings.py:725 pretix/control/forms/event.py:1062 -#: pretix/control/forms/item.py:203 +#: pretix/control/forms/item.py:233 #: pretix/control/templates/pretixcontrol/checkin/index.html:71 #: pretix/control/templates/pretixcontrol/event/tax_index.html:26 #: pretix/control/templates/pretixcontrol/oauth/app_list.html:12 @@ -451,7 +457,7 @@ msgstr "Naam" #: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:209 #: pretix/base/exporters/orderlist.py:298 #: pretix/base/exporters/orderlist.py:482 -#: pretix/base/exporters/orderlist.py:570 pretix/base/models/orders.py:1800 +#: pretix/base/exporters/orderlist.py:570 pretix/base/models/orders.py:1824 #: pretix/control/templates/pretixcontrol/order/index.html:609 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:97 #: pretix/presale/templates/pretixpresale/event/order.html:231 @@ -463,7 +469,7 @@ msgstr "Adres" #: pretix/base/exporters/orderlist.py:483 #: pretix/base/exporters/orderlist.py:491 #: pretix/base/exporters/orderlist.py:571 -#: pretix/base/exporters/orderlist.py:579 pretix/base/models/orders.py:1801 +#: pretix/base/exporters/orderlist.py:579 pretix/base/models/orders.py:1825 #: pretix/control/forms/event.py:692 msgid "ZIP code" msgstr "Postcode" @@ -473,7 +479,7 @@ msgstr "Postcode" #: pretix/base/exporters/orderlist.py:484 #: pretix/base/exporters/orderlist.py:492 #: pretix/base/exporters/orderlist.py:572 -#: pretix/base/exporters/orderlist.py:580 pretix/base/models/orders.py:1802 +#: pretix/base/exporters/orderlist.py:580 pretix/base/models/orders.py:1826 #: pretix/control/forms/event.py:699 msgid "City" msgstr "Stad" @@ -483,8 +489,8 @@ msgstr "Stad" #: pretix/base/exporters/orderlist.py:485 #: pretix/base/exporters/orderlist.py:493 #: pretix/base/exporters/orderlist.py:573 -#: pretix/base/exporters/orderlist.py:581 pretix/base/models/orders.py:1803 -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:704 +#: pretix/base/exporters/orderlist.py:581 pretix/base/models/orders.py:1827 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:704 #: pretix/control/templates/pretixcontrol/order/index.html:613 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:101 #: pretix/presale/templates/pretixpresale/event/order.html:235 @@ -496,7 +502,7 @@ msgstr "Land" #: pretix/base/exporters/orderlist.py:487 #: pretix/base/exporters/orderlist.py:494 #: pretix/base/exporters/orderlist.py:575 -#: pretix/base/exporters/orderlist.py:582 pretix/base/models/orders.py:1805 +#: pretix/base/exporters/orderlist.py:582 pretix/base/models/orders.py:1829 #: pretix/control/templates/pretixcontrol/order/index.html:616 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:104 #: pretix/presale/templates/pretixpresale/event/order.html:238 @@ -546,7 +552,7 @@ msgid "Description" msgstr "Beschrijving" #: pretix/base/exporters/orderlist.py:197 -#: pretix/base/exporters/orderlist.py:272 pretix/base/models/orders.py:895 +#: pretix/base/exporters/orderlist.py:272 pretix/base/models/orders.py:897 #: pretix/base/pdf.py:86 pretix/plugins/checkinlists/exporters.py:213 #: pretix/plugins/checkinlists/exporters.py:302 msgid "Price" @@ -554,8 +560,8 @@ msgstr "Prijs" #: pretix/base/exporters/orderlist.py:198 #: pretix/base/exporters/orderlist.py:273 -#: pretix/base/exporters/orderlist.py:560 pretix/base/models/orders.py:1501 -#: pretix/base/models/orders.py:1599 pretix/base/models/tax.py:72 +#: pretix/base/exporters/orderlist.py:560 pretix/base/models/orders.py:1525 +#: pretix/base/models/orders.py:1623 pretix/base/models/tax.py:72 msgid "Tax rate" msgstr "Belastingtarief" @@ -568,8 +574,8 @@ msgstr "Belastingregel" #: pretix/base/exporters/orderlist.py:200 #: pretix/base/exporters/orderlist.py:275 -#: pretix/base/exporters/orderlist.py:559 pretix/base/models/orders.py:1510 -#: pretix/base/models/orders.py:1608 +#: pretix/base/exporters/orderlist.py:559 pretix/base/models/orders.py:1534 +#: pretix/base/models/orders.py:1632 msgid "Tax value" msgstr "Belastingwaarde" @@ -595,18 +601,18 @@ msgstr "Plaatsnummer" #: pretix/control/views/vouchers.py:61 pretix/control/views/waitinglist.py:199 #: pretix/plugins/checkinlists/exporters.py:213 #: pretix/plugins/checkinlists/exporters.py:302 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:10 msgid "Product" msgstr "Product" -#: pretix/base/exporters/orderlist.py:271 pretix/base/models/orders.py:890 +#: pretix/base/exporters/orderlist.py:271 pretix/base/models/orders.py:892 msgid "Variation" msgstr "Variant" #: pretix/base/exporters/orderlist.py:276 -#: pretix/base/exporters/orderlist.py:281 pretix/base/forms/questions.py:155 -#: pretix/base/models/orders.py:899 pretix/base/pdf.py:91 +#: pretix/base/exporters/orderlist.py:281 pretix/base/forms/questions.py:157 +#: pretix/base/models/orders.py:901 pretix/base/pdf.py:91 #: pretix/control/templates/pretixcontrol/order/index.html:293 #: pretix/plugins/badges/exporters.py:105 #: pretix/plugins/checkinlists/exporters.py:52 @@ -616,8 +622,8 @@ msgstr "Variant" msgid "Attendee name" msgstr "Naam van aanwezige" -#: pretix/base/exporters/orderlist.py:283 pretix/base/forms/questions.py:161 -#: pretix/base/models/orders.py:907 +#: pretix/base/exporters/orderlist.py:283 pretix/base/forms/questions.py:163 +#: pretix/base/models/orders.py:909 #: pretix/control/templates/pretixcontrol/order/index.html:298 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:31 msgid "Attendee email" @@ -625,8 +631,8 @@ msgstr "E-mailadres van aanwezige" #: pretix/base/exporters/orderlist.py:284 pretix/base/models/vouchers.py:177 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:5 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:5 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:7 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:6 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:8 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:137 msgid "Voucher" msgstr "Voucher" @@ -644,8 +650,8 @@ msgid "Only successful payments" msgstr "Alleen geslaagde betalingen" #: pretix/base/exporters/orderlist.py:403 pretix/base/models/orders.py:184 -#: pretix/base/models/orders.py:1039 pretix/base/models/orders.py:1350 -#: pretix/base/models/orders.py:1490 pretix/base/models/orders.py:1593 +#: pretix/base/models/orders.py:1063 pretix/base/models/orders.py:1374 +#: pretix/base/models/orders.py:1514 pretix/base/models/orders.py:1617 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:15 #: pretix/plugins/checkinlists/exporters.py:211 msgid "Order" @@ -669,8 +675,8 @@ msgstr "Voltooiingsdatum" msgid "Status code" msgstr "Statuscode" -#: pretix/base/exporters/orderlist.py:404 pretix/base/models/orders.py:1035 -#: pretix/base/models/orders.py:1346 +#: pretix/base/exporters/orderlist.py:404 pretix/base/models/orders.py:1059 +#: pretix/base/models/orders.py:1370 #: pretix/control/templates/pretixcontrol/order/index.html:449 #: pretix/control/templates/pretixcontrol/order/index.html:525 #: pretix/control/templates/pretixcontrol/orders/refunds.html:46 @@ -763,8 +769,8 @@ msgid "Invoice number" msgstr "Factuurnummer" #: pretix/base/exporters/orderlist.py:475 -#: pretix/base/exporters/orderlist.py:564 pretix/base/models/items.py:724 -#: pretix/base/models/orders.py:143 pretix/base/models/orders.py:1758 +#: pretix/base/exporters/orderlist.py:564 pretix/base/models/items.py:728 +#: pretix/base/models/orders.py:143 pretix/base/models/orders.py:1782 #: pretix/control/forms/filter.py:378 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_assign.html:17 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:11 @@ -843,12 +849,12 @@ msgid "Street address" msgstr "Adres" #: pretix/base/exporters/orderlist.py:495 -#: pretix/base/exporters/orderlist.py:583 pretix/base/models/orders.py:1814 +#: pretix/base/exporters/orderlist.py:583 pretix/base/models/orders.py:1838 msgid "Beneficiary" msgstr "Ontvanger" #: pretix/base/exporters/orderlist.py:496 -#: pretix/base/exporters/orderlist.py:584 pretix/base/models/orders.py:1809 +#: pretix/base/exporters/orderlist.py:584 pretix/base/models/orders.py:1833 #: pretix/control/templates/pretixcontrol/order/index.html:632 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:107 msgid "Internal reference" @@ -886,23 +892,23 @@ msgstr "Annulering" msgid "Invoice" msgstr "Factuur" -#: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:807 -#: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 -#: pretix/control/views/vouchers.py:79 -#: pretix/plugins/checkinlists/exporters.py:359 -#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 -#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 -#: pretix/presale/checkoutflow.py:595 -msgid "Yes" -msgstr "Ja" - #: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:809 #: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 #: pretix/control/views/vouchers.py:79 #: pretix/plugins/checkinlists/exporters.py:359 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 -#: pretix/presale/checkoutflow.py:597 +#: pretix/presale/checkoutflow.py:619 +msgid "Yes" +msgstr "Ja" + +#: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:811 +#: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 +#: pretix/control/views/vouchers.py:79 +#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 +#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 +#: pretix/presale/checkoutflow.py:621 msgid "No" msgstr "Nee" @@ -930,7 +936,7 @@ msgstr "Startdatum van het evenement" #: pretix/base/models/auth.py:78 pretix/base/models/notifications.py:25 #: pretix/base/models/orders.py:135 pretix/control/navigation.py:68 #: pretix/plugins/checkinlists/exporters.py:313 -#: pretix/presale/checkoutflow.py:585 pretix/presale/forms/checkout.py:26 +#: pretix/presale/checkoutflow.py:609 pretix/presale/forms/checkout.py:26 #: pretix/presale/forms/user.py:6 msgid "E-mail" msgstr "E-mail" @@ -972,27 +978,33 @@ msgstr "E-mailadres" msgid "Repeat password" msgstr "Herhaal wachtwoord" -#: pretix/base/forms/questions.py:281 +#: pretix/base/forms/questions.py:316 pretix/control/forms/item.py:70 +#, fuzzy +#| msgid "This field is required." +msgid "This field is required" +msgstr "Dit veld is verplicht." + +#: pretix/base/forms/questions.py:330 msgid "Street and Number" msgstr "Straat en huisnummer" -#: pretix/base/forms/questions.py:338 +#: pretix/base/forms/questions.py:387 msgid "You need to provide a company name." msgstr "U moet een bedrijfsnaam opgeven." -#: pretix/base/forms/questions.py:340 +#: pretix/base/forms/questions.py:389 msgid "You need to provide your name." msgstr "U moet uw naam opgeven." -#: pretix/base/forms/questions.py:351 pretix/control/views/orders.py:974 +#: pretix/base/forms/questions.py:400 pretix/control/views/orders.py:976 msgid "Your VAT ID does not match the selected country." msgstr "Uw btw-nummer komt niet overeen met het geselecteerde land." -#: pretix/base/forms/questions.py:359 +#: pretix/base/forms/questions.py:408 msgid "This VAT ID is not valid. Please re-check your input." msgstr "Dit btw-nummer is niet geldig. Controleer uw invoer." -#: pretix/base/forms/questions.py:364 +#: pretix/base/forms/questions.py:413 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country is currently not available. We will therefore need to charge VAT on " @@ -1004,7 +1016,7 @@ msgstr "" "te factureren. U kunt het belastingbedrag terugkrijgen via het btw-" "terugbetalingsproces." -#: pretix/base/forms/questions.py:372 +#: pretix/base/forms/questions.py:421 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country returned an incorrect result. We will therefore need to charge VAT " @@ -1091,7 +1103,7 @@ msgid "Invalid placeholder(s): %(value)s" msgstr "Ongeldige plaatsaanduiding(en): %(value)s" #: pretix/base/forms/widgets.py:126 pretix/base/forms/widgets.py:131 -#: pretix/base/models/orders.py:1796 +#: pretix/base/models/orders.py:1820 msgid "Business customer" msgstr "Zakelijke klant" @@ -1117,7 +1129,7 @@ msgid "Invoice {num}" msgstr "Factuur {num}" #: pretix/base/invoice.py:274 -#: pretix/control/templates/pretixcontrol/base.html:242 +#: pretix/control/templates/pretixcontrol/base.html:246 #: pretix/control/templates/pretixcontrol/checkin/index.html:94 #: pretix/control/templates/pretixcontrol/order/index.html:20 #: pretix/control/templates/pretixcontrol/orders/index.html:120 @@ -1290,7 +1302,7 @@ msgstr "" msgid "Default list" msgstr "Standaardlijst" -#: pretix/base/models/auth.py:80 pretix/base/models/orders.py:1798 +#: pretix/base/models/auth.py:80 pretix/base/models/orders.py:1822 #: pretix/base/settings.py:736 pretix/base/settings.py:747 #: pretix/control/templates/pretixcontrol/users/index.html:42 msgid "Full name" @@ -1360,11 +1372,11 @@ msgstr "Alle producten (inclusief nieuw gemaakte)" msgid "Limit to products" msgstr "Beperk tot producten" -#: pretix/base/models/checkin.py:16 pretix/base/models/items.py:990 -#: pretix/base/models/orders.py:880 pretix/base/models/vouchers.py:92 +#: pretix/base/models/checkin.py:16 pretix/base/models/items.py:998 +#: pretix/base/models/orders.py:882 pretix/base/models/vouchers.py:92 #: pretix/base/models/waitinglist.py:33 pretix/control/forms/checkin.py:24 #: pretix/control/forms/event.py:1187 pretix/control/forms/filter.py:187 -#: pretix/control/forms/filter.py:789 pretix/control/forms/item.py:114 +#: pretix/control/forms/filter.py:789 pretix/control/forms/item.py:144 #: pretix/control/forms/orders.py:212 pretix/control/forms/orders.py:257 #: pretix/control/forms/vouchers.py:70 #: pretix/control/templates/pretixcontrol/checkin/lists.html:61 @@ -1376,7 +1388,7 @@ msgstr "Beperk tot producten" #: pretix/control/templates/pretixcontrol/waitinglist/index.html:133 #: pretix/control/views/waitinglist.py:203 #: pretix/plugins/checkinlists/exporters.py:316 -#: pretix/plugins/reports/exporters.py:266 pretix/plugins/sendmail/forms.py:79 +#: pretix/plugins/reports/exporters.py:271 pretix/plugins/sendmail/forms.py:79 #: pretix/presale/templates/pretixpresale/event/checkout_questions.html:86 msgctxt "subevent" msgid "Date" @@ -1454,17 +1466,17 @@ msgstr "Winkel is live" msgid "Event currency" msgstr "Munteenheid van evenement" -#: pretix/base/models/event.py:302 pretix/base/models/event.py:853 +#: pretix/base/models/event.py:302 pretix/base/models/event.py:857 #: pretix/control/forms/event.py:1060 pretix/control/forms/subevents.py:58 msgid "Event start time" msgstr "Starttijd van het evenement" -#: pretix/base/models/event.py:304 pretix/base/models/event.py:855 +#: pretix/base/models/event.py:304 pretix/base/models/event.py:859 #: pretix/base/pdf.py:148 pretix/control/forms/subevents.py:62 msgid "Event end time" msgstr "Eindtijd van het evenement" -#: pretix/base/models/event.py:306 pretix/base/models/event.py:857 +#: pretix/base/models/event.py:306 pretix/base/models/event.py:861 #: pretix/control/forms/subevents.py:67 msgid "Admission time" msgstr "Toegangstijd" @@ -1481,12 +1493,12 @@ msgstr "" "Als dit is ingeschakeld zal dit evenement zichtbaar zijn in de lijst met " "evenementen van uw organisatoraccount." -#: pretix/base/models/event.py:312 pretix/base/models/event.py:860 +#: pretix/base/models/event.py:312 pretix/base/models/event.py:864 #: pretix/control/forms/subevents.py:78 msgid "End of presale" msgstr "Einde van de voorverkoop" -#: pretix/base/models/event.py:313 pretix/base/models/event.py:861 +#: pretix/base/models/event.py:313 pretix/base/models/event.py:865 #: pretix/control/forms/subevents.py:79 msgid "" "Optional. No products will be sold after this date. If you do not set this " @@ -1495,17 +1507,17 @@ msgstr "" "Optioneel. Na deze datum worden geen producten meer verkocht. Als u deze " "waarde niet instelt eindigt de voorverkoop na de einddatum van uw evenement." -#: pretix/base/models/event.py:318 pretix/base/models/event.py:866 +#: pretix/base/models/event.py:318 pretix/base/models/event.py:870 #: pretix/control/forms/subevents.py:72 msgid "Start of presale" msgstr "Begin van de voorverkoop" -#: pretix/base/models/event.py:319 pretix/base/models/event.py:867 +#: pretix/base/models/event.py:319 pretix/base/models/event.py:871 #: pretix/control/forms/subevents.py:73 msgid "Optional. No products will be sold before this date." msgstr "Optioneel. Er worden geen producten verkocht vóór deze datum." -#: pretix/base/models/event.py:324 pretix/base/models/event.py:872 +#: pretix/base/models/event.py:324 pretix/base/models/event.py:876 msgid "Location" msgstr "Plaats" @@ -1528,8 +1540,8 @@ msgid "Event series" msgstr "Evenementenreeks" #: pretix/base/models/event.py:340 pretix/base/models/items.py:233 -#: pretix/base/models/items.py:983 pretix/base/models/orders.py:129 -#: pretix/base/models/orders.py:1750 pretix/base/models/vouchers.py:86 +#: pretix/base/models/items.py:991 pretix/base/models/orders.py:129 +#: pretix/base/models/orders.py:1774 pretix/base/models/vouchers.py:86 #: pretix/base/models/waitinglist.py:27 pretix/base/notifications.py:177 #: pretix/control/templates/pretixcontrol/search/orders.html:39 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:18 @@ -1546,7 +1558,7 @@ msgstr "Evenement" msgid "Events" msgstr "Evenementen" -#: pretix/base/models/event.py:706 +#: pretix/base/models/event.py:710 msgid "" "You have configured at least one paid product but have not enabled any " "payment methods." @@ -1554,43 +1566,43 @@ msgstr "" "U heeft ten minste één betaald product ingesteld maar geen betaalmethoden " "ingeschakeld." -#: pretix/base/models/event.py:709 +#: pretix/base/models/event.py:713 msgid "You need to configure at least one quota to sell anything." msgstr "U moet ten minste één quotum instellen om iets te verkopen." -#: pretix/base/models/event.py:799 +#: pretix/base/models/event.py:803 msgid "" "Once created an event cannot change between an series and a single event." msgstr "" "Een evenement kan, wanneer aangemaakt, niet worden veranderd van een enkel " "evenement in een reeks of andersom." -#: pretix/base/models/event.py:805 +#: pretix/base/models/event.py:809 msgid "The event slug cannot be changed." msgstr "De slug van het evenement kan niet worden veranderd." -#: pretix/base/models/event.py:808 +#: pretix/base/models/event.py:812 msgid "This slug has already been used for a different event." msgstr "Deze slug wordt al voor een ander evenement gebruikt." -#: pretix/base/models/event.py:814 +#: pretix/base/models/event.py:818 msgid "The event cannot end before it starts." msgstr "Het evenement kan niet eindigen voor het begint." -#: pretix/base/models/event.py:820 +#: pretix/base/models/event.py:824 msgid "The event's presale cannot end before it starts." msgstr "" "De voorverkoopperiode van het evenement kan niet eindigen voordat de " "voorverkoop begint." -#: pretix/base/models/event.py:846 pretix/base/models/items.py:254 +#: pretix/base/models/event.py:850 pretix/base/models/items.py:254 #: pretix/base/models/items.py:505 pretix/control/forms/filter.py:369 #: pretix/control/forms/filter.py:700 #: pretix/control/templates/pretixcontrol/users/index.html:46 msgid "Active" msgstr "Actief" -#: pretix/base/models/event.py:847 +#: pretix/base/models/event.py:851 msgid "" "Only with this checkbox enabled, this date is visible in the frontend to " "users." @@ -1598,24 +1610,24 @@ msgstr "" "Alleen wanneer dit selectievak is ingeschakeld is deze datum zichtbaar voor " "gebruikers." -#: pretix/base/models/event.py:876 pretix/control/forms/event.py:1041 +#: pretix/base/models/event.py:880 pretix/control/forms/event.py:1041 msgid "Frontpage text" msgstr "Voorpaginatekst" -#: pretix/base/models/event.py:883 +#: pretix/base/models/event.py:887 msgid "Date in event series" msgstr "Datum in evenementenreeks" -#: pretix/base/models/event.py:884 +#: pretix/base/models/event.py:888 msgid "Dates in event series" msgstr "Datums in evenementenreeks" -#: pretix/base/models/event.py:1016 +#: pretix/base/models/event.py:1020 msgid "Can not contain spaces or special characters except underscores" msgstr "" "Mag geen spaties of speciale tekens bevatten, maar wel onderstrepingstekens" -#: pretix/base/models/event.py:1021 +#: pretix/base/models/event.py:1025 msgid "The property name may only contain letters, numbers and underscores." msgstr "" "De naam van de eigenschap mag alleen letters, cijfers en " @@ -1900,13 +1912,13 @@ msgstr "" "alleen een cosmetische instelling, en zal geen invloed hebben op de " "prijsberekening." -#: pretix/base/models/items.py:365 pretix/control/forms/item.py:330 +#: pretix/base/models/items.py:365 pretix/control/forms/item.py:361 msgid "Sales channels" msgstr "Verkoopkanalen" -#: pretix/base/models/items.py:373 pretix/base/models/items.py:760 +#: pretix/base/models/items.py:373 pretix/base/models/items.py:764 #: pretix/control/forms/filter.py:181 pretix/control/forms/filter.py:636 -#: pretix/control/forms/item.py:99 pretix/control/navigation.py:135 +#: pretix/control/forms/item.py:129 pretix/control/navigation.py:135 #: pretix/control/navigation.py:144 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:27 #: pretix/control/templates/pretixcontrol/checkin/lists.html:63 @@ -1946,7 +1958,7 @@ msgid "This is shown below the variation name in lists." msgstr "Dit wordt weergegeven onder de variantnaam in lijsten." #: pretix/base/models/items.py:514 pretix/base/models/items.py:637 -#: pretix/base/models/items.py:766 +#: pretix/base/models/items.py:770 msgid "Position" msgstr "Plaats" @@ -2000,44 +2012,44 @@ msgstr "Het maximale aantal moet gelijk zijn aan of groter zijn dan nul." msgid "The maximum count needs to be greater than the minimum count." msgstr "Het maximale aantal moet groter zijn dan het minimum aantal." -#: pretix/base/models/items.py:717 +#: pretix/base/models/items.py:721 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:21 msgid "Number" msgstr "Getal" -#: pretix/base/models/items.py:718 +#: pretix/base/models/items.py:722 msgid "Text (one line)" msgstr "Tekst (één regel)" -#: pretix/base/models/items.py:719 +#: pretix/base/models/items.py:723 msgid "Multiline text" msgstr "Tekst (meerdere regels)" -#: pretix/base/models/items.py:720 +#: pretix/base/models/items.py:724 msgid "Yes/No" msgstr "Ja/nee" -#: pretix/base/models/items.py:721 +#: pretix/base/models/items.py:725 msgid "Choose one from a list" msgstr "Kies er een uit een lijst" -#: pretix/base/models/items.py:722 +#: pretix/base/models/items.py:726 msgid "Choose multiple from a list" msgstr "Kies meerdere uit een lijst" -#: pretix/base/models/items.py:723 +#: pretix/base/models/items.py:727 msgid "File upload" msgstr "Bestand upload" -#: pretix/base/models/items.py:725 pretix/base/reldate.py:131 +#: pretix/base/models/items.py:729 pretix/base/reldate.py:131 msgid "Time" msgstr "Tijd" -#: pretix/base/models/items.py:726 +#: pretix/base/models/items.py:730 msgid "Date and time" msgstr "Datum en tijd" -#: pretix/base/models/items.py:735 pretix/base/models/items.py:776 +#: pretix/base/models/items.py:739 pretix/base/models/items.py:784 #: pretix/control/forms/item.py:38 #: pretix/control/templates/pretixcontrol/items/question_edit.html:9 #: pretix/control/templates/pretixcontrol/items/question_edit.html:16 @@ -2045,11 +2057,11 @@ msgstr "Datum en tijd" msgid "Question" msgstr "Vraag" -#: pretix/base/models/items.py:739 +#: pretix/base/models/items.py:743 msgid "Internal identifier" msgstr "Intern kenmerk" -#: pretix/base/models/items.py:740 +#: pretix/base/models/items.py:744 msgid "" "You can enter any value here to make it easier to match the data with other " "sources. If you do not input one, we will generate one automatically." @@ -2058,33 +2070,33 @@ msgstr "" "de data te koppelen aan andere bronnen. Als u niets invoert zal een kenmerk " "automatisch worden gegenereerd." -#: pretix/base/models/items.py:744 +#: pretix/base/models/items.py:748 msgid "Help text" msgstr "Helptekst" -#: pretix/base/models/items.py:745 +#: pretix/base/models/items.py:749 msgid "If the question needs to be explained or clarified, do it here!" msgstr "" "Als de vraag moet worden uitgelegd of verduidelijkt kunt u dat hier doen." -#: pretix/base/models/items.py:751 +#: pretix/base/models/items.py:755 msgid "Question type" msgstr "Vraagtype" -#: pretix/base/models/items.py:755 +#: pretix/base/models/items.py:759 #: pretix/control/templates/pretixcontrol/items/questions.html:49 msgid "Required question" msgstr "Verplichte vraag" -#: pretix/base/models/items.py:762 +#: pretix/base/models/items.py:766 msgid "This question will be asked to buyers of the selected products" msgstr "Deze vraag wordt aan kopers van de geselecteerde producten gesteld" -#: pretix/base/models/items.py:769 +#: pretix/base/models/items.py:773 msgid "Ask during check-in instead of in the ticket buying process" msgstr "Vraag bij inchecken in plaats van bij het kopen van een ticket" -#: pretix/base/models/items.py:770 +#: pretix/base/models/items.py:774 msgid "" "This will only work if you handle your check-in with pretixdroid 1.8 or " "newer or pretixdesk 0.2 or newer." @@ -2092,77 +2104,77 @@ msgstr "" "Dit werkt alleen als u gebruik maakt van pretixdroid 1.8 of nieuwer of " "pretixdesk 0.2 of nieuwer." -#: pretix/base/models/items.py:797 +#: pretix/base/models/items.py:805 msgid "This identifier is already used for a different question." msgstr "Dit kenmerk wordt al voor een andere vraag gebruikt." -#: pretix/base/models/items.py:821 +#: pretix/base/models/items.py:829 msgid "An answer to this question is required to proceed." msgstr "Een antwoord op deze vraag is vereist om door te gaan." -#: pretix/base/models/items.py:831 pretix/base/models/items.py:839 +#: pretix/base/models/items.py:839 pretix/base/models/items.py:847 msgid "Invalid option selected." msgstr "Ongeldige optie geselecteerd." -#: pretix/base/models/items.py:848 +#: pretix/base/models/items.py:856 msgid "Invalid number input." msgstr "Ongeldige getalinvoer." -#: pretix/base/models/items.py:855 +#: pretix/base/models/items.py:863 msgid "Invalid date input." msgstr "Ongeldige datuminvoer." -#: pretix/base/models/items.py:862 +#: pretix/base/models/items.py:870 msgid "Invalid time input." msgstr "Ongeldige tijdsinvoer." -#: pretix/base/models/items.py:872 +#: pretix/base/models/items.py:880 msgid "Invalid datetime input." msgstr "Ongeldige datum en tijd invoer." -#: pretix/base/models/items.py:886 +#: pretix/base/models/items.py:894 #: pretix/control/templates/pretixcontrol/items/question.html:68 msgid "Answer" msgstr "Antwoord" -#: pretix/base/models/items.py:908 +#: pretix/base/models/items.py:916 msgid "The identifier \"{}\" is already used for a different option." msgstr "Het kenmerk \"{}\" wordt al voor een andere optie gebruikt." -#: pretix/base/models/items.py:911 +#: pretix/base/models/items.py:919 msgid "Question option" msgstr "Antwoordoptie" -#: pretix/base/models/items.py:912 +#: pretix/base/models/items.py:920 msgid "Question options" msgstr "Antwoordopties" -#: pretix/base/models/items.py:997 pretix/control/forms/event.py:1308 +#: pretix/base/models/items.py:1005 pretix/control/forms/event.py:1308 #: pretix/control/templates/pretixcontrol/items/quotas.html:49 msgid "Total capacity" msgstr "Totale capaciteit" -#: pretix/base/models/items.py:999 pretix/control/forms/item.py:213 +#: pretix/base/models/items.py:1007 pretix/control/forms/item.py:243 msgid "Leave empty for an unlimited number of tickets." msgstr "Laat leeg voor een onbeperkt aantal tickets." -#: pretix/base/models/items.py:1003 pretix/base/models/orders.py:884 +#: pretix/base/models/items.py:1011 pretix/base/models/orders.py:886 #: pretix/control/templates/pretixcontrol/checkin/index.html:67 msgid "Item" msgstr "Item" -#: pretix/base/models/items.py:1011 +#: pretix/base/models/items.py:1019 #: pretix/control/templates/pretixcontrol/item/base.html:16 msgid "Variations" msgstr "Varianten" -#: pretix/base/models/items.py:1019 pretix/base/models/vouchers.py:157 +#: pretix/base/models/items.py:1027 pretix/base/models/vouchers.py:157 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:8 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:15 msgid "Quota" msgstr "Quotum" -#: pretix/base/models/items.py:1020 pretix/control/navigation.py:153 +#: pretix/base/models/items.py:1028 pretix/control/navigation.py:153 #: pretix/control/templates/pretixcontrol/items/quotas.html:3 #: pretix/control/templates/pretixcontrol/items/quotas.html:5 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:298 @@ -2170,11 +2182,11 @@ msgstr "Quotum" msgid "Quotas" msgstr "Quota" -#: pretix/base/models/items.py:1204 +#: pretix/base/models/items.py:1212 msgid "All variations must belong to an item contained in the items list." msgstr "Alle varianten moeten bij een item behoren dat in de itemlijst staat." -#: pretix/base/models/items.py:1214 +#: pretix/base/models/items.py:1222 msgid "" "One or more items has variations but none of these are in the variations " "list." @@ -2243,7 +2255,7 @@ msgstr "geannuleerd" msgid "Locale" msgstr "Taal" -#: pretix/base/models/orders.py:146 pretix/base/models/orders.py:1762 +#: pretix/base/models/orders.py:146 pretix/base/models/orders.py:1786 msgid "Expiration date" msgstr "Verloopdatum" @@ -2274,11 +2286,11 @@ msgstr "" "gegevens of een aangepast bericht getoond, dus u moet uw personeel van " "tevoren informeren over hoe deze gevallen moeten worden afgehandeld." -#: pretix/base/models/orders.py:172 pretix/base/models/orders.py:918 +#: pretix/base/models/orders.py:172 pretix/base/models/orders.py:920 msgid "Meta information" msgstr "Meta-informatie" -#: pretix/base/models/orders.py:609 +#: pretix/base/models/orders.py:611 msgid "" "The payment can not be accepted as the last date of payments configured in " "the payment settings is over." @@ -2286,7 +2298,7 @@ msgstr "" "De betaling kan niet worden geaccepteerd, omdat de ingestelde laatste datum " "van betalingen verstreken is." -#: pretix/base/models/orders.py:611 +#: pretix/base/models/orders.py:613 msgid "" "The payment can not be accepted as the order is expired and you configured " "that no late payments should be accepted in the payment settings." @@ -2294,168 +2306,168 @@ msgstr "" "De betaling kan niet worden geaccepteerd, omdat de bestelling is verlopen en " "u heeft ingesteld dat late betalingen niet worden geaccepteerd." -#: pretix/base/models/orders.py:613 +#: pretix/base/models/orders.py:615 msgid "This order is not yet approved by the event organizer." msgstr "" "Deze bestelling is nog niet goedgekeurd door de organisator van het " "evenement." -#: pretix/base/models/orders.py:631 +#: pretix/base/models/orders.py:633 #, python-brace-format msgid "The ordered product \"{item}\" is no longer available." msgstr "Het bestelde product \"{item}\" is niet langer beschikbaar." -#: pretix/base/models/orders.py:811 +#: pretix/base/models/orders.py:813 msgid "" msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Leeg, als dit product geen toegangsbewijs is" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "aangemaakt" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "openstaand" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "bevestigd" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "geannuleerd" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "mislukt" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "terugbetaald" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Betalingsinformatie" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Betaling ontvangen voor uw bestelling: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "extern begonnen" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "aangemaakt" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "onderweg" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "klaar" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "mislukt" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "geannuleerd" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "Organisator" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "Klant" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Betalingskosten" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Verzendkosten" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "Servicekosten" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "Annuleringskosten" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Overige kosten" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Cadeaubon" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Waarde" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "Besteld product" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "Winkelwagen-ID (bijv. sessiesleutel)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "Winkelwagenpositie" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "Producten in winkelwagen" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Bedrijfsnaam" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Selecteer land" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Alleen voor zakelijke klanten binnen de EU." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "Dit kenmerk wordt voor u op de factuur afgedrukt." @@ -3109,12 +3121,12 @@ msgstr "Gratis" msgid "Box office" msgstr "Ticketbureau" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "Handmatige betaling" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." @@ -3122,15 +3134,15 @@ msgstr "" "In de testmodus kunt u de bestelling handmatig als betaald markeren in de " "backend." -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "Naam van betalingsmethode" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "Beschrijving van betalingproces tijdens afrekenen" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." @@ -3139,11 +3151,11 @@ msgstr "" "deze betalingsmethode selecteert. De tekst moet een korte beschrijving over " "deze betaalmethode geven." -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "Beschrijving van betalingsproces in bevestigingsmails" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3156,11 +3168,11 @@ msgstr "" "hoe verder te gaan met de betaling. U kunt de plaatsaanduidingen {order}, " "{total}, {currency}, en {total_with_currency} gebruiken." -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "Beschrijving van betalingsproces voor openstaande bestellingen" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3172,15 +3184,15 @@ msgstr "" "de betaling. U kunt de plaatsaanduidingen {order}, {total}, {currency}, en " "{total_with_currency} gebruiken." -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "Verrekening" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "U voerde een bestelling in die niet kon worden gevonden." -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "Verrekend met bestellingen: %s" @@ -3270,7 +3282,7 @@ msgstr "31-05-2017 20:00" msgid "Event begin date" msgstr "Begindatum van evenement" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "31-05-2017" @@ -3302,7 +3314,7 @@ msgstr "22:00" msgid "Event admission date and time" msgstr "Toegangsdatum en tijd van evenement" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "31-05-2017 19:00" @@ -3310,7 +3322,7 @@ msgstr "31-05-2017 19:00" msgid "Event admission time" msgstr "Toegangstijd van evenement" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3343,47 +3355,47 @@ msgstr "" "Add-on 1\n" "Add-on 2" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Naam van de organisator" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "Bedrijf dat het evenement organiseert" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "Informatietekst organisator" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "Informatietekst van de organisator van het evenement" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "Printdatum" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "Printdatum en -tijd" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "Printtijd" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "Vraag: {question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3391,12 +3403,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Naam van aanwezige: {part}" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Naam factuuradres: {part}" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "Ticket" @@ -3663,7 +3675,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Aanwezige: {name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "Datum: {}" @@ -3854,7 +3866,7 @@ msgid "Order canceled: %(code)s" msgstr "Bestelling geannuleerd: %(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4210,11 +4222,23 @@ msgstr "" "Organisatie van {event}" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4585,7 +4609,7 @@ msgid "You do not have access to this page." msgstr "U heeft geen toegang tot deze pagina." #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4669,7 +4693,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "mogelijk gemaakt door pretix" @@ -4870,7 +4894,7 @@ msgstr "Uw standaardtaal moet zijn opgegeven." msgid "Copy configuration from" msgstr "Kopieer instellingen van" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "Niet kopiëren" @@ -6045,7 +6069,7 @@ msgstr "Betaald (of geannuleerd met betaalde kosten)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "Openstaand" @@ -6064,7 +6088,7 @@ msgstr "Openstaand of betaald" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "Verlopen" @@ -6078,7 +6102,7 @@ msgstr "Openstaand of verlopen" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "Geannuleerd" @@ -6095,7 +6119,7 @@ msgstr "Alle producten" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "Alle data" @@ -6365,11 +6389,17 @@ msgstr "" "update beschikbaar is. Dit adres zal niet worden verzonden naar pretix.eu, " "de e-mails zullen door deze server lokaal worden verstuurd." -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +#, fuzzy +#| msgid "This question will be asked during check-in." +msgid "Dependencies between questions are not supported during check-in." +msgstr "Deze vraag zal bij het inchecken worden gesteld." + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "Het product moet in meerdere variaties bestaan" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." @@ -6377,67 +6407,67 @@ msgstr "" "Selecteer deze optie voor bijvoorbeeld t-shirts die meerdere maten hebben. U " "kunt de variaties in de volgende stap kiezen." -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "Geen belasting" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "Kopieer productinformatie" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "Niet nu aan een quotum toevoegen" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "Voeg product toe aan een bestaand quotum" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "Nieuw quotum voor dit product aanmaken" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "Quotumopties" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "Toevoegen aan bestaand quotum" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "Naam nieuw quotum" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "Grootte" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "Aantal tickets" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "Quotumnaam is verplicht." -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "Kies een quotum." -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "Kies automatisch op basis van de evenementsinstellingen" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "Ja, als tickets genereren in het algemeen is ingeschakeld" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "Nooit" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " @@ -6447,7 +6477,7 @@ msgstr "" "senioren boven de 65 jaar. Dit ticket geeft toegang tot alle delen van het " "evenement, behalve het VIP-gebied." -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6458,11 +6488,11 @@ msgstr "" "een gebruiker of zich momenteel in de winkelwagen van een gebruiker bevindt. " "U kunt de variant in plaats daarvan instellen als \"inactief\"." -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "U heeft twee keer dezelfde add-oncategorie geselecteerd" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6767,6 +6797,7 @@ msgid "Event types" msgstr "Evenementstypes" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "Optioneel" @@ -6983,7 +7014,7 @@ msgstr "Het geheim van de bestelling is veranderd." msgid "The order's expiry date has been changed." msgstr "De verloopdatum van de bestelling is aangepast." -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "De bestelling is aangemerkt als verlopen." @@ -6995,7 +7026,7 @@ msgstr "De bestelling is aangemerkt als betaald." msgid "The order has been refunded." msgstr "De bestelling is terugbetaald." -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "De bestelling is geannuleerd." @@ -7013,7 +7044,7 @@ msgstr "De bestelling is aangemaakt." msgid "The order requires approval before it can continue to be processed." msgstr "De bestelling moet worden goedgekeurd voordat hij kan worden verwerkt." -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "De bestelling is goedgekeurd." @@ -7031,16 +7062,16 @@ msgstr "Het e-mailadres is veranderd van \"{old_email}\" naar \"{new_email}\"." msgid "The order locale has been changed." msgstr "De taal van de bestelling is aangepast." -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "De factuur is gegenereerd." -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "De factuur is opnieuw gegenereerd." -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "De factuur is opnieuw uitgegeven." @@ -7974,7 +8005,7 @@ msgstr "Stel nieuw wachtwoord in" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7996,8 +8027,8 @@ msgstr "Stel nieuw wachtwoord in" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -8007,62 +8038,62 @@ msgstr "Opslaan" msgid "Create a new account" msgstr "Maak een nieuw account" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "Navigatie schakelen" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "Ga naar de winkel" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "Ga naar de winkel" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "Beëindig administratorsessie" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "Accountinstellingen" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "Log uit" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "Organisatoraccount" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "Zoek naar evenementen" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" "Schrijf een kort commentaar over wat u deed in de volgende administratieve " "sessies:" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "U werkt momenteel namens %(user)s." -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "Terug naar eigen gebruiker" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "Lees meer" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -8074,11 +8105,11 @@ msgstr "" "ervoor te zorgen dat de testbestellingen niet in uw rapporten en " "statistieken voorkomen, en klanten niet verhinderen echte tickets te kopen." -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "Toon alle testbestellingen" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -8093,7 +8124,7 @@ msgstr "" "worden gehouden wanneer nieuwe updates uitkomen. Dit bericht zal verdwijnen " "wanneer u erop klikt." -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." @@ -8101,21 +8132,58 @@ msgstr "" "pretix draait in debug-modus. Gebruik om veiligheidsredenen nooit debug-" "modus op een productieinstantie." -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "draaiend in ontwikkelmodus" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "Uw aanvraag is in behandeling …" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "Neem contact met ons op als dit langer dan een aantal minuten duurt." +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgid "Creation date" +msgid "Transaction Code" +msgstr "Aanmaakdatum" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "Land van handelaar" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "Munteenheid" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "Type" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +#, fuzzy +#| msgid "Card type" +msgid "Card Entry Mode" +msgstr "Kaarttype" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "Kaartnummer" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -9237,6 +9305,9 @@ msgstr "Belastingregel: %(name)s" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "Geavanceerde instellingen" @@ -9822,7 +9893,7 @@ msgstr "Vraag bewerken" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "Betaald" @@ -9863,11 +9934,7 @@ msgstr "" "Alle antwoorden op de vraag gegeven door de kopers van de volgende producten " "zullen worden verwijderd." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "Toepassen op producten" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " @@ -9877,27 +9944,33 @@ msgstr "" "'Ja' moet kiezen, en 'Nee' niet wordt geaccepteerd. Als u beide opties wilt " "toestaan, maak dan deze vraag niet verplicht." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "Antwoordopties" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "Alleen van toepassing als u 'Kies een/meerdere uit lijst' koos." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "Antwoordoptie %(id)s" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "Nieuwe antwoordoptie" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "Nieuwe optie toevoegen" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Vraagtype" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -9916,10 +9989,6 @@ msgstr "U heeft nog geen vragen aangemaakt." msgid "Create a new question" msgstr "Nieuwe vraag aanmaken" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "Type" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -10310,7 +10379,7 @@ msgstr "Verander prijs naar" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "excl. %(rate)s%% %(name)s" @@ -10609,9 +10678,9 @@ msgstr "Belastingen" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Totaal" @@ -11044,7 +11113,7 @@ msgstr "" "getoond worden, omdat het onduidelijk kan zijn bij welke datum ze horen." #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "Gekocht" @@ -12376,19 +12445,19 @@ msgstr "Genereer willekeurige codes" msgid "Copy codes" msgstr "Kopieer codes" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "Vouchergegevens" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "Prijseffect" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -12429,18 +12498,24 @@ msgstr "" "verzilverd. In plaats hiervan zullen de vouchers op volledig verzilverd " "worden ingesteld." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" "Deze voucher is al gebruikt geweest. Het is niet aanbevolen om deze te " "wijzigen." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "Bestelling %(code)s" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "Voucher" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "Voucherhistorie" @@ -12977,7 +13052,7 @@ msgstr "ongeldig item" msgid "Unknown e-mail renderer." msgstr "Onbekende e-mail-renderer." -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "U vroeg een ongeldig ticketsuitvoertype." @@ -13030,11 +13105,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "Het probleem is aangemerkt als opgelost!" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "Het commentaar is bijgewerkt." -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "Kon de opmerking niet bijwerken." @@ -13209,7 +13284,7 @@ msgstr "Een nieuw cliëntgeheim is gegenereerd en is nu actief." msgid "Access for the selected application has been revoked." msgstr "De toegang voor de gekozen applicatie is ingetrokken." -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -13219,15 +13294,15 @@ msgid "Unknown order code or not authorized to access this order." msgstr "" "Onbekende bestelcode of niet gemachtigd om deze bestelling te bekijken." -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "Tickets downloaden is niet ingeschakeld voor dit product." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "De bestelling is verwijderd." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." @@ -13235,45 +13310,45 @@ msgstr "" "De bestelling kon niet worden verwijderd omdat sommige beperkingen (bijv. " "data aangemaakt door plug-ins) het niet toestaan." -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" "Alleen bestellingen die in de testmodus zijn aangemaakt kunnen worden " "verwijderd." -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "De bestelling is geweigerd, en is hierom nu geannuleerd." -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "Deze betaling is geannuleerd." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "Deze betaling kan momenteel niet worden geannuleerd." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "De terugbetaling is geannuleerd." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "Deze terugbetaling kan momenteel niet worden geannuleerd." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "De terugbetaling is verwerkt." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "Deze terugbetaling kan momenteel niet worden verwerkt." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "De terugbetaling is gemarkeerd als uitgevoerd." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." @@ -13281,20 +13356,20 @@ msgstr "" "De betaling is als voltooid aangemerkt, maar we konden geen bevestigingsmail " "versturen." -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "De betaling is als voltooid aangemerkt." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "Deze betaling kan momenteel niet worden bevestigd." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "U voerde een ongeldig getal in." -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." @@ -13302,7 +13377,7 @@ msgstr "" "U kunt niet meer terugbetalen dan het bedrag van een betaling die nog niet " "is terugbetaald." -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." @@ -13310,7 +13385,7 @@ msgstr "" "U koos een gedeeltelijke terugbetaling voor een betalingsmethode die alleen " "volledige terugbetalingen ondersteunt." -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" @@ -13318,11 +13393,11 @@ msgstr "" "Een van de terugbetalingen kon niet worden verwerkt. Probeer op een andere " "manier terug te betalen. De foutmelding was: {}" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "Een terugbetaling van {} is verwerkt." -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." @@ -13330,13 +13405,13 @@ msgstr "" "Een terugbetaling van {} is opgeslagen, maar nog niet volledig uitgevoerd. U " "kunt de terugbetaling hieronder als voltooid aanmerken." -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" "De terugbetalingen die u koos komen niet overeen met het gekozen totale " "terug te betalen bedrag." -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." @@ -13344,11 +13419,11 @@ msgstr "" "De bestelling is als betaald aangemerkt, maar we konden geen " "bevestigingsmail versturen." -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "De betaling is succesvol aangemaakt." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." @@ -13356,33 +13431,33 @@ msgstr "" "De bestelling is geannuleerd. U kunt nu kiezen hoe u het geld over wilt " "maken naar de gebruiker." -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "U kunt geen factuur genereren voor deze bestelling." -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "Er bestaat al een factuur voor deze bestelling." -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "Geen btw-nummer opgegeven." -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "Geen land opgegeven." -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" "Btw-nummer kon niet worden gecontroleerd, omdat een land van buiten de EU " "was opgegeven." -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "Dit btw-nummer is niet geldig." -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." @@ -13390,41 +13465,41 @@ msgstr "" "Uw btw-nummer kon niet worden gecontroleerd, omdat de btw-controledienst van " "uw land momenteel niet beschikbaar is." -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "Dit btw-nummer is geldig." -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "Onbekende factuur." -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "De factuur is al geannuleerd." -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "Persoonlijke gegevens zijn uit de factuur verwijderd." -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" "Er is een fout opgetreden bij het verzenden van de e-mail. Probeer het later " "opnieuw." -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "De email is in de wachtrij gezet om te worden verstuurd." -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "Deze factuur is niet gevonden" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "Het factuurbestand wordt niet meer opgeslagen op de server." -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." @@ -13432,69 +13507,69 @@ msgstr "" "Het factuurbestand is nog niet gegenereerd, we zullen het nu voor u " "genereren. Probeer het over een paar seconden opnieuw." -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "De betalingstermijn is veranderd." -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" "We konden uw verzoek niet verwerken, omdat de server het te druk heeft." -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "Deze actie is alleen toegestaan voor openstaande bestellingen." -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" "Deze actie is alleen toegestaan voor openstaande bestellingen en betaalde " "bestellingen." -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "Een fout is opgetreden. Zie de details hieronder." -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "De bestelling is aangepast en de gebruiker is op de hoogte gesteld." -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "De bestelling is aangepast." -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" "We hadden moeite met het verwerken van uw invoer. Zie de fouten hieronder." -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "Niets hoefde te worden aangepast aan de bestelling." -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "We konden de e-mail niet versturen. Zie onder voor details." -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "Onderwerp: {subject}" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "Uw bericht is in de wachtrij gezet en zal worden verstuurd naar {}." -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "Kon geen mail sturen naar de volgende gebruiker: {}" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." @@ -13502,15 +13577,15 @@ msgstr "" "Deze link is niet meer geldig. Ga terug, ververs de pagina, en probeer het " "opnieuw." -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "Er is geen bestelling met de gegeven bestelcode." -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "De gekozen exporteerder was niet gevonden." -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" "Er was een probleem met het verwerken van uw invoer. Zie onder voor details." @@ -13674,12 +13749,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "De geselecteerde datums zijn uitgeschakeld." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "De geselecteerde datums zijn verwijderd of uitgeschakeld." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "{} nieuwe datums zijn aangemaakt." @@ -13918,7 +13993,7 @@ msgstr "Inclusief openstaande bestellingen" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sorteren op" @@ -14034,45 +14109,54 @@ msgid "" msgstr "" "Installeer het python-package 'chardet' voor betere CSV-importmogelijkheden." -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "Bankrekeningtype" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "SEPA-bankrekening" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "Andere bankrekening" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "Naam van rekeninghouder" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "IBAN" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "BIC" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "Naam van de bank" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "Bankrekeninginformatie" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " @@ -14082,7 +14166,7 @@ msgstr "" "bankoverschrijving te sturen. Als u veel internationale klanten heeft hebben " "ze misschien uw volledige adres en het volledige adres van uw bank nodig." -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " @@ -14092,23 +14176,23 @@ msgstr "" "klanten nodig zouden kunnen hebben om het geld over te maken, bijv. " "rekeningnummers, bankkenmerken, adressen, etc." -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "Zet geen streepje (-) in het betalingskenmerk." -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "Dit is in sommige landen verplicht." -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "Vul de volgende bankrekeningdetails in." -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "Vul uw bankrekeninggegevens in." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -14117,7 +14201,7 @@ msgstr "Vul uw bankrekeninggegevens in." msgid "Account holder" msgstr "Rekeninghouder" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -14135,11 +14219,17 @@ msgstr "Bank" msgid "Import bank data" msgstr "Bankgegevens importeren" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "De bestelling is al geannuleerd." +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "Uw bestelling wacht op betaling: %(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -14164,8 +14254,8 @@ msgid "Payer" msgstr "Betaler" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Betaaldatum" @@ -14691,11 +14781,6 @@ msgstr "Laatste update" msgid "Total value" msgstr "Totaalwaarde" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "Munteenheid" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -14973,37 +15058,37 @@ msgstr "Pagina %d" msgid "Created: %s" msgstr "Aangemaakt: %s" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "Overzicht van bestellingen (PDF)" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "Bestellingen per product" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "Lijst van bestellingen met belasting (PDF)" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Bestellingen per belastingtarief ({currency})" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "Bruto" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "Belasting" @@ -15529,13 +15614,6 @@ msgstr "Het totaalbedrag zal worden afgeschreven van uw creditcard." msgid "Card type" msgstr "Kaarttype" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "Kaartnummer" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -15818,35 +15896,35 @@ msgstr "Vul alstublieft uw factuuradres in." msgid "Please enter your name." msgstr "Vul alstublieft uw naam in." -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "Beantwoord alstublieft alle vereiste vragen." -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "Betaling" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "Selecteer een betaalmethode." -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "De betalingsinformatie die u heeft ingevoerd zijn onvolledig." -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "Controleer bestelling" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "U moet alle selectievakjes aan de onderkant van de pagina aanvinken." -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -16320,7 +16398,7 @@ msgstr "minimumhoeveelheid om te bestellen: %(num)s" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "GRATIS" @@ -16332,7 +16410,7 @@ msgstr "Toon varianten" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "Verander prijs voor %(item)s" @@ -16340,7 +16418,7 @@ msgstr "Verander prijs voor %(item)s" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "incl. %(rate)s%% %(name)s" @@ -16351,19 +16429,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "Voer hieronder een vouchercode in om dit ticket te kopen." #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "Aantal van %(item)s – %(var)s om te bestellen" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "Aantal van %(item)s om te bestellen" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "Voeg toe aan winkelwagen" @@ -16988,6 +17068,9 @@ msgstr "Leestoegang" msgid "Write access" msgstr "Schrijftoegang" +#~ msgid "Apply to products" +#~ msgstr "Toepassen op producten" + #~ msgid "Any product" #~ msgstr "Ieder product" diff --git a/src/pretix/locale/nl/LC_MESSAGES/djangojs.po b/src/pretix/locale/nl/LC_MESSAGES/djangojs.po index d9db0a44d..57863f3da 100644 --- a/src/pretix/locale/nl/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/nl/LC_MESSAGES/djangojs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-03-13 15:49+0000\n" "Last-Translator: Maarten van den Berg \n" "Language-Team: Dutch " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2890,36 +2900,36 @@ msgstr "" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -2928,11 +2938,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -2940,15 +2950,15 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3038,7 +3048,7 @@ msgstr "" msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3070,7 +3080,7 @@ msgstr "" msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3078,7 +3088,7 @@ msgstr "" msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "" @@ -3109,47 +3119,47 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:251 -#, python-brace-format -msgid "Question: {question}" -msgstr "" - #: pretix/base/pdf.py:252 #, python-brace-format +msgid "Question: {question}" +msgstr "" + +#: pretix/base/pdf.py:253 +#, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3157,12 +3167,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "" @@ -3399,7 +3409,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -3560,7 +3570,7 @@ msgid "Order canceled: %(code)s" msgstr "" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -3811,7 +3821,7 @@ msgstr "" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4082,7 +4092,7 @@ msgid "You do not have access to this page." msgstr "" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4160,7 +4170,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "" @@ -4331,7 +4341,7 @@ msgstr "" msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "" @@ -5332,7 +5342,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "" @@ -5351,7 +5361,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "" @@ -5365,7 +5375,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "" @@ -5382,7 +5392,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "" @@ -5642,84 +5652,88 @@ msgid "" "will be sent by this server locally." msgstr "" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -5727,11 +5741,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -5991,6 +6005,7 @@ msgid "Event types" msgstr "" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "" @@ -6192,7 +6207,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6204,7 +6219,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6222,7 +6237,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "" @@ -6240,16 +6255,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7131,7 +7146,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7153,8 +7168,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7164,60 +7179,60 @@ msgstr "" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7225,11 +7240,11 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7238,27 +7253,58 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +msgid "Transaction Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +msgid "Merchant Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8232,6 +8278,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -8740,7 +8789,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -8778,38 +8827,38 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +msgid "Question dependency" +msgstr "" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -8826,10 +8875,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9172,7 +9217,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9457,9 +9502,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "" @@ -9867,7 +9912,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11078,19 +11123,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11123,16 +11168,20 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +msgid "Voucher link" +msgstr "" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -11611,7 +11660,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -11656,11 +11705,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -11831,7 +11880,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -11840,264 +11889,264 @@ msgstr "" msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "" -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "" -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "" -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "" -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "" -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "" -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "" -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "" -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "" -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "" -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12252,12 +12301,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "" -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "" -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -12483,7 +12532,7 @@ msgstr "" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -12595,75 +12644,84 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -12672,7 +12730,7 @@ msgstr "" msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -12690,11 +12748,16 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, python-format +msgid "Your order received an incomplete payment: %(code)s" +msgstr "" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -12714,8 +12777,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "" @@ -13179,11 +13242,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -13433,37 +13491,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -13938,13 +13996,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14205,35 +14256,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -14673,7 +14724,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -14685,7 +14736,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -14693,7 +14744,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -14704,19 +14755,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/nl_BE/LC_MESSAGES/djangojs.po b/src/pretix/locale/nl_BE/LC_MESSAGES/djangojs.po index dea9037ad..b83a7c148 100644 --- a/src/pretix/locale/nl_BE/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/nl_BE/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -99,7 +99,7 @@ msgid "" msgstr "" #: pretix/static/pretixbase/js/asynctask.js:193 -#: pretix/static/pretixcontrol/js/ui/main.js:28 +#: pretix/static/pretixcontrol/js/ui/main.js:20 msgid "Close message" msgstr "" @@ -167,48 +167,56 @@ msgstr "" msgid "Generating messages …" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:43 +#: pretix/static/pretixcontrol/js/ui/main.js:55 msgid "Unknown error." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:205 +#: pretix/static/pretixcontrol/js/ui/main.js:217 msgid "Your color has great contrast and is very easy to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:209 +#: pretix/static/pretixcontrol/js/ui/main.js:221 msgid "Your color has decent contrast and is probably good-enough to read!" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:213 +#: pretix/static/pretixcontrol/js/ui/main.js:225 msgid "" "Your color has bad contrast for text on white background, please choose a " "darker shade." msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:294 +#: pretix/static/pretixcontrol/js/ui/main.js:306 msgid "All" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:295 +#: pretix/static/pretixcontrol/js/ui/main.js:307 msgid "None" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:588 +#: pretix/static/pretixcontrol/js/ui/main.js:595 msgid "Use a different name internally" msgstr "" -#: pretix/static/pretixcontrol/js/ui/main.js:639 +#: pretix/static/pretixcontrol/js/ui/main.js:646 msgid "Click to close" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:41 +#: pretix/static/pretixcontrol/js/ui/question.js:42 msgid "Others" msgstr "" -#: pretix/static/pretixcontrol/js/ui/question.js:70 +#: pretix/static/pretixcontrol/js/ui/question.js:71 msgid "Count" msgstr "" +#: pretix/static/pretixcontrol/js/ui/question.js:120 +msgid "Ja" +msgstr "" + +#: pretix/static/pretixcontrol/js/ui/question.js:121 +msgid "Nein" +msgstr "" + #: pretix/static/pretixcontrol/js/ui/subevent.js:108 msgid "(one more date)" msgid_plural "({num} more dates)" diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po index e015480ba..108b32b5a 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-03-13 15:49+0000\n" "Last-Translator: Maarten van den Berg \n" "Language-Team: Dutch (informal) " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Leeg, als dit product geen toegangsbewijs is" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "aangemaakt" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "openstaand" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "bevestigd" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "geannuleerd" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "mislukt" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "terugbetaald" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Betalingsinformatie" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Betaling ontvangen voor je bestelling: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "extern begonnen" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "aangemaakt" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "onderweg" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "klaar" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "mislukt" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "geannuleerd" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "Organisator" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "Klant" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Betalingskosten" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Verzendkosten" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "Servicekosten" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "Annuleringskosten" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Overige kosten" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Cadeaubon" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Waarde" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "Besteld product" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "Winkelwagen-ID (bijv. sessiesleutel)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "Product in winkelwagen" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "Producten in winkelwagen" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Bedrijfsnaam" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Selecteer land" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Alleen voor zakelijke klanten binnen de EU." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "Dit kenmerk wordt voor je op de factuur afgedrukt." @@ -3109,12 +3121,12 @@ msgstr "Gratis" msgid "Box office" msgstr "Kaartjesbureau" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "Handmatige betaling" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." @@ -3122,15 +3134,15 @@ msgstr "" "In de testmodus kan je bestellingen handmatig als betaald markeren in de " "backend." -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "Naam van betalingsmethode" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "Beschrijving van betalingproces tijdens afrekenen" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." @@ -3139,11 +3151,11 @@ msgstr "" "deze betalingsmethode selecteert. De tekst moet een korte beschrijving van " "deze betaalmethode geven." -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "Beschrijving van betalingsproces in bevestigingsmails" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3156,11 +3168,11 @@ msgstr "" "hoe verder te gaan met de betaling. Je kan de plaatsaanduidingen {order}, " "{total}, {currency}, en {total_with_currency} gebruiken." -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "Beschrijving van betalingsproces voor openstaande bestellingen" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3172,15 +3184,15 @@ msgstr "" "de betaling. Je kan de plaatsaanduidingen {order}, {total}, {currency}, en " "{total_with_currency} gebruiken." -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "Verrekening" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "Je voerde een bestelling in die niet kon worden gevonden." -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "Verrekend met bestellingen: %s" @@ -3270,7 +3282,7 @@ msgstr "31-05-2017 20:00" msgid "Event begin date" msgstr "Begindatum van evenement" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "31-05-2017" @@ -3302,7 +3314,7 @@ msgstr "22:00" msgid "Event admission date and time" msgstr "Toegangsdatum en tijd van evenement" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "31-05-2017 19:00" @@ -3310,7 +3322,7 @@ msgstr "31-05-2017 19:00" msgid "Event admission time" msgstr "Toegangstijd van evenement" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3343,47 +3355,47 @@ msgstr "" "Add-on 1\n" "Add-on 2" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Naam van de organisator" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "Bedrijf dat het evenement organiseert" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "Informatietekst organisator" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "Informatietekst van de evenementorganisator" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "Printdatum" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "Printdatum en -tijd" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "Printtijd" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "Vraag: {question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3391,12 +3403,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Naam van gast: {part}" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Naam factuuradres: {part}" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "Kaartje" @@ -3663,7 +3675,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Gast: {name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "Datum: {}" @@ -3854,7 +3866,7 @@ msgid "Order canceled: %(code)s" msgstr "Bestelling geannuleerd: %(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4206,11 +4218,23 @@ msgstr "" "De organisatie van {event}" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4576,7 +4600,7 @@ msgid "You do not have access to this page." msgstr "Je hebt geen toegang tot deze pagina." #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4660,7 +4684,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "mogelijk gemaakt door pretix" @@ -4861,7 +4885,7 @@ msgstr "Je standaardtaal moet zijn opgegeven." msgid "Copy configuration from" msgstr "Kopieer instellingen van" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "Niet kopiëren" @@ -6037,7 +6061,7 @@ msgstr "Betaald (of geannuleerd met betaalde kosten)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "Openstaand" @@ -6056,7 +6080,7 @@ msgstr "Openstaand of betaald" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "Verlopen" @@ -6070,7 +6094,7 @@ msgstr "Openstaand of verlopen" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "Geannuleerd" @@ -6087,7 +6111,7 @@ msgstr "Alle producten" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "Alle data" @@ -6357,11 +6381,17 @@ msgstr "" "nieuwe update beschikbaar is. Dit adres zal niet worden verzonden naar " "pretix.eu, de e-mails zullen door deze server lokaal worden verstuurd." -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +#, fuzzy +#| msgid "This question will be asked during check-in." +msgid "Dependencies between questions are not supported during check-in." +msgstr "Deze vraag zal bij het inchecken worden gesteld." + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "Het product moet in meerdere variaties bestaan" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." @@ -6369,67 +6399,67 @@ msgstr "" "Selecteer deze optie voor bijvoorbeeld t-shirts die meerdere maten hebben. " "Je kan de variaties in de volgende stap kiezen." -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "Geen belasting" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "Kopieer productinformatie" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "Niet nu aan een quotum toevoegen" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "Voeg product toe aan een bestaand quotum" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "Nieuw quotum voor dit product aanmaken" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "Quotumopties" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "Toevoegen aan bestaand quotum" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "Naam nieuw quotum" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "Grootte" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "Aantal kaartjes" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "Quotumnaam is verplicht." -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "Kies een quotum." -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "Kies automatisch op basis van de evenementsinstellingen" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "Ja, als kaartjes genereren in het algemeen is ingeschakeld" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "Nooit" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " @@ -6439,7 +6469,7 @@ msgstr "" "senioren boven de 65 jaar. Dit kaartje geeft toegang tot alle delen van het " "evenement, behalve het VIP-gebied." -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6450,11 +6480,11 @@ msgstr "" "een gebruiker of zich momenteel in de winkelwagen van een gebruiker bevindt. " "Je kan de variant in plaats daarvan instellen als \"uitgeschakeld\"." -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "Je hebt twee keer dezelfde add-oncategorie geselecteerd" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6758,6 +6788,7 @@ msgid "Event types" msgstr "Evenementstypes" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "Optioneel" @@ -6974,7 +7005,7 @@ msgstr "Het geheim van de bestelling is aangepast." msgid "The order's expiry date has been changed." msgstr "De verloopdatum van de bestelling is aangepast." -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "De bestelling is aangemerkt als verlopen." @@ -6986,7 +7017,7 @@ msgstr "De bestelling is aangemerkt als betaald." msgid "The order has been refunded." msgstr "De bestelling is terugbetaald." -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "De bestelling is geannuleerd." @@ -7004,7 +7035,7 @@ msgstr "De bestelling is aangemaakt." msgid "The order requires approval before it can continue to be processed." msgstr "De bestelling moet worden goedgekeurd voordat hij kan worden verwerkt." -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "De bestelling is goedgekeurd." @@ -7022,16 +7053,16 @@ msgstr "Het e-mailadres is veranderd van \"{old_email}\" naar \"{new_email}\"." msgid "The order locale has been changed." msgstr "De taal van de bestelling is aangepast." -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "De factuur is gegenereerd." -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "De factuur is opnieuw gegenereerd." -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "De factuur is opnieuw uitgegeven." @@ -7965,7 +7996,7 @@ msgstr "Stel nieuw wachtwoord in" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7987,8 +8018,8 @@ msgstr "Stel nieuw wachtwoord in" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7998,62 +8029,62 @@ msgstr "Opslaan" msgid "Create a new account" msgstr "Maak een nieuw account" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "Navigatie schakelen" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "Ga naar de winkel" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "Ga naar de winkel" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "Beëindig administratorsessie" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "Accountinstellingen" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "Log uit" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "Organisatoraccount" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "Zoek naar evenementen" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" "Schrijf een kort commentaar over wat je deed in de volgende administratieve " "sessies:" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "Je werkt momenteel namens %(user)s." -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "Terug naar eigen gebruiker" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "Lees meer" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -8065,11 +8096,11 @@ msgstr "" "want anders komen de bestellingen in je rapporten en statistieken voor en " "kunnen ze verhinderen dat klanten echte tickets kopen." -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "Toon alle testbestellingen" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -8084,7 +8115,7 @@ msgstr "" "worden gehouden wanneer nieuwe updates uitkomen. Dit bericht zal verdwijnen " "wanneer je erop klikt." -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." @@ -8092,21 +8123,58 @@ msgstr "" "pretix draait in debug-modus. Gebruik om veiligheidsredenen nooit debug-" "modus op een productieinstantie." -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "draaiend in ontwikkelmodus" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "We verwerken je aanvraag…" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "Neem contact met ons op als dit langer dan een aantal minuten duurt." +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgid "Creation date" +msgid "Transaction Code" +msgstr "Aanmaakdatum" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "Land van handelaar" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "Munteenheid" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "Type" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +#, fuzzy +#| msgid "Card type" +msgid "Card Entry Mode" +msgstr "Kaarttype" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "Kaartnummer" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -9229,6 +9297,9 @@ msgstr "Belastingregel: %(name)s" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "Geavanceerde instellingen" @@ -9817,7 +9888,7 @@ msgstr "Vraag bewerken" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "Betaald" @@ -9859,11 +9930,7 @@ msgstr "" "Alle antwoorden op de vraag gegeven door de kopers van de volgende producten " "zullen worden verwijderd." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "Toepassen op producten" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " @@ -9873,27 +9940,33 @@ msgstr "" "'Ja' moet kiezen, en 'Nee' niet wordt geaccepteerd. Maak deze vraag niet " "verplicht als je beide opties wilt toestaan." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "Antwoordopties" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "Alleen van toepassing als je 'Kies een/meerdere uit lijst' koos." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "Antwoordoptie %(id)s" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "Nieuwe antwoordoptie" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "Nieuwe optie toevoegen" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Vraagtype" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -9913,10 +9986,6 @@ msgstr "Je hebt nog geen vragen aangemaakt." msgid "Create a new question" msgstr "Nieuwe vraag aanmaken" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "Type" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -10306,7 +10375,7 @@ msgstr "Verander prijs naar" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "excl. %(rate)s%% %(name)s" @@ -10605,9 +10674,9 @@ msgstr "Belastingen" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Totaal" @@ -11040,7 +11109,7 @@ msgstr "" "getoond worden, omdat het onduidelijk kan zijn bij welke datum ze horen." #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "Gekocht" @@ -12373,19 +12442,19 @@ msgstr "Genereer willekeurige codes" msgid "Copy codes" msgstr "Kopieer codes" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "Vouchergegevens" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "Prijseffect" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -12427,18 +12496,24 @@ msgstr "" "gebruikt. In plaats hiervan zullen de vouchers op volledig gebruikt worden " "ingesteld." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" "Deze voucher is al gebruikt geweest. Het is niet aanbevolen om deze te " "wijzigen." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "Bestelling %(code)s" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "Voucher" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "Voucherhistorie" @@ -12976,7 +13051,7 @@ msgstr "ongeldig item" msgid "Unknown e-mail renderer." msgstr "Onbekende e-mail-renderer." -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "Je vroeg een ongeldig kaartjesuitvoertype." @@ -13029,11 +13104,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "Het probleem is gemarkeerd als opgelost!" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "Het commentaar is bijgewerkt." -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "Kon de opmerking niet bijwerken." @@ -13208,7 +13283,7 @@ msgstr "Een nieuw cliëntgeheim is gegenereerd en is nu actief." msgid "Access for the selected application has been revoked." msgstr "De toegang voor de gekozen applicatie is ingetrokken." -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -13218,15 +13293,15 @@ msgid "Unknown order code or not authorized to access this order." msgstr "" "Onbekende bestelcode of niet gemachtigd om deze bestelling te bekijken." -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "Kaartjes downloaden is niet ingeschakeld voor dit product." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "De bestelling is verwijderd." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." @@ -13234,45 +13309,45 @@ msgstr "" "De bestelling kon niet worden verwijderd omdat sommige beperkingen (bijv. " "data aangemaakt door plug-ins) het niet toestaan." -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" "Alleen bestellingen die in de testmodus zijn gemaakt kunnen worden " "verwijderd." -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "De bestelling is geweigerd, en is hierom nu geannuleerd." -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "Deze betaling is geannuleerd." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "Deze betaling kan momenteel niet worden geannuleerd." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "De terugbetaling is geannuleerd." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "Deze terugbetaling kan momenteel niet worden geannuleerd." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "De terugbetaling is verwerkt." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "Deze terugbetaling kan momenteel niet worden verwerkt." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "De terugbetaling is gemarkeerd als uitgevoerd." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." @@ -13280,20 +13355,20 @@ msgstr "" "De betaling is als voltooid aangemerkt, maar we konden geen bevestigingsmail " "versturen." -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "De betaling is als voltooid aangemerkt." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "Deze betaling kan momenteel niet worden bevestigd." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "Je voerde een ongeldig getal in." -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." @@ -13301,7 +13376,7 @@ msgstr "" "Je kan niet meer terugbetalen dan het bedrag van een betaling die nog niet " "is terugbetaald." -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." @@ -13309,7 +13384,7 @@ msgstr "" "Je koos een gedeeltelijke terugbetaling voor een betalingsmethode die alleen " "volledige terugbetalingen ondersteunt." -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" @@ -13317,11 +13392,11 @@ msgstr "" "Een van de terugbetalingen kon niet worden verwerkt. Probeer op een andere " "manier terug te betalen. De foutmelding was: {}" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "Een terugbetaling van {} is verwerkt." -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." @@ -13329,13 +13404,13 @@ msgstr "" "Een terugbetaling van {} is opgeslagen, maar nog niet volledig uitgevoerd. " "Je kan de terugbetaling hieronder als voltooid aanmerken." -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" "De terugbetalingen die je koos komen niet overeen met het gekozen totale " "terug te betalen bedrag." -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." @@ -13343,11 +13418,11 @@ msgstr "" "De bestelling is als betaald aangemerkt, maar we konden geen " "bevestigingsmail versturen." -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "De betaling is succesvol aangemaakt." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." @@ -13355,33 +13430,33 @@ msgstr "" "De bestelling is geannuleerd. Je kan nu kiezen hoe je het geld over wilt " "maken naar de gebruiker." -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "Je kan geen factuur genereren voor deze bestelling." -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "Er bestaat al een factuur voor deze bestelling." -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "Geen btw-nummer opgegeven." -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "Geen land opgegeven." -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" "Btw-nummer kon niet worden gecontroleerd, omdat een land van buiten de EU " "was opgegeven." -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "Dit btw-nummer is niet geldig." -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." @@ -13389,41 +13464,41 @@ msgstr "" "Je btw-nummer kon niet worden gecontroleerd, omdat de btw-controledienst van " "jouw land momenteel niet beschikbaar is." -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "Dit btw-nummer is geldig." -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "Onbekende factuur." -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "De factuur is al geannuleerd." -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "Persoonlijke gegevens zijn uit de factuur verwijderd." -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" "Er is een fout opgetreden bij het versturen van de e-mail. Probeer het later " "opnieuw." -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "De email is in de wachtrij gezet om te worden verstuurd." -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "Deze factuur is niet gevonden" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "Het factuurbestand wordt niet meer opgeslagen op de server." -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." @@ -13431,68 +13506,68 @@ msgstr "" "Het factuurbestand is nog niet gegenereerd, we zullen het nu voor je " "aanmaken. Probeer het over een paar seconden opnieuw." -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "De betalingstermijn is veranderd." -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" "We konden je verzoek niet verwerken, omdat de server het te druk heeft." -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "Deze actie is alleen toegestaan voor openstaande bestellingen." -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" "Deze actie is alleen toegestaan voor openstaande en betaalde bestellingen." -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "Er is iets misgegaan. Zie de details hieronder." -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "De bestelling is aangepast en de gebruiker is op de hoogte gesteld." -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "De bestelling is aangepast." -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" "We hadden moeite met het verwerken van je invoer. Zie de fouten hieronder." -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "Niets hoefde te worden aangepast aan de bestelling." -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "We konden de e-mail niet versturen. Zie onder voor details." -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "Onderwerp: {subject}" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "Je bericht is in de wachtrij gezet en zal worden verstuurd naar {}." -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "Kon geen mail sturen naar de volgende gebruiker: {}" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." @@ -13500,15 +13575,15 @@ msgstr "" "Deze link is niet meer geldig. Ga terug, ververs de pagina, en probeer het " "opnieuw." -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "Er is geen bestelling met de gegeven bestelcode." -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "De gekozen exporteerder was niet gevonden." -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" "Er was een probleem met het verwerken van je invoer. Zie onder voor details." @@ -13672,12 +13747,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "De geselecteerde datums zijn uitgeschakeld." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "De geselecteerde datums zijn verwijderd of uitgeschakeld." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "{} nieuwe datums zijn aangemaakt." @@ -13916,7 +13991,7 @@ msgstr "Inclusief openstaande bestellingen" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sorteren op" @@ -14033,45 +14108,54 @@ msgid "" msgstr "" "Installeer het python-package 'chardet' voor betere CSV-importmogelijkheden." -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "Bankrekeningtype" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "SEPA-bankrekening" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "Andere bankrekening" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "Naam van rekeninghouder" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "IBAN" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "BIC" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "Naam van de bank" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "Bankrekeninginformatie" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " @@ -14081,7 +14165,7 @@ msgstr "" "bankoverschrijving te sturen. Als je veel internationale klanten hebt hebben " "ze misschien jouw volledige adres en het volledige adres van je bank nodig." -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " @@ -14091,23 +14175,23 @@ msgstr "" "klanten nodig zouden kunnen hebben om het geld over te maken, bijv. " "rekeningnummers, bankkenmerken, adressen, etc." -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "Zet geen streepje (-) in het betalingskenmerk." -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "Dit is in sommige landen verplicht." -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "Vul de volgende bankrekeningdetails in." -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "Vul je bankrekeninggegevens in." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -14116,7 +14200,7 @@ msgstr "Vul je bankrekeninggegevens in." msgid "Account holder" msgstr "Rekeninghouder" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -14134,11 +14218,17 @@ msgstr "Bank" msgid "Import bank data" msgstr "Bankgegevens importeren" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "De bestelling is al geannuleerd." +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "Je bestelling wacht op betaling: %(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -14163,8 +14253,8 @@ msgid "Payer" msgstr "Betaler" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Betaaldatum" @@ -14690,11 +14780,6 @@ msgstr "Laatste update" msgid "Total value" msgstr "Totaalwaarde" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "Munteenheid" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -14972,37 +15057,37 @@ msgstr "Pagina %d" msgid "Created: %s" msgstr "Aangemaakt: %s" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "Overzicht van bestellingen (PDF)" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "Bestellingen per product" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "Lijst van bestellingen met belasting (PDF)" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Bestellingen per belastingtarief ({currency})" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "Bruto" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "Belasting" @@ -15528,13 +15613,6 @@ msgstr "Het totaalbedrag zal worden afgeschreven van je creditcard." msgid "Card type" msgstr "Kaarttype" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "Kaartnummer" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -15818,35 +15896,35 @@ msgstr "Vul alsjeblieft je factuuradres in." msgid "Please enter your name." msgstr "Vul alsjeblieft je naam in." -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "Beantwoord alsjeblieft alle vereiste vragen." -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "Betaling" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "Selecteer een betaalmethode." -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "De betalingsinformatie die je hebt ingevoerd is onvolledig." -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "Controleer bestelling" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "Je moet alle selectievakjes aan de onderkant van de pagina aanvinken." -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -16321,7 +16399,7 @@ msgstr "minimumhoeveelheid om te bestellen: %(num)s" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "GRATIS" @@ -16333,7 +16411,7 @@ msgstr "Toon varianten" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "Verander prijs voor %(item)s" @@ -16341,7 +16419,7 @@ msgstr "Verander prijs voor %(item)s" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "incl. %(rate)s%% %(name)s" @@ -16352,19 +16430,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "Voer hieronder een vouchercode in om dit kaartje te kopen." #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "Aantal van %(item)s – %(var)s om te bestellen" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "Aantal van %(item)s om te bestellen" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "Voeg toe aan winkelwagen" @@ -16990,6 +17070,9 @@ msgstr "Leestoegang" msgid "Write access" msgstr "Schrijftoegang" +#~ msgid "Apply to products" +#~ msgstr "Toepassen op producten" + #~ msgid "Any product" #~ msgstr "Ieder product" diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/djangojs.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/djangojs.po index 340d0c898..6f3a0aca9 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-03-13 15:49+0000\n" "Last-Translator: Maarten van den Berg \n" "Language-Team: Dutch (informal) \n" "Language-Team: Portuguese (Brazil) " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Vazio, se este produto não for um ingresso de admissão" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "criado" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "pendente" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "confirmado" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "cancelado" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "falhou" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "recusado" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Informações de pagamento" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Pagamento recebido pelo seu pedido: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "começou externamente" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "criado" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "em andamento" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "concluído" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "falhou" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "cancelado" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 #, fuzzy #| msgid "Organizer" msgctxt "refund_source" msgid "Organizer" msgstr "Organizador" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "Cliente" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "Externa" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Taxa de pagamento" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Taxa de envio" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "Taxa de serviço" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "Taxa de cancelamento" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Outras taxas" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Cartão Presente" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Valor" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "Posição do pedido" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "ID do carrinho (por exemplo, chave de sessão)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "Posição do carrinho" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "Posições do carrinho" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Nome da empresa" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Selecione o pais" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Apenas para clientes empresariais na UE." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "Esta referência será impressa na sua fatura para sua conveniência." @@ -3106,38 +3116,38 @@ msgstr "" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 #, fuzzy #| msgid "Payment date" msgid "Payment method name" msgstr "Data de pagamento" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3146,11 +3156,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3158,15 +3168,15 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3258,7 +3268,7 @@ msgstr "" msgid "Event begin date" msgstr "Horário do final do evento" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3294,7 +3304,7 @@ msgstr "" msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3302,7 +3312,7 @@ msgstr "" msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "" @@ -3336,52 +3346,52 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 #, fuzzy #| msgctxt "invoice" #| msgid "Cancellation date" msgid "Printing date" msgstr "Data do cancelamento" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 #, fuzzy #| msgid "Event end time" msgid "Printing date and time" msgstr "Horário do final do evento" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:251 -#, python-brace-format -msgid "Question: {question}" -msgstr "" - #: pretix/base/pdf.py:252 #, python-brace-format +msgid "Question: {question}" +msgstr "" + +#: pretix/base/pdf.py:253 +#, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3390,14 +3400,14 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Nome do participante" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, fuzzy, python-brace-format #| msgctxt "invoice" #| msgid "Invoice date" msgid "Invoice address name: {part}" msgstr "Data da fatura" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "" @@ -3638,7 +3648,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -3802,7 +3812,7 @@ msgid "Order canceled: %(code)s" msgstr "" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4055,7 +4065,7 @@ msgstr "" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4348,7 +4358,7 @@ msgid "You do not have access to this page." msgstr "" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 #, fuzzy @@ -4428,7 +4438,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "" @@ -4599,7 +4609,7 @@ msgstr "" msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "" @@ -5637,7 +5647,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "" @@ -5656,7 +5666,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "" @@ -5670,7 +5680,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "" @@ -5687,7 +5697,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "" @@ -5950,84 +5960,88 @@ msgid "" "will be sent by this server locally." msgstr "" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6035,11 +6049,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6310,6 +6324,7 @@ msgid "Event types" msgstr "Eventos" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "" @@ -6516,7 +6531,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6528,7 +6543,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6547,7 +6562,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 #, fuzzy #| msgid "Your cart has been updated." msgid "The order has been approved." @@ -6569,16 +6584,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7495,7 +7510,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7517,8 +7532,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7528,62 +7543,62 @@ msgstr "" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 #, fuzzy #| msgid "Organizer" msgid "Organizer account" msgstr "Organizador" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7591,13 +7606,13 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 #, fuzzy #| msgid "Only paid orders" msgid "Show all test mode orders" msgstr "Apenas ordens pagas" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7606,27 +7621,62 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "Estamos processando seu pedido …" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgid "Creation date" +msgid "Transaction Code" +msgstr "Data de criação" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "País mercante" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8646,6 +8696,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -9156,7 +9209,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -9194,38 +9247,40 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Tipo de pergunta" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -9242,10 +9297,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9595,7 +9646,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9897,9 +9948,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "" @@ -10336,7 +10387,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11582,19 +11633,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11629,16 +11680,22 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Cart expired" +msgid "Voucher link" +msgstr "O carrinho expirou" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -12129,7 +12186,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "Data desconhecida selecionada." -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -12174,11 +12231,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -12355,7 +12412,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -12365,288 +12422,288 @@ msgid "Unknown order code or not authorized to access this order." msgstr "" "Código de pedido desconhecido ou não autorizado para acessar este pedido." -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 #, fuzzy #| msgid "Ticket download is not enabled for add-on products." msgid "Ticket download is not enabled for this product." msgstr "O download de bilhetes não está ativado para produtos complementares." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 #, fuzzy #| msgid "Your cart has been updated." msgid "The order has been deleted." msgstr "Seu carrinho foi atualizado." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 #, fuzzy #| msgid "Your cart has been updated." msgid "This payment has been canceled." msgstr "Seu carrinho foi atualizado." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 #, fuzzy #| msgid "This product will not be sold after the given date." msgid "This payment can not be canceled at the moment." msgstr "Este produto não será vendido após a data indicada." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 #, fuzzy #| msgid "Your cart has been updated." msgid "The refund has been canceled." msgstr "Seu carrinho foi atualizado." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 #, fuzzy #| msgid "This product will not be sold after the given date." msgid "This refund can not be canceled at the moment." msgstr "Este produto não será vendido após a data indicada." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 #, fuzzy #| msgid "Your cart has been updated." msgid "The refund has been processed." msgstr "Seu carrinho foi atualizado." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 #, fuzzy #| msgid "This product will not be sold after the given date." msgid "This refund can not be processed at the moment." msgstr "Este produto não será vendido após a data indicada." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 #, fuzzy #| msgid "Your cart has been updated." msgid "The refund has been marked as done." msgstr "Seu carrinho foi atualizado." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 #, fuzzy #| msgid "Your cart has been updated." msgid "The payment has been marked as complete." msgstr "Seu carrinho foi atualizado." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 #, fuzzy #| msgid "This product will not be sold after the given date." msgid "This payment can not be confirmed at the moment." msgstr "Este produto não será vendido após a data indicada." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 #, fuzzy #| msgid "Your cart has been updated." msgid "The payment has been created successfully." msgstr "Seu carrinho foi atualizado." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12813,14 +12870,14 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "O evento selecionado não foi encontrado." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 #, fuzzy #| msgid "The selected event was not found." msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "O evento selecionado não foi encontrado." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -13055,7 +13112,7 @@ msgstr "Incluir ordens pendentes" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -13176,77 +13233,86 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 #, fuzzy #| msgid "Please enter numbers only." msgid "Please enter your bank account details." msgstr "Por favor insira apenas números." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -13255,7 +13321,7 @@ msgstr "Por favor insira apenas números." msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -13273,11 +13339,16 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, python-format +msgid "Your order received an incomplete payment: %(code)s" +msgstr "" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -13297,8 +13368,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Data de pagamento" @@ -13764,11 +13835,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -14020,37 +14086,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -14529,13 +14595,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14827,35 +14886,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -15299,7 +15358,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -15311,7 +15370,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -15319,7 +15378,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -15330,19 +15389,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/pt_BR/LC_MESSAGES/djangojs.po b/src/pretix/locale/pt_BR/LC_MESSAGES/djangojs.po index b77fa33da..c51c136d2 100644 --- a/src/pretix/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2018-10-22 04:23+0000\n" "Last-Translator: Samir C. Costa \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: Russian " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2893,36 +2903,36 @@ msgstr "" msgid "Box office" msgstr "" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -2931,11 +2941,11 @@ msgid "" "{total_with_currency}" msgstr "" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -2943,15 +2953,15 @@ msgid "" "usethe placeholders {order}, {total}, {currency} and {total_with_currency}" msgstr "" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "" @@ -3041,7 +3051,7 @@ msgstr "" msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "" @@ -3073,7 +3083,7 @@ msgstr "" msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "" @@ -3081,7 +3091,7 @@ msgstr "" msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "" @@ -3112,47 +3122,47 @@ msgid "" "Addon 2" msgstr "" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:251 -#, python-brace-format -msgid "Question: {question}" -msgstr "" - #: pretix/base/pdf.py:252 #, python-brace-format +msgid "Question: {question}" +msgstr "" + +#: pretix/base/pdf.py:253 +#, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3160,12 +3170,12 @@ msgstr "" msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "" @@ -3402,7 +3412,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -3563,7 +3573,7 @@ msgid "Order canceled: %(code)s" msgstr "" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -3814,7 +3824,7 @@ msgstr "" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4085,7 +4095,7 @@ msgid "You do not have access to this page." msgstr "" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4163,7 +4173,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "" @@ -4334,7 +4344,7 @@ msgstr "" msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "" @@ -5335,7 +5345,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "" @@ -5354,7 +5364,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "" @@ -5368,7 +5378,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "" @@ -5385,7 +5395,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "" @@ -5645,84 +5655,88 @@ msgid "" "will be sent by this server locally." msgstr "" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." msgstr "" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -5730,11 +5744,11 @@ msgid "" "\"inactive\" instead." msgstr "" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -5994,6 +6008,7 @@ msgid "Event types" msgstr "" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "" @@ -6195,7 +6210,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6207,7 +6222,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6225,7 +6240,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "" @@ -6243,16 +6258,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7134,7 +7149,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7156,8 +7171,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7167,60 +7182,60 @@ msgstr "" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7228,11 +7243,11 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7241,27 +7256,58 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +msgid "Transaction Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +msgid "Merchant Code" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8241,6 +8287,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -8749,7 +8798,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -8787,38 +8836,38 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +msgid "Question dependency" +msgstr "" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -8835,10 +8884,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9181,7 +9226,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9466,9 +9511,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Итого" @@ -9878,7 +9923,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11089,19 +11134,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11134,16 +11179,20 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +msgid "Voucher link" +msgstr "" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -11623,7 +11672,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -11668,11 +11717,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -11843,7 +11892,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -11852,264 +11901,264 @@ msgstr "" msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "" -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "" -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "" -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "" -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "" -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "" -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "" -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "" -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "" -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "" -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12264,12 +12313,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "" -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "" -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -12495,7 +12544,7 @@ msgstr "" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -12607,75 +12656,84 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -12684,7 +12742,7 @@ msgstr "" msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -12702,11 +12760,16 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, python-format +msgid "Your order received an incomplete payment: %(code)s" +msgstr "" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -12726,8 +12789,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "" @@ -13191,11 +13254,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -13445,37 +13503,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -13950,13 +14008,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14217,35 +14268,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -14686,7 +14737,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -14698,7 +14749,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -14706,7 +14757,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -14717,19 +14768,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/ru/LC_MESSAGES/djangojs.po b/src/pretix/locale/ru/LC_MESSAGES/djangojs.po index 78159377f..a31ed916d 100644 --- a/src/pretix/locale/ru/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/ru/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-01-02 08:21+0000\n" "Last-Translator: Alexey Zh \n" "Language-Team: Russian \n" "Language-Team: Turkish " msgstr "" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "Boş, eğer bu ürün giriş bileti değilse" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "Oluşturuldu" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "bekleniyor" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "onaylandı" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "iptal edildi" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "başarısız oldu" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "iade edildi" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "Ödeme bilgileri" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Siparişiniz için ödeme alındı: %(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "dışarıdan başladı" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "oluşturuldu" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "transit olarak" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "tamam" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "başarısız oldu" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "iptal edildi" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "Organizatör" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "Müşteri" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "Harici" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "Ödeme ücreti" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "Nakliye ücreti" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "Servis ücreti" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 #, fuzzy #| msgid "Cancellation" msgid "Cancellation fee" msgstr "İptal" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "Diğer ücretler" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "Hediye kartı" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "Değer" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "Sipariş pozisyonu" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "Sepet kimliği (ör. oturum anahtarı)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "Sepet pozisyonu" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "Sepet pozisyonları" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "Şirket Adı" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "Ülke seçin" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "Sadece AB içindeki kurumsal müşteriler için." -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "" "Bu referans, sizin için rahat olması amacıyla faturanızda yazdırılacaktır." @@ -3165,26 +3177,26 @@ msgstr "Ücretsiz" msgid "Box office" msgstr "Gişe" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "Manuel ödeme" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "Ödeme yöntemi adı" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "Ödeme sırasında ödeme işlemi açıklaması" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." @@ -3192,11 +3204,11 @@ msgstr "" "Bu metin, kullanıcı ödeme yöntemini seçtiğinde ödeme sırasında gösterilir. " "Bu ödeme yöntemi hakkında kısa bir açıklama yapmalıdır." -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "Sipariş onay e-postalarında ödeme süreci açıklaması" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -3209,11 +3221,11 @@ msgstr "" "vermelidir. {order}, {total}, {currency} ve {total_with_currency} yer " "tutucularını kullanabilirsiniz" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "Bekleyen siparişler için ödeme süreci açıklaması" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3225,15 +3237,15 @@ msgstr "" "{order}, {total},{currency} ve {total_with_currency} yer tutucularını " "kullanabilirsiniz" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "Denkleştirme" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "Bulunamayan bir sipariş girdiniz." -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "Siparişlere göre dengelendi: %s" @@ -3325,7 +3337,7 @@ msgstr "2017-05-31 20:00" msgid "Event begin date" msgstr "Etkinlik başlangıç zamanı" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 #, fuzzy #| msgid "2017-05-31 20:00" msgid "2017-05-31" @@ -3361,7 +3373,7 @@ msgstr "22:00" msgid "Event admission date and time" msgstr "Etkinlik kabul tarihi ve saati" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "2017-05-31 19:00" @@ -3369,7 +3381,7 @@ msgstr "2017-05-31 19:00" msgid "Event admission time" msgstr "Etkinlik kabul süresi" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3404,53 +3416,53 @@ msgstr "" "Eklenti 1\n" "Eklenti 2" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Organizatör ismi" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "Etkinlik organizatörü şirketi" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "Organizatör bilgi metni" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "Etkinlik organizatör bilgisi metni" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 #, fuzzy #| msgid "Creation date" msgid "Printing date" msgstr "Oluşturulma tarihi" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 #, fuzzy #| msgid "Event begin date and time" msgid "Printing date and time" msgstr "Etkinlik başlangıç tarihi ve saati" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 #, fuzzy #| msgid "Event begin time" msgid "Printing time" msgstr "Etkinlik başlangıç zamanı" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "Soru: {question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3459,13 +3471,13 @@ msgstr "" msgid "Attendee name: {part}" msgstr "Katılımcı adı" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, fuzzy, python-brace-format #| msgid "Invoice address: name" msgid "Invoice address name: {part}" msgstr "Fatura adresi: isim" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "Bilet" @@ -3733,7 +3745,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Katılımcı: {name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "Tarih: {}" @@ -3928,7 +3940,7 @@ msgid "Order canceled: %(code)s" msgstr "Sipariş iptal edildi: %(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -4276,11 +4288,23 @@ msgstr "" "{event} ekibiniz" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4675,7 +4699,7 @@ msgid "You do not have access to this page." msgstr "Bu sayfaya erişiminiz yok." #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4759,7 +4783,7 @@ msgstr "" #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "pretix ile desteklenmektedir" @@ -4960,7 +4984,7 @@ msgstr "Varsayılan yerel ayarınız belirtilmelidir." msgid "Copy configuration from" msgstr "Yapılandırmayı kopyala" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "Kopyalama" @@ -6139,7 +6163,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "Bekleniliyor" @@ -6158,7 +6182,7 @@ msgstr "Beklemede veya ödenmiş" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "Süresi doldu" @@ -6172,7 +6196,7 @@ msgstr "Beklemede veya süresi doldu" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "İptal edildi" @@ -6189,7 +6213,7 @@ msgstr "Tüm ürünler" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "Tüm tarihler" @@ -6463,11 +6487,17 @@ msgstr "" "bilgilendireceğiz. Bu adres pretix.eu adresine aktarılmayacak, e-postalar bu " "sunucu tarafından yerel olarak gönderilecektir." -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +#, fuzzy +#| msgid "This question will be asked during check-in." +msgid "Dependencies between questions are not supported during check-in." +msgstr "Bu soru giriş sırasında sorulacaktır." + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "Ürün çoklu varyasyonlarda mevcut olmalıdır" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." @@ -6475,67 +6505,67 @@ msgstr "" "Bu seçeneği seçin örn. çoklu boyutlarda gelen tişörtler için. Bir sonraki " "adımdaki varyasyonları seçebilirsiniz." -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "Vergi yok" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "Ürün bilgilerini kopyala" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "Şimdi kotaya eklemeyin" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "Ürünü mevcut bir kotaya ekleyin" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "Bu ürün için yeni bir kota oluştur" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "Kota seçenekleri" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "Mevcut kotaya ekle" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "Yeni kota adı" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "Boyut" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "Bilet sayısı" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "Kota adı gerekli." -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "Lütfen bir kota seçin." -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " @@ -6545,7 +6575,7 @@ msgstr "" "üzerindeki kişiler için geçerlidir. Bu bilet, VIP alanı hariç olayın tüm " "bölümlerine erişim içerir." -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " @@ -6556,11 +6586,11 @@ msgstr "" "halihazırda bir kullanıcının arabası içinde olduğu için silinemez. Lütfen " "varyasyonu \"etkin değil\" olarak ayarlayın." -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "Aynı eklenti kategorisini iki kez eklediniz" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." @@ -6865,6 +6895,7 @@ msgid "Event types" msgstr "Etkinlik tarihi" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "İsteğe bağlı" @@ -7085,7 +7116,7 @@ msgstr "Siparişin sırrı değişti." msgid "The order's expiry date has been changed." msgstr "Siparişin sona erme tarihi değiştirildi." -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "Siparişin süresi dolmuş olarak işaretlendi." @@ -7097,7 +7128,7 @@ msgstr "Sipariş ödenmiş olarak işaretlendi." msgid "The order has been refunded." msgstr "Sipariş iade edildi." -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "Sipariş iptal edildi." @@ -7117,7 +7148,7 @@ msgstr "Sipariş oluşturuldu." msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "Sipariş onaylandı." @@ -7136,16 +7167,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "Sipariş yerel ayarları değiştirildi." -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "Fatura oluşturuldu." -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "Fatura yeniden oluşturuldu." -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "Fatura yeniden yayınlandı." @@ -8093,7 +8124,7 @@ msgstr "Yeni şifre belirle" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -8115,8 +8146,8 @@ msgstr "Yeni şifre belirle" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -8126,64 +8157,64 @@ msgstr "Kaydet" msgid "Create a new account" msgstr "Yeni bir hesap oluştur" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "Gezinmeyi değiştir" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "Dükkana git" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "Dükkana git" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "Yönetici oturumunu sonlandır" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "Hesap ayarları" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "Çıkış Yap" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 #, fuzzy #| msgid "Organizer name" msgid "Organizer account" msgstr "Organizatör ismi" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "Etkinlikeri ara" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" "Lütfen aşağıdaki yönetici oturumlarında neler yaptığınıza dair kısa bir " "açıklama bırakın:" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "Şu anda %(user)s adına çalışıyorsunuz." -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "İfade etmeyi bırak" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "Daha fazla oku" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -8191,13 +8222,13 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 #, fuzzy #| msgid "Show affected orders" msgid "Show all test mode orders" msgstr "Etkilenen siparişleri göster" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -8212,7 +8243,7 @@ msgstr "" "bir güncelleme geldiğinde e-posta yoluyla bilgilendirilmek için e-posta " "adresinizi girin. Bu mesaj siz tıkladıktan sonra kaybolacaktır." -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." @@ -8220,22 +8251,59 @@ msgstr "" "pretix hata ayıklama modunda çalışıyor. Güvenlik nedenleriyle, lütfen bir " "üretim örneğinde hata ayıklama modunu çalıştırma." -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "geliştirme modunda çalışıyor" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "İsteğinizi işliyoruz…" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" "Bu işlem birkaç dakikadan uzun sürerse, lütfen bizimle iletişime geçin." +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgid "Creation date" +msgid "Transaction Code" +msgstr "Oluşturulma tarihi" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "Satıcı ülke" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "Para birimi" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "Tip" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +#, fuzzy +#| msgid "Card type" +msgid "Card Entry Mode" +msgstr "Kart türü" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "Kart numarası" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -9360,6 +9428,9 @@ msgstr "Vergi kuralı: %(name)s" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "Gelişmiş Ayarlar" @@ -9948,7 +10019,7 @@ msgstr "Soruyu düzenle" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "Ödenmiş" @@ -9988,11 +10059,7 @@ msgstr "" "Aşağıdaki ürünlerin alıcıları tarafından verilen soruya verilen tüm cevaplar " "kaybolacak ." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "Ürünlere uygula" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " @@ -10002,29 +10069,35 @@ msgstr "" "seçmesi ve Hayır'ın kabul edilmemesi gerektiği anlamına gelir. Her iki " "seçeneğe de izin vermek istiyorsanız, bu alanı zorunlu hale getirmeyin." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "Cevap seçenekleri" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" "Yalnızca yukarıdaki 'Bir listeden bir tane / çoklu seç' seçeneğini " "belirlerseniz uygulanabilir." -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "Cevap seçeneği %(id)s" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "Yeni cevap seçeneği" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "Yeni bir seçenek ekle" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "Soru tipi" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -10044,10 +10117,6 @@ msgstr "Henüz hiç soru oluşturmadınız." msgid "Create a new question" msgstr "Yeni bir soru oluştur" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "Tip" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -10432,7 +10501,7 @@ msgstr "Fiyatı değiştir" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "artı %(rate)s%% %(name)s" @@ -10737,9 +10806,9 @@ msgstr "Vergi" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "Toplam" @@ -11176,7 +11245,7 @@ msgstr "" "olduklarının net olmadığı için burada listelenmeyecektir." #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "Satın alındı" @@ -12542,19 +12611,19 @@ msgstr "Rastgele kod üret" msgid "Copy codes" msgstr "Kodları kopyala" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "Kupon bilgileri" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "Fiyat etkisi" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -12601,16 +12670,22 @@ msgstr "" "Aşağıdaki tarihler zaten siparişleri olduğu için silinemez, ancak bunun " "yerine devre dışı bırakılır." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "Bu kupon zaten kullanılmış. Değiştirilmesi önerilmez." -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "Sipariş %(code)s" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "Kupon" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "Kupon geçmişi" @@ -13149,7 +13224,7 @@ msgstr "geçersiz öğe" msgid "Unknown e-mail renderer." msgstr "Bilinmeyen e-posta oluşturucu." -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "Geçersiz bir bilet çıkış türü talep ettiniz." @@ -13204,11 +13279,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "Sorun çözülmüş olarak işaretlendi!" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "Yorum güncellendi." -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "Yorum güncellenemedi." @@ -13384,7 +13459,7 @@ msgstr "Yeni bir müşteri sırrı oluşturuldu ve şimdi etkili." msgid "Access for the selected application has been revoked." msgstr "Seçilen uygulama için erişim iptal edildi." -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -13393,19 +13468,19 @@ msgstr "Seçilen uygulama için erişim iptal edildi." msgid "Unknown order code or not authorized to access this order." msgstr "Bilinmeyen sipariş kodu veya bu siparişe erişim yetkisi yok." -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 #, fuzzy #| msgid "Ticket download is not enabled for add-on products." msgid "Ticket download is not enabled for this product." msgstr "Eklenti ürünleri için bilet indirme etkin değil." -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 #, fuzzy #| msgid "The order has been denied." msgid "The order has been deleted." msgstr "Sipariş reddedildi." -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 #, fuzzy #| msgid "" #| "The event could not be deleted as some constraints (e.g. data created by " @@ -13417,65 +13492,65 @@ msgstr "" "Bazı kısıtlamalar (ör. Eklentiler tarafından oluşturulan veriler) izin " "vermediğinden, etkinlik silinemedi." -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 #, fuzzy #| msgid "The selected team cannot be deleted." msgid "Only orders created in test mode can be deleted." msgstr "Seçilen takım silinemez." -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "Sipariş reddedildi ve bu nedenle şimdi iptal edildi." -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "Bu ödeme iptal edildi." -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "Bu ödeme şu anda iptal edilemez." -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "Geri ödeme iptal edildi." -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "Bu geri ödeme şu anda iptal edilemez." -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "Para iadesi yapıldı." -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "Bu geri ödeme şu anda işleme alınamaz." -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "Geri ödeme yapıldı olarak işaretlendi." -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" "Ödeme tamamlandı olarak işaretlendi, ancak bir onay postası gönderemedik." -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "Ödeme eksiksiz olarak işaretlendi." -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "Bu ödeme şu anda teyit edilemez." -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "Geçersiz bir numara girdiniz." -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." @@ -13483,7 +13558,7 @@ msgstr "" "Henüz geri ödenmeyen bir ödemenin tutarından daha fazla geri ödeme " "yapamazsınız." -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." @@ -13491,7 +13566,7 @@ msgstr "" "Yalnızca tam para iadelerini destekleyen bir ödeme yöntemi için kısmi geri " "ödeme seçtiniz." -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" @@ -13499,11 +13574,11 @@ msgstr "" "İadelerden biri işlenemedi. Farklı bir şekilde geri ödemeyi tekrar " "denemelisiniz. Hata mesajı: {}" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "{} Tutarında geri ödeme yapıldı." -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." @@ -13511,25 +13586,25 @@ msgstr "" "{} Para iadesi kaydedildi, ancak henüz tam olarak çalıştırılmadı. Aşağıda " "eksiksiz olarak işaretleyebilirsiniz." -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" "Seçtiğiniz geri ödemeler seçilen toplam geri ödeme tutarıyla eşleşmiyor." -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" "Sipariş ödenmiş olarak işaretlendi, ancak bir onay postası gönderemedik." -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 #, fuzzy #| msgid "The event has been created." msgid "The payment has been created successfully." msgstr "Etkinlik oluşturuldu." -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 #, fuzzy #| msgid "" #| "The order has been marked as refunded. Please transfer the money back to " @@ -13541,32 +13616,32 @@ msgstr "" "Sipariş iade edildi olarak işaretlendi. Lütfen parayı alıcıya manuel olarak " "geri gönderin." -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "Bu sipariş için fatura oluşturamazsınız." -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "Bu sipariş için bir fatura zaten mevcut." -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "KDV numarası belirtilmemiş." -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "Ülke belirtilmedi." -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" "AB üyesi olmayan bir ülke belirtildiği için KDV Kimliği kontrol edilemedi." -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "Bu KDV numarası geçerli değil." -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." @@ -13574,40 +13649,40 @@ msgstr "" "Ülkenin KDV kontrol servisi şu anda mevcut olmadığı için KDV Kimliği kontrol " "edilemedi." -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "Bu KDV numarası geçerlidir." -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "Bilinmeyen fatura." -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "Fatura zaten iptal edildi." -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "Fatura kişisel verilerden temizlendi." -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" "Postayı gönderirken bir hata oluştu. Lütfen daha sonra tekrar deneyiniz." -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "E-posta gönderilmek üzere sıraya alındı." -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "Bu fatura bulunamadı" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "Fatura dosyası artık sunucuda saklanmaz." -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." @@ -13615,66 +13690,66 @@ msgstr "" "Fatura dosyası henüz oluşturulmadı, sizin için şimdi oluşturacağız. Lütfen " "birkaç saniye içinde tekrar deneyin." -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "Ödeme süresi değiştirildi." -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "Sunucu çok meşgul olduğu için isteği tamamen işleme koyamadık." -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "Bu işlem yalnızca bekleyen siparişlerde kullanılabilir." -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "Bu işlem yalnızca bekleyen veya ödenen siparişler için izinlidir." -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "Bir hata oluştu. Lütfen aşağıdaki detaylara bakınız." -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "Sipariş değiştirildi ve kullanıcı bilgilendirildi." -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "Sipariş değiştirildi." -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" "Girişinizi işlerken zorluklar yaşadık. Lütfen aşağıdaki hataları inceleyin." -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "Siparişle ilgili hiçbir şey değişmemişti." -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "E-postayı gönderemedik. Detaylar için aşağıya bakın." -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "Konu: {subject}" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "Mesajınız kuyruğa alındı ve {} adresine gönderilecek." -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "Aşağıdaki kullanıcıya posta gönderilemedi: {}" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." @@ -13682,15 +13757,15 @@ msgstr "" "Bu bağlantı artık geçerli değil. Lütfen geri dönün, sayfayı yenileyin ve " "tekrar deneyin." -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "Verilen sipariş kodu ile sipariş yok." -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "Seçilen ihracatçı bulunamadı." -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" "Girişinizi işlerken bir sorun oluştu. Hata detayları için aşağıya bakın." @@ -13867,12 +13942,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "Seçilen tarihler devre dışı bırakıldı." -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "Seçilen tarihler silinmiş veya devre dışı bırakılmıştır." -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "{} yeni tarihler oluşturuldu." @@ -14116,7 +14191,7 @@ msgstr "Bekleyen siparişleri dahil et" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Göre sırala" @@ -14235,53 +14310,62 @@ msgid "" msgstr "" "Daha iyi CSV içe aktarma yetenekleri için python paketini 'chardet' takın." -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 #, fuzzy #| msgid "Bank account details" msgid "Bank account type" msgstr "Banka hesap detayları" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 #, fuzzy #| msgid "Create a new account" msgid "Other bank account" msgstr "Yeni bir hesap oluştur" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 #, fuzzy #| msgid "Account holder" msgid "Name of account holder" msgstr "Hesap sahibi" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 #, fuzzy #| msgid "Number of days" msgid "Name of bank" msgstr "Gün sayısı" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "Banka hesap detayları" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 #, fuzzy #| msgid "" #| "Include everything that your customers need to send you a bank transfer " @@ -14298,34 +14382,34 @@ msgstr "" "Çok sayıda uluslararası müşteriniz varsa, tam adresinize ve bankanızın tam " "adresine de ihtiyaçları olabilir." -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "Ödeme referansında kısa çizgi eklemeyin." -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "Bu bazı ülkelerde gereklidir." -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 #, fuzzy #| msgid "Please confirm the following payment details." msgid "Please fill out your bank account details." msgstr "Lütfen aşağıdaki ödeme bilgilerini doğrulayın." -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 #, fuzzy #| msgid "Please enter your name." msgid "Please enter your bank account details." msgstr "Lütfen adınızı giriniz." -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -14334,7 +14418,7 @@ msgstr "Lütfen adınızı giriniz." msgid "Account holder" msgstr "Hesap sahibi" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -14352,11 +14436,17 @@ msgstr "Banka" msgid "Import bank data" msgstr "Banka verilerini içe aktar" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "Sipariş zaten iptal edildi." +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "Siparişiniz ödemeyi bekliyor: %(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -14380,8 +14470,8 @@ msgid "Payer" msgstr "Ödeyici" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "Ödeme tarihi" @@ -14915,11 +15005,6 @@ msgstr "Son Güncelleme" msgid "Total value" msgstr "Toplam değer" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "Para birimi" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -15200,37 +15285,37 @@ msgstr "Sayfa %d" msgid "Created: %s" msgstr "Oluşturuldu: %s" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "Siparişe genel bakış (PDF)" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "Ürüne göre siparişler" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "Vergili siparişlerin listesi (PDF)" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Vergi oranına göre siparişler ({currency})" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "Brüt" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "Vergi" @@ -15746,13 +15831,6 @@ msgstr "Toplam tutar kredi kartınızdan çekilecektir." msgid "Card type" msgstr "Kart türü" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "Kart numarası" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -16036,35 +16114,35 @@ msgstr "Lütfen fatura adresinizi giriniz." msgid "Please enter your name." msgstr "Lütfen adınızı giriniz." -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "Lütfen gerekli tüm soruların cevaplarını doldurun." -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "Ödeme" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "Lütfen bir ödeme yöntemi seçin." -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "Girdiğiniz ödeme bilgileri eksik." -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "Siparişi gözden geçir" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "Sayfanın altındaki tüm onay kutularını işaretlemeniz gerekir." -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -16535,7 +16613,7 @@ msgstr "sipariş için minimum miktar: %(num)s" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "ÜCRETSİZ" @@ -16547,7 +16625,7 @@ msgstr "Varyantları göster" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "%(item)s İçin fiyatı değiştir" @@ -16555,7 +16633,7 @@ msgstr "%(item)s İçin fiyatı değiştir" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "%(rate)s%% dahil %(name)s" @@ -16566,19 +16644,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "Bu bileti almak için aşağıda bir kupon kodu girin." #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "%(item)s -%(var)s sipariş vermek için miktar" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "Sipariş için %(item)s miktarı" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "Sepete ekle" @@ -17190,6 +17270,9 @@ msgstr "Okuma erişimi" msgid "Write access" msgstr "Yazma erişimi" +#~ msgid "Apply to products" +#~ msgstr "Ürünlere uygula" + #~ msgid "Any product" #~ msgstr "Herhangi bir ürün" diff --git a/src/pretix/locale/tr/LC_MESSAGES/djangojs.po b/src/pretix/locale/tr/LC_MESSAGES/djangojs.po index 851087348..78d930e52 100644 --- a/src/pretix/locale/tr/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/tr/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2018-09-03 06:36+0000\n" "Last-Translator: Yunus Fırat Pişkin \n" "Language-Team: Turkish \n" "Language-Team: Chinese (Simplified) \n" @@ -94,18 +94,18 @@ msgid "" "There is not enough quota available on quota \"{}\" to perform the operation." msgstr "配额“{}”上没有足够的配额可用来执行操作。" -#: pretix/api/serializers/checkin.py:27 pretix/base/models/items.py:880 -#: pretix/base/models/items.py:1211 +#: pretix/api/serializers/checkin.py:27 pretix/base/models/items.py:888 +#: pretix/base/models/items.py:1219 msgid "One or more items do not belong to this event." msgstr "一个或多个项目不属于此活动。" -#: pretix/api/serializers/checkin.py:31 pretix/base/models/items.py:1220 +#: pretix/api/serializers/checkin.py:31 pretix/base/models/items.py:1228 #: pretix/base/models/waitinglist.py:152 msgid "Subevent cannot be null for event series." msgstr "系列活动的子活动不能为空." #: pretix/api/serializers/checkin.py:33 pretix/api/serializers/checkin.py:36 -#: pretix/base/models/items.py:1222 pretix/base/models/items.py:1225 +#: pretix/base/models/items.py:1230 pretix/base/models/items.py:1233 #: pretix/base/models/waitinglist.py:154 pretix/base/models/waitinglist.py:157 msgid "The subevent does not belong to this event." msgstr "子活动不属于此活动." @@ -133,12 +133,16 @@ msgid "" "the dedicated nested endpoint." msgstr "不支持通过PATCH/PUT更新附加组件或变量。请使用专用nested endpoint。" -#: pretix/api/serializers/item.py:171 +#: pretix/api/serializers/item.py:179 msgid "" "Updating options via PATCH/PUT is not supported. Please use the dedicated " "nested endpoint." msgstr "不支持通过PATCH/PUT更新选项。请使用专用nested endpoint。" +#: pretix/api/serializers/item.py:195 pretix/control/forms/item.py:62 +msgid "Circular dependency between questions detected." +msgstr "" + #: pretix/api/views/oauth.py:74 pretix/control/logdisplay.py:233 #, python-brace-format msgid "" @@ -236,7 +240,7 @@ msgstr "复合Excel (.xlsx)" msgid "Answers to file upload questions" msgstr "文件上传问题的答案" -#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:777 +#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:785 #: pretix/control/navigation.py:169 #: pretix/control/templates/pretixcontrol/items/questions.html:3 #: pretix/control/templates/pretixcontrol/items/questions.html:5 @@ -281,9 +285,10 @@ msgstr "" "只包括在此日期或之前开具的发票。请注意,发票日期并不总是与订单或付款日期相对" "应。" -#: pretix/base/exporters/invoices.py:90 pretix/base/models/orders.py:1052 -#: pretix/base/models/orders.py:1369 pretix/control/forms/filter.py:93 +#: pretix/base/exporters/invoices.py:90 pretix/base/models/orders.py:1076 +#: pretix/base/models/orders.py:1393 pretix/control/forms/filter.py:93 #: pretix/control/forms/filter.py:893 +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:5 #: pretix/control/templates/pretixcontrol/orders/refunds.html:42 msgid "Payment provider" msgstr "支付服务提供商" @@ -306,7 +311,7 @@ msgstr "" msgid "Email addresses (text file)" msgstr "Email 地址(文本档案)" -#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:284 +#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:289 msgid "Filter by status" msgstr "按状态过滤" @@ -322,7 +327,7 @@ msgstr "订单数据" msgid "Orders" msgstr "订单" -#: pretix/base/exporters/orderlist.py:29 pretix/base/models/orders.py:1623 +#: pretix/base/exporters/orderlist.py:29 pretix/base/models/orders.py:1647 #: pretix/base/notifications.py:183 msgid "Order positions" msgstr "订单位置" @@ -349,7 +354,7 @@ msgstr "仅支付的订单" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:34 #: pretix/plugins/checkinlists/exporters.py:53 #: pretix/plugins/checkinlists/exporters.py:295 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 #: pretix/plugins/ticketoutputpdf/exporters.py:40 msgid "Order code" msgstr "订单代码" @@ -357,7 +362,7 @@ msgstr "订单代码" #: pretix/base/exporters/orderlist.py:91 pretix/base/notifications.py:179 #: pretix/control/templates/pretixcontrol/orders/index.html:101 #: pretix/control/templates/pretixcontrol/search/orders.html:48 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 msgid "Order total" msgstr "订单总计" @@ -366,6 +371,7 @@ msgstr "订单总计" #: pretix/base/exporters/orderlist.py:403 pretix/base/models/orders.py:123 #: pretix/control/forms/filter.py:366 pretix/control/forms/filter.py:501 #: pretix/control/forms/filter.py:697 pretix/control/forms/filter.py:752 +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:13 #: pretix/control/templates/pretixcontrol/checkin/index.html:74 #: pretix/control/templates/pretixcontrol/events/index.html:76 #: pretix/control/templates/pretixcontrol/order/index.html:448 @@ -376,7 +382,7 @@ msgstr "订单总计" #: pretix/control/templates/pretixcontrol/subevents/index.html:79 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:136 #: pretix/control/views/waitinglist.py:199 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:363 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:48 #: pretix/presale/templates/pretixpresale/organizers/index.html:48 msgid "Status" @@ -394,8 +400,8 @@ msgstr "Email" #: pretix/control/templates/pretixcontrol/orders/index.html:97 #: pretix/control/templates/pretixcontrol/search/orders.html:45 #: pretix/plugins/checkinlists/exporters.py:323 -#: pretix/plugins/reports/exporters.py:295 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:300 +#: pretix/plugins/reports/exporters.py:363 msgid "Order date" msgstr "订单日期" @@ -413,12 +419,12 @@ msgstr "公司" #: pretix/base/exporters/orderlist.py:92 pretix/base/exporters/orderlist.py:481 #: pretix/base/exporters/orderlist.py:489 #: pretix/base/exporters/orderlist.py:569 -#: pretix/base/exporters/orderlist.py:577 pretix/base/forms/questions.py:321 -#: pretix/base/models/devices.py:46 pretix/base/models/event.py:851 -#: pretix/base/models/event.py:1024 pretix/base/models/items.py:994 +#: pretix/base/exporters/orderlist.py:577 pretix/base/forms/questions.py:370 +#: pretix/base/models/devices.py:46 pretix/base/models/event.py:855 +#: pretix/base/models/event.py:1028 pretix/base/models/items.py:1002 #: pretix/base/models/organizer.py:31 pretix/base/models/tax.py:65 #: pretix/base/settings.py:725 pretix/control/forms/event.py:1062 -#: pretix/control/forms/item.py:203 +#: pretix/control/forms/item.py:233 #: pretix/control/templates/pretixcontrol/checkin/index.html:71 #: pretix/control/templates/pretixcontrol/event/tax_index.html:26 #: pretix/control/templates/pretixcontrol/oauth/app_list.html:12 @@ -442,7 +448,7 @@ msgstr "姓名" #: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:209 #: pretix/base/exporters/orderlist.py:298 #: pretix/base/exporters/orderlist.py:482 -#: pretix/base/exporters/orderlist.py:570 pretix/base/models/orders.py:1800 +#: pretix/base/exporters/orderlist.py:570 pretix/base/models/orders.py:1824 #: pretix/control/templates/pretixcontrol/order/index.html:609 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:97 #: pretix/presale/templates/pretixpresale/event/order.html:231 @@ -454,7 +460,7 @@ msgstr "地址" #: pretix/base/exporters/orderlist.py:483 #: pretix/base/exporters/orderlist.py:491 #: pretix/base/exporters/orderlist.py:571 -#: pretix/base/exporters/orderlist.py:579 pretix/base/models/orders.py:1801 +#: pretix/base/exporters/orderlist.py:579 pretix/base/models/orders.py:1825 #: pretix/control/forms/event.py:692 msgid "ZIP code" msgstr "邮政编码" @@ -464,7 +470,7 @@ msgstr "邮政编码" #: pretix/base/exporters/orderlist.py:484 #: pretix/base/exporters/orderlist.py:492 #: pretix/base/exporters/orderlist.py:572 -#: pretix/base/exporters/orderlist.py:580 pretix/base/models/orders.py:1802 +#: pretix/base/exporters/orderlist.py:580 pretix/base/models/orders.py:1826 #: pretix/control/forms/event.py:699 msgid "City" msgstr "城市" @@ -474,8 +480,8 @@ msgstr "城市" #: pretix/base/exporters/orderlist.py:485 #: pretix/base/exporters/orderlist.py:493 #: pretix/base/exporters/orderlist.py:573 -#: pretix/base/exporters/orderlist.py:581 pretix/base/models/orders.py:1803 -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:704 +#: pretix/base/exporters/orderlist.py:581 pretix/base/models/orders.py:1827 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:704 #: pretix/control/templates/pretixcontrol/order/index.html:613 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:101 #: pretix/presale/templates/pretixpresale/event/order.html:235 @@ -487,7 +493,7 @@ msgstr "国家" #: pretix/base/exporters/orderlist.py:487 #: pretix/base/exporters/orderlist.py:494 #: pretix/base/exporters/orderlist.py:575 -#: pretix/base/exporters/orderlist.py:582 pretix/base/models/orders.py:1805 +#: pretix/base/exporters/orderlist.py:582 pretix/base/models/orders.py:1829 #: pretix/control/templates/pretixcontrol/order/index.html:616 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:104 #: pretix/presale/templates/pretixpresale/event/order.html:238 @@ -537,7 +543,7 @@ msgid "Description" msgstr "描述" #: pretix/base/exporters/orderlist.py:197 -#: pretix/base/exporters/orderlist.py:272 pretix/base/models/orders.py:895 +#: pretix/base/exporters/orderlist.py:272 pretix/base/models/orders.py:897 #: pretix/base/pdf.py:86 pretix/plugins/checkinlists/exporters.py:213 #: pretix/plugins/checkinlists/exporters.py:302 msgid "Price" @@ -545,8 +551,8 @@ msgstr "价格" #: pretix/base/exporters/orderlist.py:198 #: pretix/base/exporters/orderlist.py:273 -#: pretix/base/exporters/orderlist.py:560 pretix/base/models/orders.py:1501 -#: pretix/base/models/orders.py:1599 pretix/base/models/tax.py:72 +#: pretix/base/exporters/orderlist.py:560 pretix/base/models/orders.py:1525 +#: pretix/base/models/orders.py:1623 pretix/base/models/tax.py:72 msgid "Tax rate" msgstr "税率" @@ -559,8 +565,8 @@ msgstr "计税规则" #: pretix/base/exporters/orderlist.py:200 #: pretix/base/exporters/orderlist.py:275 -#: pretix/base/exporters/orderlist.py:559 pretix/base/models/orders.py:1510 -#: pretix/base/models/orders.py:1608 +#: pretix/base/exporters/orderlist.py:559 pretix/base/models/orders.py:1534 +#: pretix/base/models/orders.py:1632 msgid "Tax value" msgstr "税额" @@ -586,18 +592,18 @@ msgstr "位置ID" #: pretix/control/views/vouchers.py:61 pretix/control/views/waitinglist.py:199 #: pretix/plugins/checkinlists/exporters.py:213 #: pretix/plugins/checkinlists/exporters.py:302 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:10 msgid "Product" msgstr "产品" -#: pretix/base/exporters/orderlist.py:271 pretix/base/models/orders.py:890 +#: pretix/base/exporters/orderlist.py:271 pretix/base/models/orders.py:892 msgid "Variation" msgstr "变量" #: pretix/base/exporters/orderlist.py:276 -#: pretix/base/exporters/orderlist.py:281 pretix/base/forms/questions.py:155 -#: pretix/base/models/orders.py:899 pretix/base/pdf.py:91 +#: pretix/base/exporters/orderlist.py:281 pretix/base/forms/questions.py:157 +#: pretix/base/models/orders.py:901 pretix/base/pdf.py:91 #: pretix/control/templates/pretixcontrol/order/index.html:293 #: pretix/plugins/badges/exporters.py:105 #: pretix/plugins/checkinlists/exporters.py:52 @@ -607,8 +613,8 @@ msgstr "变量" msgid "Attendee name" msgstr "观众姓名" -#: pretix/base/exporters/orderlist.py:283 pretix/base/forms/questions.py:161 -#: pretix/base/models/orders.py:907 +#: pretix/base/exporters/orderlist.py:283 pretix/base/forms/questions.py:163 +#: pretix/base/models/orders.py:909 #: pretix/control/templates/pretixcontrol/order/index.html:298 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:31 msgid "Attendee email" @@ -616,8 +622,8 @@ msgstr "观众Email" #: pretix/base/exporters/orderlist.py:284 pretix/base/models/vouchers.py:177 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:5 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:5 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:7 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:6 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:8 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:137 msgid "Voucher" msgstr "优惠券" @@ -635,8 +641,8 @@ msgid "Only successful payments" msgstr "仅成功支付的订单" #: pretix/base/exporters/orderlist.py:403 pretix/base/models/orders.py:184 -#: pretix/base/models/orders.py:1039 pretix/base/models/orders.py:1350 -#: pretix/base/models/orders.py:1490 pretix/base/models/orders.py:1593 +#: pretix/base/models/orders.py:1063 pretix/base/models/orders.py:1374 +#: pretix/base/models/orders.py:1514 pretix/base/models/orders.py:1617 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:15 #: pretix/plugins/checkinlists/exporters.py:211 msgid "Order" @@ -660,8 +666,8 @@ msgstr "完成日期" msgid "Status code" msgstr "状态代码" -#: pretix/base/exporters/orderlist.py:404 pretix/base/models/orders.py:1035 -#: pretix/base/models/orders.py:1346 +#: pretix/base/exporters/orderlist.py:404 pretix/base/models/orders.py:1059 +#: pretix/base/models/orders.py:1370 #: pretix/control/templates/pretixcontrol/order/index.html:449 #: pretix/control/templates/pretixcontrol/order/index.html:525 #: pretix/control/templates/pretixcontrol/orders/refunds.html:46 @@ -754,8 +760,8 @@ msgid "Invoice number" msgstr "发票号码" #: pretix/base/exporters/orderlist.py:475 -#: pretix/base/exporters/orderlist.py:564 pretix/base/models/items.py:724 -#: pretix/base/models/orders.py:143 pretix/base/models/orders.py:1758 +#: pretix/base/exporters/orderlist.py:564 pretix/base/models/items.py:728 +#: pretix/base/models/orders.py:143 pretix/base/models/orders.py:1782 #: pretix/control/forms/filter.py:378 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_assign.html:17 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:11 @@ -834,12 +840,12 @@ msgid "Street address" msgstr "街道地址" #: pretix/base/exporters/orderlist.py:495 -#: pretix/base/exporters/orderlist.py:583 pretix/base/models/orders.py:1814 +#: pretix/base/exporters/orderlist.py:583 pretix/base/models/orders.py:1838 msgid "Beneficiary" msgstr "受益人" #: pretix/base/exporters/orderlist.py:496 -#: pretix/base/exporters/orderlist.py:584 pretix/base/models/orders.py:1809 +#: pretix/base/exporters/orderlist.py:584 pretix/base/models/orders.py:1833 #: pretix/control/templates/pretixcontrol/order/index.html:632 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:107 msgid "Internal reference" @@ -877,23 +883,23 @@ msgstr "取消" msgid "Invoice" msgstr "发票" -#: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:807 -#: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 -#: pretix/control/views/vouchers.py:79 -#: pretix/plugins/checkinlists/exporters.py:359 -#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 -#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 -#: pretix/presale/checkoutflow.py:595 -msgid "Yes" -msgstr "是" - #: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:809 #: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 #: pretix/control/views/vouchers.py:79 #: pretix/plugins/checkinlists/exporters.py:359 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 -#: pretix/presale/checkoutflow.py:597 +#: pretix/presale/checkoutflow.py:619 +msgid "Yes" +msgstr "是" + +#: pretix/base/exporters/orderlist.py:546 pretix/base/models/orders.py:811 +#: pretix/control/views/item.py:442 pretix/control/views/vouchers.py:78 +#: pretix/control/views/vouchers.py:79 +#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:82 +#: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:83 +#: pretix/presale/checkoutflow.py:621 msgid "No" msgstr "否" @@ -921,7 +927,7 @@ msgstr "活动开始日期" #: pretix/base/models/auth.py:78 pretix/base/models/notifications.py:25 #: pretix/base/models/orders.py:135 pretix/control/navigation.py:68 #: pretix/plugins/checkinlists/exporters.py:313 -#: pretix/presale/checkoutflow.py:585 pretix/presale/forms/checkout.py:26 +#: pretix/presale/checkoutflow.py:609 pretix/presale/forms/checkout.py:26 #: pretix/presale/forms/user.py:6 msgid "E-mail" msgstr "E-mail" @@ -962,27 +968,33 @@ msgstr "电子邮件地址" msgid "Repeat password" msgstr "再次输入密码" -#: pretix/base/forms/questions.py:281 +#: pretix/base/forms/questions.py:316 pretix/control/forms/item.py:70 +#, fuzzy +#| msgid "This field is required." +msgid "This field is required" +msgstr "此字段必填。" + +#: pretix/base/forms/questions.py:330 msgid "Street and Number" msgstr "街道和门牌" -#: pretix/base/forms/questions.py:338 +#: pretix/base/forms/questions.py:387 msgid "You need to provide a company name." msgstr "您需要提供一个公司名称。" -#: pretix/base/forms/questions.py:340 +#: pretix/base/forms/questions.py:389 msgid "You need to provide your name." msgstr "你需要提供你的姓名。" -#: pretix/base/forms/questions.py:351 pretix/control/views/orders.py:974 +#: pretix/base/forms/questions.py:400 pretix/control/views/orders.py:976 msgid "Your VAT ID does not match the selected country." msgstr "您的增值税ID与所选国家不匹配。" -#: pretix/base/forms/questions.py:359 +#: pretix/base/forms/questions.py:408 msgid "This VAT ID is not valid. Please re-check your input." msgstr "这个增值税ID无效。请重新检查您的输入。" -#: pretix/base/forms/questions.py:364 +#: pretix/base/forms/questions.py:413 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country is currently not available. We will therefore need to charge VAT on " @@ -992,7 +1004,7 @@ msgstr "" "您的增值税ID无法查询,因为您所在国家的增值税查询服务目前无法使用。因此,我们" "需要在您的发票上收取增值税。您可以通过增值税退税程序取回税款。" -#: pretix/base/forms/questions.py:372 +#: pretix/base/forms/questions.py:421 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country returned an incorrect result. We will therefore need to charge VAT " @@ -1068,7 +1080,7 @@ msgid "Invalid placeholder(s): %(value)s" msgstr "占位符无效(s):%(value)s" #: pretix/base/forms/widgets.py:126 pretix/base/forms/widgets.py:131 -#: pretix/base/models/orders.py:1796 +#: pretix/base/models/orders.py:1820 msgid "Business customer" msgstr "商业客户" @@ -1094,7 +1106,7 @@ msgid "Invoice {num}" msgstr "发票 {num}" #: pretix/base/invoice.py:274 -#: pretix/control/templates/pretixcontrol/base.html:242 +#: pretix/control/templates/pretixcontrol/base.html:246 #: pretix/control/templates/pretixcontrol/checkin/index.html:94 #: pretix/control/templates/pretixcontrol/order/index.html:20 #: pretix/control/templates/pretixcontrol/orders/index.html:120 @@ -1263,7 +1275,7 @@ msgstr "使用转换率为1:{rate}由欧洲中央银行发布{date},发票 msgid "Default list" msgstr "默认列表" -#: pretix/base/models/auth.py:80 pretix/base/models/orders.py:1798 +#: pretix/base/models/auth.py:80 pretix/base/models/orders.py:1822 #: pretix/base/settings.py:736 pretix/base/settings.py:747 #: pretix/control/templates/pretixcontrol/users/index.html:42 msgid "Full name" @@ -1333,11 +1345,11 @@ msgstr "所有产品(包括新创建的)" msgid "Limit to products" msgstr "限定产品" -#: pretix/base/models/checkin.py:16 pretix/base/models/items.py:990 -#: pretix/base/models/orders.py:880 pretix/base/models/vouchers.py:92 +#: pretix/base/models/checkin.py:16 pretix/base/models/items.py:998 +#: pretix/base/models/orders.py:882 pretix/base/models/vouchers.py:92 #: pretix/base/models/waitinglist.py:33 pretix/control/forms/checkin.py:24 #: pretix/control/forms/event.py:1187 pretix/control/forms/filter.py:187 -#: pretix/control/forms/filter.py:789 pretix/control/forms/item.py:114 +#: pretix/control/forms/filter.py:789 pretix/control/forms/item.py:144 #: pretix/control/forms/orders.py:212 pretix/control/forms/orders.py:257 #: pretix/control/forms/vouchers.py:70 #: pretix/control/templates/pretixcontrol/checkin/lists.html:61 @@ -1349,7 +1361,7 @@ msgstr "限定产品" #: pretix/control/templates/pretixcontrol/waitinglist/index.html:133 #: pretix/control/views/waitinglist.py:203 #: pretix/plugins/checkinlists/exporters.py:316 -#: pretix/plugins/reports/exporters.py:266 pretix/plugins/sendmail/forms.py:79 +#: pretix/plugins/reports/exporters.py:271 pretix/plugins/sendmail/forms.py:79 #: pretix/presale/templates/pretixpresale/event/checkout_questions.html:86 msgctxt "subevent" msgid "Date" @@ -1423,17 +1435,17 @@ msgstr "商店现场直播" msgid "Event currency" msgstr "活动传播" -#: pretix/base/models/event.py:302 pretix/base/models/event.py:853 +#: pretix/base/models/event.py:302 pretix/base/models/event.py:857 #: pretix/control/forms/event.py:1060 pretix/control/forms/subevents.py:58 msgid "Event start time" msgstr "活动开始时间" -#: pretix/base/models/event.py:304 pretix/base/models/event.py:855 +#: pretix/base/models/event.py:304 pretix/base/models/event.py:859 #: pretix/base/pdf.py:148 pretix/control/forms/subevents.py:62 msgid "Event end time" msgstr "活动结束时间" -#: pretix/base/models/event.py:306 pretix/base/models/event.py:857 +#: pretix/base/models/event.py:306 pretix/base/models/event.py:861 #: pretix/control/forms/subevents.py:67 msgid "Admission time" msgstr "入场时间" @@ -1448,29 +1460,31 @@ msgid "" "organizer account." msgstr "如果选中,此活动将公开显示在您的管理器帐户的活动列表中。" -#: pretix/base/models/event.py:312 pretix/base/models/event.py:860 +#: pretix/base/models/event.py:312 pretix/base/models/event.py:864 #: pretix/control/forms/subevents.py:78 msgid "End of presale" msgstr "预售结束" -#: pretix/base/models/event.py:313 pretix/base/models/event.py:861 +#: pretix/base/models/event.py:313 pretix/base/models/event.py:865 #: pretix/control/forms/subevents.py:79 msgid "" "Optional. No products will be sold after this date. If you do not set this " "value, the presale will end after the end date of your event." -msgstr "可选的。 在此日期之后不会出售任何产品。 如果未设置此值,则预售将在您的活动结束日期之后结束。" +msgstr "" +"可选的。 在此日期之后不会出售任何产品。 如果未设置此值,则预售将在您的活动结" +"束日期之后结束。" -#: pretix/base/models/event.py:318 pretix/base/models/event.py:866 +#: pretix/base/models/event.py:318 pretix/base/models/event.py:870 #: pretix/control/forms/subevents.py:72 msgid "Start of presale" msgstr "预售开始" -#: pretix/base/models/event.py:319 pretix/base/models/event.py:867 +#: pretix/base/models/event.py:319 pretix/base/models/event.py:871 #: pretix/control/forms/subevents.py:73 msgid "Optional. No products will be sold before this date." msgstr "可选的。 在此日期之前不会销售任何产品。" -#: pretix/base/models/event.py:324 pretix/base/models/event.py:872 +#: pretix/base/models/event.py:324 pretix/base/models/event.py:876 msgid "Location" msgstr "位置" @@ -1493,8 +1507,8 @@ msgid "Event series" msgstr "活动序列" #: pretix/base/models/event.py:340 pretix/base/models/items.py:233 -#: pretix/base/models/items.py:983 pretix/base/models/orders.py:129 -#: pretix/base/models/orders.py:1750 pretix/base/models/vouchers.py:86 +#: pretix/base/models/items.py:991 pretix/base/models/orders.py:129 +#: pretix/base/models/orders.py:1774 pretix/base/models/vouchers.py:86 #: pretix/base/models/waitinglist.py:27 pretix/base/notifications.py:177 #: pretix/control/templates/pretixcontrol/search/orders.html:39 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:18 @@ -1511,67 +1525,67 @@ msgstr "活动" msgid "Events" msgstr "活动" -#: pretix/base/models/event.py:706 +#: pretix/base/models/event.py:710 msgid "" "You have configured at least one paid product but have not enabled any " "payment methods." msgstr "您已经配置了至少一个已付费产品,但尚未启用任何支付方法。" -#: pretix/base/models/event.py:709 +#: pretix/base/models/event.py:713 msgid "You need to configure at least one quota to sell anything." msgstr "您需要配置至少一个配额才能销售任何东西。" -#: pretix/base/models/event.py:799 +#: pretix/base/models/event.py:803 msgid "" "Once created an event cannot change between an series and a single event." msgstr "创建后,不能在活动序列和单个活动之间更改。" -#: pretix/base/models/event.py:805 +#: pretix/base/models/event.py:809 msgid "The event slug cannot be changed." msgstr "活动slug无法更改。" -#: pretix/base/models/event.py:808 +#: pretix/base/models/event.py:812 msgid "This slug has already been used for a different event." msgstr "slug已经用于不同的活动。" -#: pretix/base/models/event.py:814 +#: pretix/base/models/event.py:818 msgid "The event cannot end before it starts." msgstr "活动在开始之前不能结束。" -#: pretix/base/models/event.py:820 +#: pretix/base/models/event.py:824 msgid "The event's presale cannot end before it starts." msgstr "活动的预售不能在它开始之前结束。" -#: pretix/base/models/event.py:846 pretix/base/models/items.py:254 +#: pretix/base/models/event.py:850 pretix/base/models/items.py:254 #: pretix/base/models/items.py:505 pretix/control/forms/filter.py:369 #: pretix/control/forms/filter.py:700 #: pretix/control/templates/pretixcontrol/users/index.html:46 msgid "Active" msgstr "活跃" -#: pretix/base/models/event.py:847 +#: pretix/base/models/event.py:851 msgid "" "Only with this checkbox enabled, this date is visible in the frontend to " "users." msgstr "只有启用此复选框,日期才能在前端显示给用户。" -#: pretix/base/models/event.py:876 pretix/control/forms/event.py:1041 +#: pretix/base/models/event.py:880 pretix/control/forms/event.py:1041 msgid "Frontpage text" msgstr "首页文本" -#: pretix/base/models/event.py:883 +#: pretix/base/models/event.py:887 msgid "Date in event series" msgstr "活动日期系列" -#: pretix/base/models/event.py:884 +#: pretix/base/models/event.py:888 msgid "Dates in event series" msgstr "按活动序列排列的日期" -#: pretix/base/models/event.py:1016 +#: pretix/base/models/event.py:1020 msgid "Can not contain spaces or special characters except underscores" msgstr "除下划线外,不能包含空格或特殊字符" -#: pretix/base/models/event.py:1021 +#: pretix/base/models/event.py:1025 msgid "The property name may only contain letters, numbers and underscores." msgstr "属性名称只能包含字母,数字和下划线。" @@ -1757,7 +1771,9 @@ msgstr "此产品只会在兑换与产品相匹配的优惠券时才会显示。 msgid "" "This product will be hidden from the event page until the user enters a " "voucher code that is specifically tied to this product (and not via a quota)." -msgstr "此产品将在活动页面中隐藏,直到用户输入与此产品特定关联的优惠券号码(而不是通过配额)。" +msgstr "" +"此产品将在活动页面中隐藏,直到用户输入与此产品特定关联的优惠券号码(而不是通" +"过配额)。" #: pretix/base/models/items.py:332 msgid "Allow product to be canceled" @@ -1768,7 +1784,9 @@ msgid "" "If this is checked, the usual cancellation settings of this event apply. If " "this is unchecked, orders containing this product can not be canceled by " "users but only by you." -msgstr "如果选中此项,则取消适用此活动的常规设置。如果未选中此项,则包含此产品的订单不能由用户取消,只能由您取消。" +msgstr "" +"如果选中此项,则取消适用此活动的常规设置。如果未选中此项,则包含此产品的订单" +"不能由用户取消,只能由您取消。" #: pretix/base/models/items.py:338 msgid "Minimum amount per order" @@ -1824,13 +1842,13 @@ msgstr "" "如果设置,这将显示在当前价格旁边,以显示当前价格是折扣价格。这只是一个装饰性" "的设置,实际上不会影响定价。" -#: pretix/base/models/items.py:365 pretix/control/forms/item.py:330 +#: pretix/base/models/items.py:365 pretix/control/forms/item.py:361 msgid "Sales channels" msgstr "销售渠道" -#: pretix/base/models/items.py:373 pretix/base/models/items.py:760 +#: pretix/base/models/items.py:373 pretix/base/models/items.py:764 #: pretix/control/forms/filter.py:181 pretix/control/forms/filter.py:636 -#: pretix/control/forms/item.py:99 pretix/control/navigation.py:135 +#: pretix/control/forms/item.py:129 pretix/control/navigation.py:135 #: pretix/control/navigation.py:144 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:27 #: pretix/control/templates/pretixcontrol/checkin/lists.html:63 @@ -1865,7 +1883,7 @@ msgid "This is shown below the variation name in lists." msgstr "这显示在列表中的变动名称下方。" #: pretix/base/models/items.py:514 pretix/base/models/items.py:637 -#: pretix/base/models/items.py:766 +#: pretix/base/models/items.py:770 msgid "Position" msgstr "位置" @@ -1917,44 +1935,44 @@ msgstr "最大计数需要等于或大于零。" msgid "The maximum count needs to be greater than the minimum count." msgstr "最大计数需要大于最小计数。" -#: pretix/base/models/items.py:717 +#: pretix/base/models/items.py:721 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:21 msgid "Number" msgstr "数量" -#: pretix/base/models/items.py:718 +#: pretix/base/models/items.py:722 msgid "Text (one line)" msgstr "文本(一行)" -#: pretix/base/models/items.py:719 +#: pretix/base/models/items.py:723 msgid "Multiline text" msgstr "多行文本" -#: pretix/base/models/items.py:720 +#: pretix/base/models/items.py:724 msgid "Yes/No" msgstr "是/否" -#: pretix/base/models/items.py:721 +#: pretix/base/models/items.py:725 msgid "Choose one from a list" msgstr "从列表中选择一个" -#: pretix/base/models/items.py:722 +#: pretix/base/models/items.py:726 msgid "Choose multiple from a list" msgstr "从列表中选择多个" -#: pretix/base/models/items.py:723 +#: pretix/base/models/items.py:727 msgid "File upload" msgstr "上传文件" -#: pretix/base/models/items.py:725 pretix/base/reldate.py:131 +#: pretix/base/models/items.py:729 pretix/base/reldate.py:131 msgid "Time" msgstr "时间" -#: pretix/base/models/items.py:726 +#: pretix/base/models/items.py:730 msgid "Date and time" msgstr "日期和时间" -#: pretix/base/models/items.py:735 pretix/base/models/items.py:776 +#: pretix/base/models/items.py:739 pretix/base/models/items.py:784 #: pretix/control/forms/item.py:38 #: pretix/control/templates/pretixcontrol/items/question_edit.html:9 #: pretix/control/templates/pretixcontrol/items/question_edit.html:16 @@ -1962,11 +1980,11 @@ msgstr "日期和时间" msgid "Question" msgstr "问题" -#: pretix/base/models/items.py:739 +#: pretix/base/models/items.py:743 msgid "Internal identifier" msgstr "内部标识符" -#: pretix/base/models/items.py:740 +#: pretix/base/models/items.py:744 msgid "" "You can enter any value here to make it easier to match the data with other " "sources. If you do not input one, we will generate one automatically." @@ -1974,109 +1992,109 @@ msgstr "" "您可以在此输入任何值,以便更轻松地将数据与其他来源匹配。如果您没有输入一个," "我们将自动生成一个。" -#: pretix/base/models/items.py:744 +#: pretix/base/models/items.py:748 msgid "Help text" msgstr "帮助文本" -#: pretix/base/models/items.py:745 +#: pretix/base/models/items.py:749 msgid "If the question needs to be explained or clarified, do it here!" msgstr "如果这个问题需要解释或澄清,请在此处进行!" -#: pretix/base/models/items.py:751 +#: pretix/base/models/items.py:755 msgid "Question type" msgstr "问题类型" -#: pretix/base/models/items.py:755 +#: pretix/base/models/items.py:759 #: pretix/control/templates/pretixcontrol/items/questions.html:49 msgid "Required question" msgstr "必要的问题" -#: pretix/base/models/items.py:762 +#: pretix/base/models/items.py:766 msgid "This question will be asked to buyers of the selected products" msgstr "这个问题将问给购买所选产品的人" -#: pretix/base/models/items.py:769 +#: pretix/base/models/items.py:773 msgid "Ask during check-in instead of in the ticket buying process" msgstr "在办理手续时询问,而不是在购票过程中询问" -#: pretix/base/models/items.py:770 +#: pretix/base/models/items.py:774 msgid "" "This will only work if you handle your check-in with pretixdroid 1.8 or " "newer or pretixdesk 0.2 or newer." msgstr "" "这仅适用于使用pretixdroid 1.8或更新版本或pretixdesk 0.2或更新版本的签入时。" -#: pretix/base/models/items.py:797 +#: pretix/base/models/items.py:805 msgid "This identifier is already used for a different question." msgstr "此标识符已用于其他问题。" -#: pretix/base/models/items.py:821 +#: pretix/base/models/items.py:829 msgid "An answer to this question is required to proceed." msgstr "需要回答这个问题才能继续。" -#: pretix/base/models/items.py:831 pretix/base/models/items.py:839 +#: pretix/base/models/items.py:839 pretix/base/models/items.py:847 msgid "Invalid option selected." msgstr "选择的选项无效。" -#: pretix/base/models/items.py:848 +#: pretix/base/models/items.py:856 msgid "Invalid number input." msgstr "数字输入无效。" -#: pretix/base/models/items.py:855 +#: pretix/base/models/items.py:863 msgid "Invalid date input." msgstr "日期输入无效。" -#: pretix/base/models/items.py:862 +#: pretix/base/models/items.py:870 msgid "Invalid time input." msgstr "时间输入无效。" -#: pretix/base/models/items.py:872 +#: pretix/base/models/items.py:880 msgid "Invalid datetime input." msgstr "日期时间输入无效。" -#: pretix/base/models/items.py:886 +#: pretix/base/models/items.py:894 #: pretix/control/templates/pretixcontrol/items/question.html:68 msgid "Answer" msgstr "答案" -#: pretix/base/models/items.py:908 +#: pretix/base/models/items.py:916 msgid "The identifier \"{}\" is already used for a different option." msgstr "标识符“{}”已用于其他选项。" -#: pretix/base/models/items.py:911 +#: pretix/base/models/items.py:919 msgid "Question option" msgstr "问题选项" -#: pretix/base/models/items.py:912 +#: pretix/base/models/items.py:920 msgid "Question options" msgstr "问题选项" -#: pretix/base/models/items.py:997 pretix/control/forms/event.py:1308 +#: pretix/base/models/items.py:1005 pretix/control/forms/event.py:1308 #: pretix/control/templates/pretixcontrol/items/quotas.html:49 msgid "Total capacity" msgstr "总产量" -#: pretix/base/models/items.py:999 pretix/control/forms/item.py:213 +#: pretix/base/models/items.py:1007 pretix/control/forms/item.py:243 msgid "Leave empty for an unlimited number of tickets." msgstr "空出无限张票。" -#: pretix/base/models/items.py:1003 pretix/base/models/orders.py:884 +#: pretix/base/models/items.py:1011 pretix/base/models/orders.py:886 #: pretix/control/templates/pretixcontrol/checkin/index.html:67 msgid "Item" msgstr "项目" -#: pretix/base/models/items.py:1011 +#: pretix/base/models/items.py:1019 #: pretix/control/templates/pretixcontrol/item/base.html:16 msgid "Variations" msgstr "变动" -#: pretix/base/models/items.py:1019 pretix/base/models/vouchers.py:157 +#: pretix/base/models/items.py:1027 pretix/base/models/vouchers.py:157 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:8 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:15 msgid "Quota" msgstr "定额" -#: pretix/base/models/items.py:1020 pretix/control/navigation.py:153 +#: pretix/base/models/items.py:1028 pretix/control/navigation.py:153 #: pretix/control/templates/pretixcontrol/items/quotas.html:3 #: pretix/control/templates/pretixcontrol/items/quotas.html:5 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:298 @@ -2084,11 +2102,11 @@ msgstr "定额" msgid "Quotas" msgstr "配额" -#: pretix/base/models/items.py:1204 +#: pretix/base/models/items.py:1212 msgid "All variations must belong to an item contained in the items list." msgstr "所有变化必须属于项目列表中包含的项目。" -#: pretix/base/models/items.py:1214 +#: pretix/base/models/items.py:1222 msgid "" "One or more items has variations but none of these are in the variations " "list." @@ -2155,7 +2173,7 @@ msgstr "取消的" msgid "Locale" msgstr "当地" -#: pretix/base/models/orders.py:146 pretix/base/models/orders.py:1762 +#: pretix/base/models/orders.py:146 pretix/base/models/orders.py:1786 msgid "Expiration date" msgstr "截止日期" @@ -2180,185 +2198,187 @@ msgid "" "of this order require special attention. This will not show any details or " "custom message, so you need to brief your check-in staff how to handle these " "cases." -msgstr "如果您设置此项,签入应用程序将显示一个可见的警告,表明此订单的票证需要特别注意。" +msgstr "" +"如果您设置此项,签入应用程序将显示一个可见的警告,表明此订单的票证需要特别注" +"意。" -#: pretix/base/models/orders.py:172 pretix/base/models/orders.py:918 +#: pretix/base/models/orders.py:172 pretix/base/models/orders.py:920 msgid "Meta information" msgstr "元信息" -#: pretix/base/models/orders.py:609 +#: pretix/base/models/orders.py:611 msgid "" "The payment can not be accepted as the last date of payments configured in " "the payment settings is over." msgstr "由于付款设置中配置的最后付款日期已结束,因此无法接受付款。" -#: pretix/base/models/orders.py:611 +#: pretix/base/models/orders.py:613 msgid "" "The payment can not be accepted as the order is expired and you configured " "that no late payments should be accepted in the payment settings." msgstr "" "由于订单已过期且您的付款设置中已配置为不接受延迟付款,因此无法接受付款。" -#: pretix/base/models/orders.py:613 +#: pretix/base/models/orders.py:615 msgid "This order is not yet approved by the event organizer." msgstr "此订单尚未得到项目组织者的批准。" -#: pretix/base/models/orders.py:631 +#: pretix/base/models/orders.py:633 #, python-brace-format msgid "The ordered product \"{item}\" is no longer available." msgstr "订购的产品“{item}”不再可用。" -#: pretix/base/models/orders.py:811 +#: pretix/base/models/orders.py:813 msgid "" msgstr "<文件>" -#: pretix/base/models/orders.py:901 pretix/base/models/orders.py:909 +#: pretix/base/models/orders.py:903 pretix/base/models/orders.py:911 msgid "Empty, if this product is not an admission ticket" msgstr "空,如果这个产品不是门票" -#: pretix/base/models/orders.py:1022 +#: pretix/base/models/orders.py:1046 msgctxt "payment_state" msgid "created" msgstr "创建" -#: pretix/base/models/orders.py:1023 +#: pretix/base/models/orders.py:1047 msgctxt "payment_state" msgid "pending" msgstr "待处理的" -#: pretix/base/models/orders.py:1024 +#: pretix/base/models/orders.py:1048 msgctxt "payment_state" msgid "confirmed" msgstr "确认" -#: pretix/base/models/orders.py:1025 +#: pretix/base/models/orders.py:1049 msgctxt "payment_state" msgid "canceled" msgstr "取消" -#: pretix/base/models/orders.py:1026 +#: pretix/base/models/orders.py:1050 msgctxt "payment_state" msgid "failed" msgstr "失败" -#: pretix/base/models/orders.py:1027 +#: pretix/base/models/orders.py:1051 msgctxt "payment_state" msgid "refunded" msgstr "退还" -#: pretix/base/models/orders.py:1055 pretix/base/models/orders.py:1372 +#: pretix/base/models/orders.py:1079 pretix/base/models/orders.py:1396 #: pretix/base/shredder.py:334 msgid "Payment information" msgstr "支付信息" -#: pretix/base/models/orders.py:1213 +#: pretix/base/models/orders.py:1237 #, python-format msgid "Payment received for your order: %(code)s" msgstr "已收到您的订单付款:%(code)s" -#: pretix/base/models/orders.py:1318 +#: pretix/base/models/orders.py:1342 msgctxt "refund_state" msgid "started externally" msgstr "从外部开始" -#: pretix/base/models/orders.py:1319 +#: pretix/base/models/orders.py:1343 msgctxt "refund_state" msgid "created" msgstr "创建" -#: pretix/base/models/orders.py:1320 +#: pretix/base/models/orders.py:1344 msgctxt "refund_state" msgid "in transit" msgstr "在运输过程中" -#: pretix/base/models/orders.py:1321 +#: pretix/base/models/orders.py:1345 msgctxt "refund_state" msgid "done" msgstr "完成" -#: pretix/base/models/orders.py:1322 +#: pretix/base/models/orders.py:1346 msgctxt "refund_state" msgid "failed" msgstr "失败" -#: pretix/base/models/orders.py:1324 +#: pretix/base/models/orders.py:1348 msgctxt "refund_state" msgid "canceled" msgstr "取消" -#: pretix/base/models/orders.py:1332 +#: pretix/base/models/orders.py:1356 msgctxt "refund_source" msgid "Organizer" msgstr "组织者" -#: pretix/base/models/orders.py:1333 +#: pretix/base/models/orders.py:1357 msgctxt "refund_source" msgid "Customer" msgstr "客户" -#: pretix/base/models/orders.py:1334 +#: pretix/base/models/orders.py:1358 msgctxt "refund_source" msgid "External" msgstr "外部" -#: pretix/base/models/orders.py:1476 +#: pretix/base/models/orders.py:1500 msgid "Payment fee" msgstr "支付费用" -#: pretix/base/models/orders.py:1477 +#: pretix/base/models/orders.py:1501 msgid "Shipping fee" msgstr "运输费用" -#: pretix/base/models/orders.py:1478 +#: pretix/base/models/orders.py:1502 msgid "Service fee" msgstr "服务费用" -#: pretix/base/models/orders.py:1479 +#: pretix/base/models/orders.py:1503 msgid "Cancellation fee" msgstr "取消费用" -#: pretix/base/models/orders.py:1480 +#: pretix/base/models/orders.py:1504 msgid "Other fees" msgstr "其他费用" -#: pretix/base/models/orders.py:1481 +#: pretix/base/models/orders.py:1505 msgid "Gift card" msgstr "礼品卡" -#: pretix/base/models/orders.py:1486 pretix/control/views/vouchers.py:62 +#: pretix/base/models/orders.py:1510 pretix/control/views/vouchers.py:62 msgid "Value" msgstr "价值" -#: pretix/base/models/orders.py:1622 +#: pretix/base/models/orders.py:1646 msgid "Order position" msgstr "订单位置" -#: pretix/base/models/orders.py:1755 +#: pretix/base/models/orders.py:1779 msgid "Cart ID (e.g. session key)" msgstr "购物车 ID(例如,会话密钥)" -#: pretix/base/models/orders.py:1770 +#: pretix/base/models/orders.py:1794 msgid "Cart position" msgstr "购物车位置" -#: pretix/base/models/orders.py:1771 +#: pretix/base/models/orders.py:1795 msgid "Cart positions" msgstr "购物车位置" -#: pretix/base/models/orders.py:1797 pretix/control/forms/event.py:674 +#: pretix/base/models/orders.py:1821 pretix/control/forms/event.py:674 msgid "Company name" msgstr "公司名称" -#: pretix/base/models/orders.py:1804 pretix/control/forms/event.py:589 +#: pretix/base/models/orders.py:1828 pretix/control/forms/event.py:589 #: pretix/plugins/stripe/payment.py:123 msgid "Select country" msgstr "选择国家" -#: pretix/base/models/orders.py:1806 +#: pretix/base/models/orders.py:1830 msgid "Only for business customers within the EU." msgstr "仅适用于欧盟境内的商业客户。" -#: pretix/base/models/orders.py:1810 +#: pretix/base/models/orders.py:1834 msgid "This reference will be printed on your invoice for your convenience." msgstr "为方便起见,此参考文件将打印在您的发票上。" @@ -2412,7 +2432,9 @@ msgstr "可以更改组织者设置" msgid "" "Someone with this setting can get access to most data of all of your events, " "i.e. via privacy reports, so be careful who you add to this team!" -msgstr "使用此设置的人可以访问您所有活动的大多数数据,即通过隐私报告,因此请谨慎添加到此团队中!" +msgstr "" +"使用此设置的人可以访问您所有活动的大多数数据,即通过隐私报告,因此请谨慎添加" +"到此团队中!" #: pretix/base/models/organizer.py:162 msgid "Can change event settings" @@ -2561,7 +2583,9 @@ msgid "" "If activated, this voucher will be substracted from the affected product's " "quotas, such that it is guaranteed that anyone with this voucher code does " "receive a ticket." -msgstr "如果激活,将从受影响的产品配额中减去此凭证,以确保拥有此优惠券号的任何人都能收到凭单。" +msgstr "" +"如果激活,将从受影响的产品配额中减去此凭证,以确保拥有此优惠券号的任何人都能" +"收到凭单。" #: pretix/base/models/vouchers.py:123 msgid "Allow to bypass quota" @@ -2928,7 +2952,9 @@ msgid "" "Only allow choosing this payment provider for invoice addresses in the " "selected countries. If you don't select any country, all countries are " "allowed. This is only enabled if the invoice address is required." -msgstr "仅允许为选定国家的发票地址选择此支付提供商。如果您未选择任何国家/地区,则允许所有国家/地区。 仅在需要发票地址时才启用此选项。" +msgstr "" +"仅允许为选定国家的发票地址选择此支付提供商。如果您未选择任何国家/地区,则允许" +"所有国家/地区。 仅在需要发票地址时才启用此选项。" #: pretix/base/payment.py:308 pretix/base/services/invoices.py:57 msgctxt "invoice" @@ -2953,37 +2979,37 @@ msgstr "免费" msgid "Box office" msgstr "售票处" -#: pretix/base/payment.py:726 pretix/plugins/manualpayment/__init__.py:9 +#: pretix/base/payment.py:749 pretix/plugins/manualpayment/__init__.py:9 #: pretix/plugins/manualpayment/__init__.py:12 msgid "Manual payment" msgstr "手动付款" -#: pretix/base/payment.py:730 pretix/plugins/banktransfer/payment.py:106 +#: pretix/base/payment.py:753 pretix/plugins/banktransfer/payment.py:114 msgid "" "In test mode, you can just manually mark this order as paid in the backend " "after it has been created." msgstr "在测试模式下,订单创建后您可以在后端手动将其标记为已付款。" -#: pretix/base/payment.py:752 pretix/plugins/banktransfer/payment.py:94 +#: pretix/base/payment.py:775 pretix/plugins/banktransfer/payment.py:102 msgid "Payment method name" msgstr "付款方式名称" -#: pretix/base/payment.py:756 +#: pretix/base/payment.py:779 msgid "Payment process description during checkout" msgstr "结账时的付款流程说明" -#: pretix/base/payment.py:757 +#: pretix/base/payment.py:780 msgid "" "This text will be shown during checkout when the user selects this payment " "method. It should give a short explanation on this payment method." msgstr "" "当用户选择此付款方式时,将在结帐时显示此文本。它应该简要说明这种付款方式。" -#: pretix/base/payment.py:762 +#: pretix/base/payment.py:785 msgid "Payment process description in order confirmation emails" msgstr "订单确认电子邮件中的付款流程说明" -#: pretix/base/payment.py:763 +#: pretix/base/payment.py:786 #, python-brace-format msgid "" "This text will be included for the {payment_info} placeholder in order " @@ -2994,11 +3020,11 @@ msgstr "" "此文本将包含在订单确认邮件中的{payment_info}占位符中。它应该指示用户如何进行" "付款。您可以使用占位符{order} ,{total} ,{currency} 和{total_with_currency}" -#: pretix/base/payment.py:770 +#: pretix/base/payment.py:793 msgid "Payment process description for pending orders" msgstr "待处理订单的付款流程说明" -#: pretix/base/payment.py:771 +#: pretix/base/payment.py:794 #, python-brace-format msgid "" "This text will be shown on the order confirmation page for pending orders. " @@ -3008,15 +3034,15 @@ msgstr "" "此文本将显示在待处理订单的确认页面上。它应该指示用户如何进行付款。您可以使用" "占位符{order},{total},{currency}和{total_with_currency}" -#: pretix/base/payment.py:817 +#: pretix/base/payment.py:840 msgid "Offsetting" msgstr "弥补" -#: pretix/base/payment.py:831 pretix/control/views/orders.py:700 +#: pretix/base/payment.py:854 pretix/control/views/orders.py:702 msgid "You entered an order that could not be found." msgstr "您输入了无法找到的订单。" -#: pretix/base/payment.py:852 +#: pretix/base/payment.py:875 #, python-format msgid "Balanced against orders: %s" msgstr "平衡订单:%s" @@ -3106,7 +3132,7 @@ msgstr "2017年5月31日 20:00" msgid "Event begin date" msgstr "活动开始日期" -#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:209 +#: pretix/base/pdf.py:120 pretix/base/pdf.py:141 pretix/base/pdf.py:210 msgid "2017-05-31" msgstr "2017年5月31日" @@ -3138,7 +3164,7 @@ msgstr "22:00" msgid "Event admission date and time" msgstr "活动入场日期和时间" -#: pretix/base/pdf.py:157 pretix/base/pdf.py:217 +#: pretix/base/pdf.py:157 pretix/base/pdf.py:218 msgid "2017-05-31 19:00" msgstr "2017年5月31日 19:00" @@ -3146,7 +3172,7 @@ msgstr "2017年5月31日 19:00" msgid "Event admission time" msgstr "活动入场时间" -#: pretix/base/pdf.py:165 pretix/base/pdf.py:225 +#: pretix/base/pdf.py:165 pretix/base/pdf.py:226 msgid "19:00" msgstr "19:00" @@ -3179,47 +3205,47 @@ msgstr "" "插件 1\n" "插件 2" -#: pretix/base/pdf.py:198 pretix/control/forms/filter.py:464 +#: pretix/base/pdf.py:199 pretix/control/forms/filter.py:464 #: pretix/control/forms/filter.py:466 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "组织者名称" -#: pretix/base/pdf.py:199 +#: pretix/base/pdf.py:200 msgid "Event organizer company" msgstr "活动组织者公司" -#: pretix/base/pdf.py:203 +#: pretix/base/pdf.py:204 msgid "Organizer info text" msgstr "组织者信息文本" -#: pretix/base/pdf.py:204 +#: pretix/base/pdf.py:205 msgid "Event organizer info text" msgstr "活动组织者信息文本" -#: pretix/base/pdf.py:208 +#: pretix/base/pdf.py:209 msgid "Printing date" msgstr "印刷日期" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:217 msgid "Printing date and time" msgstr "印刷日期和时间" -#: pretix/base/pdf.py:224 +#: pretix/base/pdf.py:225 msgid "Printing time" msgstr "印刷时间" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:252 #, python-brace-format msgid "Question: {question}" msgstr "问题:{question}" -#: pretix/base/pdf.py:252 +#: pretix/base/pdf.py:253 #, python-brace-format msgid "" msgstr "<回答:{question}>" -#: pretix/base/pdf.py:272 pretix/plugins/badges/exporters.py:108 +#: pretix/base/pdf.py:273 pretix/plugins/badges/exporters.py:108 #: pretix/plugins/checkinlists/exporters.py:55 #: pretix/plugins/checkinlists/exporters.py:300 #: pretix/plugins/ticketoutputpdf/exporters.py:42 @@ -3227,12 +3253,12 @@ msgstr "<回答:{question}>" msgid "Attendee name: {part}" msgstr "观众姓名:{part}" -#: pretix/base/pdf.py:282 +#: pretix/base/pdf.py:283 #, python-brace-format msgid "Invoice address name: {part}" msgstr "发票地址名称:{part}" -#: pretix/base/pdf.py:420 pretix/plugins/ticketoutputpdf/ticketoutput.py:71 +#: pretix/base/pdf.py:421 pretix/plugins/ticketoutputpdf/ticketoutput.py:75 msgid "Ticket" msgstr "门票" @@ -3343,7 +3369,8 @@ msgstr "此活动的预售期尚未开始。受影响的位置已从您的购物 msgid "" "The presale period for one of the events in your cart has ended. The " "affected positions have been removed from your cart." -msgstr "您购物车中其中一个活动的预售期已结束。受影响的位置已从您的购物车中删除。" +msgstr "" +"您购物车中其中一个活动的预售期已结束。受影响的位置已从您的购物车中删除。" #: pretix/base/services/cart.py:67 msgid "The entered price is to high." @@ -3366,8 +3393,9 @@ msgid "" "or that you tried to redeem it before but did not complete the checkout " "process. You can try to use it again in %d minutes." msgstr "" -"此优惠券号码目前已锁定,因为它已包含在购物车中。这可能意味着其他人现在正在兑换此优惠券,或者您之前尝试兑换此优惠券但未完成结帐流程。您可以尝试在 %d " -"分钟内再次使用它。" +"此优惠券号码目前已锁定,因为它已包含在购物车中。这可能意味着其他人现在正在兑" +"换此优惠券,或者您之前尝试兑换此优惠券但未完成结帐流程。您可以尝试在 %d 分钟" +"内再次使用它。" #: pretix/base/services/cart.py:74 #, python-format @@ -3476,7 +3504,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "观众:{name}" -#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:193 +#: pretix/base/services/invoices.py:141 pretix/plugins/reports/exporters.py:198 msgctxt "subevent" msgid "Date: {}" msgstr "日期:{}" @@ -3486,7 +3514,8 @@ msgctxt "invoice" msgid "" "Reverse Charge: According to Article 194, 196 of Council Directive 2006/112/" "EEC, VAT liability rests with the service recipient." -msgstr "反向收费:根据理事会指令2006/112 / EEC第194,196条,增值税应该由服务对象承担。" +msgstr "" +"反向收费:根据理事会指令2006/112 / EEC第194,196条,增值税应该由服务对象承担。" #: pretix/base/services/invoices.py:300 msgid "A payment provider specific text might appear here." @@ -3557,7 +3586,8 @@ msgstr "您的购物车是空的。" msgid "" "You cannot select more than %(max)s items of the product %(product)s. We " "removed the surplus items from your cart." -msgstr "您不能选择超过产品%(product)s的%(max)s项。我们从您的购物车中删除了剩余物品。" +msgstr "" +"您不能选择超过产品%(product)s的%(max)s项。我们从您的购物车中删除了剩余物品。" #: pretix/base/services/orders.py:64 msgid "The presale period has ended." @@ -3574,31 +3604,39 @@ msgid "" "The voucher code used for one of the items in your cart has already been " "used the maximum number of times allowed. We removed this item from your " "cart." -msgstr "用于购物车中某件商品的优惠券号码已达到允许的最大次数。我们从您的购物车中删除了该商品。" +msgstr "" +"用于购物车中某件商品的优惠券号码已达到允许的最大次数。我们从您的购物车中删除" +"了该商品。" #: pretix/base/services/orders.py:68 msgid "" "The voucher code used for one of the items in your cart is expired. We " "removed this item from your cart." -msgstr "用于购物车中某件商品的优惠券号码已过期。我们从您的购物车中删除了该商品。" +msgstr "" +"用于购物车中某件商品的优惠券号码已过期。我们从您的购物车中删除了该商品。" #: pretix/base/services/orders.py:70 msgid "" "The voucher code used for one of the items in your cart is not valid for " "this item. We removed this item from your cart." -msgstr "用于购物车中某件商品的优惠券号码对此商品无效。我们从您的购物车中删除了该商品。" +msgstr "" +"用于购物车中某件商品的优惠券号码对此商品无效。我们从您的购物车中删除了该商" +"品。" #: pretix/base/services/orders.py:72 msgid "" "You need a valid voucher code to order one of the products in your cart. We " "removed this item from your cart." -msgstr "您需要有效的优惠券号码才能订购购物车中的其中某个产品。我们从您的购物车中删除了该商品。" +msgstr "" +"您需要有效的优惠券号码才能订购购物车中的其中某个产品。我们从您的购物车中删除" +"了该商品。" #: pretix/base/services/orders.py:74 msgid "" "The presale period for one of the events in your cart has not yet started. " "The affected positions have been removed from your cart." -msgstr "您购物车中其中某个活动的预售期尚未开始。受影响的位置已从您的购物车中移除。" +msgstr "" +"您购物车中其中某个活动的预售期尚未开始。受影响的位置已从您的购物车中移除。" #: pretix/base/services/orders.py:94 pretix/control/forms/orders.py:50 msgid "The new expiry date needs to be in the future." @@ -3639,7 +3677,7 @@ msgid "Order canceled: %(code)s" msgstr "订单已取消:%(code)s" #: pretix/base/services/orders.py:657 pretix/control/views/event.py:697 -#: pretix/control/views/orders.py:1074 +#: pretix/control/views/orders.py:1076 #: pretix/presale/templates/pretixpresale/event/order.html:44 #, python-format msgid "Your order: %(code)s" @@ -3773,7 +3811,8 @@ msgid "" msgstr "" "您好!\n" "\n" -"可以对pretix或安装在pretix中的某个插件进行更新。请单击以下链接以获取更多信息:\n" +"可以对pretix或安装在pretix中的某个插件进行更新。请单击以下链接以获取更多信" +"息:\n" "\n" "·{url}· \n" "\n" @@ -3878,7 +3917,8 @@ msgid "" msgstr "" "您好,\n" "\n" -"我们已成功收到您的{event}订单。由于您订购了需要活动组织者批准的产品,我们会要求您耐心等待下一封电子邮件。\n" +"我们已成功收到您的{event}订单。由于您订购了需要活动组织者批准的产品,我们会要" +"求您耐心等待下一封电子邮件。\n" "\n" "您可以在{url}更改订单详细信息并查看订单状态\n" "\n" @@ -3903,7 +3943,8 @@ msgid "" msgstr "" "您好,\n" "\n" -"我们成功收到您的订单{event},总价值为{total_with_currency}。请在{date}之前完成付款。\n" +"我们成功收到您的订单{event},总价值为{total_with_currency}。请在{date}之前完" +"成付款。\n" "\n" "{payment_info}\n" "\n" @@ -3961,11 +4002,23 @@ msgstr "" "您的{event}团队" #: pretix/base/settings.py:387 -#, python-brace-format +#, fuzzy, python-brace-format +#| msgid "" +#| "Hello,\n" +#| "\n" +#| "we did not yet receive a payment for your order for {event}.\n" +#| "Please keep in mind that we only guarantee your order if we receive\n" +#| "your payment before {expire_date}.\n" +#| "\n" +#| "You can view the payment information and the status of your order at\n" +#| "{url}\n" +#| "\n" +#| "Best regards,\n" +#| "Your {event} team" msgid "" "Hello,\n" "\n" -"we did not yet receive a payment for your order for {event}.\n" +"we did not yet receive a full payment for your order for {event}.\n" "Please keep in mind that we only guarantee your order if we receive\n" "your payment before {expire_date}.\n" "\n" @@ -4014,7 +4067,8 @@ msgstr "" "您提交了{event}的等待名单,\n" "对于{product}产品。\n" "\n" -"我们现在有一张为您准备好的票!您可以在接下来{hours}内通过输入以下优惠券号码在我们的售票处兑换:\n" +"我们现在有一张为您准备好的票!您可以在接下来{hours}内通过输入以下优惠券号码在" +"我们的售票处兑换:\n" "\n" "{code}\n" "\n" @@ -4265,7 +4319,9 @@ msgid "" "This will remove all invoice PDFs, as well as any of their text content that " "might contain personal data from the database. Invoice numbers and totals " "will be conserved." -msgstr "这将从数据库中删除所有发票PDF,以及可能包含个人数据的文本内容。发票号码和总额将予以保留。" +msgstr "" +"这将从数据库中删除所有发票PDF,以及可能包含个人数据的文本内容。发票号码和总额" +"将予以保留。" #: pretix/base/shredder.py:320 msgid "Cached ticket files" @@ -4280,7 +4336,9 @@ msgid "" "This will remove payment-related information. Depending on the payment " "method, all data will be removed or personal data only. No download will be " "offered." -msgstr "这将删除与付款相关的信息。根据付款方式,将删除所有数据或仅删除个人数据。不提供下载。" +msgstr "" +"这将删除与付款相关的信息。根据付款方式,将删除所有数据或仅删除个人数据。不提" +"供下载。" #: pretix/base/templates/400.html:4 pretix/base/templates/400.html:8 msgid "Bad Request" @@ -4310,7 +4368,7 @@ msgid "You do not have access to this page." msgstr "您没有访问此页的权限。" #: pretix/base/templates/403.html:20 pretix/base/templates/404.html:19 -#: pretix/control/templates/pretixcontrol/base.html:159 +#: pretix/control/templates/pretixcontrol/base.html:163 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:4 #: pretix/control/templates/pretixcontrol/user/staff_session_start.html:6 msgid "Admin mode" @@ -4348,7 +4406,8 @@ msgstr "验证失败" msgid "" "We could not verify that this request really was sent from you. For security " "reasons, we therefore cannot process it." -msgstr "我们无法验证此请求是否真的是您发送的。出于安全原因,我们因此无法处理它。" +msgstr "" +"我们无法验证此请求是否真的是您发送的。出于安全原因,我们因此无法处理它。" #: pretix/base/templates/csrffail.html:20 msgid "" @@ -4388,7 +4447,7 @@ msgstr "如果这花费的时间超过几分钟,请刷新此页面或与我们 #: pretix/base/templates/pretixbase/email/email_footer.html:3 #: pretix/control/templates/pretixcontrol/auth/base.html:41 -#: pretix/control/templates/pretixcontrol/base.html:366 +#: pretix/control/templates/pretixcontrol/base.html:370 #, python-format msgid "powered by pretix" msgstr "由pretix提供支持" @@ -4461,28 +4520,34 @@ msgid "" "required for security reasons, to ensure that your browser is not being " "hijacked by third parties." msgstr "" -"您看到此消息是因为此https站点要求Web浏览器发送“referer " -"标题”,但没有发送。出于安全原因,此标题是必需的,以确保您的浏览器不会被第三方劫持。" +"您看到此消息是因为此https站点要求Web浏览器发送“referer 标题”,但没有发送。出" +"于安全原因,此标题是必需的,以确保您的浏览器不会被第三方劫持。" #: pretix/base/views/errors.py:24 msgid "" "If you have configured your browser to disable 'Referer' headers, please re-" "enable them, at least for this site, or for HTTPS connections, or for 'same-" "origin' requests." -msgstr "如果您已将浏览器配置为禁用“referer”标题,请至少为此网站、HTTPS连接或“相同来源”请求重新启用它们。" +msgstr "" +"如果您已将浏览器配置为禁用“referer”标题,请至少为此网站、HTTPS连接或“相同来" +"源”请求重新启用它们。" #: pretix/base/views/errors.py:29 msgid "" "You are seeing this message because this site requires a CSRF cookie when " "submitting forms. This cookie is required for security reasons, to ensure " "that your browser is not being hijacked by third parties." -msgstr "您看到此消息是因为此站点在提交表单时需要CSRF cookie。出于安全原因,需要此cookie,以确保您的浏览器不会被第三方劫持。" +msgstr "" +"您看到此消息是因为此站点在提交表单时需要CSRF cookie。出于安全原因,需要此" +"cookie,以确保您的浏览器不会被第三方劫持。" #: pretix/base/views/errors.py:34 msgid "" "If you have configured your browser to disable cookies, please re-enable " "them, at least for this site, or for 'same-origin' requests." -msgstr "如果您已将浏览器配置为禁用cookie,请至少为此网站或“相同来源”请求重新启用cookie。" +msgstr "" +"如果您已将浏览器配置为禁用cookie,请至少为此网站或“相同来源”请求重新启用" +"cookie。" #: pretix/base/views/tasks.py:136 msgid "An unexpected error has occurred." @@ -4517,8 +4582,10 @@ msgid "" "settings, and buying tickets across multiple of these events at the same " "time is possible. You cannot change this setting for this event later." msgstr "" -"仅建议高级用户使用。如果启用此功能,这不仅是单个活动,而且是在一个商店内处理的一系列非常相似的活动。系列中的单个活动只能在日期,时间,地点,价格和配额方面" -"有所不同,但在其他设置中则不同,并且可以同时在多个这些活动中购买门票。您以后无法更改此活动的设置。" +"仅建议高级用户使用。如果启用此功能,这不仅是单个活动,而且是在一个商店内处理" +"的一系列非常相似的活动。系列中的单个活动只能在日期,时间,地点,价格和配额方" +"面有所不同,但在其他设置中则不同,并且可以同时在多个这些活动中购买门票。您以" +"后无法更改此活动的设置。" #: pretix/control/forms/event.py:70 msgid "" @@ -4542,7 +4609,9 @@ msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." -msgstr "您需要为门票支付销售税吗?在这种情况下,请在此处输入适用的税率百分比。如果您有更复杂的税务情况,您可以在以后添加更多税率和详细配置。" +msgstr "" +"您需要为门票支付销售税吗?在这种情况下,请在此处输入适用的税率百分比。如果您" +"有更复杂的税务情况,您可以在以后添加更多税率和详细配置。" #: pretix/control/forms/event.py:124 pretix/control/forms/event.py:225 msgid "" @@ -4565,7 +4634,7 @@ msgstr "必须指定默认区域设置。" msgid "Copy configuration from" msgstr "从中复制配置" -#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:174 +#: pretix/control/forms/event.py:195 pretix/control/forms/item.py:204 msgid "Do not copy" msgstr "不要复制" @@ -4626,7 +4695,9 @@ msgid "" "names or answers to questions. If you use the event series feature and an " "order contains tickets for multiple event dates, the earliest date will be " "used." -msgstr "用户可以修改订单详细信息的最后日期,例如观众姓名或问题答案。如果您使用活动系列功能并且订单包含多个活动日期的票证,则将使用最早的日期。" +msgstr "" +"用户可以修改订单详细信息的最后日期,例如观众姓名或问题答案。如果您使用活动系" +"列功能并且订单包含多个活动日期的票证,则将使用最早的日期。" #: pretix/control/forms/event.py:306 msgid "Available languages" @@ -4651,8 +4722,9 @@ msgid "" "person on the waiting list and this person will receive an email " "notification with a voucher that can be used to buy a ticket." msgstr "" -"一旦门票售罄,人们就可以将自己添加到等待名单中。一旦票证再次可用,它将被保留给等待名单上的第一个人,此人将收到一封电子邮件通知,其中包含一张可用于购买票的" -"优惠券。" +"一旦门票售罄,人们就可以将自己添加到等待名单中。一旦票证再次可用,它将被保留" +"给等待名单上的第一个人,此人将收到一封电子邮件通知,其中包含一张可用于购买票" +"的优惠券。" #: pretix/control/forms/event.py:326 msgid "Waiting list response time" @@ -4663,7 +4735,9 @@ msgid "" "If a ticket voucher is sent to a person on the waiting list, it has to be " "redeemed within this number of hours until it expires and can be re-assigned " "to the next person on the list." -msgstr "如果将票证发送给等待名单上的人,则必须在该数小时内兑换,直至其到期并且可以重新分配给列表中的下一个人。" +msgstr "" +"如果将票证发送给等待名单上的人,则必须在该数小时内兑换,直至其到期并且可以重" +"新分配给列表中的下一个人。" #: pretix/control/forms/event.py:334 msgid "Automatic waiting list assignments" @@ -4677,8 +4751,9 @@ msgid "" "via the control panel. If you disable the waiting list but keep this option " "enabled, tickets will still be sent out." msgstr "" -"如果门票量空闲,则自动创建票证并将其发送给该产品等待列表中的第一个人。如果未激活,邮件将不会自动发送,但您可以通过控制面板手动发送。如果禁用等待列表但启用" -"此选项,则仍会发送票证。" +"如果门票量空闲,则自动创建票证并将其发送给该产品等待列表中的第一个人。如果未" +"激活,邮件将不会自动发送,但您可以通过控制面板手动发送。如果禁用等待列表但启" +"用此选项,则仍会发送票证。" #: pretix/control/forms/event.py:343 msgid "Ask for attendee names" @@ -4705,7 +4780,9 @@ msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behaviour when sorting or " "changing names." -msgstr "这定义了pretix如何要求人名。在收到订单后更改此项可能会导致在排序或更改名称时出现意外行为。" +msgstr "" +"这定义了pretix如何要求人名。在收到订单后更改此项可能会导致在排序或更改名称时" +"出现意外行为。" #: pretix/control/forms/event.py:360 msgid "Ask for email addresses per ticket" @@ -4721,8 +4798,10 @@ msgid "" "However, pretix will send the order confirmation only to the one primary " "email address, not to the per-attendee addresses." msgstr "" -"通常,Pretix要求每个订单提供一个电子邮件地址,订单确认将只发送到该电子邮件地址。如果启用此选项,系统将另外询问每张入场券的个人电子邮件地址。如果您想" -"获得每个观众的个人地址,即使是在团体订单的情况下,这可能很有用。然而,pretix会将订单确认仅发送到一个主电子邮件地址,而不是每个观众的地址。" +"通常,Pretix要求每个订单提供一个电子邮件地址,订单确认将只发送到该电子邮件地" +"址。如果启用此选项,系统将另外询问每张入场券的个人电子邮件地址。如果您想获得" +"每个观众的个人地址,即使是在团体订单的情况下,这可能很有用。然而,pretix会将" +"订单确认仅发送到一个主电子邮件地址,而不是每个观众的地址。" #: pretix/control/forms/event.py:370 msgid "Require email addresses per ticket" @@ -4733,7 +4812,9 @@ msgid "" "Require customers to fill in individual e-mail addresses for all admission " "tickets. See the above option for more details. One email address for the " "order confirmation will always be required regardless of this setting." -msgstr "要求客户填写所有入场券的个人电子邮件地址。有关详细信息,请参阅上面的选项。无论此设置如何,始终需要一个用于订单确认的电子邮件地址。" +msgstr "" +"要求客户填写所有入场券的个人电子邮件地址。有关详细信息,请参阅上面的选项。无" +"论此设置如何,始终需要一个用于订单确认的电子邮件地址。" #: pretix/control/forms/event.py:378 msgid "Ask for the order email address twice" @@ -4782,7 +4863,8 @@ msgid "" "feature to publish your terms of service, you don't need this setting since " "you can configure it there." msgstr "" -"此文本需要用户确认才能进行购买。例如,您可以在此处链接您的服务条款。 如果您使用“页面”功能发布服务条款,则不需要此设置,因为您可以在此处进行配置。" +"此文本需要用户确认才能进行购买。例如,您可以在此处链接您的服务条款。 如果您使" +"用“页面”功能发布服务条款,则不需要此设置,因为您可以在此处进行配置。" #: pretix/control/forms/event.py:407 pretix/control/forms/event.py:1303 msgid "Contact address" @@ -4828,7 +4910,9 @@ msgstr "客户可以取消他们的已付款订单" msgid "" "Paid money will be automatically paid back if the payment method allows it. " "Otherwise, a manual refund will be created for you to process manually." -msgstr "如果支付方式允许,已支付的款项将自动退还。否则,将创建手动退款以供您手动处理。" +msgstr "" +"如果支付方式允许,已支付的款项将自动退还。否则,将创建手动退款以供您手动处" +"理。" #: pretix/control/forms/event.py:460 msgid "Keep a fixed cancellation fee" @@ -4853,7 +4937,8 @@ msgid "" "recommend 14 days. If you only use real-time payment methods, we recommend " "still setting two or three days to allow people to retry failed payments." msgstr "" -"下订单后用户必须支付以保留其预订的天数。如果您使用银行转账等缓慢付款方式,我们建议您使用14天。如果您只使用实时付款方式,我们建议您设置两到三天,允许用户" +"下订单后用户必须支付以保留其预订的天数。如果您使用银行转账等缓慢付款方式,我" +"们建议您使用14天。如果您只使用实时付款方式,我们建议您设置两到三天,允许用户" "重试失败的付款。" #: pretix/control/forms/event.py:486 @@ -4865,7 +4950,9 @@ msgid "" "The last date any payments are accepted. This has precedence over the number " "of days configured above. If you use the event series feature and an order " "contains tickets for multiple dates, the earliest date will be used." -msgstr "接受任何付款的最后日期。这优先于上面配置的天数。如果您使用活动序列功能并且订单包含多个日期的票证,则将使用最早的日期。" +msgstr "" +"接受任何付款的最后日期。这优先于上面配置的天数。如果您使用项目序列功能并且订" +"单包含多个日期的票证,则将使用最早的日期。" #: pretix/control/forms/event.py:493 msgid "Only end payment terms on weekdays" @@ -4877,7 +4964,9 @@ msgid "" "Sunday, it will be moved to the next Monday instead. This is required in " "some countries by civil law. This will not effect the last date of payments " "configured above." -msgstr "如果激活此项,并且任何订单的付款期限在星期六或星期日结束,则将改为下星期一。一些国家的民法要求这样做。这不会影响上面配置的最后一次付款日期。" +msgstr "" +"如果激活此项,并且任何订单的付款期限在星期六或星期日结束,则将改为下星期一。" +"一些国家的民法要求这样做。这不会影响上面配置的最后一次付款日期。" #: pretix/control/forms/event.py:500 msgid "Automatically expire unpaid orders" @@ -4888,7 +4977,9 @@ msgid "" "If checked, all unpaid orders will automatically go from 'pending' to " "'expired' after the end of their payment deadline. This means that those " "tickets go back to the pool and can be ordered by other people." -msgstr "如果选中,所有未付订单将在付款截止日期后自动从“待处理”变为“已过期”。这意味着这些票可以回到票池,由其他人订购。" +msgstr "" +"如果选中,所有未付订单将在付款截止日期后自动从“待处理”变为“已过期”。这意味着" +"这些票可以回到票池,由其他人订购。" #: pretix/control/forms/event.py:507 msgid "Accept late payments" @@ -4899,7 +4990,9 @@ msgid "" "Accept payments for orders even when they are in 'expired' state as long as " "enough capacity is available. No payments will ever be accepted after the " "'Last date of payments' configured above." -msgstr "只要有足够的容量,即使订单处于“已过期”状态,也接受订单付款。在上面配置的“上次付款日期”之后,我们不会接受任何付款。" +msgstr "" +"只要有足够的容量,即使订单处于“已过期”状态,也接受订单付款。在上面配置的“上次" +"付款日期”之后,我们不会接受任何付款。" #: pretix/control/forms/event.py:515 msgid "Tax rule for payment fees" @@ -4910,7 +5003,9 @@ msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." -msgstr "适用于为单个付款方法配置的附加费用的税收规则。这将设置税率和反向收费规则,其他设置的税率规则将被忽略。" +msgstr "" +"适用于为单个付款方法配置的附加费用的税收规则。这将设置税率和反向收费规则,其" +"他设置的税率规则将被忽略。" #: pretix/control/forms/event.py:526 msgid "Guidance text" @@ -4989,8 +5084,9 @@ msgid "" "will share their number range, i.e. every full number will be used at most " "once over all of your events. This setting only affects future invoices." msgstr "" -"这将附在发票号码上。如果您将此字段留空,您的活动slug将使用破折号。注意:如果同一组织内的多个活动在此字段中使用相同的值,则它们将共享其号码范围,即每个" -"完整号码将在您的所有活动中最多使用一次。此设置仅影响将来的发票。" +"这将附在发票号码上。如果您将此字段留空,您的项目slug将使用破折号。注意:如果" +"同一组织内的多个项目在此字段中使用相同的值,则它们将共享其号码范围,即每个完" +"整号码将在您的所有项目中最多使用一次。此设置仅影响将来的发票。" #: pretix/control/forms/event.py:644 msgid "Generate invoices" @@ -5035,8 +5131,9 @@ msgid "" "on payment, they will be attached to the payment confirmation mail. If they " "are not automatically generated, they will not be attached to emails." msgstr "" -"如果自动为所有订单生成发票,则发票将附加到订单确认邮件中。如果它们是在付款时自动生成的,则会附加到付款确认邮件中。如果它们不是自动生成的,则不会附加到电子" -"邮件中。" +"如果自动为所有订单生成发票,则发票将附加到订单确认邮件中。如果它们是在付款时" +"自动生成的,则会附加到付款确认邮件中。如果它们不是自动生成的,则不会附加到电" +"子邮件中。" #: pretix/control/forms/event.py:669 msgid "Invoice style" @@ -5175,15 +5272,16 @@ msgid "" "Available placeholders: {event}, {total_with_currency}, {total}, {currency}, " "{date}, {payment_info}, {url}, {invoice_name}, {invoice_company}" msgstr "" -"可用占位符:{event},{total_with_currency},{total},{currency},{date},{payment_info}," -"{url},{invoice_name},{invoice_company}" +"可用占位符:{event},{total_with_currency},{total},{currency},{date}," +"{payment_info},{url},{invoice_name},{invoice_company}" #: pretix/control/forms/event.py:822 #, python-brace-format msgid "" "Available placeholders: {event}, {url}, {invoice_name}, {invoice_company}, " "{payment_info}" -msgstr "可用占位符:{event},{url},{invoice_name},{invoice_company},{payment_info}" +msgstr "" +"可用占位符:{event},{url},{invoice_name},{invoice_company},{payment_info}" #: pretix/control/forms/event.py:829 pretix/control/forms/event.py:836 #: pretix/control/forms/event.py:843 @@ -5220,7 +5318,8 @@ msgstr "此电子邮件将在订单到期的前这几天发出。如果值为0 msgid "" "Available placeholders: {event}, {url}, {expire_date}, {invoice_name}, " "{invoice_company}" -msgstr "可用占位符:{event},{url},{expire_date},{invoice_name},{invoice_company}" +msgstr "" +"可用占位符:{event},{url},{expire_date},{invoice_name},{invoice_company}" #: pretix/control/forms/event.py:871 #, python-brace-format @@ -5239,8 +5338,8 @@ msgid "" "Available placeholders: {expire_date}, {event}, {code}, {date}, {url}, " "{invoice_name}, {invoice_company}" msgstr "" -"可用占位符:{expire_date},{event},{code},{date},{url},{invoice_name},{invoice_compa" -"ny}" +"可用占位符:{expire_date},{event},{code},{date},{url},{invoice_name}," +"{invoice_company}" #: pretix/control/forms/event.py:894 #, python-brace-format @@ -5251,7 +5350,8 @@ msgstr "可用占位符:{event},{url}" msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." -msgstr "此电子邮件将在订单项目开始的前几天发送。如果该字段为空,则永远不会发送邮件。" +msgstr "" +"此电子邮件将在订单项目开始的前几天发送。如果该字段为空,则永远不会发送邮件。" #: pretix/control/forms/event.py:905 msgid "Received order" @@ -5263,8 +5363,8 @@ msgid "" "Available placeholders: {event}, {total_with_currency}, {total}, {currency}, " "{date}, {url}, {invoice_name}, {invoice_company}" msgstr "" -"可用占位符:{event},{total_with_currency},{total},{currency},{date},{url},{invoice_" -"name},{invoice_company}" +"可用占位符:{event},{total_with_currency},{total},{currency},{date}," +"{url},{invoice_name},{invoice_company}" #: pretix/control/forms/event.py:914 msgid "Approved order" @@ -5278,8 +5378,9 @@ msgid "" "{total_with_currency}, {total}, {currency}, {date}, {payment_info}, {url}, " "{invoice_name}, {invoice_company}" msgstr "" -"这将只发送给非免费订单。免费订单将收到上面的免费订单模板。可用占位符:{event},{total_with_currency},{total},{cur" -"rency},{date},{payment_info},{url},{invoice_name},{invoice_company}" +"这将只发送给非免费订单。免费订单将收到上面的免费订单模板。可用占位符:" +"{event},{total_with_currency},{total},{currency},{date},{payment_info}," +"{url},{invoice_name},{invoice_company}" #: pretix/control/forms/event.py:924 msgid "Denied order" @@ -5291,8 +5392,8 @@ msgid "" "Available placeholders: {event}, {total_with_currency}, {total}, {currency}, " "{date}, {comment}, {url}, {invoice_name}, {invoice_company}" msgstr "" -"可用占位符:{event},{total_with_currency},{total},{currency},{date},{comment},{url}" -",{invoice_name},{invoice_company}" +"可用占位符:{event},{total_with_currency},{total},{currency},{date}," +"{comment},{url},{invoice_name},{invoice_company}" #: pretix/control/forms/event.py:933 msgid "Use custom SMTP server" @@ -5484,7 +5585,9 @@ msgid "" "and when a product is bought via the widget, this voucher will be used. This " "can for example be used to provide widgets that give discounts or unlock " "secret products." -msgstr "如果设置,小部件将显示产品,就好像已输入此票证一样,当通过小部件购买产品时,将使用此票证。例如,这可以用于提供折扣或解锁秘密产品的小部件。" +msgstr "" +"如果设置,小部件将显示产品,就好像已输入此票证一样,当通过小部件购买产品时," +"将使用此票证。例如,这可以用于提供折扣或解锁秘密产品的小部件。" #: pretix/control/forms/event.py:1204 msgid "Compatibility mode" @@ -5494,7 +5597,9 @@ msgstr "兼容模式" msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." -msgstr "我们的常规窗口小部件不适用于所有网站构建器。如果遇到问题,请尝试使用此兼容模式。" +msgstr "" +"我们的常规窗口小部件不适用于所有网站构建器。如果遇到问题,请尝试使用此兼容模" +"式。" #: pretix/control/forms/event.py:1227 msgid "The given voucher code does not exist." @@ -5546,7 +5651,8 @@ msgid "" "up an account with them, which takes less than five minutes using their " "simple interface." msgstr "" -"Stripe是一款在线支付处理器,支持信用卡和许多其他支付选项。要通过Stripe接受付款,您需要使用它们建立一个帐户,使用简单的界面只需不到五分钟。" +"Stripe是一款在线支付处理器,支持信用卡和许多其他支付选项。要通过Stripe接受付" +"款,您需要使用它们建立一个帐户,使用简单的界面只需不到五分钟。" #: pretix/control/forms/event.py:1325 msgid "Payment by bank transfer" @@ -5557,7 +5663,9 @@ msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." -msgstr "我们会指示您的客户将资金汇入您的帐户。然后,您可以导入银行对账单以在Pretix中处理付款,或者将其标记为手动付款。" +msgstr "" +"我们会指示您的客户将资金汇入您的帐户。然后,您可以导入银行对账单以在Pretix中" +"处理付款,或者将其标记为手动付款。" #: pretix/control/forms/event.py:1365 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 @@ -5590,7 +5698,7 @@ msgstr "已付(或已付费用取消)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:7 #: pretix/control/templates/pretixcontrol/orders/overview.html:41 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 msgid "Pending" msgstr "待处理" @@ -5609,7 +5717,7 @@ msgstr "待定或已付款" #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:16 #: pretix/control/templates/pretixcontrol/orders/overview.html:34 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:16 msgid "Expired" msgstr "过期" @@ -5623,7 +5731,7 @@ msgstr "待定或过期" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:18 #: pretix/control/templates/pretixcontrol/orders/overview.html:33 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:18 msgid "Canceled" msgstr "取消" @@ -5640,7 +5748,7 @@ msgstr "所有产品" #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 -#: pretix/plugins/reports/exporters.py:268 pretix/plugins/sendmail/forms.py:27 +#: pretix/plugins/reports/exporters.py:273 pretix/plugins/sendmail/forms.py:27 msgctxt "subevent" msgid "All dates" msgstr "所有日期" @@ -5888,8 +5996,10 @@ msgid "" "any IP addresses and we will not know who you are or where to find your " "instance. You can disable this behavior here at any time." msgstr "" -"在更新检查期间,pretix将向pretix开发人员操作的服务器报告一个匿名的、唯一的安装ID,当前版本的pretix和已安装的插件以及安装过程中的活性和" -"待用活动数。我们只存储匿名数据,从不存储任何IP地址,我们将不知道您是谁或在哪里找到您的情况。您可以随时禁用此行为。" +"在更新检查期间,pretix将向pretix开发人员操作的服务器报告一个匿名的、唯一的安" +"装ID,当前版本的pretix和已安装的插件以及安装过程中的活动和非活动项目数。我们" +"只存储匿名数据,从不存储任何IP地址,我们将不知道您是谁或在哪里找到您的情况。" +"您可以随时禁用此行为。" #: pretix/control/forms/global_settings.py:63 msgid "E-mail notifications" @@ -5900,102 +6010,114 @@ msgid "" "We will notify you at this address if we detect that a new update is " "available. This address will not be transmitted to pretix.eu, the emails " "will be sent by this server locally." -msgstr "如果我们检测到有新的更新,我们将通过此地址通知您。此地址不会传输到pretix.eu,电子邮件将由本地服务器发送。" +msgstr "" +"如果我们检测到有新的更新,我们将通过此地址通知您。此地址不会传输到pretix.eu," +"电子邮件将由本地服务器发送。" -#: pretix/control/forms/item.py:156 +#: pretix/control/forms/item.py:72 +msgid "Dependencies between questions are not supported during check-in." +msgstr "" + +#: pretix/control/forms/item.py:186 msgid "The product should exist in multiple variations" msgstr "产品应存在多种变化。" -#: pretix/control/forms/item.py:157 +#: pretix/control/forms/item.py:187 msgid "" "Select this option e.g. for t-shirts that come in multiple sizes. You can " "select the variations in the next step." msgstr "选择此项,例如,适用于多种尺码的T-恤。您可以在下一步中选择变化。" -#: pretix/control/forms/item.py:169 +#: pretix/control/forms/item.py:199 msgid "No taxation" msgstr "不征税" -#: pretix/control/forms/item.py:171 +#: pretix/control/forms/item.py:201 msgid "Copy product information" msgstr "复制产品信息" -#: pretix/control/forms/item.py:180 +#: pretix/control/forms/item.py:210 msgid "Do not add to a quota now" msgstr "现在不添加到配额" -#: pretix/control/forms/item.py:181 +#: pretix/control/forms/item.py:211 msgid "Add product to an existing quota" msgstr "将产品添加到现有配额" -#: pretix/control/forms/item.py:182 +#: pretix/control/forms/item.py:212 msgid "Create a new quota for this product" msgstr "为此产品创建新配额" -#: pretix/control/forms/item.py:188 +#: pretix/control/forms/item.py:218 msgid "Quota options" msgstr "配额选项" -#: pretix/control/forms/item.py:196 +#: pretix/control/forms/item.py:226 msgid "Add to existing quota" msgstr "添加到现有配额" -#: pretix/control/forms/item.py:205 +#: pretix/control/forms/item.py:235 msgid "New quota name" msgstr "新配额名称" -#: pretix/control/forms/item.py:211 +#: pretix/control/forms/item.py:241 msgid "Size" msgstr "尺码" -#: pretix/control/forms/item.py:212 +#: pretix/control/forms/item.py:242 msgid "Number of tickets" msgstr "门票数量" -#: pretix/control/forms/item.py:285 +#: pretix/control/forms/item.py:315 msgid "Quota name is required." msgstr "配额名称是必需的。" -#: pretix/control/forms/item.py:290 +#: pretix/control/forms/item.py:320 msgid "Please select a quota." msgstr "请选择配额。" -#: pretix/control/forms/item.py:312 +#: pretix/control/forms/item.py:342 msgid "Choose automatically depending on event settings" msgstr "根据活动设置自动选择" -#: pretix/control/forms/item.py:313 +#: pretix/control/forms/item.py:343 msgid "Yes, if ticket generation is enabled in general" msgstr "是的,如果在一般情况下启用了票证生成" -#: pretix/control/forms/item.py:314 +#: pretix/control/forms/item.py:344 msgid "Never" msgstr "从不" -#: pretix/control/forms/item.py:325 +#: pretix/control/forms/item.py:355 msgid "" "e.g. This reduced price is available for full-time students, jobless and " "people over 65. This ticket includes access to all parts of the event, " "except the VIP area." -msgstr "例如,这种降价适用于全日制学生,失业者和65岁以上的人。此门票包括访问活动的所有部分,VIP区除外。" +msgstr "" +"例如,这种降价适用于全日制学生,失业者和65岁以上的人。此门票包括访问活动的所" +"有部分,VIP区除外。" -#: pretix/control/forms/item.py:384 +#: pretix/control/forms/item.py:415 #, python-format msgid "" "The variation \"%s\" cannot be deleted because it has already been ordered " "by a user or currently is in a user's cart. Please set the variation as " "\"inactive\" instead." -msgstr "无法删除变化\"%s\",因为它已由用户订购或当前位于用户的购物车中。请将变化设置为“非活动”。" +msgstr "" +"无法删除变化\"%s\",因为它已由用户订购或当前位于用户的购物车中。请将变化设置" +"为“非活动”。" -#: pretix/control/forms/item.py:457 +#: pretix/control/forms/item.py:488 msgid "You added the same add-on category twice" msgstr "您添加了两次相同的附加组件类别" -#: pretix/control/forms/item.py:491 +#: pretix/control/forms/item.py:522 msgid "" "Be aware that setting a minimal number makes it impossible to buy this " "product if all available add-ons are sold out." -msgstr "请注意,如果所有可用的附加组件都已售完,那么设置最小数量将使您无法购买此产品。" +msgstr "" +"请注意,如果所有可用的附加组件都已售完,那么设置最小数量将使您无法购买此产" +"品。" #: pretix/control/forms/orders.py:23 msgid "Overbook quota" @@ -6005,7 +6127,8 @@ msgstr "超额预定的配额" msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" -msgstr "如果选中此框,即使导致超额预订配额并且您销售的票数超出计划,也会执行此操作!" +msgstr "" +"如果选中此框,即使导致超额预订配额并且您销售的票数超出计划,也会执行此操作!" #: pretix/control/forms/orders.py:56 msgid "Overbook quota and ignore late payment" @@ -6017,7 +6140,9 @@ msgid "" "an overbooked quota and you having sold more tickets than you planned! The " "operation will also be performed regardless of the settings for late " "payments." -msgstr "如果选中此框,即使导致超额预订配额并且您销售的票数超出计划,也会执行此操作!无论延迟付款的设置如何,也将执行该操作。" +msgstr "" +"如果选中此框,即使导致超额预订配额并且您销售的票数超出计划,也会执行此操作!" +"无论延迟付款的设置如何,也将执行该操作。" #: pretix/control/forms/orders.py:83 #: pretix/control/templates/pretixcontrol/order/deny.html:19 @@ -6036,8 +6161,9 @@ msgid "" "want to keep them. Please always enter a gross value, tax will be calculated " "automatically." msgstr "" -"如果您保留费用,此订单中的所有职位都将被取消,订单将减少到已支付的取消费用。付款和运费也将被取消,如果您想保留,请将其包含在取消费中。请始终输入总值,税款" -"将自动计算。" +"如果您保留费用,此订单中的所有职位都将被取消,订单将减少到已支付的取消费用。" +"付款和运费也将被取消,如果您想保留,请将其包含在取消费中。请始终输入总值,税" +"款将自动计算。" #: pretix/control/forms/orders.py:119 msgid "Payment amount" @@ -6055,8 +6181,9 @@ msgid "" "care and only if you need to. Note that rounding differences might occur in " "this procedure." msgstr "" -"此操作将重新检查是否应根据配置的反向收费规则向项目支付税款,并相应更改价格和税款值。这很有用,例如发票地址更改后。小心使用,仅在需要时使用。请注意,此过程" -"中可能会出现舍入差异。" +"此操作将重新检查是否应根据配置的反向收费规则向项目支付税款,并相应更改价格和" +"税款值。这很有用,例如发票地址更改后。小心使用,仅在需要时使用。请注意,此过" +"程中可能会出现舍入差异。" #: pretix/control/forms/orders.py:173 msgid "Notify user" @@ -6109,7 +6236,9 @@ msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." -msgstr "重新生成订单和票证密码。 您需要将订单页面的链接重新发送给用户,用户需要再次下载他的票证。 旧版本无效。" +msgstr "" +"重新生成订单和票证密码。 您需要将订单页面的链接重新发送给用户,用户需要再次下" +"载他的票证。 旧版本无效。" #: pretix/control/forms/orders.py:379 pretix/plugins/sendmail/forms.py:13 #: pretix/plugins/sendmail/forms.py:34 @@ -6182,7 +6311,9 @@ msgstr "信息文本" msgid "" "Not displayed anywhere by default, but if you want to, you can use this e.g. " "in ticket templates." -msgstr "默认情况下不会显示在任何位置,但如果您愿意,可以使用此功能,例如在票证模板中。" +msgstr "" +"默认情况下不会显示在任何位置,但如果您愿意,可以使用此功能,例如在票证模板" +"中。" #: pretix/control/forms/organizer.py:212 msgid "We strongly suggest to use a shade of red." @@ -6201,7 +6332,9 @@ msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. We will show your logo with a maximal height of 120 " "pixels." -msgstr "如果您提供标识图像,我们默认情况下不会在页眉中显示您的组织名称。 我们将以最大高度120像素显示您的标识。" +msgstr "" +"如果您提供标识图像,我们默认情况下不会在页眉中显示您的组织名称。 我们将以最大" +"高度120像素显示您的标识。" #: pretix/control/forms/organizer.py:235 msgid "Default overview style" @@ -6228,7 +6361,9 @@ msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." -msgstr "如果选中,活动列表将显示活动是否已售罄。 如果您有大量活动并且显示的状态可能已过期最多两分钟,这可能会延长页面加载时间。" +msgstr "" +"如果选中,项目列表将显示项目是否已售罄。 如果您有大量项目并且显示的状态可能已" +"过期最多两分钟,这可能会延长页面加载时间。" #: pretix/control/forms/organizer.py:249 msgid "Link back to organizer overview on all event pages" @@ -6255,6 +6390,7 @@ msgid "Event types" msgstr "活动类型" #: pretix/control/forms/renderers.py:27 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:116 msgctxt "form" msgid "Optional" msgstr "可选的" @@ -6457,7 +6593,7 @@ msgstr "" msgid "The order's expiry date has been changed." msgstr "" -#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:907 +#: pretix/control/logdisplay.py:171 pretix/control/views/orders.py:909 msgid "The order has been marked as expired." msgstr "" @@ -6469,7 +6605,7 @@ msgstr "" msgid "The order has been refunded." msgstr "" -#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:904 +#: pretix/control/logdisplay.py:174 pretix/control/views/orders.py:906 #: pretix/presale/views/order.py:614 msgid "The order has been canceled." msgstr "" @@ -6487,7 +6623,7 @@ msgstr "" msgid "The order requires approval before it can continue to be processed." msgstr "" -#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:404 +#: pretix/control/logdisplay.py:178 pretix/control/views/orders.py:406 msgid "The order has been approved." msgstr "" @@ -6505,16 +6641,16 @@ msgstr "" msgid "The order locale has been changed." msgstr "" -#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:943 +#: pretix/control/logdisplay.py:183 pretix/control/views/orders.py:945 #: pretix/presale/views/order.py:510 msgid "The invoice has been generated." msgstr "" -#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1016 +#: pretix/control/logdisplay.py:184 pretix/control/views/orders.py:1018 msgid "The invoice has been regenerated." msgstr "" -#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1045 +#: pretix/control/logdisplay.py:185 pretix/control/views/orders.py:1047 msgid "The invoice has been reissued." msgstr "" @@ -7398,7 +7534,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:65 #: pretix/control/templates/pretixcontrol/item/variations.html:93 #: pretix/control/templates/pretixcontrol/items/category.html:37 -#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:129 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:40 #: pretix/control/templates/pretixcontrol/oauth/app_register.html:12 #: pretix/control/templates/pretixcontrol/oauth/app_update.html:12 @@ -7420,8 +7556,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:13 #: pretix/control/templates/pretixcontrol/users/create.html:25 #: pretix/control/templates/pretixcontrol/users/form.html:54 -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:76 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:76 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:79 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:93 #: pretix/plugins/badges/templates/pretixplugins/badges/edit.html:35 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/edit.html:35 msgid "Save" @@ -7431,60 +7567,60 @@ msgstr "保存" msgid "Create a new account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:80 +#: pretix/control/templates/pretixcontrol/base.html:84 msgid "Toggle navigation" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:95 -#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:99 +#: pretix/control/templates/pretixcontrol/base.html:121 msgid "Go to Shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:113 -#: pretix/control/templates/pretixcontrol/base.html:118 +#: pretix/control/templates/pretixcontrol/base.html:117 +#: pretix/control/templates/pretixcontrol/base.html:122 msgid "Go to shop" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:166 +#: pretix/control/templates/pretixcontrol/base.html:170 msgid "End admin session" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:178 +#: pretix/control/templates/pretixcontrol/base.html:182 msgid "Account Settings" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:183 -#: pretix/control/templates/pretixcontrol/base.html:185 +#: pretix/control/templates/pretixcontrol/base.html:187 +#: pretix/control/templates/pretixcontrol/base.html:189 msgid "Log out" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:211 +#: pretix/control/templates/pretixcontrol/base.html:215 msgid "Organizer account" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:231 +#: pretix/control/templates/pretixcontrol/base.html:235 msgid "Search for events" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:282 +#: pretix/control/templates/pretixcontrol/base.html:286 msgid "" "Please leave a short comment on what you did in the following admin sessions:" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:297 +#: pretix/control/templates/pretixcontrol/base.html:301 #, python-format msgid "You are currently working on behalf of %(user)s." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:302 +#: pretix/control/templates/pretixcontrol/base.html:306 msgid "Stop impersonating" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:313 +#: pretix/control/templates/pretixcontrol/base.html:317 msgid "Read more" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:330 +#: pretix/control/templates/pretixcontrol/base.html:334 msgid "" "Your event contains test mode orders even though " "test mode has been disabled. You should delete those orders " @@ -7492,11 +7628,11 @@ msgid "" "people from actually buying tickets." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:337 +#: pretix/control/templates/pretixcontrol/base.html:341 msgid "Show all test mode orders" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:345 +#: pretix/control/templates/pretixcontrol/base.html:349 msgid "" "Starting with version 1.2.0, pretix automatically checks for updates in the " "background. During this check, anonymous data is transmitted to servers " @@ -7505,27 +7641,62 @@ msgid "" "if a new update arrives. This message will disappear once you clicked it." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:358 +#: pretix/control/templates/pretixcontrol/base.html:362 msgid "" "pretix is running in debug mode. For security reasons, please never run " "debug mode on a production instance." msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:371 +#: pretix/control/templates/pretixcontrol/base.html:375 msgid "running in development mode" msgstr "" -#: pretix/control/templates/pretixcontrol/base.html:381 +#: pretix/control/templates/pretixcontrol/base.html:385 #: pretix/presale/templates/pretixpresale/waiting.html:22 msgid "We are processing your request …" msgstr "我们正在处理你的请求…" -#: pretix/control/templates/pretixcontrol/base.html:383 -#: pretix/presale/templates/pretixpresale/base.html:90 +#: pretix/control/templates/pretixcontrol/base.html:387 +#: pretix/presale/templates/pretixpresale/base.html:91 #: pretix/presale/templates/pretixpresale/waiting.html:25 msgid "If this takes longer than a few minutes, please contact us." msgstr "" +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:7 +#, fuzzy +#| msgid "Creation date" +msgid "Transaction Code" +msgstr "创建日期" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:9 +#, fuzzy +#| msgid "Merchant country" +msgid "Merchant Code" +msgstr "商人国家" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:11 +#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 +msgid "Currency" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:15 +#: pretix/control/templates/pretixcontrol/items/questions.html:33 +msgid "Type" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:17 +msgid "Card Entry Mode" +msgstr "" + +#: pretix/control/templates/pretixcontrol/boxoffice/payment_sumup.html:19 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 +#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 +msgid "Card number" +msgstr "" + #: pretix/control/templates/pretixcontrol/checkin/index.html:7 #: pretix/control/templates/pretixcontrol/checkin/index.html:11 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:6 @@ -8503,6 +8674,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/event/tax_edit.html:28 #: pretix/control/templates/pretixcontrol/event/tax_edit.html:34 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:108 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:70 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:72 msgid "Advanced settings" msgstr "" @@ -9011,7 +9185,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:13 #: pretix/control/templates/pretixcontrol/orders/overview.html:42 #: pretix/plugins/checkinlists/exporters.py:308 -#: pretix/plugins/reports/exporters.py:201 +#: pretix/plugins/reports/exporters.py:206 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:13 msgid "Paid" msgstr "" @@ -9049,38 +9223,40 @@ msgid "" "will be lost." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:31 -msgid "Apply to products" -msgstr "" - -#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:29 msgid "" "If you mark a Yes/No question as required, it means that the user has to " "select Yes and No is not accepted. If you want to allow both options, do not " "make this field required." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:41 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:35 msgid "Answer options" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:43 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:37 msgid "Only applicable if you choose 'Choose one/multiple from a list' above." msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:59 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:53 #, python-format msgid "Answer option %(id)s" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:90 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:84 msgid "New answer option" msgstr "" -#: pretix/control/templates/pretixcontrol/items/question_edit.html:109 +#: pretix/control/templates/pretixcontrol/items/question_edit.html:103 msgid "Add a new option" msgstr "" +#: pretix/control/templates/pretixcontrol/items/question_edit.html:115 +#, fuzzy +#| msgid "Question type" +msgid "Question dependency" +msgstr "问题类型" + #: pretix/control/templates/pretixcontrol/items/questions.html:7 msgid "" "Questions allow your attendees to fill in additional data about their " @@ -9097,10 +9273,6 @@ msgstr "" msgid "Create a new question" msgstr "" -#: pretix/control/templates/pretixcontrol/items/questions.html:33 -msgid "Type" -msgstr "" - #: pretix/control/templates/pretixcontrol/items/quota.html:6 #: pretix/control/templates/pretixcontrol/items/quota.html:9 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:6 @@ -9443,7 +9615,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:297 #: pretix/presale/templates/pretixpresale/event/index.html:401 #: pretix/presale/templates/pretixpresale/event/voucher.html:116 -#: pretix/presale/templates/pretixpresale/event/voucher.html:194 +#: pretix/presale/templates/pretixpresale/event/voucher.html:205 #, python-format msgid "plus %(rate)s%% %(name)s" msgstr "" @@ -9728,9 +9900,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:421 #: pretix/control/templates/pretixcontrol/orders/overview.html:43 #: pretix/control/templates/pretixcontrol/orders/overview.html:102 -#: pretix/plugins/reports/exporters.py:201 -#: pretix/plugins/reports/exporters.py:249 -#: pretix/plugins/reports/exporters.py:426 +#: pretix/plugins/reports/exporters.py:206 +#: pretix/plugins/reports/exporters.py:254 +#: pretix/plugins/reports/exporters.py:431 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:220 msgid "Total" msgstr "总计" @@ -10138,7 +10310,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:35 -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:202 msgid "Purchased" msgstr "" @@ -11349,19 +11521,19 @@ msgstr "" msgid "Copy codes" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:40 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:26 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:39 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:27 msgid "Voucher details" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:45 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:33 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:43 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:45 #: pretix/control/views/vouchers.py:62 msgid "Price effect" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:58 -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:46 +#: pretix/control/templates/pretixcontrol/vouchers/bulk.html:56 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:58 msgid "" "If you choose \"any product\" for a specific quota and choose to reserve " "quota for this voucher above, the product can still be unavailable to the " @@ -11394,16 +11566,22 @@ msgid "" "but they will be set to fully redeemed instead." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:10 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:11 msgid "This voucher already has been used. It is not recommended to modify it." msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:14 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:15 #, python-format msgid "Order %(code)s" msgstr "" -#: pretix/control/templates/pretixcontrol/vouchers/detail.html:67 +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:32 +#, fuzzy +#| msgid "Voucher" +msgid "Voucher link" +msgstr "优惠券" + +#: pretix/control/templates/pretixcontrol/vouchers/detail.html:84 msgid "Voucher history" msgstr "" @@ -11881,7 +12059,7 @@ msgstr "" msgid "Unknown e-mail renderer." msgstr "" -#: pretix/control/views/event.py:720 pretix/control/views/orders.py:313 +#: pretix/control/views/event.py:720 pretix/control/views/orders.py:315 #: pretix/presale/views/order.py:682 msgid "You requested an invalid ticket output type." msgstr "" @@ -11926,11 +12104,11 @@ msgstr "" msgid "The issue has been marked as resolved!" msgstr "" -#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:385 +#: pretix/control/views/event.py:1035 pretix/control/views/orders.py:387 msgid "The comment has been updated." msgstr "" -#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:387 +#: pretix/control/views/event.py:1037 pretix/control/views/orders.py:389 msgid "Could not update the comment." msgstr "" @@ -12103,7 +12281,7 @@ msgstr "" msgid "Access for the selected application has been revoked." msgstr "" -#: pretix/control/views/orders.py:315 pretix/presale/views/order.py:70 +#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:70 #: pretix/presale/views/order.py:166 pretix/presale/views/order.py:233 #: pretix/presale/views/order.py:290 pretix/presale/views/order.py:333 #: pretix/presale/views/order.py:490 pretix/presale/views/order.py:552 @@ -12112,264 +12290,264 @@ msgstr "" msgid "Unknown order code or not authorized to access this order." msgstr "" -#: pretix/control/views/orders.py:317 pretix/presale/views/order.py:688 +#: pretix/control/views/orders.py:319 pretix/presale/views/order.py:688 msgid "Ticket download is not enabled for this product." msgstr "" -#: pretix/control/views/orders.py:421 +#: pretix/control/views/orders.py:423 msgid "The order has been deleted." msgstr "" -#: pretix/control/views/orders.py:427 +#: pretix/control/views/orders.py:429 msgid "" "The order could not be deleted as some constraints (e.g. data created by " "plug-ins) do not allow it." msgstr "" -#: pretix/control/views/orders.py:435 +#: pretix/control/views/orders.py:437 msgid "Only orders created in test mode can be deleted." msgstr "" -#: pretix/control/views/orders.py:454 +#: pretix/control/views/orders.py:456 msgid "The order has been denied and is therefore now canceled." msgstr "" -#: pretix/control/views/orders.py:479 +#: pretix/control/views/orders.py:481 msgid "This payment has been canceled." msgstr "" -#: pretix/control/views/orders.py:481 +#: pretix/control/views/orders.py:483 msgid "This payment can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:507 +#: pretix/control/views/orders.py:509 msgid "The refund has been canceled." msgstr "" -#: pretix/control/views/orders.py:509 +#: pretix/control/views/orders.py:511 msgid "This refund can not be canceled at the moment." msgstr "" -#: pretix/control/views/orders.py:542 +#: pretix/control/views/orders.py:544 msgid "The refund has been processed." msgstr "" -#: pretix/control/views/orders.py:544 pretix/control/views/orders.py:570 +#: pretix/control/views/orders.py:546 pretix/control/views/orders.py:572 msgid "This refund can not be processed at the moment." msgstr "" -#: pretix/control/views/orders.py:568 +#: pretix/control/views/orders.py:570 msgid "The refund has been marked as done." msgstr "" -#: pretix/control/views/orders.py:612 +#: pretix/control/views/orders.py:614 msgid "" "The payment has been marked as complete, but we were unable to send a " "confirmation mail." msgstr "" -#: pretix/control/views/orders.py:615 +#: pretix/control/views/orders.py:617 msgid "The payment has been marked as complete." msgstr "" -#: pretix/control/views/orders.py:617 +#: pretix/control/views/orders.py:619 msgid "This payment can not be confirmed at the moment." msgstr "" -#: pretix/control/views/orders.py:668 pretix/control/views/orders.py:691 -#: pretix/control/views/orders.py:722 +#: pretix/control/views/orders.py:670 pretix/control/views/orders.py:693 +#: pretix/control/views/orders.py:724 msgid "You entered an invalid number." msgstr "" -#: pretix/control/views/orders.py:728 +#: pretix/control/views/orders.py:730 msgid "" "You can not refund more than the amount of a payment that is not yet " "refunded." msgstr "" -#: pretix/control/views/orders.py:733 +#: pretix/control/views/orders.py:735 msgid "" "You selected a partial refund for a payment method that only supports full " "refunds." msgstr "" -#: pretix/control/views/orders.py:762 +#: pretix/control/views/orders.py:764 msgid "" "One of the refunds failed to be processed. You should retry to refund in a " "different way. The error message was: {}" msgstr "" -#: pretix/control/views/orders.py:768 +#: pretix/control/views/orders.py:770 msgid "A refund of {} has been processed." msgstr "" -#: pretix/control/views/orders.py:772 +#: pretix/control/views/orders.py:774 msgid "" "A refund of {} has been saved, but not yet fully executed. You can mark it " "as complete below." msgstr "" -#: pretix/control/views/orders.py:795 +#: pretix/control/views/orders.py:797 msgid "The refunds you selected do not match the selected total refund amount." msgstr "" -#: pretix/control/views/orders.py:883 +#: pretix/control/views/orders.py:885 msgid "" "The order has been marked as paid, but we were unable to send a confirmation " "mail." msgstr "" -#: pretix/control/views/orders.py:886 +#: pretix/control/views/orders.py:888 msgid "The payment has been created successfully." msgstr "" -#: pretix/control/views/orders.py:894 +#: pretix/control/views/orders.py:896 msgid "" "The order has been canceled. You can now select how you want to transfer the " "money back to the user." msgstr "" -#: pretix/control/views/orders.py:935 pretix/presale/views/order.py:502 +#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:502 msgid "You cannot generate an invoice for this order." msgstr "" -#: pretix/control/views/orders.py:937 pretix/presale/views/order.py:504 +#: pretix/control/views/orders.py:939 pretix/presale/views/order.py:504 msgid "An invoice for this order already exists." msgstr "" -#: pretix/control/views/orders.py:957 pretix/control/views/orders.py:961 +#: pretix/control/views/orders.py:959 pretix/control/views/orders.py:963 msgid "No VAT ID specified." msgstr "" -#: pretix/control/views/orders.py:965 +#: pretix/control/views/orders.py:967 msgid "No country specified." msgstr "" -#: pretix/control/views/orders.py:969 +#: pretix/control/views/orders.py:971 msgid "VAT ID could not be checked since a non-EU country has been specified." msgstr "" -#: pretix/control/views/orders.py:985 +#: pretix/control/views/orders.py:987 msgid "This VAT ID is not valid." msgstr "" -#: pretix/control/views/orders.py:988 +#: pretix/control/views/orders.py:990 msgid "" "The VAT ID could not be checked, as the VAT checking service of the country " "is currently not available." msgstr "" -#: pretix/control/views/orders.py:991 +#: pretix/control/views/orders.py:993 msgid "This VAT ID is valid." msgstr "" -#: pretix/control/views/orders.py:1005 pretix/control/views/orders.py:1030 +#: pretix/control/views/orders.py:1007 pretix/control/views/orders.py:1032 msgid "Unknown invoice." msgstr "" -#: pretix/control/views/orders.py:1008 pretix/control/views/orders.py:1033 +#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 msgid "The invoice has already been canceled." msgstr "" -#: pretix/control/views/orders.py:1010 pretix/control/views/orders.py:1035 +#: pretix/control/views/orders.py:1012 pretix/control/views/orders.py:1037 msgid "The invoice has been cleaned of personal data." msgstr "" -#: pretix/control/views/orders.py:1081 pretix/control/views/users.py:92 +#: pretix/control/views/orders.py:1083 pretix/control/views/users.py:92 msgid "There was an error sending the mail. Please try again later." msgstr "" -#: pretix/control/views/orders.py:1084 +#: pretix/control/views/orders.py:1086 msgid "The email has been queued to be sent." msgstr "" -#: pretix/control/views/orders.py:1108 pretix/presale/views/order.py:752 +#: pretix/control/views/orders.py:1110 pretix/presale/views/order.py:752 msgid "This invoice has not been found" msgstr "" -#: pretix/control/views/orders.py:1115 pretix/presale/views/order.py:759 +#: pretix/control/views/orders.py:1117 pretix/presale/views/order.py:759 msgid "The invoice file is no longer stored on the server." msgstr "" -#: pretix/control/views/orders.py:1120 pretix/presale/views/order.py:764 +#: pretix/control/views/orders.py:1122 pretix/presale/views/order.py:764 msgid "" "The invoice file has not yet been generated, we will generate it for you " "now. Please try again in a few seconds." msgstr "" -#: pretix/control/views/orders.py:1146 +#: pretix/control/views/orders.py:1148 msgid "The payment term has been changed." msgstr "" -#: pretix/control/views/orders.py:1151 +#: pretix/control/views/orders.py:1153 msgid "" "We were not able to process the request completely as the server was too " "busy." msgstr "" -#: pretix/control/views/orders.py:1159 +#: pretix/control/views/orders.py:1161 msgid "This action is only allowed for pending orders." msgstr "" -#: pretix/control/views/orders.py:1187 +#: pretix/control/views/orders.py:1189 msgid "This action is only allowed for pending or paid orders." msgstr "" -#: pretix/control/views/orders.py:1300 +#: pretix/control/views/orders.py:1302 msgid "An error occurred. Please see the details below." msgstr "" -#: pretix/control/views/orders.py:1308 +#: pretix/control/views/orders.py:1310 msgid "The order has been changed and the user has been notified." msgstr "" -#: pretix/control/views/orders.py:1310 pretix/control/views/orders.py:1389 -#: pretix/control/views/orders.py:1425 +#: pretix/control/views/orders.py:1312 pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1427 msgid "The order has been changed." msgstr "" -#: pretix/control/views/orders.py:1326 pretix/presale/checkoutflow.py:375 +#: pretix/control/views/orders.py:1328 pretix/presale/checkoutflow.py:375 #: pretix/presale/views/order.py:524 msgid "" "We had difficulties processing your input. Please review the errors below." msgstr "" -#: pretix/control/views/orders.py:1391 +#: pretix/control/views/orders.py:1393 msgid "Nothing about the order had to be changed." msgstr "" -#: pretix/control/views/orders.py:1464 pretix/plugins/sendmail/views.py:67 +#: pretix/control/views/orders.py:1466 pretix/plugins/sendmail/views.py:67 msgid "We could not send the email. See below for details." msgstr "" -#: pretix/control/views/orders.py:1497 pretix/plugins/sendmail/views.py:112 +#: pretix/control/views/orders.py:1499 pretix/plugins/sendmail/views.py:112 #, python-brace-format msgid "Subject: {subject}" msgstr "" -#: pretix/control/views/orders.py:1509 +#: pretix/control/views/orders.py:1511 msgid "Your message has been queued and will be sent to {}." msgstr "" -#: pretix/control/views/orders.py:1513 +#: pretix/control/views/orders.py:1515 msgid "Failed to send mail to the following user: {}" msgstr "" -#: pretix/control/views/orders.py:1560 pretix/presale/views/order.py:627 +#: pretix/control/views/orders.py:1562 pretix/presale/views/order.py:627 msgid "" "This link is no longer valid. Please go back, refresh the page, and try " "again." msgstr "" -#: pretix/control/views/orders.py:1621 +#: pretix/control/views/orders.py:1623 msgid "There is no order with the given order code." msgstr "" -#: pretix/control/views/orders.py:1676 +#: pretix/control/views/orders.py:1678 msgid "The selected exporter was not found." msgstr "" -#: pretix/control/views/orders.py:1683 +#: pretix/control/views/orders.py:1685 msgid "There was a problem processing your input. See below for error details." msgstr "" @@ -12524,12 +12702,12 @@ msgctxt "subevent" msgid "The selected dates have been disabled." msgstr "" -#: pretix/control/views/subevents.py:525 +#: pretix/control/views/subevents.py:526 msgctxt "subevent" msgid "The selected dates have been deleted or disabled." msgstr "" -#: pretix/control/views/subevents.py:732 +#: pretix/control/views/subevents.py:733 msgctxt "subevent" msgid "{} new dates have been created." msgstr "" @@ -12755,7 +12933,7 @@ msgstr "" #: pretix/plugins/badges/exporters.py:103 #: pretix/plugins/checkinlists/exporters.py:49 -#: pretix/plugins/reports/exporters.py:292 +#: pretix/plugins/reports/exporters.py:297 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "排序方式" @@ -12867,75 +13045,84 @@ msgid "" "Install the python package 'chardet' for better CSV import capabilities." msgstr "" -#: pretix/plugins/banktransfer/payment.py:28 +#: pretix/plugins/banktransfer/payment.py:29 +msgid "" +"I have understood that people will pay the ticket price directly to my bank " +"account and pretix cannot automatically know what payments arrived. " +"Therefore, I will either mark payments as complete manually, or regularly " +"import a digital bank statement in order to give pretix the required " +"information." +msgstr "" + +#: pretix/plugins/banktransfer/payment.py:36 msgid "Bank account type" msgstr "" -#: pretix/plugins/banktransfer/payment.py:31 +#: pretix/plugins/banktransfer/payment.py:39 msgid "SEPA bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:32 +#: pretix/plugins/banktransfer/payment.py:40 msgid "Other bank account" msgstr "" -#: pretix/plugins/banktransfer/payment.py:37 +#: pretix/plugins/banktransfer/payment.py:45 msgid "Name of account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:47 -#: pretix/plugins/banktransfer/payment.py:172 +#: pretix/plugins/banktransfer/payment.py:55 +#: pretix/plugins/banktransfer/payment.py:180 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:12 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:16 msgid "IBAN" msgstr "" -#: pretix/plugins/banktransfer/payment.py:57 -#: pretix/plugins/banktransfer/payment.py:173 +#: pretix/plugins/banktransfer/payment.py:65 +#: pretix/plugins/banktransfer/payment.py:181 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:13 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:17 msgid "BIC" msgstr "" -#: pretix/plugins/banktransfer/payment.py:67 +#: pretix/plugins/banktransfer/payment.py:75 msgid "Name of bank" msgstr "" -#: pretix/plugins/banktransfer/payment.py:77 +#: pretix/plugins/banktransfer/payment.py:85 msgid "Bank account details" msgstr "" -#: pretix/plugins/banktransfer/payment.py:80 +#: pretix/plugins/banktransfer/payment.py:88 msgid "" "Include everything else that your customers might need to send you a bank " "transfer payment. If you have lots of international customers, they might " "need your full address and your bank's full address." msgstr "" -#: pretix/plugins/banktransfer/payment.py:86 +#: pretix/plugins/banktransfer/payment.py:94 msgid "" "For SEPA accounts, you can leave this empty. Otherwise, please add " "everything that your customers need to transfer the money, e.g. account " "numbers, routing numbers, addresses, etc." msgstr "" -#: pretix/plugins/banktransfer/payment.py:114 +#: pretix/plugins/banktransfer/payment.py:122 msgid "Do not include a hypen in the payment reference." msgstr "" -#: pretix/plugins/banktransfer/payment.py:115 +#: pretix/plugins/banktransfer/payment.py:123 msgid "This is required in some countries." msgstr "" -#: pretix/plugins/banktransfer/payment.py:137 +#: pretix/plugins/banktransfer/payment.py:145 msgid "Please fill out your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:141 +#: pretix/plugins/banktransfer/payment.py:149 msgid "Please enter your bank account details." msgstr "" -#: pretix/plugins/banktransfer/payment.py:171 +#: pretix/plugins/banktransfer/payment.py:179 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:11 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:15 #: pretix/plugins/stripe/payment.py:704 pretix/plugins/stripe/payment.py:865 @@ -12944,7 +13131,7 @@ msgstr "" msgid "Account holder" msgstr "" -#: pretix/plugins/banktransfer/payment.py:174 +#: pretix/plugins/banktransfer/payment.py:182 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:14 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html:18 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:21 @@ -12962,11 +13149,17 @@ msgstr "" msgid "Import bank data" msgstr "" -#: pretix/plugins/banktransfer/tasks.py:55 +#: pretix/plugins/banktransfer/tasks.py:60 #: pretix/plugins/banktransfer/views.py:55 msgid "The order has already been canceled." msgstr "" +#: pretix/plugins/banktransfer/tasks.py:120 +#, fuzzy, python-format +#| msgid "Your order is pending payment: %(code)s" +msgid "Your order received an incomplete payment: %(code)s" +msgstr "您的订单待付款:%(code)s" + #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html:4 msgid "" "After completing your purchase, we will ask you to transfer the money to the " @@ -12986,8 +13179,8 @@ msgid "Payer" msgstr "" #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:296 -#: pretix/plugins/reports/exporters.py:358 +#: pretix/plugins/reports/exporters.py:301 +#: pretix/plugins/reports/exporters.py:363 msgid "Payment date" msgstr "" @@ -13451,11 +13644,6 @@ msgstr "" msgid "Total value" msgstr "" -#: pretix/plugins/paypal/templates/pretixplugins/paypal/control.html:13 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:44 -msgid "Currency" -msgstr "" - #: pretix/plugins/paypal/templates/pretixplugins/paypal/pending.html:4 msgid "" "Our attempt to execute your Payment via PayPal has failed. Please try again " @@ -13705,37 +13893,37 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:146 +#: pretix/plugins/reports/exporters.py:151 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:185 +#: pretix/plugins/reports/exporters.py:190 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:56 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:205 -#: pretix/plugins/reports/exporters.py:206 -#: pretix/plugins/reports/exporters.py:207 -#: pretix/plugins/reports/exporters.py:208 -#: pretix/plugins/reports/exporters.py:209 +#: pretix/plugins/reports/exporters.py:210 +#: pretix/plugins/reports/exporters.py:211 +#: pretix/plugins/reports/exporters.py:212 +#: pretix/plugins/reports/exporters.py:213 +#: pretix/plugins/reports/exporters.py:214 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:276 +#: pretix/plugins/reports/exporters.py:281 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:353 +#: pretix/plugins/reports/exporters.py:358 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:362 +#: pretix/plugins/reports/exporters.py:367 msgid "Tax" msgstr "" @@ -14210,13 +14398,6 @@ msgstr "" msgid "Card type" msgstr "" -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:10 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form.html:21 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_stripe_checkout.html:16 -#: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:13 -msgid "Card number" -msgstr "" - #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_confirm.html:14 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_bancontact.html:4 #: pretix/plugins/stripe/templates/pretixplugins/stripe/checkout_payment_form_giropay.html:4 @@ -14477,35 +14658,35 @@ msgstr "" msgid "Please enter your name." msgstr "" -#: pretix/presale/checkoutflow.py:422 pretix/presale/checkoutflow.py:427 -#: pretix/presale/checkoutflow.py:432 +#: pretix/presale/checkoutflow.py:446 pretix/presale/checkoutflow.py:451 +#: pretix/presale/checkoutflow.py:456 msgid "Please fill in answers to all required questions." msgstr "" -#: pretix/presale/checkoutflow.py:458 +#: pretix/presale/checkoutflow.py:482 msgctxt "checkoutflow" msgid "Payment" msgstr "" -#: pretix/presale/checkoutflow.py:501 pretix/presale/views/order.py:467 +#: pretix/presale/checkoutflow.py:525 pretix/presale/views/order.py:467 msgid "Please select a payment method." msgstr "" -#: pretix/presale/checkoutflow.py:525 pretix/presale/checkoutflow.py:531 +#: pretix/presale/checkoutflow.py:549 pretix/presale/checkoutflow.py:555 #: pretix/presale/views/order.py:239 pretix/presale/views/order.py:296 msgid "The payment information you entered was incomplete." msgstr "" -#: pretix/presale/checkoutflow.py:562 +#: pretix/presale/checkoutflow.py:586 msgctxt "checkoutflow" msgid "Review order" msgstr "" -#: pretix/presale/checkoutflow.py:637 +#: pretix/presale/checkoutflow.py:661 msgid "You need to check all checkboxes on the bottom of the page." msgstr "" -#: pretix/presale/checkoutflow.py:671 +#: pretix/presale/checkoutflow.py:695 msgid "" "There was an error sending the confirmation mail. Please try again later." msgstr "" @@ -14944,7 +15125,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:391 #: pretix/presale/templates/pretixpresale/event/voucher.html:72 #: pretix/presale/templates/pretixpresale/event/voucher.html:109 -#: pretix/presale/templates/pretixpresale/event/voucher.html:187 +#: pretix/presale/templates/pretixpresale/event/voucher.html:198 msgctxt "price" msgid "FREE" msgstr "" @@ -14956,7 +15137,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:281 #: pretix/presale/templates/pretixpresale/event/index.html:386 #: pretix/presale/templates/pretixpresale/event/voucher.html:104 -#: pretix/presale/templates/pretixpresale/event/voucher.html:182 +#: pretix/presale/templates/pretixpresale/event/voucher.html:193 #, python-format msgid "Modify price for %(item)s" msgstr "" @@ -14964,7 +15145,7 @@ msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:301 #: pretix/presale/templates/pretixpresale/event/index.html:405 #: pretix/presale/templates/pretixpresale/event/voucher.html:120 -#: pretix/presale/templates/pretixpresale/event/voucher.html:198 +#: pretix/presale/templates/pretixpresale/event/voucher.html:209 #, python-format msgid "incl. %(rate)s%% %(name)s" msgstr "" @@ -14975,19 +15156,21 @@ msgid "Enter a voucher code below to buy this ticket." msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:320 -#: pretix/presale/templates/pretixpresale/event/voucher.html:134 +#: pretix/presale/templates/pretixpresale/event/voucher.html:135 +#: pretix/presale/templates/pretixpresale/event/voucher.html:144 #, python-format msgid "Amount of %(item)s – %(var)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:431 -#: pretix/presale/templates/pretixpresale/event/voucher.html:212 +#: pretix/presale/templates/pretixpresale/event/voucher.html:224 +#: pretix/presale/templates/pretixpresale/event/voucher.html:233 #, python-format msgid "Amount of %(item)s to order" msgstr "" #: pretix/presale/templates/pretixpresale/event/index.html:448 -#: pretix/presale/templates/pretixpresale/event/voucher.html:236 +#: pretix/presale/templates/pretixpresale/event/voucher.html:258 msgid "Add to cart" msgstr "" diff --git a/src/pretix/locale/zh_Hans/LC_MESSAGES/djangojs.po b/src/pretix/locale/zh_Hans/LC_MESSAGES/djangojs.po index 97e388493..8f6c9b53d 100644 --- a/src/pretix/locale/zh_Hans/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/zh_Hans/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 15:02+0000\n" +"POT-Creation-Date: 2019-03-14 14:35+0000\n" "PO-Revision-Date: 2019-03-09 14:00+0000\n" "Last-Translator: yichengsd \n" "Language-Team: Chinese (Simplified) Decimal('0.00') and o.status == Order.STATUS_PENDING: + print("send mail") + with language(o.locale): + tz = pytz.timezone(o.event.settings.get('timezone', settings.TIME_ZONE)) + try: + invoice_name = o.invoice_address.name + invoice_company = o.invoice_address.company + except InvoiceAddress.DoesNotExist: + invoice_name = "" + invoice_company = "" + email_template = o.event.settings.mail_text_order_expire_warning + email_context = { + 'event': o.event.name, + 'url': build_absolute_uri(o.event, 'presale:event.order', kwargs={ + 'order': o.code, + 'secret': o.secret + }), + 'expire_date': date_format(o.expires.astimezone(tz), 'SHORT_DATE_FORMAT'), + 'invoice_name': invoice_name, + 'invoice_company': invoice_company, + } + email_subject = ugettext('Your order received an incomplete payment: %(code)s') % {'code': o.code} + + try: + o.send_mail( + email_subject, email_template, email_context, + 'pretix.event.order.email.expire_warning_sent' + ) + except SendMailException: + logger.exception('Reminder email could not be sent') + trans.save() diff --git a/src/tests/plugins/banktransfer/test_import.py b/src/tests/plugins/banktransfer/test_import.py index b945371be..af9662bfa 100644 --- a/src/tests/plugins/banktransfer/test_import.py +++ b/src/tests/plugins/banktransfer/test_import.py @@ -3,6 +3,7 @@ from decimal import Decimal import pytest from bs4 import BeautifulSoup +from django.core import mail as djmail from django.core.files.uploadedfile import SimpleUploadedFile from django.utils.timezone import now @@ -26,7 +27,7 @@ def env(): t.members.add(user) t.limit_events.add(event) o1 = Order.objects.create( - code='1Z3AS', event=event, + code='1Z3AS', event=event, email='admin@localhost', status=Order.STATUS_PENDING, datetime=now(), expires=now() + timedelta(days=10), total=23 @@ -100,6 +101,7 @@ def orga_job(env): @pytest.mark.django_db def test_mark_paid(env, job): + djmail.outbox = [] process_banktransfers(job, [{ 'payer': 'Karla Kundin', 'reference': 'Bestellung DUMMY1234S', @@ -108,10 +110,13 @@ def test_mark_paid(env, job): }]) env[2].refresh_from_db() assert env[2].status == Order.STATUS_PAID + assert len(djmail.outbox) == 1 + assert djmail.outbox[0].subject == 'Payment received for your order: 1Z3AS' @pytest.mark.django_db def test_underpaid(env, job): + djmail.outbox = [] process_banktransfers(job, [{ 'payer': 'Karla Kundin', 'reference': 'Bestellung DUMMY1Z3AS', @@ -125,6 +130,9 @@ def test_underpaid(env, job): assert p.state == OrderPayment.PAYMENT_STATE_CONFIRMED assert env[2].pending_sum == Decimal('0.50') + assert len(djmail.outbox) == 1 + assert djmail.outbox[0].subject == 'Your order received an incomplete payment: 1Z3AS' + @pytest.mark.django_db def test_in_parts(env, job):