forked from CGM_Public/pretix_original
Compare commits
115
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c25ba29efe | ||
|
|
9d30034754 | ||
|
|
ec2da30c74 | ||
|
|
f3583488ef | ||
|
|
57ee2280aa | ||
|
|
75c069111e | ||
|
|
54a4631e22 | ||
|
|
8eaa8999e5 | ||
|
|
979e02ec73 | ||
|
|
dfebcf5294 | ||
|
|
90891504fc | ||
|
|
b3383a24e8 | ||
|
|
bd299f9afb | ||
|
|
9b7088f7fc | ||
|
|
635344a32f | ||
|
|
fc1d3f7fb1 | ||
|
|
334c1c4b5e | ||
|
|
86085d9368 | ||
|
|
f3a84c1d6e | ||
|
|
2a9eb2772a | ||
|
|
9a08f7fec5 | ||
|
|
193842b43b | ||
|
|
cd321f3e0a | ||
|
|
00ad6f7d53 | ||
|
|
88770ed7b6 | ||
|
|
2ec50f6184 | ||
|
|
d45bc0f37b | ||
|
|
03a7a4e210 | ||
|
|
8892fad228 | ||
|
|
b206509345 | ||
|
|
fdee69cd69 | ||
|
|
0d5f3697a1 | ||
|
|
50d4ed827d | ||
|
|
a0218093f2 | ||
|
|
ea920fb67e | ||
|
|
73f166c54a | ||
|
|
5b5cd72f80 | ||
|
|
87b3f91ad3 | ||
|
|
7cefd69b4e | ||
|
|
597089a89b | ||
|
|
b2c76a9e36 | ||
|
|
846be07a5e | ||
|
|
2d3cd8f3dc | ||
|
|
0dfef2699f | ||
|
|
97e74e4afb | ||
|
|
fe04d97d51 | ||
|
|
911917c9d1 | ||
|
|
14bb17435b | ||
|
|
a8c78674bd | ||
|
|
a49de96416 | ||
|
|
9f7dca8288 | ||
|
|
be9c40939e | ||
|
|
eec092ef8d | ||
|
|
8c35b1c1a7 | ||
|
|
61ad81277e | ||
|
|
d98cb6402c | ||
|
|
772a4ce494 | ||
|
|
825673b0c5 | ||
|
|
ea6c698b3a | ||
|
|
d2d6a30623 | ||
|
|
68097291ca | ||
|
|
a8286f77d8 | ||
|
|
d8e96c16bb | ||
|
|
e20c2c56f0 | ||
|
|
823de60e8c | ||
|
|
25fb5fb741 | ||
|
|
017638cc29 | ||
|
|
4e37acf8d4 | ||
|
|
40d273e145 | ||
|
|
88f4ee0f95 | ||
|
|
925b8334a9 | ||
|
|
2e0be8c801 | ||
|
|
6306b8e97d | ||
|
|
927745ca13 | ||
|
|
251b2c4b5c | ||
|
|
c1fd8a5b7b | ||
|
|
7d9b002ef5 | ||
|
|
a03e2387b0 | ||
|
|
3b12ab8b82 | ||
|
|
63a6a8cfd3 | ||
|
|
6ee649f91e | ||
|
|
72646d00e7 | ||
|
|
fe24683495 | ||
|
|
da425533cf | ||
|
|
2024fc8792 | ||
|
|
335e96d1c9 | ||
|
|
936bc882f0 | ||
|
|
7a749e2c56 | ||
|
|
7ed01f55f6 | ||
|
|
76fd1be397 | ||
|
|
5ab1116aed | ||
|
|
1437dde1e1 | ||
|
|
64aca08d34 | ||
|
|
3790d04ed2 | ||
|
|
d1644e62f0 | ||
|
|
96a656bc8a | ||
|
|
763c003487 | ||
|
|
81c251208c | ||
|
|
9ca2c8894d | ||
|
|
d4825d00fb | ||
|
|
591f5a75ef | ||
|
|
15407732ea | ||
|
|
82534f49da | ||
|
|
6c7f76fe96 | ||
|
|
08590f9d98 | ||
|
|
074252a9c0 | ||
|
|
615f7ed2cf | ||
|
|
e3a4435356 | ||
|
|
e8ec2a8d1f | ||
|
|
17cac62c31 | ||
|
|
73beabedea | ||
|
|
93f0e818e4 | ||
|
|
54ff5967fc | ||
|
|
41b18b9419 | ||
|
|
750a2511d5 |
+1
-1
@@ -31,7 +31,7 @@ RUN apt-get update && \
|
|||||||
echo 'pretixuser ALL=(ALL) NOPASSWD:SETENV: /usr/bin/supervisord' >> /etc/sudoers && \
|
echo 'pretixuser ALL=(ALL) NOPASSWD:SETENV: /usr/bin/supervisord' >> /etc/sudoers && \
|
||||||
mkdir /static && \
|
mkdir /static && \
|
||||||
mkdir /etc/supervisord && \
|
mkdir /etc/supervisord && \
|
||||||
curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash - && \
|
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
curl -qL https://www.npmjs.com/install.sh | sh
|
curl -qL https://www.npmjs.com/install.sh | sh
|
||||||
|
|
||||||
|
|||||||
@@ -609,13 +609,17 @@ Fetching individual orders
|
|||||||
Order ticket download
|
Order ticket download
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
.. versionchanged:: 4.10
|
||||||
|
|
||||||
|
The API now supports ticket downloads for pending orders if allowed by the event settings.
|
||||||
|
|
||||||
.. http:get:: /api/v1/organizers/(organizer)/events/(event)/orders/(code)/download/(output)/
|
.. http:get:: /api/v1/organizers/(organizer)/events/(event)/orders/(code)/download/(output)/
|
||||||
|
|
||||||
Download tickets for an order, identified by its order code. Depending on the chosen output, the response might
|
Download tickets for an order, identified by its order code. Depending on the chosen output, the response might
|
||||||
be a ZIP file, PDF file or something else. The order details response contains a list of output options for this
|
be a ZIP file, PDF file or something else. The order details response contains a list of output options for this
|
||||||
particular order.
|
particular order.
|
||||||
|
|
||||||
Tickets can be only downloaded if the order is paid and if ticket downloads are active. Note that in some cases the
|
Tickets can only be downloaded if ticket downloads are active and – depending on event settings – the order is either paid or pending. Note that in some cases the
|
||||||
ticket file might not yet have been created. In that case, you will receive a status code :http:statuscode:`409` and
|
ticket file might not yet have been created. In that case, you will receive a status code :http:statuscode:`409` and
|
||||||
you are expected to retry the request after a short period of waiting.
|
you are expected to retry the request after a short period of waiting.
|
||||||
|
|
||||||
@@ -1635,6 +1639,10 @@ Fetching individual positions
|
|||||||
Order position ticket download
|
Order position ticket download
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
.. versionchanged:: 4.10
|
||||||
|
|
||||||
|
The API now supports ticket downloads for pending orders if allowed by the event settings.
|
||||||
|
|
||||||
.. http:get:: /api/v1/organizers/(organizer)/events/(event)/orderpositions/(id)/download/(output)/
|
.. http:get:: /api/v1/organizers/(organizer)/events/(event)/orderpositions/(id)/download/(output)/
|
||||||
|
|
||||||
Download tickets for one order position, identified by its internal ID.
|
Download tickets for one order position, identified by its internal ID.
|
||||||
@@ -1646,7 +1654,7 @@ Order position ticket download
|
|||||||
The referenced URL can provide a download or a regular, human-viewable website - so it is advised to open this URL
|
The referenced URL can provide a download or a regular, human-viewable website - so it is advised to open this URL
|
||||||
in a webbrowser and leave it up to the user to handle the result.
|
in a webbrowser and leave it up to the user to handle the result.
|
||||||
|
|
||||||
Tickets can be only downloaded if the order is paid and if ticket downloads are active. Also, depending on event
|
Tickets can only be downloaded if ticket downloads are active and – depending on event settings – the order is either paid or pending. Also, depending on event
|
||||||
configuration downloads might be only unavailable for add-on products or non-admission products.
|
configuration downloads might be only unavailable for add-on products or non-admission products.
|
||||||
Note that in some cases the ticket file might not yet have been created. In that case, you will receive a status
|
Note that in some cases the ticket file might not yet have been created. In that case, you will receive a status
|
||||||
code :http:statuscode:`409` and you are expected to retry the request after a short period of waiting.
|
code :http:statuscode:`409` and you are expected to retry the request after a short period of waiting.
|
||||||
|
|||||||
@@ -474,6 +474,7 @@ Endpoints
|
|||||||
:query is_future: If set to ``true`` (``false``), only events that happen currently or in the future are (not) returned.
|
:query is_future: If set to ``true`` (``false``), only events that happen currently or in the future are (not) returned.
|
||||||
:query is_past: If set to ``true`` (``false``), only events that are over are (not) returned.
|
:query is_past: If set to ``true`` (``false``), only events that are over are (not) returned.
|
||||||
:query ends_after: If set to a date and time, only events that happen during of after the given time are returned.
|
:query ends_after: If set to a date and time, only events that happen during of after the given time are returned.
|
||||||
|
:query sales_channel: If set to a sales channel identifier, the response will only contain subevents from events available on this sales channel.
|
||||||
:param organizer: The ``slug`` field of a valid organizer
|
:param organizer: The ``slug`` field of a valid organizer
|
||||||
:param event: The ``slug`` field of the event to fetch
|
:param event: The ``slug`` field of the event to fetch
|
||||||
:statuscode 200: no error
|
:statuscode 200: no error
|
||||||
|
|||||||
@@ -227,6 +227,108 @@ Endpoints
|
|||||||
:statuscode 401: Authentication failure
|
:statuscode 401: Authentication failure
|
||||||
:statuscode 403: The requested organizer or event or exhibitor does not exist **or** you have no permission to view it.
|
:statuscode 403: The requested organizer or event or exhibitor does not exist **or** you have no permission to view it.
|
||||||
|
|
||||||
|
.. http:get:: /api/v1/organizers/(organizer)/events/(event)/exhibitors/(id)/vouchers/
|
||||||
|
|
||||||
|
Returns a list of all vouchers connected to an exhibitor. The response contains the same data as described in
|
||||||
|
:ref:`rest-vouchers`.
|
||||||
|
|
||||||
|
**Example request**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
GET /api/v1/organizers/bigevents/events/sampleconf/exhibitors/1/vouchers/ HTTP/1.1
|
||||||
|
Host: pretix.eu
|
||||||
|
Accept: application/json, text/javascript
|
||||||
|
|
||||||
|
**Example response**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
HTTP/1.1 200 OK
|
||||||
|
Vary: Accept
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
|
{
|
||||||
|
"count": 1,
|
||||||
|
"next": null,
|
||||||
|
"previous": null,
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"code": "43K6LKM37FBVR2YG",
|
||||||
|
"max_usages": 1,
|
||||||
|
"redeemed": 0,
|
||||||
|
"valid_until": null,
|
||||||
|
"block_quota": false,
|
||||||
|
"allow_ignore_quota": false,
|
||||||
|
"price_mode": "set",
|
||||||
|
"value": "12.00",
|
||||||
|
"item": 1,
|
||||||
|
"variation": null,
|
||||||
|
"quota": null,
|
||||||
|
"tag": "testvoucher",
|
||||||
|
"comment": "",
|
||||||
|
"seat": null,
|
||||||
|
"subevent": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
:query page: The page number in case of a multi-page result set, default is 1
|
||||||
|
:param organizer: The ``slug`` field of a valid organizer
|
||||||
|
:param event: The ``slug`` field of the event to fetch
|
||||||
|
:param id: The ``id`` field of the exhibitor to fetch
|
||||||
|
:statuscode 200: no error
|
||||||
|
:statuscode 401: Authentication failure
|
||||||
|
:statuscode 403: The requested organizer or event or exhibitor does not exist **or** you have no permission to view it.
|
||||||
|
|
||||||
|
.. http:post:: /api/v1/organizers/(organizer)/events/(event)/exhibitors/(id)/vouchers/attach/
|
||||||
|
|
||||||
|
Attaches an **existing** voucher to an exhibitor. You need to send either the ``id`` **or** the ``code`` field of
|
||||||
|
the voucher.
|
||||||
|
|
||||||
|
**Example request**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
POST /api/v1/organizers/bigevents/events/sampleconf/exhibitors/1/vouchers/attach/ HTTP/1.1
|
||||||
|
Host: pretix.eu
|
||||||
|
Accept: application/json, text/javascript
|
||||||
|
|
||||||
|
{
|
||||||
|
"id": 15
|
||||||
|
}
|
||||||
|
|
||||||
|
**Example request**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
POST /api/v1/organizers/bigevents/events/sampleconf/exhibitors/1/vouchers/attach/ HTTP/1.1
|
||||||
|
Host: pretix.eu
|
||||||
|
Accept: application/json, text/javascript
|
||||||
|
|
||||||
|
{
|
||||||
|
"code": "43K6LKM37FBVR2YG"
|
||||||
|
}
|
||||||
|
|
||||||
|
**Example response**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
HTTP/1.1 200 OK
|
||||||
|
Vary: Accept
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
|
{}
|
||||||
|
|
||||||
|
:param organizer: The ``slug`` field of a valid organizer
|
||||||
|
:param event: The ``slug`` field of the event to use
|
||||||
|
:param id: The ``id`` field of the exhibitor to use
|
||||||
|
:statuscode 200: no error
|
||||||
|
:statuscode 400: Invalid data sent, e.g. voucher does not exist
|
||||||
|
:statuscode 401: Authentication failure
|
||||||
|
:statuscode 403: The requested organizer or event or exhibitor does not exist **or** you have no permission to view it.
|
||||||
|
|
||||||
.. http:post:: /api/v1/organizers/(organizer)/events/(event)/exhibitors/
|
.. http:post:: /api/v1/organizers/(organizer)/events/(event)/exhibitors/
|
||||||
|
|
||||||
Create a new exhibitor.
|
Create a new exhibitor.
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ If you want to **create** a plugin, please go to the
|
|||||||
certificates
|
certificates
|
||||||
digital
|
digital
|
||||||
exhibitors
|
exhibitors
|
||||||
|
shipping
|
||||||
imported_secrets
|
imported_secrets
|
||||||
webinar
|
webinar
|
||||||
presale-saml
|
presale-saml
|
||||||
|
|||||||
@@ -0,0 +1,235 @@
|
|||||||
|
Shipping
|
||||||
|
========
|
||||||
|
|
||||||
|
The shipping plugin provides a HTTP API that exposes the various layouts used to generate PDF badges.
|
||||||
|
|
||||||
|
Shipping address resource
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
The shipping address resource contains the following public fields:
|
||||||
|
|
||||||
|
.. rst-class:: rest-resource-table
|
||||||
|
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
Field Type Description
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
company string Customer company name
|
||||||
|
name string Customer name
|
||||||
|
street string Customer street
|
||||||
|
zipcode string Customer ZIP code
|
||||||
|
city string Customer city
|
||||||
|
country string Customer country code
|
||||||
|
state string Customer state (ISO 3166-2 code). Only supported in
|
||||||
|
AU, BR, CA, CN, MY, MX, and US.
|
||||||
|
gift boolean Request by customer to not disclose prices in the shipping
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
|
||||||
|
Shipping status resource
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
The shipping status resource contains the following public fields:
|
||||||
|
|
||||||
|
.. rst-class:: rest-resource-table
|
||||||
|
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
Field Type Description
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
method integer Internal ID of shipping method
|
||||||
|
status string Status, one of ``"new"`` or ``"shipped"``
|
||||||
|
method_type string Method type, one of ``"ship"``, ``"online"``, or ``"collect"``
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
|
||||||
|
Print job resource
|
||||||
|
------------------
|
||||||
|
|
||||||
|
The print job resource contains the following public fields:
|
||||||
|
|
||||||
|
.. rst-class:: rest-resource-table
|
||||||
|
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
Field Type Description
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
code string Order code of the ticket order
|
||||||
|
event string Event slug
|
||||||
|
status string Status, one of ``"new"`` or ``"shipped"``
|
||||||
|
method string Method type, one of ``"ship"``, ``"online"``, or ``"collect"``
|
||||||
|
===================================== ========================== =======================================================
|
||||||
|
|
||||||
|
Endpoints
|
||||||
|
---------
|
||||||
|
|
||||||
|
.. http:get:: /api/v1/organizers/(organizer)/events/(event)/orders/(code)/shippingaddress/
|
||||||
|
|
||||||
|
Returns the shipping address of an order
|
||||||
|
|
||||||
|
**Example request**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
GET /api/v1/organizers/bigevents/events/democon/orders/ABC12/shippingaddress/ HTTP/1.1
|
||||||
|
Host: pretix.eu
|
||||||
|
Accept: application/json, text/javascript
|
||||||
|
|
||||||
|
**Example response**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
HTTP/1.1 200 OK
|
||||||
|
Vary: Accept
|
||||||
|
Content-Type: text/javascript
|
||||||
|
|
||||||
|
{
|
||||||
|
"company": "ACME Corp",
|
||||||
|
"name": "John Doe",
|
||||||
|
"street": "Sesame Street 12\nAp. 5",
|
||||||
|
"zipcode": "12345",
|
||||||
|
"city": "Berlin",
|
||||||
|
"country": "DE",
|
||||||
|
"state": "",
|
||||||
|
"gift": false
|
||||||
|
}
|
||||||
|
|
||||||
|
:param organizer: The ``slug`` field of a valid organizer
|
||||||
|
:param event: The ``slug`` field of a valid event
|
||||||
|
:param order: The ``code`` field of a valid order
|
||||||
|
:statuscode 200: no error
|
||||||
|
:statuscode 401: Authentication failure
|
||||||
|
:statuscode 403: The requested organizer does not exist **or** you have no permission to view it.
|
||||||
|
:statuscode 404: The order does not exist or no shipping address is attached.
|
||||||
|
|
||||||
|
|
||||||
|
.. http:get:: /api/v1/organizers/(organizer)/events/(event)/orders/(code)/shippingaddress/
|
||||||
|
|
||||||
|
Returns the shipping status of an order
|
||||||
|
|
||||||
|
**Example request**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
GET /api/v1/organizers/bigevents/events/democon/orders/ABC12/shippingstatus/ HTTP/1.1
|
||||||
|
Host: pretix.eu
|
||||||
|
Accept: application/json, text/javascript
|
||||||
|
|
||||||
|
**Example response**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
HTTP/1.1 200 OK
|
||||||
|
Vary: Accept
|
||||||
|
Content-Type: text/javascript
|
||||||
|
|
||||||
|
{
|
||||||
|
"method": 23,
|
||||||
|
"method_type": "ship",
|
||||||
|
"status": "new"
|
||||||
|
}
|
||||||
|
|
||||||
|
:param organizer: The ``slug`` field of a valid organizer
|
||||||
|
:param event: The ``slug`` field of a valid event
|
||||||
|
:param order: The ``code`` field of a valid order
|
||||||
|
:statuscode 200: no error
|
||||||
|
:statuscode 401: Authentication failure
|
||||||
|
:statuscode 403: The requested organizer does not exist **or** you have no permission to view it.
|
||||||
|
:statuscode 404: The order does not exist or no shipping address is attached.
|
||||||
|
|
||||||
|
.. http:get:: /api/v1/organizers/(organizer)/printjobs/
|
||||||
|
|
||||||
|
Returns a list of ticket orders, only useful with some query filters
|
||||||
|
|
||||||
|
**Example request**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
GET /api/v1/organizers/bigevents/printjobs/?method=ship&status=new HTTP/1.1
|
||||||
|
Host: pretix.eu
|
||||||
|
Accept: application/json, text/javascript
|
||||||
|
|
||||||
|
**Example response**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
HTTP/1.1 200 OK
|
||||||
|
Vary: Accept
|
||||||
|
Content-Type: text/javascript
|
||||||
|
|
||||||
|
{
|
||||||
|
"count": 1,
|
||||||
|
"next": null,
|
||||||
|
"previous": null,
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"event": "democon",
|
||||||
|
"order": "ABC12",
|
||||||
|
"method": "ship",
|
||||||
|
"status": "new"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
:query string method: Filter by response field ``method`` (can be passed multiple times)
|
||||||
|
:query string status: Filter by response field ``status``
|
||||||
|
:query string event: Filter by response field ``event``
|
||||||
|
:param organizer: The ``slug`` field of a valid organizer
|
||||||
|
:param event: The ``slug`` field of a valid event
|
||||||
|
:statuscode 200: no error
|
||||||
|
:statuscode 401: Authentication failure
|
||||||
|
:statuscode 403: The requested organizer does not exist **or** you have no permission to view it.
|
||||||
|
|
||||||
|
.. http:get:: /api/v1/organizers/(organizer)/printjobs/poll/
|
||||||
|
|
||||||
|
Returns the PDF file for the next job to print.
|
||||||
|
|
||||||
|
**Example request**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
GET /api/v1/organizers/bigevents/printjobs/poll/?method=ship&status=new HTTP/1.1
|
||||||
|
Host: pretix.eu
|
||||||
|
Accept: application/json, text/javascript
|
||||||
|
|
||||||
|
**Example response**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
HTTP/1.1 200 OK
|
||||||
|
Vary: Accept
|
||||||
|
Content-Type: application/pdf
|
||||||
|
X-Pretix-Order-Code: ABC12
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
|
:query string method: Filter by response field ``method`` (can be passed multiple times)
|
||||||
|
:query string status: Filter by response field ``status``
|
||||||
|
:query string event: Filter by response field ``event``
|
||||||
|
:param organizer: The ``slug`` field of a valid organizer
|
||||||
|
:param event: The ``slug`` field of a valid event
|
||||||
|
:statuscode 200: no error
|
||||||
|
:statuscode 401: Authentication failure
|
||||||
|
:statuscode 403: The requested organizer does not exist **or** you have no permission to view it.
|
||||||
|
|
||||||
|
.. http:post:: /api/v1/organizers/(organizer)/printjobs/(order)/ack/
|
||||||
|
|
||||||
|
Change an order's status to "shipped".
|
||||||
|
|
||||||
|
**Example request**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
POST /api/v1/organizers/bigevents/printjobs/ABC12/ack/ HTTP/1.1
|
||||||
|
Host: pretix.eu
|
||||||
|
Accept: application/json, text/javascript
|
||||||
|
|
||||||
|
**Example response**:
|
||||||
|
|
||||||
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
HTTP/1.1 204 No Content
|
||||||
|
Vary: Accept
|
||||||
|
|
||||||
|
:param organizer: The ``slug`` field of a valid organizer
|
||||||
|
:param event: The ``slug`` field of a valid event
|
||||||
|
:param order: The ``code`` field of a valid order
|
||||||
|
:statuscode 200: no error
|
||||||
|
:statuscode 401: Authentication failure
|
||||||
|
:statuscode 403: The requested organizer does not exist **or** you have no permission to view it.
|
||||||
|
:statuscode 404: The order does not exist.
|
||||||
@@ -19,4 +19,4 @@
|
|||||||
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
|
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
|
||||||
# <https://www.gnu.org/licenses/>.
|
# <https://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
__version__ = "4.10.0.dev0"
|
__version__ = "4.11.0.dev0"
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ class PretixScanSecurityProfile(AllowListSecurityProfile):
|
|||||||
allowlist = (
|
allowlist = (
|
||||||
('GET', 'api-v1:version'),
|
('GET', 'api-v1:version'),
|
||||||
('GET', 'api-v1:device.eventselection'),
|
('GET', 'api-v1:device.eventselection'),
|
||||||
|
('GET', 'api-v1:idempotency.query'),
|
||||||
('POST', 'api-v1:device.update'),
|
('POST', 'api-v1:device.update'),
|
||||||
('POST', 'api-v1:device.revoke'),
|
('POST', 'api-v1:device.revoke'),
|
||||||
('POST', 'api-v1:device.roll'),
|
('POST', 'api-v1:device.roll'),
|
||||||
@@ -76,6 +77,7 @@ class PretixScanNoSyncNoSearchSecurityProfile(AllowListSecurityProfile):
|
|||||||
allowlist = (
|
allowlist = (
|
||||||
('GET', 'api-v1:version'),
|
('GET', 'api-v1:version'),
|
||||||
('GET', 'api-v1:device.eventselection'),
|
('GET', 'api-v1:device.eventselection'),
|
||||||
|
('GET', 'api-v1:idempotency.query'),
|
||||||
('POST', 'api-v1:device.update'),
|
('POST', 'api-v1:device.update'),
|
||||||
('POST', 'api-v1:device.revoke'),
|
('POST', 'api-v1:device.revoke'),
|
||||||
('POST', 'api-v1:device.roll'),
|
('POST', 'api-v1:device.roll'),
|
||||||
@@ -105,6 +107,7 @@ class PretixScanNoSyncSecurityProfile(AllowListSecurityProfile):
|
|||||||
allowlist = (
|
allowlist = (
|
||||||
('GET', 'api-v1:version'),
|
('GET', 'api-v1:version'),
|
||||||
('GET', 'api-v1:device.eventselection'),
|
('GET', 'api-v1:device.eventselection'),
|
||||||
|
('GET', 'api-v1:idempotency.query'),
|
||||||
('POST', 'api-v1:device.update'),
|
('POST', 'api-v1:device.update'),
|
||||||
('POST', 'api-v1:device.revoke'),
|
('POST', 'api-v1:device.revoke'),
|
||||||
('POST', 'api-v1:device.roll'),
|
('POST', 'api-v1:device.roll'),
|
||||||
@@ -135,6 +138,7 @@ class PretixPosSecurityProfile(AllowListSecurityProfile):
|
|||||||
allowlist = (
|
allowlist = (
|
||||||
('GET', 'api-v1:version'),
|
('GET', 'api-v1:version'),
|
||||||
('GET', 'api-v1:device.eventselection'),
|
('GET', 'api-v1:device.eventselection'),
|
||||||
|
('GET', 'api-v1:idempotency.query'),
|
||||||
('POST', 'api-v1:device.update'),
|
('POST', 'api-v1:device.update'),
|
||||||
('POST', 'api-v1:device.revoke'),
|
('POST', 'api-v1:device.revoke'),
|
||||||
('POST', 'api-v1:device.roll'),
|
('POST', 'api-v1:device.roll'),
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ class CartPositionCreateSerializer(I18nAwareModelSerializer):
|
|||||||
if voucher and voucher.seat and voucher.seat != validated_data.get('seat'):
|
if voucher and voucher.seat and voucher.seat != validated_data.get('seat'):
|
||||||
raise ValidationError('The specified voucher is not valid for this seat.')
|
raise ValidationError('The specified voucher is not valid for this seat.')
|
||||||
|
|
||||||
if voucher and voucher.subevent_id and voucher.subevent_id != validated_data.get('subevent'):
|
if voucher and voucher.subevent_id and (not validated_data.get('subevent') or voucher.subevent_id != validated_data['subevent'].pk):
|
||||||
raise ValidationError('The specified voucher is not valid for this subevent.')
|
raise ValidationError('The specified voucher is not valid for this subevent.')
|
||||||
|
|
||||||
if voucher.valid_until is not None and voucher.valid_until < now():
|
if voucher.valid_until is not None and voucher.valid_until < now():
|
||||||
|
|||||||
@@ -977,8 +977,18 @@ class OrderCreateSerializer(I18nAwareModelSerializer):
|
|||||||
else:
|
else:
|
||||||
ia = None
|
ia = None
|
||||||
|
|
||||||
|
lock_required = False
|
||||||
|
for pos_data in positions_data:
|
||||||
|
pos_data['_quotas'] = list(
|
||||||
|
pos_data.get('variation').quotas.filter(subevent=pos_data.get('subevent'))
|
||||||
|
if pos_data.get('variation')
|
||||||
|
else pos_data.get('item').quotas.filter(subevent=pos_data.get('subevent'))
|
||||||
|
)
|
||||||
|
if pos_data.get('voucher') or pos_data.get('seat') or any(q.size is not None for q in pos_data['_quotas']):
|
||||||
|
lock_required = True
|
||||||
|
|
||||||
lockfn = self.context['event'].lock
|
lockfn = self.context['event'].lock
|
||||||
if simulate:
|
if simulate or not lock_required:
|
||||||
lockfn = NoLockManager
|
lockfn = NoLockManager
|
||||||
with lockfn() as now_dt:
|
with lockfn() as now_dt:
|
||||||
free_seats = set()
|
free_seats = set()
|
||||||
@@ -1102,9 +1112,7 @@ class OrderCreateSerializer(I18nAwareModelSerializer):
|
|||||||
str(pos_data.get('item'))
|
str(pos_data.get('item'))
|
||||||
)]
|
)]
|
||||||
|
|
||||||
new_quotas = (pos_data.get('variation').quotas.filter(subevent=pos_data.get('subevent'))
|
new_quotas = pos_data['_quotas']
|
||||||
if pos_data.get('variation')
|
|
||||||
else pos_data.get('item').quotas.filter(subevent=pos_data.get('subevent')))
|
|
||||||
if len(new_quotas) == 0:
|
if len(new_quotas) == 0:
|
||||||
errs[i]['item'] = [gettext_lazy('The product "{}" is not assigned to a quota.').format(
|
errs[i]['item'] = [gettext_lazy('The product "{}" is not assigned to a quota.').format(
|
||||||
str(pos_data.get('item'))
|
str(pos_data.get('item'))
|
||||||
@@ -1158,7 +1166,7 @@ class OrderCreateSerializer(I18nAwareModelSerializer):
|
|||||||
pos_data['attendee_name_parts'] = {
|
pos_data['attendee_name_parts'] = {
|
||||||
'_legacy': attendee_name
|
'_legacy': attendee_name
|
||||||
}
|
}
|
||||||
pos = OrderPosition(**{k: v for k, v in pos_data.items() if k != 'answers'})
|
pos = OrderPosition(**{k: v for k, v in pos_data.items() if k != 'answers' and k != '_quotas'})
|
||||||
if simulate:
|
if simulate:
|
||||||
pos.order = order._wrapped
|
pos.order = order._wrapped
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -41,8 +41,8 @@ from rest_framework import routers
|
|||||||
from pretix.api.views import cart
|
from pretix.api.views import cart
|
||||||
|
|
||||||
from .views import (
|
from .views import (
|
||||||
checkin, device, discount, event, exporters, item, oauth, order, organizer,
|
checkin, device, discount, event, exporters, idempotency, item, oauth,
|
||||||
upload, user, version, voucher, waitinglist, webhooks,
|
order, organizer, upload, user, version, voucher, waitinglist, webhooks,
|
||||||
)
|
)
|
||||||
|
|
||||||
router = routers.DefaultRouter()
|
router = routers.DefaultRouter()
|
||||||
@@ -133,6 +133,7 @@ urlpatterns = [
|
|||||||
re_path(r"^device/roll$", device.RollKeyView.as_view(), name="device.roll"),
|
re_path(r"^device/roll$", device.RollKeyView.as_view(), name="device.roll"),
|
||||||
re_path(r"^device/revoke$", device.RevokeKeyView.as_view(), name="device.revoke"),
|
re_path(r"^device/revoke$", device.RevokeKeyView.as_view(), name="device.revoke"),
|
||||||
re_path(r"^device/eventselection$", device.EventSelectionView.as_view(), name="device.eventselection"),
|
re_path(r"^device/eventselection$", device.EventSelectionView.as_view(), name="device.eventselection"),
|
||||||
|
re_path(r"^idempotency_query$", idempotency.IdempotencyQueryView.as_view(), name="idempotency.query"),
|
||||||
re_path(r"^upload$", upload.UploadView.as_view(), name="upload"),
|
re_path(r"^upload$", upload.UploadView.as_view(), name="upload"),
|
||||||
re_path(r"^me$", user.MeView.as_view(), name="user.me"),
|
re_path(r"^me$", user.MeView.as_view(), name="user.me"),
|
||||||
re_path(r"^version$", version.VersionView.as_view(), name="version"),
|
re_path(r"^version$", version.VersionView.as_view(), name="version"),
|
||||||
|
|||||||
@@ -157,6 +157,7 @@ class CheckinListViewSet(viewsets.ModelViewSet):
|
|||||||
list=self.get_object(),
|
list=self.get_object(),
|
||||||
successful=False,
|
successful=False,
|
||||||
forced=True,
|
forced=True,
|
||||||
|
force_sent=True,
|
||||||
device=self.request.auth if isinstance(self.request.auth, Device) else None,
|
device=self.request.auth if isinstance(self.request.auth, Device) else None,
|
||||||
gate=self.request.auth.gate if isinstance(self.request.auth, Device) else None,
|
gate=self.request.auth.gate if isinstance(self.request.auth, Device) else None,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
|
|||||||
@@ -321,6 +321,7 @@ with scopes_disabled():
|
|||||||
is_future = django_filters.rest_framework.BooleanFilter(method='is_future_qs')
|
is_future = django_filters.rest_framework.BooleanFilter(method='is_future_qs')
|
||||||
ends_after = django_filters.rest_framework.IsoDateTimeFilter(method='ends_after_qs')
|
ends_after = django_filters.rest_framework.IsoDateTimeFilter(method='ends_after_qs')
|
||||||
modified_since = django_filters.IsoDateTimeFilter(field_name='last_modified', lookup_expr='gte')
|
modified_since = django_filters.IsoDateTimeFilter(field_name='last_modified', lookup_expr='gte')
|
||||||
|
sales_channel = django_filters.rest_framework.CharFilter(method='sales_channel_qs')
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = SubEvent
|
model = SubEvent
|
||||||
@@ -353,6 +354,9 @@ with scopes_disabled():
|
|||||||
else:
|
else:
|
||||||
return queryset.exclude(expr)
|
return queryset.exclude(expr)
|
||||||
|
|
||||||
|
def sales_channel_qs(self, queryset, name, value):
|
||||||
|
return queryset.filter(event__sales_channels__contains=value)
|
||||||
|
|
||||||
|
|
||||||
class SubEventViewSet(ConditionalListView, viewsets.ModelViewSet):
|
class SubEventViewSet(ConditionalListView, viewsets.ModelViewSet):
|
||||||
serializer_class = SubEventSerializer
|
serializer_class = SubEventSerializer
|
||||||
|
|||||||
@@ -0,0 +1,80 @@
|
|||||||
|
#
|
||||||
|
# This file is part of pretix (Community Edition).
|
||||||
|
#
|
||||||
|
# Copyright (C) 2014-2020 Raphael Michel and contributors
|
||||||
|
# Copyright (C) 2020-2021 rami.io GmbH and contributors
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General
|
||||||
|
# Public License as published by the Free Software Foundation in version 3 of the License.
|
||||||
|
#
|
||||||
|
# ADDITIONAL TERMS APPLY: Pursuant to Section 7 of the GNU Affero General Public License, additional terms are
|
||||||
|
# applicable granting you additional permissions and placing additional restrictions on your usage of this software.
|
||||||
|
# Please refer to the pretix LICENSE file to obtain the full terms applicable to this work. If you did not receive
|
||||||
|
# this file, see <https://pretix.eu/about/en/license>.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||||
|
# details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
|
||||||
|
# <https://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
import json
|
||||||
|
import logging
|
||||||
|
from hashlib import sha1
|
||||||
|
|
||||||
|
from django.conf import settings
|
||||||
|
from django.http import HttpResponse, JsonResponse
|
||||||
|
from rest_framework import status
|
||||||
|
from rest_framework.views import APIView
|
||||||
|
|
||||||
|
from pretix.api.models import ApiCall
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
class IdempotencyQueryView(APIView):
|
||||||
|
# Experimental feature, therefore undocumented for now
|
||||||
|
authentication_classes = ()
|
||||||
|
permission_classes = ()
|
||||||
|
|
||||||
|
def get(self, request, format=None):
|
||||||
|
idempotency_key = request.GET.get("key")
|
||||||
|
auth_hash_parts = '{}:{}'.format(
|
||||||
|
request.headers.get('Authorization', ''),
|
||||||
|
request.COOKIES.get(settings.SESSION_COOKIE_NAME, '')
|
||||||
|
)
|
||||||
|
auth_hash = sha1(auth_hash_parts.encode()).hexdigest()
|
||||||
|
if not idempotency_key:
|
||||||
|
return JsonResponse({
|
||||||
|
'detail': 'No idempotency key given.'
|
||||||
|
}, status=status.HTTP_404_NOT_FOUND)
|
||||||
|
|
||||||
|
try:
|
||||||
|
call = ApiCall.objects.get(
|
||||||
|
auth_hash=auth_hash,
|
||||||
|
idempotency_key=idempotency_key,
|
||||||
|
)
|
||||||
|
except ApiCall.DoesNotExist:
|
||||||
|
return JsonResponse({
|
||||||
|
'detail': 'Idempotency key not seen before.'
|
||||||
|
}, status=status.HTTP_404_NOT_FOUND)
|
||||||
|
|
||||||
|
if call.locked:
|
||||||
|
r = JsonResponse(
|
||||||
|
{'detail': 'Concurrent request with idempotency key.'},
|
||||||
|
status=status.HTTP_409_CONFLICT,
|
||||||
|
)
|
||||||
|
r['Retry-After'] = 5
|
||||||
|
return r
|
||||||
|
|
||||||
|
content = call.response_body
|
||||||
|
if isinstance(content, memoryview):
|
||||||
|
content = content.tobytes()
|
||||||
|
r = HttpResponse(
|
||||||
|
content=content,
|
||||||
|
status=call.response_code,
|
||||||
|
)
|
||||||
|
for k, v in json.loads(call.response_headers).values():
|
||||||
|
r[k] = v
|
||||||
|
return r
|
||||||
@@ -27,7 +27,9 @@ from decimal import Decimal
|
|||||||
import django_filters
|
import django_filters
|
||||||
import pytz
|
import pytz
|
||||||
from django.db import transaction
|
from django.db import transaction
|
||||||
from django.db.models import Exists, F, OuterRef, Prefetch, Q, Subquery
|
from django.db.models import (
|
||||||
|
Exists, F, OuterRef, Prefetch, Q, Subquery, prefetch_related_objects,
|
||||||
|
)
|
||||||
from django.db.models.functions import Coalesce, Concat
|
from django.db.models.functions import Coalesce, Concat
|
||||||
from django.http import FileResponse, HttpResponse
|
from django.http import FileResponse, HttpResponse
|
||||||
from django.shortcuts import get_object_or_404
|
from django.shortcuts import get_object_or_404
|
||||||
@@ -202,37 +204,35 @@ class OrderViewSet(viewsets.ModelViewSet):
|
|||||||
if 'invoice_address' not in self.request.GET.getlist('exclude'):
|
if 'invoice_address' not in self.request.GET.getlist('exclude'):
|
||||||
qs = qs.select_related('invoice_address')
|
qs = qs.select_related('invoice_address')
|
||||||
|
|
||||||
if self.request.query_params.get('include_canceled_positions', 'false') == 'true':
|
qs = qs.prefetch_related(self._positions_prefetch(self.request))
|
||||||
|
return qs
|
||||||
|
|
||||||
|
def _positions_prefetch(self, request):
|
||||||
|
if request.query_params.get('include_canceled_positions', 'false') == 'true':
|
||||||
opq = OrderPosition.all
|
opq = OrderPosition.all
|
||||||
else:
|
else:
|
||||||
opq = OrderPosition.objects
|
opq = OrderPosition.objects
|
||||||
if self.request.query_params.get('pdf_data', 'false') == 'true':
|
if request.query_params.get('pdf_data', 'false') == 'true':
|
||||||
qs = qs.prefetch_related(
|
return Prefetch(
|
||||||
Prefetch(
|
'positions',
|
||||||
'positions',
|
opq.all().prefetch_related(
|
||||||
opq.all().prefetch_related(
|
Prefetch('checkins', queryset=Checkin.objects.all()),
|
||||||
Prefetch('checkins', queryset=Checkin.objects.all()),
|
'item', 'variation', 'answers', 'answers__options', 'answers__question',
|
||||||
'item', 'variation', 'answers', 'answers__options', 'answers__question',
|
'item__category', 'addon_to', 'seat',
|
||||||
'item__category', 'addon_to', 'seat',
|
Prefetch('addons', opq.select_related('item', 'variation', 'seat'))
|
||||||
Prefetch('addons', opq.select_related('item', 'variation', 'seat'))
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
qs = qs.prefetch_related(
|
return Prefetch(
|
||||||
Prefetch(
|
'positions',
|
||||||
'positions',
|
opq.all().prefetch_related(
|
||||||
opq.all().prefetch_related(
|
Prefetch('checkins', queryset=Checkin.objects.all()),
|
||||||
Prefetch('checkins', queryset=Checkin.objects.all()),
|
'item', 'variation',
|
||||||
'item', 'variation',
|
Prefetch('answers', queryset=QuestionAnswer.objects.prefetch_related('options', 'question').order_by('question__position')),
|
||||||
Prefetch('answers', queryset=QuestionAnswer.objects.prefetch_related('options', 'question').order_by('question__position')),
|
'seat',
|
||||||
'seat',
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
return qs
|
|
||||||
|
|
||||||
def _get_output_provider(self, identifier):
|
def _get_output_provider(self, identifier):
|
||||||
responses = register_ticket_outputs.send(self.request.event)
|
responses = register_ticket_outputs.send(self.request.event)
|
||||||
for receiver, response in responses:
|
for receiver, response in responses:
|
||||||
@@ -261,8 +261,11 @@ class OrderViewSet(viewsets.ModelViewSet):
|
|||||||
provider = self._get_output_provider(output)
|
provider = self._get_output_provider(output)
|
||||||
order = self.get_object()
|
order = self.get_object()
|
||||||
|
|
||||||
if order.status != Order.STATUS_PAID:
|
if order.status in (Order.STATUS_CANCELED, Order.STATUS_EXPIRED):
|
||||||
raise PermissionDenied("Downloads are not available for unpaid orders.")
|
raise PermissionDenied("Downloads are not available for canceled or expired orders.")
|
||||||
|
|
||||||
|
if order.status == Order.STATUS_PENDING and not request.event.settings.ticket_download_pending:
|
||||||
|
raise PermissionDenied("Downloads are not available for pending orders.")
|
||||||
|
|
||||||
ct = CachedCombinedTicket.objects.filter(
|
ct = CachedCombinedTicket.objects.filter(
|
||||||
order=order, provider=provider.identifier, file__isnull=False
|
order=order, provider=provider.identifier, file__isnull=False
|
||||||
@@ -616,6 +619,7 @@ class OrderViewSet(viewsets.ModelViewSet):
|
|||||||
serializer = SimulatedOrderSerializer(order, context=serializer.context)
|
serializer = SimulatedOrderSerializer(order, context=serializer.context)
|
||||||
return Response(serializer.data, status=status.HTTP_201_CREATED)
|
return Response(serializer.data, status=status.HTTP_201_CREATED)
|
||||||
else:
|
else:
|
||||||
|
prefetch_related_objects([order], self._positions_prefetch(request))
|
||||||
serializer = OrderSerializer(order, context=serializer.context)
|
serializer = OrderSerializer(order, context=serializer.context)
|
||||||
|
|
||||||
order.log_action(
|
order.log_action(
|
||||||
@@ -1119,8 +1123,11 @@ class OrderPositionViewSet(viewsets.ModelViewSet):
|
|||||||
provider = self._get_output_provider(output)
|
provider = self._get_output_provider(output)
|
||||||
pos = self.get_object()
|
pos = self.get_object()
|
||||||
|
|
||||||
if pos.order.status != Order.STATUS_PAID:
|
if pos.order.status in (Order.STATUS_CANCELED, Order.STATUS_EXPIRED):
|
||||||
raise PermissionDenied("Downloads are not available for unpaid orders.")
|
raise PermissionDenied("Downloads are not available for canceled or expired orders.")
|
||||||
|
|
||||||
|
if pos.order.status == Order.STATUS_PENDING and not request.event.settings.ticket_download_pending:
|
||||||
|
raise PermissionDenied("Downloads are not available for pending orders.")
|
||||||
if not pos.generate_ticket:
|
if not pos.generate_ticket:
|
||||||
raise PermissionDenied("Downloads are not enabled for this product.")
|
raise PermissionDenied("Downloads are not enabled for this product.")
|
||||||
|
|
||||||
|
|||||||
@@ -196,10 +196,16 @@ class SecretKeySettingsWidget(forms.TextInput):
|
|||||||
attrs.update({
|
attrs.update({
|
||||||
'autocomplete': 'new-password' # see https://bugs.chromium.org/p/chromium/issues/detail?id=370363#c7
|
'autocomplete': 'new-password' # see https://bugs.chromium.org/p/chromium/issues/detail?id=370363#c7
|
||||||
})
|
})
|
||||||
|
self.__reflect_value = False
|
||||||
super().__init__(attrs)
|
super().__init__(attrs)
|
||||||
|
|
||||||
|
def value_from_datadict(self, data, files, name):
|
||||||
|
value = super().value_from_datadict(data, files, name)
|
||||||
|
self.__reflect_value = value and value != SECRET_REDACTED
|
||||||
|
return value
|
||||||
|
|
||||||
def get_context(self, name, value, attrs):
|
def get_context(self, name, value, attrs):
|
||||||
if value:
|
if value and not self.__reflect_value:
|
||||||
value = SECRET_REDACTED
|
value = SECRET_REDACTED
|
||||||
return super().get_context(name, value, attrs)
|
return super().get_context(name, value, attrs)
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 3.2.12 on 2022-04-29 13:56
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('pretixbase', '0215_customer_organizer_identifier_unique'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='checkin',
|
||||||
|
name='force_sent',
|
||||||
|
field=models.BooleanField(default=False, null=True),
|
||||||
|
),
|
||||||
|
]
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
# Generated by Django 3.2.12 on 2022-06-15 08:10
|
||||||
|
|
||||||
|
import django.db.models.deletion
|
||||||
|
import i18nfield.fields
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('pretixbase', '0216_checkin_forced_sent'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.CreateModel(
|
||||||
|
name='OrganizerFooterLink',
|
||||||
|
fields=[
|
||||||
|
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False)),
|
||||||
|
('label', i18nfield.fields.I18nCharField(max_length=200)),
|
||||||
|
('url', models.URLField()),
|
||||||
|
('organizer', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='footer_links', to='pretixbase.organizer')),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
migrations.CreateModel(
|
||||||
|
name='EventFooterLink',
|
||||||
|
fields=[
|
||||||
|
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False)),
|
||||||
|
('label', i18nfield.fields.I18nCharField(max_length=200)),
|
||||||
|
('url', models.URLField()),
|
||||||
|
('event', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='footer_links', to='pretixbase.event')),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
]
|
||||||
@@ -326,7 +326,13 @@ class Checkin(models.Model):
|
|||||||
type = models.CharField(max_length=100, choices=CHECKIN_TYPES, default=TYPE_ENTRY)
|
type = models.CharField(max_length=100, choices=CHECKIN_TYPES, default=TYPE_ENTRY)
|
||||||
|
|
||||||
nonce = models.CharField(max_length=190, null=True, blank=True)
|
nonce = models.CharField(max_length=190, null=True, blank=True)
|
||||||
|
|
||||||
|
# Whether or not the scan was made offline
|
||||||
|
force_sent = models.BooleanField(default=False, null=True, blank=True)
|
||||||
|
|
||||||
|
# Whether the scan was made offline AND would have not been possible online
|
||||||
forced = models.BooleanField(default=False)
|
forced = models.BooleanField(default=False)
|
||||||
|
|
||||||
device = models.ForeignKey(
|
device = models.ForeignKey(
|
||||||
'pretixbase.Device', related_name='checkins', on_delete=models.PROTECT, null=True, blank=True
|
'pretixbase.Device', related_name='checkins', on_delete=models.PROTECT, null=True, blank=True
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -718,6 +718,11 @@ class Event(EventMixin, LoggedModel):
|
|||||||
self.save()
|
self.save()
|
||||||
self.log_action('pretix.object.cloned', data={'source': other.slug, 'source_id': other.pk})
|
self.log_action('pretix.object.cloned', data={'source': other.slug, 'source_id': other.pk})
|
||||||
|
|
||||||
|
for fl in EventFooterLink.objects.filter(event=other):
|
||||||
|
fl.pk = None
|
||||||
|
fl.event = self
|
||||||
|
fl.save(force_insert=True)
|
||||||
|
|
||||||
tax_map = {}
|
tax_map = {}
|
||||||
for t in other.tax_rules.all():
|
for t in other.tax_rules.all():
|
||||||
tax_map[t.pk] = t
|
tax_map[t.pk] = t
|
||||||
@@ -1226,7 +1231,7 @@ class Event(EventMixin, LoggedModel):
|
|||||||
self.set_active_plugins(plugins_active)
|
self.set_active_plugins(plugins_active)
|
||||||
|
|
||||||
plugins_available = self.get_available_plugins()
|
plugins_available = self.get_available_plugins()
|
||||||
if hasattr(plugins_available[module].app, 'uninstalled'):
|
if module in plugins_available and hasattr(plugins_available[module].app, 'uninstalled'):
|
||||||
getattr(plugins_available[module].app, 'uninstalled')(self)
|
getattr(plugins_available[module].app, 'uninstalled')(self)
|
||||||
|
|
||||||
regenerate_css.apply_async(args=(self.pk,))
|
regenerate_css.apply_async(args=(self.pk,))
|
||||||
@@ -1612,3 +1617,25 @@ class SubEventMetaValue(LoggedModel):
|
|||||||
super().save(*args, **kwargs)
|
super().save(*args, **kwargs)
|
||||||
if self.subevent:
|
if self.subevent:
|
||||||
self.subevent.event.cache.clear()
|
self.subevent.event.cache.clear()
|
||||||
|
|
||||||
|
|
||||||
|
class EventFooterLink(models.Model):
|
||||||
|
"""
|
||||||
|
A footer link assigned to an event.
|
||||||
|
"""
|
||||||
|
event = models.ForeignKey('Event', on_delete=models.CASCADE, related_name='footer_links')
|
||||||
|
label = I18nCharField(
|
||||||
|
max_length=200,
|
||||||
|
verbose_name=_("Link text"),
|
||||||
|
)
|
||||||
|
url = models.URLField(
|
||||||
|
verbose_name=_("Link URL"),
|
||||||
|
)
|
||||||
|
|
||||||
|
def delete(self, *args, **kwargs):
|
||||||
|
super().delete(*args, **kwargs)
|
||||||
|
self.event.cache.clear()
|
||||||
|
|
||||||
|
def save(self, *args, **kwargs):
|
||||||
|
super().save(*args, **kwargs)
|
||||||
|
self.event.cache.clear()
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ from django.utils.crypto import get_random_string
|
|||||||
from django.utils.functional import cached_property
|
from django.utils.functional import cached_property
|
||||||
from django.utils.timezone import get_current_timezone, make_aware, now
|
from django.utils.timezone import get_current_timezone, make_aware, now
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
|
from i18nfield.fields import I18nCharField
|
||||||
|
|
||||||
from pretix.base.models.base import LoggedModel
|
from pretix.base.models.base import LoggedModel
|
||||||
from pretix.base.validators import OrganizerSlugBanlistValidator
|
from pretix.base.validators import OrganizerSlugBanlistValidator
|
||||||
@@ -464,3 +465,25 @@ class TeamAPIToken(models.Model):
|
|||||||
return self.get_events_with_any_permission()
|
return self.get_events_with_any_permission()
|
||||||
else:
|
else:
|
||||||
return self.team.organizer.events.none()
|
return self.team.organizer.events.none()
|
||||||
|
|
||||||
|
|
||||||
|
class OrganizerFooterLink(models.Model):
|
||||||
|
"""
|
||||||
|
A footer link assigned to an organizer.
|
||||||
|
"""
|
||||||
|
organizer = models.ForeignKey('Organizer', on_delete=models.CASCADE, related_name='footer_links')
|
||||||
|
label = I18nCharField(
|
||||||
|
max_length=200,
|
||||||
|
verbose_name=_("Link text"),
|
||||||
|
)
|
||||||
|
url = models.URLField(
|
||||||
|
verbose_name=_("Link URL"),
|
||||||
|
)
|
||||||
|
|
||||||
|
def delete(self, *args, **kwargs):
|
||||||
|
super().delete(*args, **kwargs)
|
||||||
|
self.organizer.cache.clear()
|
||||||
|
|
||||||
|
def save(self, *args, **kwargs):
|
||||||
|
super().save(*args, **kwargs)
|
||||||
|
self.organizer.cache.clear()
|
||||||
|
|||||||
@@ -734,7 +734,6 @@ class Renderer:
|
|||||||
text = o['text']
|
text = o['text']
|
||||||
|
|
||||||
def replace(x):
|
def replace(x):
|
||||||
print(x.group(1))
|
|
||||||
if x.group(1).startswith('itemmeta:'):
|
if x.group(1).startswith('itemmeta:'):
|
||||||
return op.item.meta_data.get(x.group(1)[9:]) or ''
|
return op.item.meta_data.get(x.group(1)[9:]) or ''
|
||||||
elif x.group(1).startswith('meta:'):
|
elif x.group(1).startswith('meta:'):
|
||||||
|
|||||||
@@ -796,6 +796,7 @@ def perform_checkin(op: OrderPosition, clist: CheckinList, given_answers: dict,
|
|||||||
gate=device.gate if device else None,
|
gate=device.gate if device else None,
|
||||||
nonce=nonce,
|
nonce=nonce,
|
||||||
forced=force and (not entry_allowed or from_revoked_secret),
|
forced=force and (not entry_allowed or from_revoked_secret),
|
||||||
|
force_sent=force,
|
||||||
raw_barcode=raw_barcode,
|
raw_barcode=raw_barcode,
|
||||||
)
|
)
|
||||||
op.order.log_action('pretix.event.checkin', data={
|
op.order.log_action('pretix.event.checkin', data={
|
||||||
|
|||||||
@@ -412,8 +412,9 @@ def mail_send_task(self, *args, to: List[str], subject: str, body: str, html: st
|
|||||||
logger.exception('Could not attach invoice to email')
|
logger.exception('Could not attach invoice to email')
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if attach_size < settings.FILE_UPLOAD_MAX_SIZE_EMAIL_ATTACHMENT:
|
if attach_size < settings.FILE_UPLOAD_MAX_SIZE_EMAIL_ATTACHMENT - 1:
|
||||||
# Do not attach more than 4MB, it will bounce way to often.
|
# Do not attach more than (limit - 1 MB) in tickets (1MB space for invoice, email itself, …),
|
||||||
|
# it will bounce way to often.
|
||||||
for a in args:
|
for a in args:
|
||||||
try:
|
try:
|
||||||
email.attach(*a)
|
email.attach(*a)
|
||||||
|
|||||||
@@ -2317,6 +2317,7 @@ class OrderChangeManager:
|
|||||||
self._check_and_lock_memberships()
|
self._check_and_lock_memberships()
|
||||||
try:
|
try:
|
||||||
self._perform_operations()
|
self._perform_operations()
|
||||||
|
self.order.refresh_from_db()
|
||||||
except TaxRule.SaleNotAllowed:
|
except TaxRule.SaleNotAllowed:
|
||||||
raise OrderError(self.error_messages['tax_rule_country_blocked'])
|
raise OrderError(self.error_messages['tax_rule_country_blocked'])
|
||||||
self._recalculate_total_and_payment_fee()
|
self._recalculate_total_and_payment_fee()
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ def generate_seats(event, subevent, plan, mapping, blocked_guids=None):
|
|||||||
'already used in a voucher.', s.name))
|
'already used in a voucher.', s.name))
|
||||||
|
|
||||||
Seat.objects.bulk_create(create_seats)
|
Seat.objects.bulk_create(create_seats)
|
||||||
|
CartPosition.objects.filter(addon_to__seat__in=[s.pk for s in current_seats.values()]).delete()
|
||||||
CartPosition.objects.filter(seat__in=[s.pk for s in current_seats.values()]).delete()
|
CartPosition.objects.filter(seat__in=[s.pk for s in current_seats.values()]).delete()
|
||||||
OrderPosition.all.filter(
|
OrderPosition.all.filter(
|
||||||
Q(canceled=True) | Q(order__status__in=(Order.STATUS_CANCELED, Order.STATUS_EXPIRED)),
|
Q(canceled=True) | Q(order__status__in=(Order.STATUS_CANCELED, Order.STATUS_EXPIRED)),
|
||||||
|
|||||||
@@ -84,13 +84,17 @@ def timeline_for_event(event, subevent=None):
|
|||||||
edit_url=ev_edit_url
|
edit_url=ev_edit_url
|
||||||
))
|
))
|
||||||
|
|
||||||
if ev.presale_end:
|
tl.append(TimelineEvent(
|
||||||
tl.append(TimelineEvent(
|
event=event, subevent=subevent,
|
||||||
event=event, subevent=subevent,
|
datetime=(
|
||||||
datetime=ev.presale_end,
|
ev.presale_end or ev.date_to or ev.date_from.astimezone(ev.timezone).replace(hour=23, minute=59, second=59)
|
||||||
description=pgettext_lazy('timeline', 'End of ticket sales'),
|
),
|
||||||
edit_url=ev_edit_url
|
description='{}{}'.format(
|
||||||
))
|
pgettext_lazy('timeline', 'End of ticket sales'),
|
||||||
|
f" ({pgettext_lazy('timeline', 'automatically because the event is over and no end of presale has been configured')})" if not ev.presale_end else ""
|
||||||
|
),
|
||||||
|
edit_url=ev_edit_url
|
||||||
|
))
|
||||||
|
|
||||||
rd = event.settings.get('last_order_modification_date', as_type=RelativeDateWrapper)
|
rd = event.settings.get('last_order_modification_date', as_type=RelativeDateWrapper)
|
||||||
if rd:
|
if rd:
|
||||||
|
|||||||
@@ -29,13 +29,15 @@ from celery.result import AsyncResult
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.contrib import messages
|
from django.contrib import messages
|
||||||
from django.core.exceptions import ValidationError
|
from django.core.exceptions import ValidationError
|
||||||
from django.http import JsonResponse, QueryDict
|
from django.http import HttpResponse, JsonResponse, QueryDict
|
||||||
from django.shortcuts import redirect, render
|
from django.shortcuts import redirect, render
|
||||||
from django.test import RequestFactory
|
from django.test import RequestFactory
|
||||||
from django.utils import timezone, translation
|
from django.utils import timezone, translation
|
||||||
from django.utils.timezone import get_current_timezone
|
from django.utils.timezone import get_current_timezone
|
||||||
from django.utils.translation import get_language, gettext as _
|
from django.utils.translation import get_language, gettext as _
|
||||||
|
from django.views import View
|
||||||
from django.views.generic import FormView
|
from django.views.generic import FormView
|
||||||
|
from redis import ResponseError
|
||||||
|
|
||||||
from pretix.base.models import User
|
from pretix.base.models import User
|
||||||
from pretix.base.services.tasks import ProfiledEventTask
|
from pretix.base.services.tasks import ProfiledEventTask
|
||||||
@@ -68,6 +70,11 @@ class AsyncMixin:
|
|||||||
res.get(timeout=timeout, propagate=False)
|
res.get(timeout=timeout, propagate=False)
|
||||||
except celery.exceptions.TimeoutError:
|
except celery.exceptions.TimeoutError:
|
||||||
pass
|
pass
|
||||||
|
except ResponseError:
|
||||||
|
# There is a long-standing concurrency issue in either celery or redis-py that hasn't been fixed
|
||||||
|
# yet. Instead of crashing, we can ignore it and the client will retry their request and hopefully
|
||||||
|
# it is fixed next time.
|
||||||
|
logger.warning('Ignored ResponseError in AsyncResult.get()')
|
||||||
except ConnectionError:
|
except ConnectionError:
|
||||||
# Redis probably just restarted, let's just report not ready and retry next time
|
# Redis probably just restarted, let's just report not ready and retry next time
|
||||||
data = self._ajax_response_data()
|
data = self._ajax_response_data()
|
||||||
@@ -306,3 +313,94 @@ class AsyncFormView(AsyncMixin, FormView):
|
|||||||
else:
|
else:
|
||||||
return self.error(res.info)
|
return self.error(res.info)
|
||||||
return redirect(self.get_check_url(res.id, False))
|
return redirect(self.get_check_url(res.id, False))
|
||||||
|
|
||||||
|
|
||||||
|
class AsyncPostView(AsyncMixin, View):
|
||||||
|
"""
|
||||||
|
View variant in which instead of ``post``, an ``async_post`` is executed in a celery task.
|
||||||
|
Note that this places some severe limitations on the form and the view, e.g. ``async_post`` may not
|
||||||
|
depend on the request object unless specifically supported by this class. File upload is currently also
|
||||||
|
not supported.
|
||||||
|
"""
|
||||||
|
known_errortypes = ['ValidationError']
|
||||||
|
expected_exceptions = (ValidationError,)
|
||||||
|
task_base = ProfiledEventTask
|
||||||
|
|
||||||
|
def __init_subclass__(cls):
|
||||||
|
def async_execute(self, *, request_path, url_args, url_kwargs, query_string, post_data, locale, tz,
|
||||||
|
organizer=None, event=None, user=None, session_key=None):
|
||||||
|
view_instance = cls()
|
||||||
|
req = RequestFactory().post(
|
||||||
|
request_path + '?' + query_string,
|
||||||
|
data=post_data,
|
||||||
|
content_type='application/x-www-form-urlencoded'
|
||||||
|
)
|
||||||
|
view_instance.request = req
|
||||||
|
if event:
|
||||||
|
view_instance.request.event = event
|
||||||
|
view_instance.request.organizer = event.organizer
|
||||||
|
elif organizer:
|
||||||
|
view_instance.request.organizer = organizer
|
||||||
|
if user:
|
||||||
|
view_instance.request.user = User.objects.get(pk=user) if isinstance(user, int) else user
|
||||||
|
if session_key:
|
||||||
|
engine = import_module(settings.SESSION_ENGINE)
|
||||||
|
self.SessionStore = engine.SessionStore
|
||||||
|
view_instance.request.session = self.SessionStore(session_key)
|
||||||
|
|
||||||
|
with translation.override(locale), timezone.override(pytz.timezone(tz)):
|
||||||
|
return view_instance.async_post(view_instance.request, *url_args, **url_kwargs)
|
||||||
|
|
||||||
|
cls.async_execute = app.task(
|
||||||
|
base=cls.task_base,
|
||||||
|
bind=True,
|
||||||
|
name=cls.__module__ + '.' + cls.__name__ + '.async_execute',
|
||||||
|
throws=cls.expected_exceptions
|
||||||
|
)(async_execute)
|
||||||
|
|
||||||
|
def async_post(self, request, *args, **kwargs):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def get(self, request, *args, **kwargs):
|
||||||
|
if 'async_id' in request.GET and settings.HAS_CELERY:
|
||||||
|
return self.get_result(request)
|
||||||
|
return HttpResponse(status=405)
|
||||||
|
|
||||||
|
def post(self, request, *args, **kwargs):
|
||||||
|
if request.FILES:
|
||||||
|
raise TypeError('File upload currently not supported in AsyncPostView')
|
||||||
|
kwargs = {
|
||||||
|
'request_path': self.request.path,
|
||||||
|
'query_string': self.request.GET.urlencode(),
|
||||||
|
'post_data': self.request.POST.urlencode(),
|
||||||
|
'locale': get_language(),
|
||||||
|
'url_args': args,
|
||||||
|
'url_kwargs': kwargs,
|
||||||
|
'tz': get_current_timezone().zone,
|
||||||
|
}
|
||||||
|
if hasattr(self.request, 'organizer'):
|
||||||
|
kwargs['organizer'] = self.request.organizer.pk
|
||||||
|
if self.request.user.is_authenticated:
|
||||||
|
kwargs['user'] = self.request.user.pk
|
||||||
|
if hasattr(self.request, 'event'):
|
||||||
|
kwargs['event'] = self.request.event.pk
|
||||||
|
if hasattr(self.request, 'session'):
|
||||||
|
kwargs['session_key'] = self.request.session.session_key
|
||||||
|
|
||||||
|
try:
|
||||||
|
res = type(self).async_execute.apply_async(kwargs=kwargs)
|
||||||
|
except ConnectionError:
|
||||||
|
# Task very likely not yet sent, due to redis restarting etc. Let's try once again
|
||||||
|
res = type(self).async_execute.apply_async(kwargs=kwargs)
|
||||||
|
|
||||||
|
if 'ajax' in self.request.GET or 'ajax' in self.request.POST:
|
||||||
|
data = self._return_ajax_result(res)
|
||||||
|
data['check_url'] = self.get_check_url(res.id, True)
|
||||||
|
return JsonResponse(data)
|
||||||
|
else:
|
||||||
|
if res.ready():
|
||||||
|
if res.successful() and not isinstance(res.info, Exception):
|
||||||
|
return self.success(res.info)
|
||||||
|
else:
|
||||||
|
return self.error(res.info)
|
||||||
|
return redirect(self.get_check_url(res.id, False))
|
||||||
|
|||||||
@@ -41,7 +41,9 @@ from django.conf import settings
|
|||||||
from django.core.exceptions import ValidationError
|
from django.core.exceptions import ValidationError
|
||||||
from django.core.validators import validate_email
|
from django.core.validators import validate_email
|
||||||
from django.db.models import Prefetch, Q, prefetch_related_objects
|
from django.db.models import Prefetch, Q, prefetch_related_objects
|
||||||
from django.forms import CheckboxSelectMultiple, formset_factory
|
from django.forms import (
|
||||||
|
CheckboxSelectMultiple, formset_factory, inlineformset_factory,
|
||||||
|
)
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from django.utils.functional import cached_property
|
from django.utils.functional import cached_property
|
||||||
from django.utils.html import escape
|
from django.utils.html import escape
|
||||||
@@ -58,7 +60,7 @@ from pretix.base.channels import get_all_sales_channels
|
|||||||
from pretix.base.email import get_available_placeholders
|
from pretix.base.email import get_available_placeholders
|
||||||
from pretix.base.forms import I18nModelForm, PlaceholderValidator, SettingsForm
|
from pretix.base.forms import I18nModelForm, PlaceholderValidator, SettingsForm
|
||||||
from pretix.base.models import Event, Organizer, TaxRule, Team
|
from pretix.base.models import Event, Organizer, TaxRule, Team
|
||||||
from pretix.base.models.event import EventMetaValue, SubEvent
|
from pretix.base.models.event import EventFooterLink, EventMetaValue, SubEvent
|
||||||
from pretix.base.reldate import RelativeDateField, RelativeDateTimeField
|
from pretix.base.reldate import RelativeDateField, RelativeDateTimeField
|
||||||
from pretix.base.settings import (
|
from pretix.base.settings import (
|
||||||
PERSON_NAME_SCHEMES, PERSON_NAME_TITLE_GROUPS, validate_event_settings,
|
PERSON_NAME_SCHEMES, PERSON_NAME_TITLE_GROUPS, validate_event_settings,
|
||||||
@@ -1484,3 +1486,25 @@ ConfirmTextFormset = formset_factory(
|
|||||||
formset=BaseConfirmTextFormSet,
|
formset=BaseConfirmTextFormSet,
|
||||||
can_order=True, can_delete=True, extra=0
|
can_order=True, can_delete=True, extra=0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class EventFooterLinkForm(I18nModelForm):
|
||||||
|
class Meta:
|
||||||
|
model = EventFooterLink
|
||||||
|
fields = ('label', 'url')
|
||||||
|
|
||||||
|
|
||||||
|
class BaseEventFooterLinkFormSet(I18nFormSetMixin, forms.BaseInlineFormSet):
|
||||||
|
def __init__(self, *args, **kwargs):
|
||||||
|
event = kwargs.pop('event', None)
|
||||||
|
if event:
|
||||||
|
kwargs['locales'] = event.settings.get('locales')
|
||||||
|
super().__init__(*args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
|
EventFooterLinkFormset = inlineformset_factory(
|
||||||
|
Event, EventFooterLink,
|
||||||
|
EventFooterLinkForm,
|
||||||
|
formset=BaseEventFooterLinkFormSet,
|
||||||
|
can_order=False, can_delete=True, extra=0
|
||||||
|
)
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
# Unless required by applicable law or agreed to in writing, software distributed under the Apache License 2.0 is
|
# Unless required by applicable law or agreed to in writing, software distributed under the Apache License 2.0 is
|
||||||
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# License for the specific language governing permissions and limitations under the License.
|
# License for the specific language governing permissions and limitations under the License.
|
||||||
|
import copy
|
||||||
import os
|
import os
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
from urllib.parse import urlencode
|
from urllib.parse import urlencode
|
||||||
@@ -423,9 +424,10 @@ class ItemCreateForm(I18nModelForm):
|
|||||||
if self.cleaned_data.get('has_variations'):
|
if self.cleaned_data.get('has_variations'):
|
||||||
if self.cleaned_data.get('copy_from') and self.cleaned_data.get('copy_from').has_variations:
|
if self.cleaned_data.get('copy_from') and self.cleaned_data.get('copy_from').has_variations:
|
||||||
for variation in self.cleaned_data['copy_from'].variations.all():
|
for variation in self.cleaned_data['copy_from'].variations.all():
|
||||||
ItemVariation.objects.create(item=instance, value=variation.value, active=variation.active,
|
v = copy.copy(variation)
|
||||||
position=variation.position, default_price=variation.default_price,
|
v.pk = None
|
||||||
description=variation.description, original_price=variation.original_price)
|
v.item = instance
|
||||||
|
v.save()
|
||||||
else:
|
else:
|
||||||
ItemVariation.objects.create(
|
ItemVariation.objects.create(
|
||||||
item=instance, value=__('Standard')
|
item=instance, value=__('Standard')
|
||||||
|
|||||||
@@ -39,12 +39,13 @@ from django import forms
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.core.exceptions import ValidationError
|
from django.core.exceptions import ValidationError
|
||||||
from django.db.models import Q
|
from django.db.models import Q
|
||||||
|
from django.forms import inlineformset_factory
|
||||||
from django.forms.utils import ErrorDict
|
from django.forms.utils import ErrorDict
|
||||||
from django.utils.crypto import get_random_string
|
from django.utils.crypto import get_random_string
|
||||||
from django.utils.safestring import mark_safe
|
from django.utils.safestring import mark_safe
|
||||||
from django.utils.translation import gettext_lazy as _, pgettext_lazy
|
from django.utils.translation import gettext_lazy as _, pgettext_lazy
|
||||||
from django_scopes.forms import SafeModelMultipleChoiceField
|
from django_scopes.forms import SafeModelMultipleChoiceField
|
||||||
from i18nfield.forms import I18nFormField, I18nTextarea
|
from i18nfield.forms import I18nFormField, I18nFormSetMixin, I18nTextarea
|
||||||
from phonenumber_field.formfields import PhoneNumberField
|
from phonenumber_field.formfields import PhoneNumberField
|
||||||
from pytz import common_timezones
|
from pytz import common_timezones
|
||||||
|
|
||||||
@@ -60,6 +61,7 @@ from pretix.base.models import (
|
|||||||
Customer, Device, EventMetaProperty, Gate, GiftCard, Membership,
|
Customer, Device, EventMetaProperty, Gate, GiftCard, Membership,
|
||||||
MembershipType, Organizer, Team,
|
MembershipType, Organizer, Team,
|
||||||
)
|
)
|
||||||
|
from pretix.base.models.organizer import OrganizerFooterLink
|
||||||
from pretix.base.settings import PERSON_NAME_SCHEMES, PERSON_NAME_TITLE_GROUPS
|
from pretix.base.settings import PERSON_NAME_SCHEMES, PERSON_NAME_TITLE_GROUPS
|
||||||
from pretix.control.forms import ExtFileField, SplitDateTimeField
|
from pretix.control.forms import ExtFileField, SplitDateTimeField
|
||||||
from pretix.control.forms.event import (
|
from pretix.control.forms.event import (
|
||||||
@@ -682,3 +684,25 @@ class MembershipUpdateForm(forms.ModelForm):
|
|||||||
titles=self.instance.customer.organizer.settings.name_scheme_titles,
|
titles=self.instance.customer.organizer.settings.name_scheme_titles,
|
||||||
label=_('Attendee name'),
|
label=_('Attendee name'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class OrganizerFooterLinkForm(I18nModelForm):
|
||||||
|
class Meta:
|
||||||
|
model = OrganizerFooterLink
|
||||||
|
fields = ('label', 'url')
|
||||||
|
|
||||||
|
|
||||||
|
class BaseOrganizerFooterLinkFormSet(I18nFormSetMixin, forms.BaseInlineFormSet):
|
||||||
|
def __init__(self, *args, **kwargs):
|
||||||
|
organizer = kwargs.pop('organizer', None)
|
||||||
|
if organizer:
|
||||||
|
kwargs['locales'] = organizer.settings.get('locales')
|
||||||
|
super().__init__(*args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
|
OrganizerFooterLinkFormset = inlineformset_factory(
|
||||||
|
Organizer, OrganizerFooterLink,
|
||||||
|
OrganizerFooterLinkForm,
|
||||||
|
formset=BaseOrganizerFooterLinkFormSet,
|
||||||
|
can_order=False, can_delete=True, extra=0
|
||||||
|
)
|
||||||
|
|||||||
@@ -314,6 +314,7 @@ def pretixcontrol_logentry_display(sender: Event, logentry: LogEntry, **kwargs):
|
|||||||
'pretix.object.cloned': _('This object has been created by cloning.'),
|
'pretix.object.cloned': _('This object has been created by cloning.'),
|
||||||
'pretix.organizer.changed': _('The organizer has been changed.'),
|
'pretix.organizer.changed': _('The organizer has been changed.'),
|
||||||
'pretix.organizer.settings': _('The organizer settings have been changed.'),
|
'pretix.organizer.settings': _('The organizer settings have been changed.'),
|
||||||
|
'pretix.organizer.footerlinks.changed': _('The footer links have been changed.'),
|
||||||
'pretix.giftcards.acceptance.added': _('Gift card acceptance for another organizer has been added.'),
|
'pretix.giftcards.acceptance.added': _('Gift card acceptance for another organizer has been added.'),
|
||||||
'pretix.giftcards.acceptance.removed': _('Gift card acceptance for another organizer has been removed.'),
|
'pretix.giftcards.acceptance.removed': _('Gift card acceptance for another organizer has been removed.'),
|
||||||
'pretix.webhook.created': _('The webhook has been created.'),
|
'pretix.webhook.created': _('The webhook has been created.'),
|
||||||
@@ -468,6 +469,7 @@ def pretixcontrol_logentry_display(sender: Event, logentry: LogEntry, **kwargs):
|
|||||||
'pretix.event.testmode.deactivated': _('The test mode has been disabled.'),
|
'pretix.event.testmode.deactivated': _('The test mode has been disabled.'),
|
||||||
'pretix.event.added': _('The event has been created.'),
|
'pretix.event.added': _('The event has been created.'),
|
||||||
'pretix.event.changed': _('The event details have been changed.'),
|
'pretix.event.changed': _('The event details have been changed.'),
|
||||||
|
'pretix.event.footerlinks.changed': _('The footer links have been changed.'),
|
||||||
'pretix.event.question.option.added': _('An answer option has been added to the question.'),
|
'pretix.event.question.option.added': _('An answer option has been added to the question.'),
|
||||||
'pretix.event.question.option.deleted': _('An answer option has been removed from the question.'),
|
'pretix.event.question.option.deleted': _('An answer option has been removed from the question.'),
|
||||||
'pretix.event.question.option.changed': _('An answer option has been changed.'),
|
'pretix.event.question.option.changed': _('An answer option has been changed.'),
|
||||||
|
|||||||
@@ -72,5 +72,31 @@
|
|||||||
</dd>
|
</dd>
|
||||||
<dt>{% trans "Authorization Code" %}</dt>
|
<dt>{% trans "Authorization Code" %}</dt>
|
||||||
<dd>{{ payment_info.payment_data.authorizationCode }}</dd>
|
<dd>{{ payment_info.payment_data.authorizationCode }}</dd>
|
||||||
|
{% elif payment_info.payment_type == "izettle_qrc" %}
|
||||||
|
<dt>{% trans "Payment provider" %}</dt>
|
||||||
|
<dd>PayPal QRC via Zettle</dd>
|
||||||
|
<dt>{% trans "Payment reference" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.reference }}</dd>
|
||||||
|
<dt>{% trans "Transaction ID" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.transactionId }}</dd>
|
||||||
|
{% elif payment_info.payment_type == "adyen_legacy" %}
|
||||||
|
<dt>{% trans "Payment provider" %}</dt>
|
||||||
|
<dd>Adyen POS</dd>
|
||||||
|
<dt>{% trans "Reference" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.pspReference }}</dd>
|
||||||
|
<dt>{% trans "Terminal ID" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.terminalId }}</dd>
|
||||||
|
<dt>{% trans "Payment method" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.paymentMethod }} ({{ payment_info.payment_data.cardType }} / {{ payment_info.payment_data.cardScheme }} / {{ payment_info.payment_data.paymentMethodVariant }})</dd>
|
||||||
|
<dt>{% trans "Card holder" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.cardHolderName }}</dd>
|
||||||
|
<dt>{% trans "Card number" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.cardBin }} **** {{ payment_info.payment_data.cardSummary }}</dd>
|
||||||
|
<dt>{% trans "Card expiration" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.expiryMonth }} / {{ payment_info.payment_data.expiryYear }}</dd>
|
||||||
|
<dt>{% trans "Card Entry Mode" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.posEntryMode }}</dd>
|
||||||
|
<dt>{% trans "Result Code" %}</dt>
|
||||||
|
<dd>{{ payment_info.payment_data.posResultCode }}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dl>
|
</dl>
|
||||||
|
|||||||
@@ -80,13 +80,17 @@
|
|||||||
{% elif c.forced and c.successful %}
|
{% elif c.forced and c.successful %}
|
||||||
<span class="fa fa-fw fa-warning" data-toggle="tooltip"
|
<span class="fa fa-fw fa-warning" data-toggle="tooltip"
|
||||||
title="{% blocktrans trimmed with date=c.datetime|date:'SHORT_DATETIME_FORMAT' %}Additional entry scan: {{ date }}{% endblocktrans %}"></span>
|
title="{% blocktrans trimmed with date=c.datetime|date:'SHORT_DATETIME_FORMAT' %}Additional entry scan: {{ date }}{% endblocktrans %}"></span>
|
||||||
{% elif c.forced and not c.successful %}
|
{% elif c.force_sent %}
|
||||||
<br>
|
<span class="fa fa-fw fa-cloud-upload" data-toggle="tooltip"
|
||||||
<small class="text-muted">{% trans "Failed in offline mode" %}</small>
|
title="{% blocktrans trimmed with date=c.created|date:'SHORT_DATETIME_FORMAT' %}Offline scan. Upload time: {{ date }}{% endblocktrans %}"></span>
|
||||||
{% elif c.auto_checked_in %}
|
{% elif c.auto_checked_in %}
|
||||||
<span class="fa fa-fw fa-magic" data-toggle="tooltip"
|
<span class="fa fa-fw fa-magic" data-toggle="tooltip"
|
||||||
title="{% blocktrans trimmed with date=c.datetime|date:'SHORT_DATETIME_FORMAT' %}Automatically checked in: {{ date }}{% endblocktrans %}"></span>
|
title="{% blocktrans trimmed with date=c.datetime|date:'SHORT_DATETIME_FORMAT' %}Automatically checked in: {{ date }}{% endblocktrans %}"></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if c.forced and not c.successful %}
|
||||||
|
<br>
|
||||||
|
<small class="text-muted">{% trans "Failed in offline mode" %}</small>
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if c.type == "exit" %}<span class="fa fa-fw fa-sign-out"></span>{% endif %}
|
{% if c.type == "exit" %}<span class="fa fa-fw fa-sign-out"></span>{% endif %}
|
||||||
|
|||||||
@@ -71,13 +71,20 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<form method="post" action="">
|
<form method="post" action="{% url "control:event.orders.checkinlists.bulk_action" event=request.event.slug organizer=request.event.organizer.slug list=checkinlist.pk %}" data-asynctask>
|
||||||
|
<div class="hidden">
|
||||||
|
{{ filter_form.as_p }}
|
||||||
|
<input name="returnquery" type="hidden" value="{{ request.META.QUERY_STRING }}">
|
||||||
|
</div>
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-condensed table-hover">
|
<table class="table table-condensed table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th>
|
||||||
|
<label aria-label="{% trans "select all rows for batch-operation" %}"
|
||||||
|
class="batch-select-label"><input type="checkbox" data-toggle-table/></label>
|
||||||
|
</th>
|
||||||
<th>{% trans "Order code" %} <a href="?{% url_replace request 'ordering' '-code'%}"><i class="fa fa-caret-down"></i></a>
|
<th>{% trans "Order code" %} <a href="?{% url_replace request 'ordering' '-code'%}"><i class="fa fa-caret-down"></i></a>
|
||||||
<a href="?{% url_replace request 'ordering' 'code'%}"><i class="fa fa-caret-up"></i></a></th>
|
<a href="?{% url_replace request 'ordering' 'code'%}"><i class="fa fa-caret-up"></i></a></th>
|
||||||
<th>{% trans "Item" %} <a href="?{% url_replace request 'ordering' '-item'%}"><i class="fa fa-caret-down"></i></a>
|
<th>{% trans "Item" %} <a href="?{% url_replace request 'ordering' '-item'%}"><i class="fa fa-caret-down"></i></a>
|
||||||
@@ -100,6 +107,19 @@
|
|||||||
<th>{% trans "Timestamp" %} <a href="?{% url_replace request 'ordering' '-timestamp'%}"><i class="fa fa-caret-down"></i></a>
|
<th>{% trans "Timestamp" %} <a href="?{% url_replace request 'ordering' '-timestamp'%}"><i class="fa fa-caret-down"></i></a>
|
||||||
<a href="?{% url_replace request 'ordering' 'timestamp'%}"><i class="fa fa-caret-up"></i></a></th>
|
<a href="?{% url_replace request 'ordering' 'timestamp'%}"><i class="fa fa-caret-up"></i></a></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
{% if page_obj.paginator.num_pages > 1 %}
|
||||||
|
<tr class="table-select-all warning hidden">
|
||||||
|
<td>
|
||||||
|
<input type="checkbox" name="__ALL" id="__all"
|
||||||
|
data-results-total="{{ page_obj.paginator.count }}">
|
||||||
|
</td>
|
||||||
|
<td colspan="8">
|
||||||
|
<label for="__all">
|
||||||
|
{% trans "Select all results on other pages as well" %}
|
||||||
|
</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
{% endif %}
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for e in entries %}
|
{% for e in entries %}
|
||||||
@@ -180,13 +200,16 @@
|
|||||||
</div>
|
</div>
|
||||||
{% if "can_change_orders" in request.eventpermset %}
|
{% if "can_change_orders" in request.eventpermset %}
|
||||||
<button type="submit" class="btn btn-primary btn-save">
|
<button type="submit" class="btn btn-primary btn-save">
|
||||||
|
<span class="fa fa-sign-in" aria-hidden="true"></span>
|
||||||
{% trans "Check-In selected attendees" %}
|
{% trans "Check-In selected attendees" %}
|
||||||
</button>
|
</button>
|
||||||
<button type="submit" class="btn btn-default btn-save" name="checkout" value="true">
|
<button type="submit" class="btn btn-default btn-save" name="checkout" value="true">
|
||||||
|
<span class="fa fa-sign-out" aria-hidden="true"></span>
|
||||||
{% trans "Check-Out selected attendees" %}
|
{% trans "Check-Out selected attendees" %}
|
||||||
</button>
|
</button>
|
||||||
<button type="submit" class="btn btn-default btn-save" name="revert" value="true">
|
<button type="submit" class="btn btn-danger btn-save" name="revert" value="true">
|
||||||
{% trans "Revert selected check-ins" %}
|
<span class="fa fa-trash" aria-hidden="true"></span>
|
||||||
|
{% trans "Delete all check-ins of selected attendees" %}
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -69,7 +69,8 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label><input type="checkbox" checked="checked" disabled="disabled"> {% trans "Ask and require input" %}</label>
|
<label><input type="checkbox" checked="checked"
|
||||||
|
disabled="disabled"> {% trans "Ask and require input" %}</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -81,7 +82,8 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="col-md-9 static-form-row">
|
<div class="col-md-9 static-form-row">
|
||||||
<p>
|
<p>
|
||||||
<a href="{% url "control:event.settings.invoice" event=request.event.slug organizer=request.organizer.slug %}#tab-0-1-open" target="_blank">
|
<a href="{% url "control:event.settings.invoice" event=request.event.slug organizer=request.organizer.slug %}#tab-0-1-open"
|
||||||
|
target="_blank">
|
||||||
{% trans "See invoice settings" %}
|
{% trans "See invoice settings" %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@@ -101,7 +103,8 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="col-md-9 static-form-row">
|
<div class="col-md-9 static-form-row">
|
||||||
<p>
|
<p>
|
||||||
<a href="{% url "control:event.items.questions" event=request.event.slug organizer=request.organizer.slug %}" target="_blank">
|
<a href="{% url "control:event.items.questions" event=request.event.slug organizer=request.organizer.slug %}"
|
||||||
|
target="_blank">
|
||||||
{% trans "Manage questions" %}
|
{% trans "Manage questions" %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@@ -232,10 +235,74 @@
|
|||||||
{% bootstrap_field sform.display_net_prices layout="control" %}
|
{% bootstrap_field sform.display_net_prices layout="control" %}
|
||||||
{% bootstrap_field sform.show_variations_expanded layout="control" %}
|
{% bootstrap_field sform.show_variations_expanded layout="control" %}
|
||||||
{% bootstrap_field sform.hide_sold_out layout="control" %}
|
{% bootstrap_field sform.hide_sold_out layout="control" %}
|
||||||
{% url "control:organizer.edit" organizer=request.organizer.slug as org_url %}
|
|
||||||
{% propagated request.event org_url "meta_noindex" %}
|
<div class="form-group">
|
||||||
{% bootstrap_field sform.meta_noindex layout="control" %}
|
<label class="col-md-3 control-label">
|
||||||
{% endpropagated %}
|
{% trans "Footer links" %}<br>
|
||||||
|
<span class="optional">{% trans "Optional" %}</span>
|
||||||
|
</label>
|
||||||
|
<div class="col-md-9">
|
||||||
|
<p class="help-block">
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
These links will be shown in the footer of your ticket shop. You could
|
||||||
|
for example link your terms of service here. Your contact address, imprint, and privacy
|
||||||
|
policy will be linked automatically (if you configured them), so you do not need to add
|
||||||
|
them here.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
|
<div class="formset" data-formset data-formset-prefix="{{ footer_links_formset.prefix }}">
|
||||||
|
{{ footer_links_formset.management_form }}
|
||||||
|
{% bootstrap_formset_errors footer_links_formset %}
|
||||||
|
<div data-formset-body>
|
||||||
|
{% for form in footer_links_formset %}
|
||||||
|
<div class="row formset-row" data-formset-form>
|
||||||
|
<div class="sr-only">
|
||||||
|
{{ form.id }}
|
||||||
|
{% bootstrap_field form.DELETE form_group_class="" layout="inline" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5">
|
||||||
|
{% bootstrap_form_errors form %}
|
||||||
|
{% bootstrap_field form.label layout='inline' form_group_class="" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5">
|
||||||
|
{% bootstrap_field form.url layout='inline' form_group_class="" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 text-right flip">
|
||||||
|
<button type="button" class="btn btn-danger" data-formset-delete-button>
|
||||||
|
<i class="fa fa-trash"></i></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
<script type="form-template" data-formset-empty-form>
|
||||||
|
{% escapescript %}
|
||||||
|
<div class="row formset-row" data-formset-form>
|
||||||
|
<div class="sr-only">
|
||||||
|
{{ footer_links_formset.empty_form.id }}
|
||||||
|
{% bootstrap_field footer_links_formset.empty_form.DELETE form_group_class="" layout="inline" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5">
|
||||||
|
{% bootstrap_field footer_links_formset.empty_form.label layout='inline' form_group_class="" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5">
|
||||||
|
{% bootstrap_field footer_links_formset.empty_form.url layout='inline' form_group_class="" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 text-right flip">
|
||||||
|
|
||||||
|
<button type="button" class="btn btn-danger" data-formset-delete-button>
|
||||||
|
<i class="fa fa-trash"></i></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endescapescript %}
|
||||||
|
</script>
|
||||||
|
<p>
|
||||||
|
<button type="button" class="btn btn-default" data-formset-add>
|
||||||
|
<i class="fa fa-plus"></i> {% trans "Add link" %}</button>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if sform.frontpage_subevent_ordering %}
|
{% if sform.frontpage_subevent_ordering %}
|
||||||
{% bootstrap_field sform.frontpage_subevent_ordering layout="control" %}
|
{% bootstrap_field sform.frontpage_subevent_ordering layout="control" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -245,6 +312,11 @@
|
|||||||
{% if sform.event_list_available_only %}
|
{% if sform.event_list_available_only %}
|
||||||
{% bootstrap_field sform.event_list_available_only layout="control" %}
|
{% bootstrap_field sform.event_list_available_only layout="control" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% url "control:organizer.edit" organizer=request.organizer.slug as org_url %}
|
||||||
|
{% propagated request.event org_url "meta_noindex" %}
|
||||||
|
{% bootstrap_field sform.meta_noindex layout="control" %}
|
||||||
|
{% endpropagated %}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{% trans "Cart" %}</legend>
|
<legend>{% trans "Cart" %}</legend>
|
||||||
@@ -262,13 +334,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
The waiting list determines availability mainly based on quotas. If you use a seating plan and your
|
The waiting list determines availability mainly based on quotas. If you use a seating plan and
|
||||||
|
your
|
||||||
number of available seats is less than the available quota, you might run into situations where
|
number of available seats is less than the available quota, you might run into situations where
|
||||||
people are sent an email from the waiting list but still are unable to book a seat.
|
people are sent an email from the waiting list but still are unable to book a seat.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
<strong>
|
<strong>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
Specifically, this means the waiting list is not safe to use together with the minimum distance
|
Specifically, this means the waiting list is not safe to use together with the minimum
|
||||||
|
distance
|
||||||
feature of our seating plan module.
|
feature of our seating plan module.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</strong>
|
</strong>
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="fa fa-{{ o.sales_channel_obj.icon }} text-muted"
|
<span class="fa fa-fw fa-{{ o.sales_channel_obj.icon }} text-muted"
|
||||||
data-toggle="tooltip" title="{% trans o.sales_channel_obj.verbose_name %}"></span>
|
data-toggle="tooltip" title="{% trans o.sales_channel_obj.verbose_name %}"></span>
|
||||||
{{ o.datetime|date:"SHORT_DATETIME_FORMAT" }}
|
{{ o.datetime|date:"SHORT_DATETIME_FORMAT" }}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -50,6 +50,77 @@
|
|||||||
{% bootstrap_field sform.event_list_availability layout="control" %}
|
{% bootstrap_field sform.event_list_availability layout="control" %}
|
||||||
{% bootstrap_field sform.organizer_link_back layout="control" %}
|
{% bootstrap_field sform.organizer_link_back layout="control" %}
|
||||||
{% bootstrap_field sform.meta_noindex layout="control" %}
|
{% bootstrap_field sform.meta_noindex layout="control" %}
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="col-md-3 control-label">
|
||||||
|
{% trans "Footer links" %}<br>
|
||||||
|
<span class="optional">{% trans "Optional" %}</span>
|
||||||
|
</label>
|
||||||
|
<div class="col-md-9">
|
||||||
|
<p class="help-block">
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
These links will be shown in the footer of your ticket shop. You could
|
||||||
|
for example link your terms of service here. Your contact address, imprint, and privacy
|
||||||
|
policy will be linked automatically (if you configured them), so you do not need to add
|
||||||
|
them here.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
|
<p class="help-block">
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
The links you configure here will also be shown on all of your events.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
|
<div class="formset" data-formset data-formset-prefix="{{ footer_links_formset.prefix }}">
|
||||||
|
{{ footer_links_formset.management_form }}
|
||||||
|
{% bootstrap_formset_errors footer_links_formset %}
|
||||||
|
<div data-formset-body>
|
||||||
|
{% for form in footer_links_formset %}
|
||||||
|
<div class="row formset-row" data-formset-form>
|
||||||
|
<div class="sr-only">
|
||||||
|
{{ form.id }}
|
||||||
|
{% bootstrap_field form.DELETE form_group_class="" layout="inline" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5">
|
||||||
|
{% bootstrap_form_errors form %}
|
||||||
|
{% bootstrap_field form.label layout='inline' form_group_class="" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5">
|
||||||
|
{% bootstrap_field form.url layout='inline' form_group_class="" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 text-right flip">
|
||||||
|
<button type="button" class="btn btn-danger" data-formset-delete-button>
|
||||||
|
<i class="fa fa-trash"></i></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
<script type="form-template" data-formset-empty-form>
|
||||||
|
{% escapescript %}
|
||||||
|
<div class="row formset-row" data-formset-form>
|
||||||
|
<div class="sr-only">
|
||||||
|
{{ footer_links_formset.empty_form.id }}
|
||||||
|
{% bootstrap_field footer_links_formset.empty_form.DELETE form_group_class="" layout="inline" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5">
|
||||||
|
{% bootstrap_field footer_links_formset.empty_form.label layout='inline' form_group_class="" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5">
|
||||||
|
{% bootstrap_field footer_links_formset.empty_form.url layout='inline' form_group_class="" %}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 text-right flip">
|
||||||
|
|
||||||
|
<button type="button" class="btn btn-danger" data-formset-delete-button>
|
||||||
|
<i class="fa fa-trash"></i></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endescapescript %}
|
||||||
|
</script>
|
||||||
|
<p>
|
||||||
|
<button type="button" class="btn btn-default" data-formset-add>
|
||||||
|
<i class="fa fa-plus"></i> {% trans "Add link" %}</button>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{% trans "Localization" %}</legend>
|
<legend>{% trans "Localization" %}</legend>
|
||||||
|
|||||||
@@ -16,6 +16,12 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="alert-info alert">
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
It is possible that some of the above dates can't be deleted if a plugin has data attached to them.
|
||||||
|
In that case, they will be disabled instead.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if forbidden %}
|
{% if forbidden %}
|
||||||
<p>{% blocktrans trimmed %}The following dates can't be deleted as they already have orders, but
|
<p>{% blocktrans trimmed %}The following dates can't be deleted as they already have orders, but
|
||||||
@@ -30,7 +36,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="form-group submit-group">
|
<div class="form-group submit-group">
|
||||||
<a href="{% url "control:event.subevents" organizer=request.event.organizer.slug event=request.event.slug %}" class="btn btn-default btn-cancel">
|
<a href="{% url "control:event.subevents" organizer=request.event.organizer.slug event=request.event.slug %}"
|
||||||
|
class="btn btn-default btn-cancel">
|
||||||
{% trans "Cancel" %}
|
{% trans "Cancel" %}
|
||||||
</a>
|
</a>
|
||||||
<button type="submit" class="btn btn-danger btn-save" value="delete_confirm" name="action">
|
<button type="submit" class="btn btn-danger btn-save" value="delete_confirm" name="action">
|
||||||
|
|||||||
@@ -392,6 +392,7 @@ urlpatterns = [
|
|||||||
re_path(r'^checkinlists/add$', checkin.CheckinListCreate.as_view(), name='event.orders.checkinlists.add'),
|
re_path(r'^checkinlists/add$', checkin.CheckinListCreate.as_view(), name='event.orders.checkinlists.add'),
|
||||||
re_path(r'^checkinlists/select2$', typeahead.checkinlist_select2, name='event.orders.checkinlists.select2'),
|
re_path(r'^checkinlists/select2$', typeahead.checkinlist_select2, name='event.orders.checkinlists.select2'),
|
||||||
re_path(r'^checkinlists/(?P<list>\d+)/$', checkin.CheckInListShow.as_view(), name='event.orders.checkinlists.show'),
|
re_path(r'^checkinlists/(?P<list>\d+)/$', checkin.CheckInListShow.as_view(), name='event.orders.checkinlists.show'),
|
||||||
|
re_path(r'^checkinlists/(?P<list>\d+)/bulk_action$', checkin.CheckInListBulkActionView.as_view(), name='event.orders.checkinlists.bulk_action'),
|
||||||
re_path(r'^checkinlists/(?P<list>\d+)/change$', checkin.CheckinListUpdate.as_view(),
|
re_path(r'^checkinlists/(?P<list>\d+)/change$', checkin.CheckinListUpdate.as_view(),
|
||||||
name='event.orders.checkinlists.edit'),
|
name='event.orders.checkinlists.edit'),
|
||||||
re_path(r'^checkinlists/(?P<list>\d+)/delete$', checkin.CheckinListDelete.as_view(),
|
re_path(r'^checkinlists/(?P<list>\d+)/delete$', checkin.CheckinListDelete.as_view(),
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ from django.contrib import messages
|
|||||||
from django.db import transaction
|
from django.db import transaction
|
||||||
from django.db.models import Exists, Max, OuterRef, Prefetch, Subquery
|
from django.db.models import Exists, Max, OuterRef, Prefetch, Subquery
|
||||||
from django.http import Http404, HttpResponseRedirect
|
from django.http import Http404, HttpResponseRedirect
|
||||||
from django.shortcuts import get_object_or_404, redirect
|
from django.shortcuts import get_object_or_404
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from django.utils.functional import cached_property
|
from django.utils.functional import cached_property
|
||||||
from django.utils.timezone import is_aware, make_aware, now
|
from django.utils.timezone import is_aware, make_aware, now
|
||||||
@@ -49,6 +49,7 @@ from pretix.base.channels import get_all_sales_channels
|
|||||||
from pretix.base.models import Checkin, Order, OrderPosition
|
from pretix.base.models import Checkin, Order, OrderPosition
|
||||||
from pretix.base.models.checkin import CheckinList
|
from pretix.base.models.checkin import CheckinList
|
||||||
from pretix.base.signals import checkin_created
|
from pretix.base.signals import checkin_created
|
||||||
|
from pretix.base.views.tasks import AsyncPostView
|
||||||
from pretix.control.forms.checkin import CheckinListForm
|
from pretix.control.forms.checkin import CheckinListForm
|
||||||
from pretix.control.forms.filter import (
|
from pretix.control.forms.filter import (
|
||||||
CheckinFilterForm, CheckinListAttendeeFilterForm,
|
CheckinFilterForm, CheckinListAttendeeFilterForm,
|
||||||
@@ -58,11 +59,13 @@ from pretix.control.views import CreateView, PaginationMixin, UpdateView
|
|||||||
from pretix.helpers.models import modelcopy
|
from pretix.helpers.models import modelcopy
|
||||||
|
|
||||||
|
|
||||||
class CheckInListShow(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
class CheckInListQueryMixin:
|
||||||
model = Checkin
|
|
||||||
context_object_name = 'entries'
|
@cached_property
|
||||||
template_name = 'pretixcontrol/checkin/index.html'
|
def request_data(self):
|
||||||
permission = 'can_view_orders'
|
if self.request.method == "POST":
|
||||||
|
return self.request.POST
|
||||||
|
return self.request.GET
|
||||||
|
|
||||||
def get_queryset(self, filter=True):
|
def get_queryset(self, filter=True):
|
||||||
cqs = Checkin.objects.filter(
|
cqs = Checkin.objects.filter(
|
||||||
@@ -105,16 +108,28 @@ class CheckInListShow(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
|||||||
if filter and self.filter_form.is_valid():
|
if filter and self.filter_form.is_valid():
|
||||||
qs = self.filter_form.filter_qs(qs)
|
qs = self.filter_form.filter_qs(qs)
|
||||||
|
|
||||||
|
if 'checkin' in self.request_data and '__ALL' not in self.request_data:
|
||||||
|
qs = qs.filter(
|
||||||
|
id__in=self.request_data.getlist('checkin')
|
||||||
|
)
|
||||||
|
|
||||||
return qs
|
return qs
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def filter_form(self):
|
def filter_form(self):
|
||||||
return CheckinListAttendeeFilterForm(
|
return CheckinListAttendeeFilterForm(
|
||||||
data=self.request.GET,
|
data=self.request_data,
|
||||||
event=self.request.event,
|
event=self.request.event,
|
||||||
list=self.list
|
list=self.list
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class CheckInListShow(EventPermissionRequiredMixin, PaginationMixin, CheckInListQueryMixin, ListView):
|
||||||
|
model = Checkin
|
||||||
|
context_object_name = 'entries'
|
||||||
|
template_name = 'pretixcontrol/checkin/index.html'
|
||||||
|
permission = 'can_view_orders'
|
||||||
|
|
||||||
def dispatch(self, request, *args, **kwargs):
|
def dispatch(self, request, *args, **kwargs):
|
||||||
self.list = get_object_or_404(self.request.event.checkin_lists.all(), pk=kwargs.get("list"))
|
self.list = get_object_or_404(self.request.event.checkin_lists.all(), pk=kwargs.get("list"))
|
||||||
return super().dispatch(request, *args, **kwargs)
|
return super().dispatch(request, *args, **kwargs)
|
||||||
@@ -153,18 +168,23 @@ class CheckInListShow(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
|||||||
e.last_exit_aware = e.last_exit
|
e.last_exit_aware = e.last_exit
|
||||||
return ctx
|
return ctx
|
||||||
|
|
||||||
def post(self, request, *args, **kwargs):
|
|
||||||
if "can_change_orders" not in request.eventpermset:
|
|
||||||
messages.error(request, _('You do not have permission to perform this action.'))
|
|
||||||
return redirect(reverse('control:event.orders.checkins', kwargs={
|
|
||||||
'event': self.request.event.slug,
|
|
||||||
'organizer': self.request.event.organizer.slug
|
|
||||||
}) + '?' + request.GET.urlencode())
|
|
||||||
|
|
||||||
positions = self.get_queryset(filter=False).filter(
|
class CheckInListBulkActionView(CheckInListQueryMixin, EventPermissionRequiredMixin, AsyncPostView):
|
||||||
pk__in=request.POST.getlist('checkin')
|
template_name = 'pretixcontrol/organizers/device_bulk_edit.html'
|
||||||
)
|
permission = 'can_change_orders'
|
||||||
|
context_object_name = 'device'
|
||||||
|
|
||||||
|
def dispatch(self, request, *args, **kwargs):
|
||||||
|
self.list = get_object_or_404(self.request.event.checkin_lists.all(), pk=kwargs.get("list"))
|
||||||
|
return super().dispatch(request, *args, **kwargs)
|
||||||
|
|
||||||
|
def get_queryset(self):
|
||||||
|
return super().get_queryset().prefetch_related(None).order_by()
|
||||||
|
|
||||||
|
@transaction.atomic()
|
||||||
|
def async_post(self, request, *args, **kwargs):
|
||||||
|
self.list = get_object_or_404(request.event.checkin_lists.all(), pk=kwargs.get("list"))
|
||||||
|
positions = self.get_queryset()
|
||||||
if request.POST.get('revert') == 'true':
|
if request.POST.get('revert') == 'true':
|
||||||
for op in positions:
|
for op in positions:
|
||||||
if op.order.status == Order.STATUS_PAID or (self.list.include_pending and op.order.status == Order.STATUS_PENDING):
|
if op.order.status == Order.STATUS_PAID or (self.list.include_pending and op.order.status == Order.STATUS_PENDING):
|
||||||
@@ -177,12 +197,11 @@ class CheckInListShow(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
|||||||
}, user=request.user)
|
}, user=request.user)
|
||||||
op.order.touch()
|
op.order.touch()
|
||||||
|
|
||||||
messages.success(request, _('The selected check-ins have been reverted.'))
|
return 'reverted', request.POST.get('returnquery')
|
||||||
else:
|
else:
|
||||||
|
t = Checkin.TYPE_EXIT if request.POST.get('checkout') == 'true' else Checkin.TYPE_ENTRY
|
||||||
for op in positions:
|
for op in positions:
|
||||||
if op.order.status == Order.STATUS_PAID or (self.list.include_pending and op.order.status == Order.STATUS_PENDING):
|
if op.order.status == Order.STATUS_PAID or (self.list.include_pending and op.order.status == Order.STATUS_PENDING):
|
||||||
t = Checkin.TYPE_EXIT if request.POST.get('checkout') == 'true' else Checkin.TYPE_ENTRY
|
|
||||||
|
|
||||||
lci = op.checkins.filter(list=self.list).first()
|
lci = op.checkins.filter(list=self.list).first()
|
||||||
if self.list.allow_multiple_entries or t != Checkin.TYPE_ENTRY or (lci and lci.type != Checkin.TYPE_ENTRY):
|
if self.list.allow_multiple_entries or t != Checkin.TYPE_ENTRY or (lci and lci.type != Checkin.TYPE_ENTRY):
|
||||||
ci = Checkin.objects.create(position=op, list=self.list, datetime=now(), type=t)
|
ci = Checkin.objects.create(position=op, list=self.list, datetime=now(), type=t)
|
||||||
@@ -206,14 +225,22 @@ class CheckInListShow(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
|||||||
'web': True
|
'web': True
|
||||||
}, user=request.user)
|
}, user=request.user)
|
||||||
checkin_created.send(op.order.event, checkin=ci)
|
checkin_created.send(op.order.event, checkin=ci)
|
||||||
|
return 'checked-out' if t == Checkin.TYPE_EXIT else 'checked-in', request.POST.get('returnquery')
|
||||||
|
|
||||||
messages.success(request, _('The selected tickets have been marked as checked in.'))
|
def get_success_message(self, value):
|
||||||
|
if value[0] == 'reverted':
|
||||||
|
return _('The selected check-ins have been reverted.')
|
||||||
|
elif value[0] == 'checked-out':
|
||||||
|
return _('The selected tickets have been marked as checked out.')
|
||||||
|
else:
|
||||||
|
return _('The selected tickets have been marked as checked in.')
|
||||||
|
|
||||||
return redirect(reverse('control:event.orders.checkinlists.show', kwargs={
|
def get_success_url(self, value):
|
||||||
|
return reverse('control:event.orders.checkinlists.show', kwargs={
|
||||||
'event': self.request.event.slug,
|
'event': self.request.event.slug,
|
||||||
'organizer': self.request.event.organizer.slug,
|
'organizer': self.request.event.organizer.slug,
|
||||||
'list': self.list.pk
|
'list': self.list.pk
|
||||||
}) + '?' + request.GET.urlencode())
|
}) + ('?' + value[1] if value[1] else '')
|
||||||
|
|
||||||
|
|
||||||
class CheckinListList(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
class CheckinListList(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
||||||
@@ -402,9 +429,9 @@ class CheckinListView(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
|||||||
qs = Checkin.all.filter(
|
qs = Checkin.all.filter(
|
||||||
list__event=self.request.event,
|
list__event=self.request.event,
|
||||||
).select_related(
|
).select_related(
|
||||||
'position', 'position', 'position__item', 'position__variation', 'position__subevent'
|
'position', 'position__order', 'position__item', 'position__variation', 'position__subevent'
|
||||||
).prefetch_related(
|
).prefetch_related(
|
||||||
'list', 'gate'
|
'list', 'gate', 'device'
|
||||||
)
|
)
|
||||||
if self.filter_form.is_valid():
|
if self.filter_form.is_valid():
|
||||||
qs = self.filter_form.filter_qs(qs)
|
qs = self.filter_form.filter_qs(qs)
|
||||||
|
|||||||
@@ -74,9 +74,9 @@ from pretix.base.signals import register_ticket_outputs
|
|||||||
from pretix.base.templatetags.rich_text import markdown_compile_email
|
from pretix.base.templatetags.rich_text import markdown_compile_email
|
||||||
from pretix.control.forms.event import (
|
from pretix.control.forms.event import (
|
||||||
CancelSettingsForm, CommentForm, ConfirmTextFormset, EventDeleteForm,
|
CancelSettingsForm, CommentForm, ConfirmTextFormset, EventDeleteForm,
|
||||||
EventMetaValueForm, EventSettingsForm, EventUpdateForm,
|
EventFooterLinkFormset, EventMetaValueForm, EventSettingsForm,
|
||||||
InvoiceSettingsForm, ItemMetaPropertyForm, MailSettingsForm,
|
EventUpdateForm, InvoiceSettingsForm, ItemMetaPropertyForm,
|
||||||
PaymentSettingsForm, ProviderForm, QuickSetupForm,
|
MailSettingsForm, PaymentSettingsForm, ProviderForm, QuickSetupForm,
|
||||||
QuickSetupProductFormSet, TaxRuleForm, TaxRuleLineFormSet,
|
QuickSetupProductFormSet, TaxRuleForm, TaxRuleLineFormSet,
|
||||||
TicketSettingsForm, WidgetCodeForm,
|
TicketSettingsForm, WidgetCodeForm,
|
||||||
)
|
)
|
||||||
@@ -186,6 +186,7 @@ class EventUpdate(DecoupleMixin, EventSettingsViewMixin, EventPermissionRequired
|
|||||||
context['meta_forms'] = self.meta_forms
|
context['meta_forms'] = self.meta_forms
|
||||||
context['item_meta_property_formset'] = self.item_meta_property_formset
|
context['item_meta_property_formset'] = self.item_meta_property_formset
|
||||||
context['confirm_texts_formset'] = self.confirm_texts_formset
|
context['confirm_texts_formset'] = self.confirm_texts_formset
|
||||||
|
context['footer_links_formset'] = self.footer_links_formset
|
||||||
return context
|
return context
|
||||||
|
|
||||||
@transaction.atomic
|
@transaction.atomic
|
||||||
@@ -195,6 +196,7 @@ class EventUpdate(DecoupleMixin, EventSettingsViewMixin, EventPermissionRequired
|
|||||||
self.save_meta()
|
self.save_meta()
|
||||||
self.save_item_meta_property_formset(self.object)
|
self.save_item_meta_property_formset(self.object)
|
||||||
self.save_confirm_texts_formset(self.object)
|
self.save_confirm_texts_formset(self.object)
|
||||||
|
self.save_footer_links_formset(self.object)
|
||||||
change_css = False
|
change_css = False
|
||||||
|
|
||||||
if self.sform.has_changed() or self.confirm_texts_formset.has_changed():
|
if self.sform.has_changed() or self.confirm_texts_formset.has_changed():
|
||||||
@@ -204,6 +206,10 @@ class EventUpdate(DecoupleMixin, EventSettingsViewMixin, EventPermissionRequired
|
|||||||
self.request.event.log_action('pretix.event.settings', user=self.request.user, data=data)
|
self.request.event.log_action('pretix.event.settings', user=self.request.user, data=data)
|
||||||
if any(p in self.sform.changed_data for p in SETTINGS_AFFECTING_CSS):
|
if any(p in self.sform.changed_data for p in SETTINGS_AFFECTING_CSS):
|
||||||
change_css = True
|
change_css = True
|
||||||
|
if self.footer_links_formset.has_changed():
|
||||||
|
self.request.event.log_action('pretix.event.footerlinks.changed', user=self.request.user, data={
|
||||||
|
'data': self.footer_links_formset.cleaned_data
|
||||||
|
})
|
||||||
if form.has_changed():
|
if form.has_changed():
|
||||||
self.request.event.log_action('pretix.event.changed', user=self.request.user, data={
|
self.request.event.log_action('pretix.event.changed', user=self.request.user, data={
|
||||||
k: (form.cleaned_data.get(k).name
|
k: (form.cleaned_data.get(k).name
|
||||||
@@ -238,7 +244,8 @@ class EventUpdate(DecoupleMixin, EventSettingsViewMixin, EventPermissionRequired
|
|||||||
def post(self, request, *args, **kwargs):
|
def post(self, request, *args, **kwargs):
|
||||||
form = self.get_form()
|
form = self.get_form()
|
||||||
if form.is_valid() and self.sform.is_valid() and all([f.is_valid() for f in self.meta_forms]) and \
|
if form.is_valid() and self.sform.is_valid() and all([f.is_valid() for f in self.meta_forms]) and \
|
||||||
self.item_meta_property_formset.is_valid() and self.confirm_texts_formset.is_valid():
|
self.item_meta_property_formset.is_valid() and self.confirm_texts_formset.is_valid() and \
|
||||||
|
self.footer_links_formset.is_valid():
|
||||||
# reset timezone
|
# reset timezone
|
||||||
zone = timezone(self.sform.cleaned_data['timezone'])
|
zone = timezone(self.sform.cleaned_data['timezone'])
|
||||||
event = form.instance
|
event = form.instance
|
||||||
@@ -292,10 +299,18 @@ class EventUpdate(DecoupleMixin, EventSettingsViewMixin, EventPermissionRequired
|
|||||||
def save_confirm_texts_formset(self, obj):
|
def save_confirm_texts_formset(self, obj):
|
||||||
obj.settings.confirm_texts = LazyI18nStringList(
|
obj.settings.confirm_texts = LazyI18nStringList(
|
||||||
form_data['text'].data
|
form_data['text'].data
|
||||||
for form_data in sorted(self.confirm_texts_formset.cleaned_data, key=operator.itemgetter("ORDER"))
|
for form_data in sorted((d for d in self.confirm_texts_formset.cleaned_data if d), key=operator.itemgetter("ORDER"))
|
||||||
if not form_data.get("DELETE", False)
|
if form_data and not form_data.get("DELETE", False)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@cached_property
|
||||||
|
def footer_links_formset(self):
|
||||||
|
return EventFooterLinkFormset(self.request.POST if self.request.method == "POST" else None, event=self.object,
|
||||||
|
prefix="footer-links", instance=self.object)
|
||||||
|
|
||||||
|
def save_footer_links_formset(self, obj):
|
||||||
|
self.footer_links_formset.save()
|
||||||
|
|
||||||
|
|
||||||
class EventPlugins(EventSettingsViewMixin, EventPermissionRequiredMixin, TemplateView, SingleObjectMixin):
|
class EventPlugins(EventSettingsViewMixin, EventPermissionRequiredMixin, TemplateView, SingleObjectMixin):
|
||||||
model = Event
|
model = Event
|
||||||
|
|||||||
@@ -92,8 +92,8 @@ from pretix.control.forms.organizer import (
|
|||||||
CustomerCreateForm, CustomerUpdateForm, DeviceBulkEditForm, DeviceForm,
|
CustomerCreateForm, CustomerUpdateForm, DeviceBulkEditForm, DeviceForm,
|
||||||
EventMetaPropertyForm, GateForm, GiftCardCreateForm, GiftCardUpdateForm,
|
EventMetaPropertyForm, GateForm, GiftCardCreateForm, GiftCardUpdateForm,
|
||||||
MailSettingsForm, MembershipTypeForm, MembershipUpdateForm,
|
MailSettingsForm, MembershipTypeForm, MembershipUpdateForm,
|
||||||
OrganizerDeleteForm, OrganizerForm, OrganizerSettingsForm,
|
OrganizerDeleteForm, OrganizerFooterLinkFormset, OrganizerForm,
|
||||||
OrganizerUpdateForm, TeamForm, WebHookForm,
|
OrganizerSettingsForm, OrganizerUpdateForm, TeamForm, WebHookForm,
|
||||||
)
|
)
|
||||||
from pretix.control.logdisplay import OVERVIEW_BANLIST
|
from pretix.control.logdisplay import OVERVIEW_BANLIST
|
||||||
from pretix.control.permissions import (
|
from pretix.control.permissions import (
|
||||||
@@ -416,11 +416,13 @@ class OrganizerUpdate(OrganizerPermissionRequiredMixin, UpdateView):
|
|||||||
def get_context_data(self, *args, **kwargs) -> dict:
|
def get_context_data(self, *args, **kwargs) -> dict:
|
||||||
context = super().get_context_data(*args, **kwargs)
|
context = super().get_context_data(*args, **kwargs)
|
||||||
context['sform'] = self.sform
|
context['sform'] = self.sform
|
||||||
|
context['footer_links_formset'] = self.footer_links_formset
|
||||||
return context
|
return context
|
||||||
|
|
||||||
@transaction.atomic
|
@transaction.atomic
|
||||||
def form_valid(self, form):
|
def form_valid(self, form):
|
||||||
self.sform.save()
|
self.sform.save()
|
||||||
|
self.save_footer_links_formset(self.object)
|
||||||
change_css = False
|
change_css = False
|
||||||
if self.sform.has_changed():
|
if self.sform.has_changed():
|
||||||
self.request.organizer.log_action(
|
self.request.organizer.log_action(
|
||||||
@@ -435,6 +437,10 @@ class OrganizerUpdate(OrganizerPermissionRequiredMixin, UpdateView):
|
|||||||
)
|
)
|
||||||
if any(p in self.sform.changed_data for p in SETTINGS_AFFECTING_CSS):
|
if any(p in self.sform.changed_data for p in SETTINGS_AFFECTING_CSS):
|
||||||
change_css = True
|
change_css = True
|
||||||
|
if self.footer_links_formset.has_changed():
|
||||||
|
self.request.organizer.log_action('pretix.organizer.footerlinks.changed', user=self.request.user, data={
|
||||||
|
'data': self.footer_links_formset.cleaned_data
|
||||||
|
})
|
||||||
if form.has_changed():
|
if form.has_changed():
|
||||||
self.request.organizer.log_action(
|
self.request.organizer.log_action(
|
||||||
'pretix.organizer.changed',
|
'pretix.organizer.changed',
|
||||||
@@ -466,11 +472,19 @@ class OrganizerUpdate(OrganizerPermissionRequiredMixin, UpdateView):
|
|||||||
def post(self, request, *args, **kwargs):
|
def post(self, request, *args, **kwargs):
|
||||||
self.object = self.get_object()
|
self.object = self.get_object()
|
||||||
form = self.get_form()
|
form = self.get_form()
|
||||||
if form.is_valid() and self.sform.is_valid():
|
if form.is_valid() and self.sform.is_valid() and self.footer_links_formset.is_valid():
|
||||||
return self.form_valid(form)
|
return self.form_valid(form)
|
||||||
else:
|
else:
|
||||||
return self.form_invalid(form)
|
return self.form_invalid(form)
|
||||||
|
|
||||||
|
@cached_property
|
||||||
|
def footer_links_formset(self):
|
||||||
|
return OrganizerFooterLinkFormset(self.request.POST if self.request.method == "POST" else None, organizer=self.object,
|
||||||
|
prefix="footer-links", instance=self.object)
|
||||||
|
|
||||||
|
def save_footer_links_formset(self, obj):
|
||||||
|
self.footer_links_formset.save()
|
||||||
|
|
||||||
|
|
||||||
class OrganizerCreate(CreateView):
|
class OrganizerCreate(CreateView):
|
||||||
model = Organizer
|
model = Organizer
|
||||||
@@ -830,7 +844,7 @@ class DeviceQueryMixin:
|
|||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def filter_form(self):
|
def filter_form(self):
|
||||||
return DeviceFilterForm(data=self.request.GET, request=self.request)
|
return DeviceFilterForm(data=self.request_data, request=self.request)
|
||||||
|
|
||||||
def get_queryset(self):
|
def get_queryset(self):
|
||||||
qs = self.request.organizer.devices.prefetch_related(
|
qs = self.request.organizer.devices.prefetch_related(
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ from django.contrib import messages
|
|||||||
from django.core.exceptions import ValidationError
|
from django.core.exceptions import ValidationError
|
||||||
from django.core.files import File
|
from django.core.files import File
|
||||||
from django.db import connections, transaction
|
from django.db import connections, transaction
|
||||||
from django.db.models import Count, F, Prefetch
|
from django.db.models import Count, F, Prefetch, ProtectedError
|
||||||
from django.db.models.functions import Coalesce, TruncDate, TruncTime
|
from django.db.models.functions import Coalesce, TruncDate, TruncTime
|
||||||
from django.forms import inlineformset_factory
|
from django.forms import inlineformset_factory
|
||||||
from django.http import Http404, HttpResponse, HttpResponseRedirect
|
from django.http import Http404, HttpResponse, HttpResponseRedirect
|
||||||
@@ -639,12 +639,14 @@ class SubEventBulkAction(SubEventQueryMixin, EventPermissionRequiredMixin, View)
|
|||||||
})
|
})
|
||||||
elif request.POST.get('action') == 'delete_confirm':
|
elif request.POST.get('action') == 'delete_confirm':
|
||||||
for obj in self.get_queryset():
|
for obj in self.get_queryset():
|
||||||
if obj.allow_delete():
|
try:
|
||||||
|
if not obj.allow_delete():
|
||||||
|
raise ProtectedError('only deactivate', [obj])
|
||||||
CartPosition.objects.filter(addon_to__subevent=obj).delete()
|
CartPosition.objects.filter(addon_to__subevent=obj).delete()
|
||||||
obj.cartposition_set.all().delete()
|
obj.cartposition_set.all().delete()
|
||||||
obj.log_action('pretix.subevent.deleted', user=self.request.user)
|
obj.log_action('pretix.subevent.deleted', user=self.request.user)
|
||||||
obj.delete()
|
obj.delete()
|
||||||
else:
|
except ProtectedError:
|
||||||
obj.log_action(
|
obj.log_action(
|
||||||
'pretix.subevent.changed', user=self.request.user, data={
|
'pretix.subevent.changed', user=self.request.user, data={
|
||||||
'active': False
|
'active': False
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ from io import BytesIO
|
|||||||
|
|
||||||
from django.core.files.base import ContentFile
|
from django.core.files.base import ContentFile
|
||||||
from django.core.files.storage import default_storage
|
from django.core.files.storage import default_storage
|
||||||
from PIL import Image, ImageOps
|
from PIL import Image, ImageOps, ImageSequence
|
||||||
from PIL.Image import Resampling
|
from PIL.Image import Resampling
|
||||||
|
|
||||||
from pretix.helpers.models import Thumbnail
|
from pretix.helpers.models import Thumbnail
|
||||||
@@ -171,12 +171,23 @@ def create_thumbnail(sourcename, size):
|
|||||||
except:
|
except:
|
||||||
raise ThumbnailError('Could not load image')
|
raise ThumbnailError('Could not load image')
|
||||||
|
|
||||||
image = resize_image(image, size)
|
frames = [resize_image(frame, size) for frame in ImageSequence.Iterator(image)]
|
||||||
|
image_out = frames[0]
|
||||||
|
save_kwargs = {}
|
||||||
|
|
||||||
if source.name.lower().endswith('.jpg') or source.name.lower().endswith('.jpeg'):
|
if source.name.lower().endswith('.jpg') or source.name.lower().endswith('.jpeg'):
|
||||||
# Yields better file sizes for photos
|
# Yields better file sizes for photos
|
||||||
target_ext = 'jpeg'
|
target_ext = 'jpeg'
|
||||||
quality = 95
|
quality = 95
|
||||||
|
elif source.name.lower().endswith('.gif') or source.name.lower().endswith('.png'):
|
||||||
|
target_ext = source.name.lower()[-3:]
|
||||||
|
quality = None
|
||||||
|
image_out.info = image.info
|
||||||
|
save_kwargs = {
|
||||||
|
'append_images': frames[1:],
|
||||||
|
'loop': image.info.get('loop', 0),
|
||||||
|
'save_all': True,
|
||||||
|
}
|
||||||
else:
|
else:
|
||||||
target_ext = 'png'
|
target_ext = 'png'
|
||||||
quality = None
|
quality = None
|
||||||
@@ -184,11 +195,11 @@ def create_thumbnail(sourcename, size):
|
|||||||
checksum = hashlib.md5(image.tobytes()).hexdigest()
|
checksum = hashlib.md5(image.tobytes()).hexdigest()
|
||||||
name = checksum + '.' + size.replace('^', 'c') + '.' + target_ext
|
name = checksum + '.' + size.replace('^', 'c') + '.' + target_ext
|
||||||
buffer = BytesIO()
|
buffer = BytesIO()
|
||||||
if image.mode == "P" and source.name.lower().endswith('.png'):
|
if image_out.mode == "P" and source.name.lower().endswith('.png'):
|
||||||
image = image.convert('RGBA')
|
image_out = image_out.convert('RGBA')
|
||||||
if image.mode not in ("1", "L", "RGB", "RGBA"):
|
if image_out.mode not in ("1", "L", "RGB", "RGBA"):
|
||||||
image = image.convert('RGB')
|
image_out = image_out.convert('RGB')
|
||||||
image.save(fp=buffer, format=target_ext.upper(), quality=quality)
|
image_out.save(fp=buffer, format=target_ext.upper(), quality=quality, **save_kwargs)
|
||||||
imgfile = ContentFile(buffer.getvalue())
|
imgfile = ContentFile(buffer.getvalue())
|
||||||
|
|
||||||
t = Thumbnail.objects.create(source=sourcename, size=size)
|
t = Thumbnail.objects.create(source=sourcename, size=size)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2021-09-15 11:22+0000\n"
|
"PO-Revision-Date: 2021-09-15 11:22+0000\n"
|
||||||
"Last-Translator: Mohamed Tawfiq <mtawfiq@wafyapp.com>\n"
|
"Last-Translator: Mohamed Tawfiq <mtawfiq@wafyapp.com>\n"
|
||||||
"Language-Team: Arabic <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: Arabic <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -30,120 +30,120 @@ msgstr "طلبات مكتملة"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "تعليق:"
|
msgstr "تعليق:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "نعم"
|
msgstr "نعم"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "المتابعة"
|
msgstr "المتابعة"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "جاري تأكيد الدفع الخاص بك …"
|
msgstr "جاري تأكيد الدفع الخاص بك …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -315,7 +315,7 @@ msgid "close"
|
|||||||
msgstr "إغلاق"
|
msgstr "إغلاق"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -324,12 +324,12 @@ msgstr ""
|
|||||||
"اخترت."
|
"اخترت."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "طلبك قيد الانتظار وستتم معالجته قريبا."
|
msgstr "طلبك قيد الانتظار وستتم معالجته قريبا."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -338,36 +338,36 @@ msgstr ""
|
|||||||
"وصل طلبك للخادم وننتظر تنفيذه. إذا استغرق الأمر أكثر من دقيقتين تواصل معنا "
|
"وصل طلبك للخادم وننتظر تنفيذه. إذا استغرق الأمر أكثر من دقيقتين تواصل معنا "
|
||||||
"أو عاود المحاولة مجددا."
|
"أو عاود المحاولة مجددا."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "حدث خطأ من نوع {code}."
|
msgstr "حدث خطأ من نوع {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr "لم نتمكن من الاتصال بالخادم، لكن سنواصل المحاولة، رمز آخر خطأ: {code}"
|
msgstr "لم نتمكن من الاتصال بالخادم، لكن سنواصل المحاولة، رمز آخر خطأ: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "استغرقت الطلب فترة طويلة، الرجاء المحاولة مرة أخرى."
|
msgstr "استغرقت الطلب فترة طويلة، الرجاء المحاولة مرة أخرى."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"لا يمكننا الوصول إلى الخادم حاليا، حاول مرة أخرى من فضلك. رمز الخطأ : {code}"
|
"لا يمكننا الوصول إلى الخادم حاليا، حاول مرة أخرى من فضلك. رمز الخطأ : {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "جاري معالجة طلبك …"
|
msgstr "جاري معالجة طلبك …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -376,7 +376,7 @@ msgstr ""
|
|||||||
"نعمل الآن على ارسال طلبك إلى الخادم، إذا أستغرقت العملية أكثر من دقيقة، يرجى "
|
"نعمل الآن على ارسال طلبك إلى الخادم، إذا أستغرقت العملية أكثر من دقيقة، يرجى "
|
||||||
"التحقق من اتصالك بالإنترنت ثم أعد تحميل الصفحة مرة أخرى."
|
"التحقق من اتصالك بالإنترنت ثم أعد تحميل الصفحة مرة أخرى."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "أغلق الرسالة"
|
msgstr "أغلق الرسالة"
|
||||||
@@ -482,48 +482,48 @@ msgstr "الدقائق"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "QR الدخول"
|
msgstr "QR الدخول"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "لا يمكن تحميل ملف PDF الخلفية للأسباب التالية:"
|
msgstr "لا يمكن تحميل ملف PDF الخلفية للأسباب التالية:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "مجموعة من العناصر"
|
msgstr "مجموعة من العناصر"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "عنصر نص"
|
msgstr "عنصر نص"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "منطقة باركود"
|
msgstr "منطقة باركود"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "منطقة صورة"
|
msgstr "منطقة صورة"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "مدعوم من pretix"
|
msgstr "مدعوم من pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "عنصر"
|
msgstr "عنصر"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "تصميم التذكرة"
|
msgstr "تصميم التذكرة"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "فشلت عملية الحفظ."
|
msgstr "فشلت عملية الحفظ."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "حصل خطأ أثناء رفع ملف PDF الخاص بك، يرجى المحاولة مرة أخرى."
|
msgstr "حصل خطأ أثناء رفع ملف PDF الخاص بك، يرجى المحاولة مرة أخرى."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "هل تريد أن تغادر المحرر دون حفظ التعديلات؟"
|
msgstr "هل تريد أن تغادر المحرر دون حفظ التعديلات؟"
|
||||||
|
|
||||||
@@ -651,20 +651,20 @@ msgstr "ستسترد %(currency)%(amount)"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "الرجاء إدخال المبلغ الذي يمكن للمنظم الاحتفاظ به."
|
msgstr "الرجاء إدخال المبلغ الذي يمكن للمنظم الاحتفاظ به."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "الرجاء إدخال عدد لأحد أنواع التذاكر."
|
msgstr "الرجاء إدخال عدد لأحد أنواع التذاكر."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "مطلوب"
|
msgstr "مطلوب"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "المنطقة الزمنية:"
|
msgstr "المنطقة الزمنية:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "التوقيت المحلي:"
|
msgstr "التوقيت المحلي:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2020-12-19 07:00+0000\n"
|
"PO-Revision-Date: 2020-12-19 07:00+0000\n"
|
||||||
"Last-Translator: albert <albert.serra.monner@gmail.com>\n"
|
"Last-Translator: albert <albert.serra.monner@gmail.com>\n"
|
||||||
"Language-Team: Catalan <https://translate.pretix.eu/projects/pretix/pretix-"
|
"Language-Team: Catalan <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
@@ -29,118 +29,118 @@ msgstr ""
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Comentari:"
|
msgstr "Comentari:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -305,61 +305,61 @@ msgid "close"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
"browser and try again."
|
"browser and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Estem processant la vostra sol·licitud …"
|
msgstr "Estem processant la vostra sol·licitud …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
"page and try again."
|
"page and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -465,48 +465,48 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Disseny del tiquet"
|
msgstr "Disseny del tiquet"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -624,22 +624,22 @@ msgstr ""
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "Cistella expirada"
|
msgstr "Cistella expirada"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2021-12-06 23:00+0000\n"
|
"PO-Revision-Date: 2021-12-06 23:00+0000\n"
|
||||||
"Last-Translator: Ondřej Sokol <osokol@treesoft.cz>\n"
|
"Last-Translator: Ondřej Sokol <osokol@treesoft.cz>\n"
|
||||||
"Language-Team: Czech <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: Czech <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -29,120 +29,120 @@ msgstr "Označeno jako zaplacené"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Komentář:"
|
msgstr "Komentář:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Ano"
|
msgstr "Ano"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Pokračovat"
|
msgstr "Pokračovat"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Potvrzuji vaši platbu …"
|
msgstr "Potvrzuji vaši platbu …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -307,7 +307,7 @@ msgid "close"
|
|||||||
msgstr "zavřít"
|
msgstr "zavřít"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -316,12 +316,12 @@ msgstr ""
|
|||||||
"to může trvat několik minut."
|
"to může trvat několik minut."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "Váš požadavek byl vložem do fronty serveru a brzy bude zpracován."
|
msgstr "Váš požadavek byl vložem do fronty serveru a brzy bude zpracován."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -331,14 +331,14 @@ msgstr ""
|
|||||||
"Pokud to trvá více jak dvě minuty, prosím kontaktuje nás nebo se vraťte do "
|
"Pokud to trvá více jak dvě minuty, prosím kontaktuje nás nebo se vraťte do "
|
||||||
"vašeho prohlížeče a zkuste to znovu."
|
"vašeho prohlížeče a zkuste to znovu."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Vyskytla se chyba {code}."
|
msgstr "Vyskytla se chyba {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -346,12 +346,12 @@ msgstr ""
|
|||||||
"Momentálně nemůžeme kontaktovat server, ale stále se o to pokoušíme. "
|
"Momentálně nemůžeme kontaktovat server, ale stále se o to pokoušíme. "
|
||||||
"Poslední chybový kód: {code}"
|
"Poslední chybový kód: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Zpracování požadavku trvá příliš dlouho. Prosím zkuste to znovu."
|
msgstr "Zpracování požadavku trvá příliš dlouho. Prosím zkuste to znovu."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -359,11 +359,11 @@ msgstr ""
|
|||||||
"Momentálně nemůžeme kontaktovat server. Prosím zkuste to znovu. Chybový kód: "
|
"Momentálně nemůžeme kontaktovat server. Prosím zkuste to znovu. Chybový kód: "
|
||||||
"{code}"
|
"{code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Zpracováváme váš požadavek …"
|
msgstr "Zpracováváme váš požadavek …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -373,7 +373,7 @@ msgstr ""
|
|||||||
"prosím zkontrolujte své internetové připojení a znovu načtěte stránku a "
|
"prosím zkontrolujte své internetové připojení a znovu načtěte stránku a "
|
||||||
"zkuste to znovu."
|
"zkuste to znovu."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Zavřít zprávu"
|
msgstr "Zavřít zprávu"
|
||||||
@@ -479,48 +479,48 @@ msgstr "minuty"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Check-in QR kód"
|
msgstr "Check-in QR kód"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "Pozadí PDF nemohl být načten:"
|
msgstr "Pozadí PDF nemohl být načten:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Skupina objektů"
|
msgstr "Skupina objektů"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Textový objekt"
|
msgstr "Textový objekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Oblast s QR kódem"
|
msgstr "Oblast s QR kódem"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Oblast obrazu"
|
msgstr "Oblast obrazu"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Poháněno společností pretix"
|
msgstr "Poháněno společností pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objekt"
|
msgstr "Objekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Design vstupenky"
|
msgstr "Design vstupenky"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Uložení se nepodařilo."
|
msgstr "Uložení se nepodařilo."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Při nahrávání souboru PDF došlo k problému, zkuste to prosím znovu."
|
msgstr "Při nahrávání souboru PDF došlo k problému, zkuste to prosím znovu."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Opravdu chcete opustit editor bez uložení změn?"
|
msgstr "Opravdu chcete opustit editor bez uložení změn?"
|
||||||
|
|
||||||
@@ -644,20 +644,20 @@ msgstr "Dostanete %(currency)s %(amount)s zpět"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Zadejte částku, kterou si organizátor může ponechat."
|
msgstr "Zadejte částku, kterou si organizátor může ponechat."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Zadejte prosím množství pro jeden z typů vstupenek."
|
msgstr "Zadejte prosím množství pro jeden z typů vstupenek."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "povinný"
|
msgstr "povinný"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Časové pásmo:"
|
msgstr "Časové pásmo:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Místní čas:"
|
msgstr "Místní čas:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-04-01 13:36+0000\n"
|
"PO-Revision-Date: 2022-04-01 13:36+0000\n"
|
||||||
"Last-Translator: Anna-itk <abc@aarhus.dk>\n"
|
"Last-Translator: Anna-itk <abc@aarhus.dk>\n"
|
||||||
"Language-Team: Danish <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: Danish <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -28,109 +28,109 @@ msgstr "Markeret som betalt"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Kommentar:"
|
msgstr "Kommentar:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Ja"
|
msgstr "Ja"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "widget"
|
#| msgctxt "widget"
|
||||||
@@ -138,13 +138,13 @@ msgstr ""
|
|||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Fortsæt"
|
msgstr "Fortsæt"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Bekræfter din betaling …"
|
msgstr "Bekræfter din betaling …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,7 +322,7 @@ msgid "close"
|
|||||||
msgstr "Luk"
|
msgstr "Luk"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -335,7 +335,7 @@ msgstr ""
|
|||||||
"der gå op til et par minutter."
|
"der gå op til et par minutter."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -346,7 +346,7 @@ msgstr ""
|
|||||||
"der gå op til et par minutter."
|
"der gå op til et par minutter."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -355,14 +355,14 @@ msgstr ""
|
|||||||
"Din forespørgsel er under behandling. Hvis der går mere end to minutter, så "
|
"Din forespørgsel er under behandling. Hvis der går mere end to minutter, så "
|
||||||
"kontakt os eller gå tilbage og prøv igen."
|
"kontakt os eller gå tilbage og prøv igen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Der er sket en fejl ({code})."
|
msgstr "Der er sket en fejl ({code})."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -370,14 +370,14 @@ msgstr ""
|
|||||||
"Vi kan ikke komme i kontakt med serveren, men prøver igen. Seneste fejlkode: "
|
"Vi kan ikke komme i kontakt med serveren, men prøver igen. Seneste fejlkode: "
|
||||||
"{code}"
|
"{code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "The request took to long. Please try again."
|
#| msgid "The request took to long. Please try again."
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Forespørgselen tog for lang tid. Prøv venligst igen."
|
msgstr "Forespørgselen tog for lang tid. Prøv venligst igen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -385,11 +385,11 @@ msgstr ""
|
|||||||
"Vi kan ikke komme i kontakt med serveren. Prøv venligst igen. Fejlkode: "
|
"Vi kan ikke komme i kontakt med serveren. Prøv venligst igen. Fejlkode: "
|
||||||
"{code}"
|
"{code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Vi behandler din bestilling …"
|
msgstr "Vi behandler din bestilling …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -398,7 +398,7 @@ msgstr ""
|
|||||||
"Din forespørgsel bliver sendt til serveren. Hvis det tager mere end et "
|
"Din forespørgsel bliver sendt til serveren. Hvis det tager mere end et "
|
||||||
"minut, så tjek din internetforbindelse, genindlæs siden og prøv igen."
|
"minut, så tjek din internetforbindelse, genindlæs siden og prøv igen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Luk besked"
|
msgstr "Luk besked"
|
||||||
@@ -507,50 +507,50 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Check-in QR"
|
msgstr "Check-in QR"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "Baggrunds-pdf'en kunne ikke hentes af følgende grund:"
|
msgstr "Baggrunds-pdf'en kunne ikke hentes af følgende grund:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Gruppe af objekter"
|
msgstr "Gruppe af objekter"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Tekstobjekt"
|
msgstr "Tekstobjekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "QR-kode-område"
|
msgstr "QR-kode-område"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Barcode area"
|
#| msgid "Barcode area"
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "QR-kode-område"
|
msgstr "QR-kode-område"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Drevet af pretix"
|
msgstr "Drevet af pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objekt"
|
msgstr "Objekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Billetdesign"
|
msgstr "Billetdesign"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Gem fejlede."
|
msgstr "Gem fejlede."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Fejl under upload af pdf. Prøv venligt igen."
|
msgstr "Fejl under upload af pdf. Prøv venligt igen."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Er du sikker på at du vil forlade editoren uden at gemme dine ændringer?"
|
"Er du sikker på at du vil forlade editoren uden at gemme dine ændringer?"
|
||||||
@@ -679,22 +679,22 @@ msgstr "fra %(currency)s %(price)s"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "Kurv udløbet"
|
msgstr "Kurv udløbet"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Tidszone:"
|
msgstr "Tidszone:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Din lokaltid:"
|
msgstr "Din lokaltid:"
|
||||||
|
|
||||||
@@ -1018,8 +1018,8 @@ msgstr "December"
|
|||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
||||||
#~ "ticketing powered by pretix</a>"
|
#~ "ticketing powered by pretix</a>"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener"
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" "
|
||||||
#~ "\">billetsystem drevet af pretix</a>"
|
#~ "rel=\"noopener\">billetsystem drevet af pretix</a>"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Your request has been queued on the server and will now be processed. If "
|
#~ "Your request has been queued on the server and will now be processed. If "
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-04-28 18:04+0000\n"
|
"PO-Revision-Date: 2022-04-28 18:04+0000\n"
|
||||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language-Team: German <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: German <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -29,118 +29,118 @@ msgstr "Als bezahlt markiert"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Kommentar:"
|
msgstr "Kommentar:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr "PayPal"
|
msgstr "PayPal"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr "Venmo"
|
msgstr "Venmo"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr "Apple Pay"
|
msgstr "Apple Pay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr "Itaú"
|
msgstr "Itaú"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr "PayPal Kredit"
|
msgstr "PayPal Kredit"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr "Kreditkarte"
|
msgstr "Kreditkarte"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr "PayPal Später Zahlen"
|
msgstr "PayPal Später Zahlen"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr "iDEAL"
|
msgstr "iDEAL"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr "SEPA-Lastschrift"
|
msgstr "SEPA-Lastschrift"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr "Bancontact"
|
msgstr "Bancontact"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr "giropay"
|
msgstr "giropay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr "SOFORT"
|
msgstr "SOFORT"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "eps"
|
msgstr "eps"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr "MyBank"
|
msgstr "MyBank"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr "Przelewy24"
|
msgstr "Przelewy24"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr "Verkkopankki"
|
msgstr "Verkkopankki"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr "PayU"
|
msgstr "PayU"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr "BLIK"
|
msgstr "BLIK"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr "Trustly"
|
msgstr "Trustly"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr "Zimpler"
|
msgstr "Zimpler"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr "Maxima"
|
msgstr "Maxima"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr "OXXO"
|
msgstr "OXXO"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr "Boleto"
|
msgstr "Boleto"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr "WeChat Pay"
|
msgstr "WeChat Pay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr "Mercado Pago"
|
msgstr "Mercado Pago"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Fortfahren"
|
msgstr "Fortfahren"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Zahlung wird bestätigt …"
|
msgstr "Zahlung wird bestätigt …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr "Zahlungsmethode nicht verfügbar"
|
msgstr "Zahlungsmethode nicht verfügbar"
|
||||||
|
|
||||||
@@ -305,7 +305,7 @@ msgid "close"
|
|||||||
msgstr "schließen"
|
msgstr "schließen"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -314,14 +314,14 @@ msgstr ""
|
|||||||
"einige Minuten dauern."
|
"einige Minuten dauern."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ihre Anfrage befindet sich beim Server in der Warteschlange und wird bald "
|
"Ihre Anfrage befindet sich beim Server in der Warteschlange und wird bald "
|
||||||
"verarbeitet."
|
"verarbeitet."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -332,14 +332,14 @@ msgstr ""
|
|||||||
"bitte oder gehen Sie in Ihrem Browser einen Schritt zurück und versuchen es "
|
"bitte oder gehen Sie in Ihrem Browser einen Schritt zurück und versuchen es "
|
||||||
"erneut."
|
"erneut."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Ein Fehler ist aufgetreten. Fehlercode: {code}"
|
msgstr "Ein Fehler ist aufgetreten. Fehlercode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -347,12 +347,12 @@ msgstr ""
|
|||||||
"Wir können den Server aktuell nicht erreichen, versuchen es aber weiter. "
|
"Wir können den Server aktuell nicht erreichen, versuchen es aber weiter. "
|
||||||
"Letzter Fehlercode: {code}"
|
"Letzter Fehlercode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Diese Anfrage hat zu lange gedauert. Bitte erneut versuchen."
|
msgstr "Diese Anfrage hat zu lange gedauert. Bitte erneut versuchen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -360,11 +360,11 @@ msgstr ""
|
|||||||
"Wir können den Server aktuell nicht erreichen. Bitte versuchen Sie es noch "
|
"Wir können den Server aktuell nicht erreichen. Bitte versuchen Sie es noch "
|
||||||
"einmal. Fehlercode: {code}"
|
"einmal. Fehlercode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Wir verarbeiten Ihre Anfrage …"
|
msgstr "Wir verarbeiten Ihre Anfrage …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -374,7 +374,7 @@ msgstr ""
|
|||||||
"dauert, prüfen Sie bitte Ihre Internetverbindung. Danach können Sie diese "
|
"dauert, prüfen Sie bitte Ihre Internetverbindung. Danach können Sie diese "
|
||||||
"Seite neu laden und es erneut versuchen."
|
"Seite neu laden und es erneut versuchen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Schließen"
|
msgstr "Schließen"
|
||||||
@@ -480,49 +480,49 @@ msgstr "Minuten"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Check-in-QR-Code"
|
msgstr "Check-in-QR-Code"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "Die Hintergrund-PDF-Datei konnte nicht geladen werden:"
|
msgstr "Die Hintergrund-PDF-Datei konnte nicht geladen werden:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Gruppe von Objekten"
|
msgstr "Gruppe von Objekten"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Text-Objekt"
|
msgstr "Text-Objekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "QR-Code-Bereich"
|
msgstr "QR-Code-Bereich"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Bildbereich"
|
msgstr "Bildbereich"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Event-Ticketshop von pretix"
|
msgstr "Event-Ticketshop von pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objekt"
|
msgstr "Objekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Ticket-Design"
|
msgstr "Ticket-Design"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Speichern fehlgeschlagen."
|
msgstr "Speichern fehlgeschlagen."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Es gab ein Problem beim Hochladen der PDF-Datei, bitte erneut versuchen."
|
"Es gab ein Problem beim Hochladen der PDF-Datei, bitte erneut versuchen."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Möchten Sie den Editor wirklich schließen ohne Ihre Änderungen zu speichern?"
|
"Möchten Sie den Editor wirklich schließen ohne Ihre Änderungen zu speichern?"
|
||||||
@@ -646,20 +646,20 @@ msgstr "Sie erhalten %(currency)s %(amount)s zurück"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Bitte geben Sie den Betrag ein, den der Veranstalter einbehalten darf."
|
msgstr "Bitte geben Sie den Betrag ein, den der Veranstalter einbehalten darf."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Bitte tragen Sie eine Menge für eines der Produkte ein."
|
msgstr "Bitte tragen Sie eine Menge für eines der Produkte ein."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "verpflichtend"
|
msgstr "verpflichtend"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Zeitzone:"
|
msgstr "Zeitzone:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Deine lokale Zeit:"
|
msgstr "Deine lokale Zeit:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-04-28 18:04+0000\n"
|
"PO-Revision-Date: 2022-04-28 18:04+0000\n"
|
||||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language-Team: German (informal) <https://translate.pretix.eu/projects/"
|
"Language-Team: German (informal) <https://translate.pretix.eu/projects/"
|
||||||
@@ -29,118 +29,118 @@ msgstr "Als bezahlt markiert"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Kommentar:"
|
msgstr "Kommentar:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr "PayPal"
|
msgstr "PayPal"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr "Venmo"
|
msgstr "Venmo"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr "Apple Pay"
|
msgstr "Apple Pay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr "Itaú"
|
msgstr "Itaú"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr "PayPal Kredit"
|
msgstr "PayPal Kredit"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr "Kreditkarte"
|
msgstr "Kreditkarte"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr "PayPal Später Zahlen"
|
msgstr "PayPal Später Zahlen"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr "iDEAL"
|
msgstr "iDEAL"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr "SEPA-Lastschrift"
|
msgstr "SEPA-Lastschrift"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr "Bancontact"
|
msgstr "Bancontact"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr "giropay"
|
msgstr "giropay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr "SOFORT"
|
msgstr "SOFORT"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "eps"
|
msgstr "eps"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr "MyBank"
|
msgstr "MyBank"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr "Przelewy24"
|
msgstr "Przelewy24"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr "Verkkopankki"
|
msgstr "Verkkopankki"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr "PayU"
|
msgstr "PayU"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr "BLIK"
|
msgstr "BLIK"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr "Trustly"
|
msgstr "Trustly"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr "Zimpler"
|
msgstr "Zimpler"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr "Maxima"
|
msgstr "Maxima"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr "OXXO"
|
msgstr "OXXO"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr "Boleto"
|
msgstr "Boleto"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr "WeChat Pay"
|
msgstr "WeChat Pay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr "Mercado Pago"
|
msgstr "Mercado Pago"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Fortfahren"
|
msgstr "Fortfahren"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Zahlung wird bestätigt …"
|
msgstr "Zahlung wird bestätigt …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr "Zahlungsmethode nicht verfügbar"
|
msgstr "Zahlungsmethode nicht verfügbar"
|
||||||
|
|
||||||
@@ -305,7 +305,7 @@ msgid "close"
|
|||||||
msgstr "schließen"
|
msgstr "schließen"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -314,14 +314,14 @@ msgstr ""
|
|||||||
"dies einige Minuten dauern."
|
"dies einige Minuten dauern."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deine Anfrage befindet sich beim Server in der Warteschlange und wird bald "
|
"Deine Anfrage befindet sich beim Server in der Warteschlange und wird bald "
|
||||||
"verarbeitet."
|
"verarbeitet."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -331,14 +331,14 @@ msgstr ""
|
|||||||
"verarbeitet. Wenn dies länger als zwei Minuten dauert, kontaktiere uns bitte "
|
"verarbeitet. Wenn dies länger als zwei Minuten dauert, kontaktiere uns bitte "
|
||||||
"oder gehe in deinem Browser einen Schritt zurück und versuche es erneut."
|
"oder gehe in deinem Browser einen Schritt zurück und versuche es erneut."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Ein Fehler vom Typ {code} ist aufgetreten."
|
msgstr "Ein Fehler vom Typ {code} ist aufgetreten."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -346,12 +346,12 @@ msgstr ""
|
|||||||
"Wir können den Server aktuell nicht erreichen, versuchen es aber weiter. "
|
"Wir können den Server aktuell nicht erreichen, versuchen es aber weiter. "
|
||||||
"Letzter Fehlercode: {code}"
|
"Letzter Fehlercode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Diese Anfrage hat zu lange gedauert. Bitte erneut versuchen."
|
msgstr "Diese Anfrage hat zu lange gedauert. Bitte erneut versuchen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -359,11 +359,11 @@ msgstr ""
|
|||||||
"Wir können den Server aktuell nicht erreichen. Bitte versuche es noch "
|
"Wir können den Server aktuell nicht erreichen. Bitte versuche es noch "
|
||||||
"einmal. Fehlercode: {code}"
|
"einmal. Fehlercode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Wir verarbeiten deine Anfrage …"
|
msgstr "Wir verarbeiten deine Anfrage …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -373,7 +373,7 @@ msgstr ""
|
|||||||
"dauert, prüfe bitte deine Internetverbindung. Danach kannst du diese Seite "
|
"dauert, prüfe bitte deine Internetverbindung. Danach kannst du diese Seite "
|
||||||
"neu laden und es erneut versuchen."
|
"neu laden und es erneut versuchen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Schließen"
|
msgstr "Schließen"
|
||||||
@@ -479,49 +479,49 @@ msgstr "Minuten"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Check-in-QR-Code"
|
msgstr "Check-in-QR-Code"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "Die Hintergrund-PDF-Datei konnte nicht geladen werden:"
|
msgstr "Die Hintergrund-PDF-Datei konnte nicht geladen werden:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Gruppe von Objekten"
|
msgstr "Gruppe von Objekten"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Text-Objekt"
|
msgstr "Text-Objekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "QR-Code-Bereich"
|
msgstr "QR-Code-Bereich"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Bildbereich"
|
msgstr "Bildbereich"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Event-Ticketshop von pretix"
|
msgstr "Event-Ticketshop von pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objekt"
|
msgstr "Objekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Ticket-Design"
|
msgstr "Ticket-Design"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Speichern fehlgeschlagen."
|
msgstr "Speichern fehlgeschlagen."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Es gab ein Problem beim Hochladen der PDF-Datei, bitte erneut versuchen."
|
"Es gab ein Problem beim Hochladen der PDF-Datei, bitte erneut versuchen."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Möchtest du den Editor wirklich schließen ohne Ihre Änderungen zu speichern?"
|
"Möchtest du den Editor wirklich schließen ohne Ihre Änderungen zu speichern?"
|
||||||
@@ -645,20 +645,20 @@ msgstr "Du erhältst %(currency)s %(amount)s zurück"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Bitte gib den Betrag ein, den der Veranstalter einbehalten darf."
|
msgstr "Bitte gib den Betrag ein, den der Veranstalter einbehalten darf."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Bitte trage eine Menge für eines der Produkte ein."
|
msgstr "Bitte trage eine Menge für eines der Produkte ein."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "verpflichtend"
|
msgstr "verpflichtend"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Zeitzone:"
|
msgstr "Zeitzone:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Deine lokale Zeit:"
|
msgstr "Deine lokale Zeit:"
|
||||||
|
|
||||||
|
|||||||
+1008
-887
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -28,118 +28,118 @@ msgstr ""
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -304,61 +304,61 @@ msgid "close"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
"browser and try again."
|
"browser and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
"page and try again."
|
"page and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -464,48 +464,48 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -619,20 +619,20 @@ msgstr ""
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
+1252
-1052
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2019-10-03 19:00+0000\n"
|
"PO-Revision-Date: 2019-10-03 19:00+0000\n"
|
||||||
"Last-Translator: Chris Spy <chrispiropoulou@hotmail.com>\n"
|
"Last-Translator: Chris Spy <chrispiropoulou@hotmail.com>\n"
|
||||||
"Language-Team: Greek <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: Greek <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -29,109 +29,109 @@ msgstr "Επισήμανση ως πληρωμένο"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Σχόλιο:"
|
msgstr "Σχόλιο:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Ναι"
|
msgstr "Ναι"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "widget"
|
#| msgctxt "widget"
|
||||||
@@ -139,13 +139,13 @@ msgstr ""
|
|||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Συνέχεια"
|
msgstr "Συνέχεια"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -325,7 +325,7 @@ msgid "close"
|
|||||||
msgstr "Κλείσιμο"
|
msgstr "Κλείσιμο"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -339,7 +339,7 @@ msgstr ""
|
|||||||
"διαρκέσει μερικά λεπτά."
|
"διαρκέσει μερικά λεπτά."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -351,7 +351,7 @@ msgstr ""
|
|||||||
"διαρκέσει μερικά λεπτά."
|
"διαρκέσει μερικά λεπτά."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -361,14 +361,14 @@ msgstr ""
|
|||||||
"του. Αν αυτό διαρκεί περισσότερο από δύο λεπτά, επικοινωνήστε μαζί μας ή "
|
"του. Αν αυτό διαρκεί περισσότερο από δύο λεπτά, επικοινωνήστε μαζί μας ή "
|
||||||
"επιστρέψτε στο πρόγραμμα περιήγησής σας και δοκιμάστε ξανά."
|
"επιστρέψτε στο πρόγραμμα περιήγησής σας και δοκιμάστε ξανά."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Παρουσιάστηκε σφάλμα τύπου {code}."
|
msgstr "Παρουσιάστηκε σφάλμα τύπου {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -376,14 +376,14 @@ msgstr ""
|
|||||||
"Αυτήν τη στιγμή δεν μπορούμε να φτάσουμε στο διακομιστή, αλλά συνεχίζουμε να "
|
"Αυτήν τη στιγμή δεν μπορούμε να φτάσουμε στο διακομιστή, αλλά συνεχίζουμε να "
|
||||||
"προσπαθούμε. Τελευταίος κωδικός σφάλματος: {code}"
|
"προσπαθούμε. Τελευταίος κωδικός σφάλματος: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "The request took to long. Please try again."
|
#| msgid "The request took to long. Please try again."
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Το αίτημα διήρκησε πολύ. Παρακαλώ προσπαθήστε ξανά."
|
msgstr "Το αίτημα διήρκησε πολύ. Παρακαλώ προσπαθήστε ξανά."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -391,11 +391,11 @@ msgstr ""
|
|||||||
"Αυτήν τη στιγμή δεν μπορούμε να συνδεθούμε με το διακομιστή. Παρακαλώ "
|
"Αυτήν τη στιγμή δεν μπορούμε να συνδεθούμε με το διακομιστή. Παρακαλώ "
|
||||||
"προσπαθήστε ξανά. Κωδικός σφάλματος: {code}"
|
"προσπαθήστε ξανά. Κωδικός σφάλματος: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Επεξεργαζόμαστε το αίτημά σας …"
|
msgstr "Επεξεργαζόμαστε το αίτημά σας …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -405,7 +405,7 @@ msgstr ""
|
|||||||
"περισσότερο από ένα λεπτό, ελέγξτε τη σύνδεσή σας στο διαδίκτυο και στη "
|
"περισσότερο από ένα λεπτό, ελέγξτε τη σύνδεσή σας στο διαδίκτυο και στη "
|
||||||
"συνέχεια επαναλάβετε τη φόρτωση αυτής της σελίδας και δοκιμάστε ξανά."
|
"συνέχεια επαναλάβετε τη φόρτωση αυτής της σελίδας και δοκιμάστε ξανά."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Κλείσιμο μηνύματος"
|
msgstr "Κλείσιμο μηνύματος"
|
||||||
@@ -514,51 +514,51 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Έλεγχος QR"
|
msgstr "Έλεγχος QR"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Το αρχείο φόντου PDF δεν ήταν δυνατό να φορτωθεί για τον ακόλουθο λόγο:"
|
"Το αρχείο φόντου PDF δεν ήταν δυνατό να φορτωθεί για τον ακόλουθο λόγο:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Ομάδα αντικειμένων"
|
msgstr "Ομάδα αντικειμένων"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Αντικείμενο κειμένου"
|
msgstr "Αντικείμενο κειμένου"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Περιοχή Barcode"
|
msgstr "Περιοχή Barcode"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Barcode area"
|
#| msgid "Barcode area"
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Περιοχή Barcode"
|
msgstr "Περιοχή Barcode"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Υποστηρίζεται από το Pretix"
|
msgstr "Υποστηρίζεται από το Pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Αντικείμενο"
|
msgstr "Αντικείμενο"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Σχεδιασμός εισιτηρίων"
|
msgstr "Σχεδιασμός εισιτηρίων"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Η αποθήκευση απέτυχε."
|
msgstr "Η αποθήκευση απέτυχε."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Σφάλμα κατά τη μεταφόρτωση του αρχείου PDF, δοκιμάστε ξανά."
|
msgstr "Σφάλμα κατά τη μεταφόρτωση του αρχείου PDF, δοκιμάστε ξανά."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Θέλετε πραγματικά να αφήσετε τον επεξεργαστή χωρίς να αποθηκεύσετε τις "
|
"Θέλετε πραγματικά να αφήσετε τον επεξεργαστή χωρίς να αποθηκεύσετε τις "
|
||||||
@@ -691,22 +691,22 @@ msgstr "απο %(currency)s %(price)s"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Εισαγάγετε μια ποσότητα για έναν από τους τύπους εισιτηρίων."
|
msgstr "Εισαγάγετε μια ποσότητα για έναν από τους τύπους εισιτηρίων."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "Το καλάθι έληξε"
|
msgstr "Το καλάθι έληξε"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1028,5 +1028,5 @@ msgstr "Δεκέμβριος"
|
|||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
||||||
#~ "ticketing powered by pretix</a>"
|
#~ "ticketing powered by pretix</a>"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener"
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" "
|
||||||
#~ "\">εισιτήρια εκδηλώσεων powered by pretix</a>"
|
#~ "rel=\"noopener\">εισιτήρια εκδηλώσεων powered by pretix</a>"
|
||||||
|
|||||||
+1271
-1086
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2021-11-25 21:00+0000\n"
|
"PO-Revision-Date: 2021-11-25 21:00+0000\n"
|
||||||
"Last-Translator: Ismael Menéndez Fernández <ismael.menendez@balidea.com>\n"
|
"Last-Translator: Ismael Menéndez Fernández <ismael.menendez@balidea.com>\n"
|
||||||
"Language-Team: Spanish <https://translate.pretix.eu/projects/pretix/pretix-"
|
"Language-Team: Spanish <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
@@ -29,120 +29,120 @@ msgstr "Marcado como pagado"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Comentario:"
|
msgstr "Comentario:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Sí"
|
msgstr "Sí"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Continuar"
|
msgstr "Continuar"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Confirmando el pago…"
|
msgstr "Confirmando el pago…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -307,7 +307,7 @@ msgid "close"
|
|||||||
msgstr "Cerrar"
|
msgstr "Cerrar"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -316,12 +316,12 @@ msgstr ""
|
|||||||
"dependiendo del tamaño de su evento."
|
"dependiendo del tamaño de su evento."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "Su solicitud ha sido enviada al servidor y será procesada en breve."
|
msgstr "Su solicitud ha sido enviada al servidor y será procesada en breve."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -331,14 +331,14 @@ msgstr ""
|
|||||||
"Si toma más de dos minutos, por favor contáctenos o regrese a la página "
|
"Si toma más de dos minutos, por favor contáctenos o regrese a la página "
|
||||||
"anterior en su navegador e intente de nuevo."
|
"anterior en su navegador e intente de nuevo."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Ha ocurrido un error de tipo {code}."
|
msgstr "Ha ocurrido un error de tipo {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -346,12 +346,12 @@ msgstr ""
|
|||||||
"Ahora mismo no podemos contactar con el servidor, pero lo seguimos "
|
"Ahora mismo no podemos contactar con el servidor, pero lo seguimos "
|
||||||
"intentando. El último código de error fue: {code}"
|
"intentando. El último código de error fue: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "La solicitud ha tomado demasiado tiempo. Por favor, intente de nuevo."
|
msgstr "La solicitud ha tomado demasiado tiempo. Por favor, intente de nuevo."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -359,11 +359,11 @@ msgstr ""
|
|||||||
"Ahora mismo no podemos contactar con el servidor. Por favor, intente de "
|
"Ahora mismo no podemos contactar con el servidor. Por favor, intente de "
|
||||||
"nuevo. Código de error: {code}"
|
"nuevo. Código de error: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Estamos procesando su solicitud…"
|
msgstr "Estamos procesando su solicitud…"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -373,7 +373,7 @@ msgstr ""
|
|||||||
"minuto, por favor, revise su conexión a Internet, recargue la página e "
|
"minuto, por favor, revise su conexión a Internet, recargue la página e "
|
||||||
"intente nuevamente."
|
"intente nuevamente."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Cerrar mensaje"
|
msgstr "Cerrar mensaje"
|
||||||
@@ -479,51 +479,51 @@ msgstr "minutos"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "QR de Chequeo"
|
msgstr "QR de Chequeo"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"El archivo PDF de fondo no ha podido ser cargado debido al siguiente motivo:"
|
"El archivo PDF de fondo no ha podido ser cargado debido al siguiente motivo:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Grupo de objetos"
|
msgstr "Grupo de objetos"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Objeto de texto"
|
msgstr "Objeto de texto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Área para código de barras"
|
msgstr "Área para código de barras"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Área de imagen"
|
msgstr "Área de imagen"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Proveído por pretix"
|
msgstr "Proveído por pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objeto"
|
msgstr "Objeto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Diseño del ticket"
|
msgstr "Diseño del ticket"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "El guardado falló."
|
msgstr "El guardado falló."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ha habido un error mientras se cargaba el archivo PDF, por favor, intente de "
|
"Ha habido un error mientras se cargaba el archivo PDF, por favor, intente de "
|
||||||
"nuevo."
|
"nuevo."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "¿Realmente desea salir del editor sin haber guardado sus cambios?"
|
msgstr "¿Realmente desea salir del editor sin haber guardado sus cambios?"
|
||||||
|
|
||||||
@@ -645,20 +645,20 @@ msgstr "Obtienes %(currency)s %(price)s de vuelta"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Por favor, ingrese el monto que el organizador puede quedarse."
|
msgstr "Por favor, ingrese el monto que el organizador puede quedarse."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Por favor, introduzca un valor para cada tipo de entrada."
|
msgstr "Por favor, introduzca un valor para cada tipo de entrada."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "campo requerido"
|
msgstr "campo requerido"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Zona horaria:"
|
msgstr "Zona horaria:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Su hora local:"
|
msgstr "Su hora local:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2021-11-10 05:00+0000\n"
|
"PO-Revision-Date: 2021-11-10 05:00+0000\n"
|
||||||
"Last-Translator: Jaakko Rinta-Filppula <jaakko@r-f.fi>\n"
|
"Last-Translator: Jaakko Rinta-Filppula <jaakko@r-f.fi>\n"
|
||||||
"Language-Team: Finnish <https://translate.pretix.eu/projects/pretix/pretix-"
|
"Language-Team: Finnish <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
@@ -29,109 +29,109 @@ msgstr "Merkitty maksetuksi"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Kommentti:"
|
msgstr "Kommentti:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Kyllä"
|
msgstr "Kyllä"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "widget"
|
#| msgctxt "widget"
|
||||||
@@ -139,13 +139,13 @@ msgstr ""
|
|||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Jatka"
|
msgstr "Jatka"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Maksuasi vahvistetaan …"
|
msgstr "Maksuasi vahvistetaan …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -319,44 +319,44 @@ msgid "close"
|
|||||||
msgstr "Sulje"
|
msgstr "Sulje"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
"browser and try again."
|
"browser and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Tapahtui virhe. Virhekoodi: {code}."
|
msgstr "Tapahtui virhe. Virhekoodi: {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Pyyntö aikakatkaistiin. Ole hyvä ja yritä uudelleen."
|
msgstr "Pyyntö aikakatkaistiin. Ole hyvä ja yritä uudelleen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -364,18 +364,18 @@ msgstr ""
|
|||||||
"Palvelimeen ei juuri nyt saatu yhteyttä. Ole hyvä ja yritä uudelleen. "
|
"Palvelimeen ei juuri nyt saatu yhteyttä. Ole hyvä ja yritä uudelleen. "
|
||||||
"Virhekoodi: {code}"
|
"Virhekoodi: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Pyyntöäsi käsitellään …"
|
msgstr "Pyyntöäsi käsitellään …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
"page and try again."
|
"page and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Sulje viesti"
|
msgstr "Sulje viesti"
|
||||||
@@ -483,50 +483,50 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Tekstiobjekti"
|
msgstr "Tekstiobjekti"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Viivakoodialue"
|
msgstr "Viivakoodialue"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Barcode area"
|
#| msgid "Barcode area"
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Viivakoodialue"
|
msgstr "Viivakoodialue"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Tallennus epäonnistui."
|
msgstr "Tallennus epäonnistui."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -644,22 +644,22 @@ msgstr ""
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "Ostoskori on vanhentunut"
|
msgstr "Ostoskori on vanhentunut"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Aikavyöhyke:"
|
msgstr "Aikavyöhyke:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
+1268
-1100
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: French\n"
|
"Project-Id-Version: French\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-04-07 10:40+0000\n"
|
"PO-Revision-Date: 2022-04-07 10:40+0000\n"
|
||||||
"Last-Translator: Eva-Maria Obermann <obermann@rami.io>\n"
|
"Last-Translator: Eva-Maria Obermann <obermann@rami.io>\n"
|
||||||
"Language-Team: French <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: French <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -28,109 +28,109 @@ msgstr "Marqué comme payé"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Commentaire :"
|
msgstr "Commentaire :"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Oui"
|
msgstr "Oui"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "widget"
|
#| msgctxt "widget"
|
||||||
@@ -138,13 +138,13 @@ msgstr ""
|
|||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Continuer"
|
msgstr "Continuer"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Confirmation de votre paiment…"
|
msgstr "Confirmation de votre paiment…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,7 +322,7 @@ msgid "close"
|
|||||||
msgstr "Fermer"
|
msgstr "Fermer"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -335,7 +335,7 @@ msgstr ""
|
|||||||
"taille de votre événement, cela peut prendre jusqu' à quelques minutes."
|
"taille de votre événement, cela peut prendre jusqu' à quelques minutes."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -346,7 +346,7 @@ msgstr ""
|
|||||||
"taille de votre événement, cela peut prendre jusqu' à quelques minutes."
|
"taille de votre événement, cela peut prendre jusqu' à quelques minutes."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -356,14 +356,14 @@ msgstr ""
|
|||||||
"prend plus de deux minutes, veuillez nous contacter ou retourner dans votre "
|
"prend plus de deux minutes, veuillez nous contacter ou retourner dans votre "
|
||||||
"navigateur et réessayer."
|
"navigateur et réessayer."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Une erreur de type {code} s'est produite."
|
msgstr "Une erreur de type {code} s'est produite."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -371,12 +371,12 @@ msgstr ""
|
|||||||
"Nous ne pouvons actuellement pas atteindre le serveur, mais nous continuons "
|
"Nous ne pouvons actuellement pas atteindre le serveur, mais nous continuons "
|
||||||
"d'essayer. Dernier code d'erreur: {code}"
|
"d'essayer. Dernier code d'erreur: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "La requête a prit trop de temps. Veuillez réessayer."
|
msgstr "La requête a prit trop de temps. Veuillez réessayer."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -384,11 +384,11 @@ msgstr ""
|
|||||||
"Actuellement, nous ne pouvons pas atteindre le serveur. Veuillez réessayer. "
|
"Actuellement, nous ne pouvons pas atteindre le serveur. Veuillez réessayer. "
|
||||||
"Code d'erreur: {code}"
|
"Code d'erreur: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Nous traitons votre demande …"
|
msgstr "Nous traitons votre demande …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -398,7 +398,7 @@ msgstr ""
|
|||||||
"d'une minute, veuillez vérifier votre connexion Internet, puis recharger "
|
"d'une minute, veuillez vérifier votre connexion Internet, puis recharger "
|
||||||
"cette page et réessayer."
|
"cette page et réessayer."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Fermer le message"
|
msgstr "Fermer le message"
|
||||||
@@ -507,53 +507,53 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Enregistrement QR code"
|
msgstr "Enregistrement QR code"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Le fichier PDF généré en arrière-plan n'a pas pu être chargé pour la raison "
|
"Le fichier PDF généré en arrière-plan n'a pas pu être chargé pour la raison "
|
||||||
"suivante :"
|
"suivante :"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Groupe d'objets"
|
msgstr "Groupe d'objets"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Objet texte"
|
msgstr "Objet texte"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Zone de code-barres"
|
msgstr "Zone de code-barres"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Barcode area"
|
#| msgid "Barcode area"
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Zone de code-barres"
|
msgstr "Zone de code-barres"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Propulsé par pretix"
|
msgstr "Propulsé par pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objet"
|
msgstr "Objet"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Conception des billets"
|
msgstr "Conception des billets"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "L'enregistrement a échoué."
|
msgstr "L'enregistrement a échoué."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Erreur lors du téléchargement de votre fichier PDF, veuillez réessayer."
|
"Erreur lors du téléchargement de votre fichier PDF, veuillez réessayer."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Voulez-vous vraiment quitter l'éditeur sans sauvegarder vos modifications ?"
|
"Voulez-vous vraiment quitter l'éditeur sans sauvegarder vos modifications ?"
|
||||||
@@ -679,22 +679,22 @@ msgstr "de %(currency)s %(price)s"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "SVP entrez une quantité pour un de vos types de billets."
|
msgstr "SVP entrez une quantité pour un de vos types de billets."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "Panier expiré"
|
msgstr "Panier expiré"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1015,8 +1015,8 @@ msgstr "Décembre"
|
|||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
||||||
#~ "ticketing powered by pretix</a>"
|
#~ "ticketing powered by pretix</a>"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener"
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" "
|
||||||
#~ "\">Billetterie en ligne propulsée par Pretix</a>"
|
#~ "rel=\"noopener\">Billetterie en ligne propulsée par Pretix</a>"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Your request has been queued on the server and will now be processed. If "
|
#~ "Your request has been queued on the server and will now be processed. If "
|
||||||
|
|||||||
+1246
-1081
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-02-22 22:00+0000\n"
|
"PO-Revision-Date: 2022-02-22 22:00+0000\n"
|
||||||
"Last-Translator: Ismael Menéndez Fernández <ismael.menendez@balidea.com>\n"
|
"Last-Translator: Ismael Menéndez Fernández <ismael.menendez@balidea.com>\n"
|
||||||
"Language-Team: Galician <https://translate.pretix.eu/projects/pretix/pretix-"
|
"Language-Team: Galician <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
@@ -29,120 +29,120 @@ msgstr "Marcado como pagado"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Comentario:"
|
msgstr "Comentario:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Si"
|
msgstr "Si"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Continuar"
|
msgstr "Continuar"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Confirmando o pagamento…"
|
msgstr "Confirmando o pagamento…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -307,7 +307,7 @@ msgid "close"
|
|||||||
msgstr "cerrar"
|
msgstr "cerrar"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -316,12 +316,12 @@ msgstr ""
|
|||||||
"dependendo do tamaño do seu evento."
|
"dependendo do tamaño do seu evento."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "A súa solicitude foi enviada ao servidor e será procesada en breve."
|
msgstr "A súa solicitude foi enviada ao servidor e será procesada en breve."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -331,14 +331,14 @@ msgstr ""
|
|||||||
"procesada. Se tarda máis de dous minutos, por favor, contacte con nós ou "
|
"procesada. Se tarda máis de dous minutos, por favor, contacte con nós ou "
|
||||||
"volva á páxina anterior no seu navegador e inténteo de novo."
|
"volva á páxina anterior no seu navegador e inténteo de novo."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Ocurreu un error de tipo {code}."
|
msgstr "Ocurreu un error de tipo {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -346,12 +346,12 @@ msgstr ""
|
|||||||
"Agora mesmo non podemos contactar co servidor, pero seguímolo intentando. O "
|
"Agora mesmo non podemos contactar co servidor, pero seguímolo intentando. O "
|
||||||
"último código de erro foi: {code}"
|
"último código de erro foi: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "A petición levou demasiado tempo. Inténteo de novo."
|
msgstr "A petición levou demasiado tempo. Inténteo de novo."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -359,11 +359,11 @@ msgstr ""
|
|||||||
"Agora mesmo non podemos contactar co servidor. Por favor, inténteo de novo. "
|
"Agora mesmo non podemos contactar co servidor. Por favor, inténteo de novo. "
|
||||||
"Código de erro: {code}"
|
"Código de erro: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Estamos procesando a súa solicitude…"
|
msgstr "Estamos procesando a súa solicitude…"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -373,7 +373,7 @@ msgstr ""
|
|||||||
"dun minuto, por favor, revise a súa conexión a Internet, recargue a páxina e "
|
"dun minuto, por favor, revise a súa conexión a Internet, recargue a páxina e "
|
||||||
"inténteo de novo."
|
"inténteo de novo."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Cerrar mensaxe"
|
msgstr "Cerrar mensaxe"
|
||||||
@@ -479,49 +479,49 @@ msgstr "minutos"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "QR de validación"
|
msgstr "QR de validación"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "O arquivo PDF de fondo non se puido cargar polo motivo seguinte:"
|
msgstr "O arquivo PDF de fondo non se puido cargar polo motivo seguinte:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Grupo de obxectos"
|
msgstr "Grupo de obxectos"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Obxecto de texto"
|
msgstr "Obxecto de texto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Área para código de barras"
|
msgstr "Área para código de barras"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Área de imaxe"
|
msgstr "Área de imaxe"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Desenvolto por Pretix"
|
msgstr "Desenvolto por Pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Obxecto"
|
msgstr "Obxecto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Deseño do tícket"
|
msgstr "Deseño do tícket"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "O gardado fallou."
|
msgstr "O gardado fallou."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Houbo un erro mentres se cargaba o arquivo PDF. Por favor, inténteo de novo."
|
"Houbo un erro mentres se cargaba o arquivo PDF. Por favor, inténteo de novo."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Realmente desexa saír do editor sen gardar os cambios?"
|
msgstr "Realmente desexa saír do editor sen gardar os cambios?"
|
||||||
|
|
||||||
@@ -642,20 +642,20 @@ msgstr "Obtés %(currency)s %(price)s de volta"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Por favor, ingrese a cantidade que pode conservar o organizador."
|
msgstr "Por favor, ingrese a cantidade que pode conservar o organizador."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Por favor, introduza un valor para cada tipo de entrada."
|
msgstr "Por favor, introduza un valor para cada tipo de entrada."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "campo requirido"
|
msgstr "campo requirido"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Zona horaria:"
|
msgstr "Zona horaria:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "A súa hora local:"
|
msgstr "A súa hora local:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2021-09-24 13:54+0000\n"
|
"PO-Revision-Date: 2021-09-24 13:54+0000\n"
|
||||||
"Last-Translator: ofirtro <ofir.tro@gmail.com>\n"
|
"Last-Translator: ofirtro <ofir.tro@gmail.com>\n"
|
||||||
"Language-Team: Hebrew <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: Hebrew <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -30,118 +30,118 @@ msgstr "סומן כשולם"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "תגובה:"
|
msgstr "תגובה:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "המשך"
|
msgstr "המשך"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "מאמת את התשלום שלך…"
|
msgstr "מאמת את התשלום שלך…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -306,19 +306,19 @@ msgid "close"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
msgstr "הבקשה שלך מתבצעת ויכולה לקחת כמה דקות בהתאם לגודל האירוע."
|
msgstr "הבקשה שלך מתבצעת ויכולה לקחת כמה דקות בהתאם לגודל האירוע."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "הבקשה שלך תבוצע בהקדם."
|
msgstr "הבקשה שלך תבוצע בהקדם."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -327,42 +327,42 @@ msgstr ""
|
|||||||
"הבקשה שלך הגיעה לשרת אבל עדיין לא התחילה. אם זה לוקח יותר משתי דקות, אנא צור "
|
"הבקשה שלך הגיעה לשרת אבל עדיין לא התחילה. אם זה לוקח יותר משתי דקות, אנא צור "
|
||||||
"איתנו קשר או נסה שנית."
|
"איתנו קשר או נסה שנית."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "שגיאה {code} התרחשה."
|
msgstr "שגיאה {code} התרחשה."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr "אנחנו לא מצליחים לגשת לשרת, אבל ממשיכים לנסות. שגיאה אחרונה: {code}"
|
msgstr "אנחנו לא מצליחים לגשת לשרת, אבל ממשיכים לנסות. שגיאה אחרונה: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "הבקשה לקחה יותר מידי זמן. נסה שנית."
|
msgstr "הבקשה לקחה יותר מידי זמן. נסה שנית."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr "אירעה שגיאה. אנא נסה שנית. שגיאה: {code}"
|
msgstr "אירעה שגיאה. אנא נסה שנית. שגיאה: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "הבקשה שלך מתבצעת…"
|
msgstr "הבקשה שלך מתבצעת…"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
"page and try again."
|
"page and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -468,48 +468,48 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -627,20 +627,20 @@ msgstr ""
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2020-01-24 08:00+0000\n"
|
"PO-Revision-Date: 2020-01-24 08:00+0000\n"
|
||||||
"Last-Translator: Prokaj Miklós <mixolid0@gmail.com>\n"
|
"Last-Translator: Prokaj Miklós <mixolid0@gmail.com>\n"
|
||||||
"Language-Team: Hungarian <https://translate.pretix.eu/projects/pretix/pretix-"
|
"Language-Team: Hungarian <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
@@ -29,109 +29,109 @@ msgstr "Fizetettnek jelölt"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Megjegyzés:"
|
msgstr "Megjegyzés:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Igen"
|
msgstr "Igen"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "widget"
|
#| msgctxt "widget"
|
||||||
@@ -139,13 +139,13 @@ msgstr ""
|
|||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Folytatás"
|
msgstr "Folytatás"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "A fizetés megerősítése…"
|
msgstr "A fizetés megerősítése…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -323,7 +323,7 @@ msgid "close"
|
|||||||
msgstr "Bezárás"
|
msgstr "Bezárás"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -336,7 +336,7 @@ msgstr ""
|
|||||||
"Az esemény méretétől függően ez akár néhány percet is igénybe vehet."
|
"Az esemény méretétől függően ez akár néhány percet is igénybe vehet."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -347,7 +347,7 @@ msgstr ""
|
|||||||
"Az esemény méretétől függően ez akár néhány percet is igénybe vehet."
|
"Az esemény méretétől függően ez akár néhány percet is igénybe vehet."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -357,14 +357,14 @@ msgstr ""
|
|||||||
"folyamat két percnél hosszabb ideg tart, kérjük vegye fel velünk a "
|
"folyamat két percnél hosszabb ideg tart, kérjük vegye fel velünk a "
|
||||||
"kapcsolatot, vagy lépjen vissza a böngészőjében és próbálja újra."
|
"kapcsolatot, vagy lépjen vissza a böngészőjében és próbálja újra."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "{code} típusú hiba jelentkezett."
|
msgstr "{code} típusú hiba jelentkezett."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -372,23 +372,23 @@ msgstr ""
|
|||||||
"Jelen pillanatban a kiszolgáló nem elérhető, de továbbra is próbálkozunk. "
|
"Jelen pillanatban a kiszolgáló nem elérhető, de továbbra is próbálkozunk. "
|
||||||
"Utolsó hibakód: {code}"
|
"Utolsó hibakód: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "A kérés időtúllépés miatt leállt. Kérjük próbálja újra."
|
msgstr "A kérés időtúllépés miatt leállt. Kérjük próbálja újra."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jelen pillanatban a kiszolgáló nem elérhető. Próbálja újra. Hibakód: {code}"
|
"Jelen pillanatban a kiszolgáló nem elérhető. Próbálja újra. Hibakód: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "A kérés feldolgozása folyamatban…"
|
msgstr "A kérés feldolgozása folyamatban…"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -398,7 +398,7 @@ msgstr ""
|
|||||||
"hosszabb időt vesz igénybe, kérjük ellenőrizze az internetkapcsolatát, "
|
"hosszabb időt vesz igénybe, kérjük ellenőrizze az internetkapcsolatát, "
|
||||||
"frissítse az oldalt és próbálkozzon újra."
|
"frissítse az oldalt és próbálkozzon újra."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Üzenet bezárása"
|
msgstr "Üzenet bezárása"
|
||||||
@@ -507,50 +507,50 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Check in QR"
|
msgstr "Check in QR"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "A PDF háttér fájl nem tölthető be a következők miatt:"
|
msgstr "A PDF háttér fájl nem tölthető be a következők miatt:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "tárgy csoport"
|
msgstr "tárgy csoport"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Szöveg"
|
msgstr "Szöveg"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Vonalkód terület"
|
msgstr "Vonalkód terület"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Barcode area"
|
#| msgid "Barcode area"
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Vonalkód terület"
|
msgstr "Vonalkód terület"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "pretix által működtetett"
|
msgstr "pretix által működtetett"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "objektum"
|
msgstr "objektum"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Jegy design"
|
msgstr "Jegy design"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Mentés sikertelen."
|
msgstr "Mentés sikertelen."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Hiba a PDF fájl feltöltése közben, próbálja újra."
|
msgstr "Hiba a PDF fájl feltöltése közben, próbálja újra."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Biztosan ki akar lépni a szerkesztőből a változtatások mentése nélkül?"
|
msgstr "Biztosan ki akar lépni a szerkesztőből a változtatások mentése nélkül?"
|
||||||
|
|
||||||
@@ -679,22 +679,22 @@ msgstr "%(currency) %(price)-tól"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Adjon meg egy mennyiséget az egyik jegytípusból."
|
msgstr "Adjon meg egy mennyiséget az egyik jegytípusból."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "A kosár lejárt"
|
msgstr "A kosár lejárt"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,11 +7,11 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-05-08 19:00+0000\n"
|
"PO-Revision-Date: 2022-05-08 19:00+0000\n"
|
||||||
"Last-Translator: Emanuele Signoretta <signorettae@gmail.com>\n"
|
"Last-Translator: Emanuele Signoretta <signorettae@gmail.com>\n"
|
||||||
"Language-Team: Italian <https://translate.pretix.eu/projects/pretix/"
|
"Language-Team: Italian <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
"pretix-js/it/>\n"
|
"js/it/>\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -29,120 +29,122 @@ msgstr "Segna come pagato"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Commento:"
|
msgstr "Commento:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr "PayPal"
|
msgstr "PayPal"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr "Venmo"
|
msgstr "Venmo"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr "Apple Pay"
|
msgstr "Apple Pay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "PayPal"
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr "PayPal"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Si"
|
msgstr "Si"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Continua"
|
msgstr "Continua"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Stiamo processando il tuo pagamento …"
|
msgstr "Stiamo processando il tuo pagamento …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -307,7 +309,7 @@ msgid "close"
|
|||||||
msgstr "Chiudi"
|
msgstr "Chiudi"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -316,12 +318,12 @@ msgstr ""
|
|||||||
"tuo evento, questo passaggio può durare fino ad alcuni minuti."
|
"tuo evento, questo passaggio può durare fino ad alcuni minuti."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "La tua richiesta è stata inviata al server e verrà presto elaborata."
|
msgstr "La tua richiesta è stata inviata al server e verrà presto elaborata."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -331,14 +333,14 @@ msgstr ""
|
|||||||
"elaborazione. Se l'attesa dura più a lungo di due minuti di ti invitiamo a "
|
"elaborazione. Se l'attesa dura più a lungo di due minuti di ti invitiamo a "
|
||||||
"contattarci o di tornare al browser e riprovare."
|
"contattarci o di tornare al browser e riprovare."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Si è verificato un errore {code}."
|
msgstr "Si è verificato un errore {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -346,12 +348,12 @@ msgstr ""
|
|||||||
"Al momento il server non è raggiungibile, ma continueremo a provare. Codice "
|
"Al momento il server non è raggiungibile, ma continueremo a provare. Codice "
|
||||||
"dell'ultimo errore: {code}"
|
"dell'ultimo errore: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "La richiesta ha impiegato troppo tempo. Si prega di riprovare."
|
msgstr "La richiesta ha impiegato troppo tempo. Si prega di riprovare."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -359,11 +361,11 @@ msgstr ""
|
|||||||
"Al momento il server non è raggiungibile. Si prega di riprovare. Codice "
|
"Al momento il server non è raggiungibile. Si prega di riprovare. Codice "
|
||||||
"dell'errore: {code}"
|
"dell'errore: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Stiamo elaborando la tua richiesta …"
|
msgstr "Stiamo elaborando la tua richiesta …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -373,7 +375,7 @@ msgstr ""
|
|||||||
"più di un minuto si prega di verificare la connessione internet e ricaricare "
|
"più di un minuto si prega di verificare la connessione internet e ricaricare "
|
||||||
"la pagina per riprovare l'invio."
|
"la pagina per riprovare l'invio."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Messaggio di chiusura"
|
msgstr "Messaggio di chiusura"
|
||||||
@@ -479,48 +481,48 @@ msgstr "minuti"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Check-in con QR"
|
msgstr "Check-in con QR"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "Il file PDF di sfondo non può essere caricato per le seguenti ragioni:"
|
msgstr "Il file PDF di sfondo non può essere caricato per le seguenti ragioni:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Gruppo di oggetti"
|
msgstr "Gruppo di oggetti"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Oggetto testo"
|
msgstr "Oggetto testo"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Area codice a barra"
|
msgstr "Area codice a barra"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Area immagini"
|
msgstr "Area immagini"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Powered by Pretix"
|
msgstr "Powered by Pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Oggetto"
|
msgstr "Oggetto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Design biglietto"
|
msgstr "Design biglietto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Salvataggio fallito."
|
msgstr "Salvataggio fallito."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Errore durante il caricamento del tuo file PDF, prova di nuovo."
|
msgstr "Errore durante il caricamento del tuo file PDF, prova di nuovo."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Vuoi davvero abbandonare l'editor senza salvare le modifiche?"
|
msgstr "Vuoi davvero abbandonare l'editor senza salvare le modifiche?"
|
||||||
|
|
||||||
@@ -638,20 +640,20 @@ msgstr "Ricevi indietro %(currency)s %(amount)s"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Inserisci l'importo che l'organizzatore può trattenere."
|
msgstr "Inserisci l'importo che l'organizzatore può trattenere."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Inserisci la quantità per una tipologia di biglietto."
|
msgstr "Inserisci la quantità per una tipologia di biglietto."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "richiesto"
|
msgstr "richiesto"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Fuso orario:"
|
msgstr "Fuso orario:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Ora locale:"
|
msgstr "Ora locale:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-03-15 00:00+0000\n"
|
"PO-Revision-Date: 2022-03-15 00:00+0000\n"
|
||||||
"Last-Translator: Yuriko Matsunami <y.matsunami@enobyte.com>\n"
|
"Last-Translator: Yuriko Matsunami <y.matsunami@enobyte.com>\n"
|
||||||
"Language-Team: Japanese <https://translate.pretix.eu/projects/pretix/pretix-"
|
"Language-Team: Japanese <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
@@ -29,120 +29,120 @@ msgstr "支払い済み"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "注釈:"
|
msgstr "注釈:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "はい"
|
msgstr "はい"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "次へ"
|
msgstr "次へ"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "お支払い内容の確認"
|
msgstr "お支払い内容の確認"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -307,7 +307,7 @@ msgid "close"
|
|||||||
msgstr "閉じる"
|
msgstr "閉じる"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -316,13 +316,13 @@ msgstr ""
|
|||||||
"ります。"
|
"ります。"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"サーバへ送信されたリクエスト順にお応えしています。今しばらくお待ちください。"
|
"サーバへ送信されたリクエスト順にお応えしています。今しばらくお待ちください。"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -332,37 +332,37 @@ msgstr ""
|
|||||||
"経っても応答がない場合は、弊社へお問い合わせいただくか、ブラウザを一つ前に戻"
|
"経っても応答がない場合は、弊社へお問い合わせいただくか、ブラウザを一つ前に戻"
|
||||||
"して再度お試しください。"
|
"して再度お試しください。"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "{code} のエラーが発生しました。"
|
msgstr "{code} のエラーが発生しました。"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"現在サーバへの接続ができませんが、接続試行中です。エラーコード: {code}"
|
"現在サーバへの接続ができませんが、接続試行中です。エラーコード: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "リクエストの時間切れです。再試行してください。"
|
msgstr "リクエストの時間切れです。再試行してください。"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"現在サーバが応答していません。再試行してください。エラーコード: {code}"
|
"現在サーバが応答していません。再試行してください。エラーコード: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "リクエストを処理しています…"
|
msgstr "リクエストを処理しています…"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -372,7 +372,7 @@ msgstr ""
|
|||||||
"ターネット接続を確認してください。確認完了後、ウェブページを再度読込み、再試"
|
"ターネット接続を確認してください。確認完了後、ウェブページを再度読込み、再試"
|
||||||
"行してください。"
|
"行してください。"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "閉じる"
|
msgstr "閉じる"
|
||||||
@@ -478,48 +478,48 @@ msgstr "分"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "チェックイン用QRコード"
|
msgstr "チェックイン用QRコード"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "以下の理由によりPDFファイルの読み込みに失敗しました:"
|
msgstr "以下の理由によりPDFファイルの読み込みに失敗しました:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "オブジェクトグループ"
|
msgstr "オブジェクトグループ"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "テキストオブジェクト"
|
msgstr "テキストオブジェクト"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "バーコードエリア"
|
msgstr "バーコードエリア"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "画像エリア"
|
msgstr "画像エリア"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Pretixのイベントチケット売り場"
|
msgstr "Pretixのイベントチケット売り場"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "オブジェクト"
|
msgstr "オブジェクト"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "チケットのデザイン"
|
msgstr "チケットのデザイン"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "保存できませんでした。"
|
msgstr "保存できませんでした。"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "PDFのアップロード中に問題が発生しました。再試行してください。"
|
msgstr "PDFのアップロード中に問題が発生しました。再試行してください。"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "変更内容を保存せずに編集を終了しますか?"
|
msgstr "変更内容を保存せずに編集を終了しますか?"
|
||||||
|
|
||||||
@@ -635,20 +635,20 @@ msgstr "%(currency)s %(amount)s が払い戻されます"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "イベント開催者が受け取る料金を入力してください。"
|
msgstr "イベント開催者が受け取る料金を入力してください。"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "商品の総数を入力してください。"
|
msgstr "商品の総数を入力してください。"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "必須"
|
msgstr "必須"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "タイムゾーン:"
|
msgstr "タイムゾーン:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "現地時間:"
|
msgstr "現地時間:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-04-06 03:00+0000\n"
|
"PO-Revision-Date: 2022-04-06 03:00+0000\n"
|
||||||
"Last-Translator: Liga V <lerning_by_dreaming@gmx.de>\n"
|
"Last-Translator: Liga V <lerning_by_dreaming@gmx.de>\n"
|
||||||
"Language-Team: Latvian <https://translate.pretix.eu/projects/pretix/pretix-"
|
"Language-Team: Latvian <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
@@ -30,120 +30,120 @@ msgstr "Atzīmēts kā apmaksāts"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Komentāri:"
|
msgstr "Komentāri:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Jā"
|
msgstr "Jā"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Turpināt"
|
msgstr "Turpināt"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Jūsu maksājums tiek apstrādāts …"
|
msgstr "Jūsu maksājums tiek apstrādāts …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -308,7 +308,7 @@ msgid "close"
|
|||||||
msgstr "aizvērt"
|
msgstr "aizvērt"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -317,12 +317,12 @@ msgstr ""
|
|||||||
"aizņemt līdz dažām minūtēm."
|
"aizņemt līdz dažām minūtēm."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "Jūsu pieprasījums ir ievietots rindā serverī un drīz tiks apstrādāts."
|
msgstr "Jūsu pieprasījums ir ievietots rindā serverī un drīz tiks apstrādāts."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -332,14 +332,14 @@ msgstr ""
|
|||||||
"aizņem ilgāk kā divas minūtes, lūdzu, sazinieties ar mums vai pārlādējiet "
|
"aizņem ilgāk kā divas minūtes, lūdzu, sazinieties ar mums vai pārlādējiet "
|
||||||
"savu interneta pārluku un mēģiniet vēlreiz."
|
"savu interneta pārluku un mēģiniet vēlreiz."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Ir notikusi kļūda {code}."
|
msgstr "Ir notikusi kļūda {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -347,12 +347,12 @@ msgstr ""
|
|||||||
"Mēs patreiz nevaram izveidot savienojumu ar serveri, bet turpinām mēģināt. "
|
"Mēs patreiz nevaram izveidot savienojumu ar serveri, bet turpinām mēģināt. "
|
||||||
"Pēdējās kļūdas kods: {code}"
|
"Pēdējās kļūdas kods: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Mēģinājums izpildīt pieprasījumu ir ieildzis. Lūdzu, mēģiniet vēlreiz."
|
msgstr "Mēģinājums izpildīt pieprasījumu ir ieildzis. Lūdzu, mēģiniet vēlreiz."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -360,11 +360,11 @@ msgstr ""
|
|||||||
"Šobrīd neizdodas izveidot savienojumu ar serveri. Lūdzu mēģiniet vēlreiz. "
|
"Šobrīd neizdodas izveidot savienojumu ar serveri. Lūdzu mēģiniet vēlreiz. "
|
||||||
"Kļūdas kods: {code}"
|
"Kļūdas kods: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Mēs apstrādājam jūsu pieprasījumu …"
|
msgstr "Mēs apstrādājam jūsu pieprasījumu …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -374,7 +374,7 @@ msgstr ""
|
|||||||
"aizņem ilgāk kā vienu minūti, lūdzu, pārbaudiet savu interneta savienojumu, "
|
"aizņem ilgāk kā vienu minūti, lūdzu, pārbaudiet savu interneta savienojumu, "
|
||||||
"pārlādējiet šo lapu un mēģiniet vēlreiz."
|
"pārlādējiet šo lapu un mēģiniet vēlreiz."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Aizvērt ziņu"
|
msgstr "Aizvērt ziņu"
|
||||||
@@ -480,49 +480,49 @@ msgstr "minūtes"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Reģistrācijas QR"
|
msgstr "Reģistrācijas QR"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "Fona PDF fails nevarēja ielādēties sekojoša iemesla dēļ:"
|
msgstr "Fona PDF fails nevarēja ielādēties sekojoša iemesla dēļ:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Objektu grupa"
|
msgstr "Objektu grupa"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Teksta objekts"
|
msgstr "Teksta objekts"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Svītru koda lauks"
|
msgstr "Svītru koda lauks"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Attēla lauks"
|
msgstr "Attēla lauks"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Pretix atbalstīts"
|
msgstr "Pretix atbalstīts"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objekts"
|
msgstr "Objekts"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Biļešu dizains"
|
msgstr "Biļešu dizains"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Saglabāšana neizdevās."
|
msgstr "Saglabāšana neizdevās."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Radusies kļūda augšupielādējot jūsu PDF failu, lūdzu, mēģiniet vēlreiz."
|
"Radusies kļūda augšupielādējot jūsu PDF failu, lūdzu, mēģiniet vēlreiz."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Vai jūs tiešām vēlaties iziet no rediģēšanas lauka bez veikto izmaiņu "
|
"Vai jūs tiešām vēlaties iziet no rediģēšanas lauka bez veikto izmaiņu "
|
||||||
@@ -646,20 +646,20 @@ msgstr "Jūs saņemsiet %(valūta)s %(cena)s atpakaļ"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Lūdzu ievadiet skaitu (summu), ko pasākuma organizators var paturēt."
|
msgstr "Lūdzu ievadiet skaitu (summu), ko pasākuma organizators var paturēt."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Lūdzu, ievadiet nepieciešamo daudzumu izvēlētajam biļešu veidam."
|
msgstr "Lūdzu, ievadiet nepieciešamo daudzumu izvēlētajam biļešu veidam."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "obligāts"
|
msgstr "obligāts"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Laika zona:"
|
msgstr "Laika zona:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Vietējais laiks:"
|
msgstr "Vietējais laiks:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2021-05-31 11:26+0000\n"
|
"PO-Revision-Date: 2021-05-31 11:26+0000\n"
|
||||||
"Last-Translator: zackern <zacker@zacker.no>\n"
|
"Last-Translator: zackern <zacker@zacker.no>\n"
|
||||||
"Language-Team: Norwegian Bokmål <https://translate.pretix.eu/projects/pretix/"
|
"Language-Team: Norwegian Bokmål <https://translate.pretix.eu/projects/pretix/"
|
||||||
@@ -29,118 +29,118 @@ msgstr "Sett som betalt"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Kommentar:"
|
msgstr "Kommentar:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Fortsett"
|
msgstr "Fortsett"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Bekrefter betalingen din…"
|
msgstr "Bekrefter betalingen din…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -307,19 +307,19 @@ msgid "close"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "Forespørrselen din er i kø på serveren og vil bli gjennomført snart."
|
msgstr "Forespørrselen din er i kø på serveren og vil bli gjennomført snart."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -329,14 +329,14 @@ msgstr ""
|
|||||||
"behandles. Hvis dette tar lengre tid enn to minutter, kan du kontakte oss "
|
"behandles. Hvis dette tar lengre tid enn to minutter, kan du kontakte oss "
|
||||||
"eller gå tilbake i nettleseren din og prøve på nytt."
|
"eller gå tilbake i nettleseren din og prøve på nytt."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "En feil oppsto: {code}"
|
msgstr "En feil oppsto: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -344,30 +344,30 @@ msgstr ""
|
|||||||
"Vi kan ikke nå serveren akkurat nå, men vi fortsetter å prøve. Siste "
|
"Vi kan ikke nå serveren akkurat nå, men vi fortsetter å prøve. Siste "
|
||||||
"feilkode: {code}"
|
"feilkode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Forespørselen tok for lang tid. Prøv igjen."
|
msgstr "Forespørselen tok for lang tid. Prøv igjen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Vi kan ikke nå serveren akkurat nå. Vennligst prøv igjen. Feilkode: {code}"
|
"Vi kan ikke nå serveren akkurat nå. Vennligst prøv igjen. Feilkode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Vi gjennomfører forespørselen din…"
|
msgstr "Vi gjennomfører forespørselen din…"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
"page and try again."
|
"page and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Lukk melding"
|
msgstr "Lukk melding"
|
||||||
@@ -476,48 +476,48 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -631,20 +631,20 @@ msgstr ""
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2021-10-29 02:00+0000\n"
|
"PO-Revision-Date: 2021-10-29 02:00+0000\n"
|
||||||
"Last-Translator: Maarten van den Berg <maartenberg1@gmail.com>\n"
|
"Last-Translator: Maarten van den Berg <maartenberg1@gmail.com>\n"
|
||||||
"Language-Team: Dutch <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: Dutch <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -28,120 +28,120 @@ msgstr "Gemarkeerd als betaald"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Opmerking:"
|
msgstr "Opmerking:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Ja"
|
msgstr "Ja"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Doorgaan"
|
msgstr "Doorgaan"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Betaling bevestigen …"
|
msgstr "Betaling bevestigen …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -306,7 +306,7 @@ msgid "close"
|
|||||||
msgstr "sluiten"
|
msgstr "sluiten"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -315,12 +315,12 @@ msgstr ""
|
|||||||
"evenement kan dit enkele minuten duren."
|
"evenement kan dit enkele minuten duren."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "Uw aanvraag zal binnenkort op de server in behandeling worden genomen."
|
msgstr "Uw aanvraag zal binnenkort op de server in behandeling worden genomen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -330,14 +330,14 @@ msgstr ""
|
|||||||
"contact met ons op als dit langer dan twee minuten duurt, of ga terug in uw "
|
"contact met ons op als dit langer dan twee minuten duurt, of ga terug in uw "
|
||||||
"browser en probeer het opnieuw."
|
"browser en probeer het opnieuw."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Er is een fout opgetreden met code {code}."
|
msgstr "Er is een fout opgetreden met code {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -345,12 +345,12 @@ msgstr ""
|
|||||||
"De server is op dit moment niet bereikbaar, we proberen het automatisch "
|
"De server is op dit moment niet bereikbaar, we proberen het automatisch "
|
||||||
"opnieuw. Laatste foutcode: {code}"
|
"opnieuw. Laatste foutcode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "De aanvraag duurde te lang, probeer het alstublieft opnieuw."
|
msgstr "De aanvraag duurde te lang, probeer het alstublieft opnieuw."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -358,11 +358,11 @@ msgstr ""
|
|||||||
"De server is op dit moment niet bereikbaar, probeer het alstublieft opnieuw. "
|
"De server is op dit moment niet bereikbaar, probeer het alstublieft opnieuw. "
|
||||||
"Foutcode: {code}"
|
"Foutcode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Uw aanvraag is in behandeling …"
|
msgstr "Uw aanvraag is in behandeling …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -371,7 +371,7 @@ msgstr ""
|
|||||||
"Uw aanvraag wordt naar de server verstuurd. Controleer uw internetverbinding "
|
"Uw aanvraag wordt naar de server verstuurd. Controleer uw internetverbinding "
|
||||||
"en probeer het opnieuw als dit langer dan een minuut duurt."
|
"en probeer het opnieuw als dit langer dan een minuut duurt."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Sluit bericht"
|
msgstr "Sluit bericht"
|
||||||
@@ -477,48 +477,48 @@ msgstr "minuten"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "QR-code voor check-in"
|
msgstr "QR-code voor check-in"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "Het PDF-achtergrondbestand kon niet geladen worden met als reden:"
|
msgstr "Het PDF-achtergrondbestand kon niet geladen worden met als reden:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Groep van objecten"
|
msgstr "Groep van objecten"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Tekstobject"
|
msgstr "Tekstobject"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Barcode gebied"
|
msgstr "Barcode gebied"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Afbeeldingsgebied"
|
msgstr "Afbeeldingsgebied"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Mogelijk gemaakt door pretix"
|
msgstr "Mogelijk gemaakt door pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Object"
|
msgstr "Object"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Ticketontwerp"
|
msgstr "Ticketontwerp"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Opslaan mislukt."
|
msgstr "Opslaan mislukt."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Probleem bij het uploaden van het PDF-bestand, probeer het opnieuw."
|
msgstr "Probleem bij het uploaden van het PDF-bestand, probeer het opnieuw."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Wilt u de editor verlaten zonder uw wijzigingen op te slaan?"
|
msgstr "Wilt u de editor verlaten zonder uw wijzigingen op te slaan?"
|
||||||
|
|
||||||
@@ -638,20 +638,20 @@ msgstr "U krijgt %(currency)s %(amount)s terug"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Voer het bedrag in dat de organisator mag houden."
|
msgstr "Voer het bedrag in dat de organisator mag houden."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Voer een hoeveelheid voor een van de producten in."
|
msgstr "Voer een hoeveelheid voor een van de producten in."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "verplicht"
|
msgstr "verplicht"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Tijdzone:"
|
msgstr "Tijdzone:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Uw lokale tijd:"
|
msgstr "Uw lokale tijd:"
|
||||||
|
|
||||||
@@ -985,8 +985,8 @@ msgstr "December"
|
|||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
||||||
#~ "ticketing powered by pretix</a>"
|
#~ "ticketing powered by pretix</a>"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener"
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" "
|
||||||
#~ "\">ticketsysteem mogelijk gemaakt door pretix</a>"
|
#~ "rel=\"noopener\">ticketsysteem mogelijk gemaakt door pretix</a>"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Your request has been queued on the server and will now be processed. If "
|
#~ "Your request has been queued on the server and will now be processed. If "
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
@@ -27,118 +27,118 @@ msgstr ""
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -303,61 +303,61 @@ msgid "close"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
"browser and try again."
|
"browser and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
"page and try again."
|
"page and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -463,48 +463,48 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -618,20 +618,20 @@ msgstr ""
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2021-08-05 04:00+0000\n"
|
"PO-Revision-Date: 2021-08-05 04:00+0000\n"
|
||||||
"Last-Translator: Maarten van den Berg <maartenberg1@gmail.com>\n"
|
"Last-Translator: Maarten van den Berg <maartenberg1@gmail.com>\n"
|
||||||
"Language-Team: Dutch (informal) <https://translate.pretix.eu/projects/pretix/"
|
"Language-Team: Dutch (informal) <https://translate.pretix.eu/projects/pretix/"
|
||||||
@@ -29,120 +29,120 @@ msgstr "Gemarkeerd als betaald"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Opmerking:"
|
msgstr "Opmerking:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Ja"
|
msgstr "Ja"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Doorgaan"
|
msgstr "Doorgaan"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Betaling bevestigen …"
|
msgstr "Betaling bevestigen …"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -310,7 +310,7 @@ msgid "close"
|
|||||||
msgstr "Sluiten"
|
msgstr "Sluiten"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -319,12 +319,12 @@ msgstr ""
|
|||||||
"evenement kan dit enkele minuten duren."
|
"evenement kan dit enkele minuten duren."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "Je aanvraag zal binnenkort op de server in behandeling worden genomen."
|
msgstr "Je aanvraag zal binnenkort op de server in behandeling worden genomen."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -334,14 +334,14 @@ msgstr ""
|
|||||||
"contact met ons op als dit langer dan twee minuten duurt, of ga terug in je "
|
"contact met ons op als dit langer dan twee minuten duurt, of ga terug in je "
|
||||||
"browser en probeer het opnieuw."
|
"browser en probeer het opnieuw."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Er is een fout opgetreden met code {code}."
|
msgstr "Er is een fout opgetreden met code {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -349,12 +349,12 @@ msgstr ""
|
|||||||
"De server is op dit moment niet bereikbaar, we proberen het opnieuw. Laatste "
|
"De server is op dit moment niet bereikbaar, we proberen het opnieuw. Laatste "
|
||||||
"foutcode: {code}"
|
"foutcode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "De aanvraag duurde te lang, probeer het alsjeblieft opnieuw."
|
msgstr "De aanvraag duurde te lang, probeer het alsjeblieft opnieuw."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -362,11 +362,11 @@ msgstr ""
|
|||||||
"De server is op dit moment niet bereikbaar, probeer het alsjeblieft opnieuw. "
|
"De server is op dit moment niet bereikbaar, probeer het alsjeblieft opnieuw. "
|
||||||
"Foutcode: {code}"
|
"Foutcode: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "We verwerken je aanvraag…"
|
msgstr "We verwerken je aanvraag…"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -375,7 +375,7 @@ msgstr ""
|
|||||||
"Je aanvraag wordt naar de server verstuurd. Controleer je internetverbinding "
|
"Je aanvraag wordt naar de server verstuurd. Controleer je internetverbinding "
|
||||||
"en probeer het opnieuw als dit langer dan een minuut duurt."
|
"en probeer het opnieuw als dit langer dan een minuut duurt."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Sluit bericht"
|
msgstr "Sluit bericht"
|
||||||
@@ -481,49 +481,49 @@ msgstr "minuten"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "QR-code voor check-in"
|
msgstr "QR-code voor check-in"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Het PDF-achtergrondbestand kon niet geladen worden om de volgende reden:"
|
"Het PDF-achtergrondbestand kon niet geladen worden om de volgende reden:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Groep van objecten"
|
msgstr "Groep van objecten"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Tekstobject"
|
msgstr "Tekstobject"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Barcodegebied"
|
msgstr "Barcodegebied"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Afbeeldingsgebied"
|
msgstr "Afbeeldingsgebied"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Mogelijk gemaakt door pretix"
|
msgstr "Mogelijk gemaakt door pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Object"
|
msgstr "Object"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Kaartjesontwerp"
|
msgstr "Kaartjesontwerp"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Opslaan mislukt."
|
msgstr "Opslaan mislukt."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Probleem bij het uploaden van het PDF-bestand, probeer het opnieuw."
|
msgstr "Probleem bij het uploaden van het PDF-bestand, probeer het opnieuw."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Wil je de editor verlaten zonder je wijzigingen op te slaan?"
|
msgstr "Wil je de editor verlaten zonder je wijzigingen op te slaan?"
|
||||||
|
|
||||||
@@ -648,20 +648,20 @@ msgstr "Jij krijgt %(currency)s %(amount)s terug"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Voer het bedrag in dat de organisator mag houden."
|
msgstr "Voer het bedrag in dat de organisator mag houden."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Voer een hoeveelheid voor een van de producten in."
|
msgstr "Voer een hoeveelheid voor een van de producten in."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "verplicht"
|
msgstr "verplicht"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Tijdzone:"
|
msgstr "Tijdzone:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Je lokale tijd:"
|
msgstr "Je lokale tijd:"
|
||||||
|
|
||||||
@@ -989,5 +989,5 @@ msgstr "December"
|
|||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener\">event "
|
||||||
#~ "ticketing powered by pretix</a>"
|
#~ "ticketing powered by pretix</a>"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" rel=\"noopener"
|
#~ "<a href=\"https://pretix.eu\" target=\"_blank\" "
|
||||||
#~ "\">ticketsysteem mogelijk gemaakt door pretix</a>"
|
#~ "rel=\"noopener\">ticketsysteem mogelijk gemaakt door pretix</a>"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2019-09-24 19:00+0000\n"
|
"PO-Revision-Date: 2019-09-24 19:00+0000\n"
|
||||||
"Last-Translator: Serge Bazanski <q3k@hackerspace.pl>\n"
|
"Last-Translator: Serge Bazanski <q3k@hackerspace.pl>\n"
|
||||||
"Language-Team: Polish <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
"Language-Team: Polish <https://translate.pretix.eu/projects/pretix/pretix-js/"
|
||||||
@@ -30,109 +30,109 @@ msgstr "Oznaczono jako zapłacone"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Komentarz:"
|
msgstr "Komentarz:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Tak"
|
msgstr "Tak"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "widget"
|
#| msgctxt "widget"
|
||||||
@@ -140,13 +140,13 @@ msgstr ""
|
|||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Dalej"
|
msgstr "Dalej"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Potwierdzanie płatności…"
|
msgstr "Potwierdzanie płatności…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -324,7 +324,7 @@ msgid "close"
|
|||||||
msgstr "Zamknąć"
|
msgstr "Zamknąć"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -338,7 +338,7 @@ msgstr ""
|
|||||||
"kilku minut."
|
"kilku minut."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -350,7 +350,7 @@ msgstr ""
|
|||||||
"kilku minut."
|
"kilku minut."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -360,14 +360,14 @@ msgstr ""
|
|||||||
"przypadku czasu oczekiwania dłuższego niż dwie minuty prosimy o kontakt lub "
|
"przypadku czasu oczekiwania dłuższego niż dwie minuty prosimy o kontakt lub "
|
||||||
"o cofnięcie się w przeglądarce i ponowienie próby."
|
"o cofnięcie się w przeglądarce i ponowienie próby."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Wystąpił błąd typu {code}."
|
msgstr "Wystąpił błąd typu {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -375,25 +375,25 @@ msgstr ""
|
|||||||
"Błąd komunikacji z serwerem, aplikacja ponowi próbę. Ostatni kod błędu: "
|
"Błąd komunikacji z serwerem, aplikacja ponowi próbę. Ostatni kod błędu: "
|
||||||
"{code}"
|
"{code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "The request took to long. Please try again."
|
#| msgid "The request took to long. Please try again."
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Zapytanie trwało zbyt długo. Prosimy spróbować ponownie."
|
msgstr "Zapytanie trwało zbyt długo. Prosimy spróbować ponownie."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Błąd komunikacji z serwerem. Prosimy spróbować ponownie. Kod błędu: {code}"
|
"Błąd komunikacji z serwerem. Prosimy spróbować ponownie. Kod błędu: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Zapytanie jest przetwarzane…"
|
msgstr "Zapytanie jest przetwarzane…"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -403,7 +403,7 @@ msgstr ""
|
|||||||
"dłuższego niż minuta prosimy o sprawdzenie łączności z Internetem a "
|
"dłuższego niż minuta prosimy o sprawdzenie łączności z Internetem a "
|
||||||
"następnie o przeładowanie strony i ponowienie próby."
|
"następnie o przeładowanie strony i ponowienie próby."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Zamknięcie wiadomości"
|
msgstr "Zamknięcie wiadomości"
|
||||||
@@ -512,50 +512,50 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "QR zameldowania"
|
msgstr "QR zameldowania"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "Błąd ładowania pliku PDF tła:"
|
msgstr "Błąd ładowania pliku PDF tła:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Grupa obiektów"
|
msgstr "Grupa obiektów"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Obiekt tekstowy"
|
msgstr "Obiekt tekstowy"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Miejsce na kod kreskowy"
|
msgstr "Miejsce na kod kreskowy"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Barcode area"
|
#| msgid "Barcode area"
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Miejsce na kod kreskowy"
|
msgstr "Miejsce na kod kreskowy"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Wygenerowane przez pretix"
|
msgstr "Wygenerowane przez pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Obiekt"
|
msgstr "Obiekt"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Projekt biletu"
|
msgstr "Projekt biletu"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Błąd zapisu."
|
msgstr "Błąd zapisu."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Błąd uploadu pliku PDF, prosimy spróbować ponownie."
|
msgstr "Błąd uploadu pliku PDF, prosimy spróbować ponownie."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Czy na pewno opuścić edytor bez zapisania zmian?"
|
msgstr "Czy na pewno opuścić edytor bez zapisania zmian?"
|
||||||
|
|
||||||
@@ -686,22 +686,22 @@ msgstr "od %(currency)s %(price)s"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Proszę wybrać liczbę dla jednego z typów biletów."
|
msgstr "Proszę wybrać liczbę dla jednego z typów biletów."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "Koszyk wygasł"
|
msgstr "Koszyk wygasł"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
@@ -28,118 +28,118 @@ msgstr ""
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -304,61 +304,61 @@ msgid "close"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
"browser and try again."
|
"browser and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
"page and try again."
|
"page and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -464,48 +464,48 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -621,20 +621,20 @@ msgstr ""
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -28,118 +28,118 @@ msgstr ""
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -304,61 +304,61 @@ msgid "close"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
"browser and try again."
|
"browser and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
"page and try again."
|
"page and try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -464,48 +464,48 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -619,20 +619,20 @@ msgstr ""
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2019-03-19 09:00+0000\n"
|
"PO-Revision-Date: 2019-03-19 09:00+0000\n"
|
||||||
"Last-Translator: Vitor Reis <vitor.reis7@gmail.com>\n"
|
"Last-Translator: Vitor Reis <vitor.reis7@gmail.com>\n"
|
||||||
"Language-Team: Portuguese (Brazil) <https://translate.pretix.eu/projects/"
|
"Language-Team: Portuguese (Brazil) <https://translate.pretix.eu/projects/"
|
||||||
@@ -29,107 +29,107 @@ msgstr "Marcado como pago"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Comentário:"
|
msgstr "Comentário:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "widget"
|
#| msgctxt "widget"
|
||||||
@@ -137,13 +137,13 @@ msgstr ""
|
|||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Continuar"
|
msgstr "Continuar"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -323,7 +323,7 @@ msgid "close"
|
|||||||
msgstr "Fechar"
|
msgstr "Fechar"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -336,7 +336,7 @@ msgstr ""
|
|||||||
"Dependendo do tamanho do seu evento, isso pode demorar até alguns minutos."
|
"Dependendo do tamanho do seu evento, isso pode demorar até alguns minutos."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. "
|
#| "Your request has been queued on the server and will now be processed. "
|
||||||
@@ -347,7 +347,7 @@ msgstr ""
|
|||||||
"Dependendo do tamanho do seu evento, isso pode demorar até alguns minutos."
|
"Dependendo do tamanho do seu evento, isso pode demorar até alguns minutos."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Your request has been queued on the server and will now be processed. If "
|
#| "Your request has been queued on the server and will now be processed. If "
|
||||||
@@ -362,14 +362,14 @@ msgstr ""
|
|||||||
"demorar mais de dois minutos, entre em contato conosco ou volte no seu "
|
"demorar mais de dois minutos, entre em contato conosco ou volte no seu "
|
||||||
"navegador e tente novamente."
|
"navegador e tente novamente."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Ocorreu um erro do tipo {code}."
|
msgstr "Ocorreu um erro do tipo {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -377,14 +377,14 @@ msgstr ""
|
|||||||
"Atualmente não podemos acessar o servidor, mas continuamos tentando. Último "
|
"Atualmente não podemos acessar o servidor, mas continuamos tentando. Último "
|
||||||
"código de erro: {code}"
|
"código de erro: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "The request took to long. Please try again."
|
#| msgid "The request took to long. Please try again."
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "O pedido demorou muito. Por favor, tente novamente."
|
msgstr "O pedido demorou muito. Por favor, tente novamente."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -392,11 +392,11 @@ msgstr ""
|
|||||||
"Não podemos acessar o servidor. Por favor, tente novamente. Código de erro: "
|
"Não podemos acessar o servidor. Por favor, tente novamente. Código de erro: "
|
||||||
"{code}"
|
"{code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Estamos processando seu pedido …"
|
msgstr "Estamos processando seu pedido …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -406,7 +406,7 @@ msgstr ""
|
|||||||
"minuto, verifique sua conexão com a internet e, em seguida, recarregue esta "
|
"minuto, verifique sua conexão com a internet e, em seguida, recarregue esta "
|
||||||
"página e tente novamente."
|
"página e tente novamente."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Fechar mensagem"
|
msgstr "Fechar mensagem"
|
||||||
@@ -515,50 +515,50 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "QR Check-in"
|
msgstr "QR Check-in"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "O arquivo de fundo PDF não pôde ser carregado pelo seguinte motivo:"
|
msgstr "O arquivo de fundo PDF não pôde ser carregado pelo seguinte motivo:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Grupo de objetos"
|
msgstr "Grupo de objetos"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Objeto de texto"
|
msgstr "Objeto de texto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Área de código de barras"
|
msgstr "Área de código de barras"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Barcode area"
|
#| msgid "Barcode area"
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Área de código de barras"
|
msgstr "Área de código de barras"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Distribuído por pretix"
|
msgstr "Distribuído por pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objeto"
|
msgstr "Objeto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Design de bilhetes"
|
msgstr "Design de bilhetes"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Erro ao salvar."
|
msgstr "Erro ao salvar."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Erro durante o upload do seu arquivo PDF, tente novamente."
|
msgstr "Erro durante o upload do seu arquivo PDF, tente novamente."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Você realmente quer deixar o editor sem salvar suas mudanças?"
|
msgstr "Você realmente quer deixar o editor sem salvar suas mudanças?"
|
||||||
|
|
||||||
@@ -693,22 +693,22 @@ msgstr "A partir de %(currency)s %(price)s"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "O carrinho expirou"
|
msgstr "O carrinho expirou"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2020-10-27 06:00+0000\n"
|
"PO-Revision-Date: 2020-10-27 06:00+0000\n"
|
||||||
"Last-Translator: David Vaz <davidmgvaz@gmail.com>\n"
|
"Last-Translator: David Vaz <davidmgvaz@gmail.com>\n"
|
||||||
"Language-Team: Portuguese (Portugal) <https://translate.pretix.eu/projects/"
|
"Language-Team: Portuguese (Portugal) <https://translate.pretix.eu/projects/"
|
||||||
@@ -29,109 +29,109 @@ msgstr "Marcar como pago"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Comentario:"
|
msgstr "Comentario:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Yes"
|
#| msgid "Yes"
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "Sim"
|
msgstr "Sim"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgctxt "widget"
|
#| msgctxt "widget"
|
||||||
@@ -139,13 +139,13 @@ msgstr ""
|
|||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Continuar"
|
msgstr "Continuar"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "A confirmar o seu pagamento…"
|
msgstr "A confirmar o seu pagamento…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -323,7 +323,7 @@ msgid "close"
|
|||||||
msgstr "Fechar"
|
msgstr "Fechar"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -332,12 +332,12 @@ msgstr ""
|
|||||||
"isto pode demorar alguns minutos."
|
"isto pode demorar alguns minutos."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr "O seu pedido está na fila no servidor e em breve será processado."
|
msgstr "O seu pedido está na fila no servidor e em breve será processado."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -347,14 +347,14 @@ msgstr ""
|
|||||||
"Se demorar mais de dois minutos, entre em contato connosco ou volte ao seu "
|
"Se demorar mais de dois minutos, entre em contato connosco ou volte ao seu "
|
||||||
"navegador e tente novamente."
|
"navegador e tente novamente."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "Um erro do tipo {code} ocorreu."
|
msgstr "Um erro do tipo {code} ocorreu."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -362,12 +362,12 @@ msgstr ""
|
|||||||
"Atualmente não conseguimos chegar ao servidor, mas continuamos a tentar. "
|
"Atualmente não conseguimos chegar ao servidor, mas continuamos a tentar. "
|
||||||
"Último código de erro: {code}"
|
"Último código de erro: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "O pedido demorou demasiado. Por favor tente novamente."
|
msgstr "O pedido demorou demasiado. Por favor tente novamente."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -375,11 +375,11 @@ msgstr ""
|
|||||||
"Atualmente não conseguimos chegar ao servidor. Por favor tente outra vez. "
|
"Atualmente não conseguimos chegar ao servidor. Por favor tente outra vez. "
|
||||||
"Código de erro: {code}"
|
"Código de erro: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Estamos processando o seu pedido …"
|
msgstr "Estamos processando o seu pedido …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -389,7 +389,7 @@ msgstr ""
|
|||||||
"de um minuto, verifique a sua ligação à Internet e, em seguida, recarregue "
|
"de um minuto, verifique a sua ligação à Internet e, em seguida, recarregue "
|
||||||
"esta página e tente novamente."
|
"esta página e tente novamente."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Fechar mensagem"
|
msgstr "Fechar mensagem"
|
||||||
@@ -497,50 +497,50 @@ msgstr ""
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "Check-in QR"
|
msgstr "Check-in QR"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr "O ficheiro de fundo PDF não pôde ser carregado pela seguinte razão:"
|
msgstr "O ficheiro de fundo PDF não pôde ser carregado pela seguinte razão:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Grupo de objectos"
|
msgstr "Grupo de objectos"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Objecto de texto"
|
msgstr "Objecto de texto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Área do código de barras"
|
msgstr "Área do código de barras"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Barcode area"
|
#| msgid "Barcode area"
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Área do código de barras"
|
msgstr "Área do código de barras"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Powered by pretix"
|
msgstr "Powered by pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Objecto"
|
msgstr "Objecto"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Design do Bilhete"
|
msgstr "Design do Bilhete"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Salvar falhou."
|
msgstr "Salvar falhou."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Erro ao carregar o seu ficheiro PDF, por favor tente novamente."
|
msgstr "Erro ao carregar o seu ficheiro PDF, por favor tente novamente."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr "Quer mesmo deixar o editor sem guardar as suas alterações?"
|
msgstr "Quer mesmo deixar o editor sem guardar as suas alterações?"
|
||||||
|
|
||||||
@@ -664,22 +664,22 @@ msgstr "Recebes %(currency)s %(amount)s de volta"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Por favor insira o montante com que a organização pode ficar."
|
msgstr "Por favor insira o montante com que a organização pode ficar."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Por favor insira a quantidade para um tipo de bilhetes."
|
msgstr "Por favor insira a quantidade para um tipo de bilhetes."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Cart expired"
|
#| msgid "Cart expired"
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "Carrinho expirado"
|
msgstr "Carrinho expirado"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Fuso horário:"
|
msgstr "Fuso horário:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Sua hora local:"
|
msgstr "Sua hora local:"
|
||||||
|
|
||||||
|
|||||||
+1423
-1494
File diff suppressed because it is too large
Load Diff
@@ -7,11 +7,11 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-04-28 16:44+0000\n"
|
"POT-Creation-Date: 2022-06-09 15:47+0000\n"
|
||||||
"PO-Revision-Date: 2022-04-29 04:00+0000\n"
|
"PO-Revision-Date: 2022-04-29 04:00+0000\n"
|
||||||
"Last-Translator: Edd28 <chitu_edy@yahoo.com>\n"
|
"Last-Translator: Edd28 <chitu_edy@yahoo.com>\n"
|
||||||
"Language-Team: Romanian <https://translate.pretix.eu/projects/pretix/"
|
"Language-Team: Romanian <https://translate.pretix.eu/projects/pretix/pretix-"
|
||||||
"pretix-js/ro/>\n"
|
"js/ro/>\n"
|
||||||
"Language: ro\n"
|
"Language: ro\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -30,118 +30,118 @@ msgstr "Marcat ca plătit"
|
|||||||
msgid "Comment:"
|
msgid "Comment:"
|
||||||
msgstr "Comentariu:"
|
msgstr "Comentariu:"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:34
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:34
|
||||||
msgid "PayPal"
|
msgid "PayPal"
|
||||||
msgstr "PayPal"
|
msgstr "PayPal"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:35
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:35
|
||||||
msgid "Venmo"
|
msgid "Venmo"
|
||||||
msgstr "Venmo"
|
msgstr "Venmo"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:36
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:36
|
||||||
msgid "Apple Pay"
|
msgid "Apple Pay"
|
||||||
msgstr "Apple Pay"
|
msgstr "Apple Pay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:37
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:37
|
||||||
msgid "Itaú"
|
msgid "Itaú"
|
||||||
msgstr "Itaú"
|
msgstr "Itaú"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:38
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:38
|
||||||
msgid "PayPal Credit"
|
msgid "PayPal Credit"
|
||||||
msgstr "PayPal Credit"
|
msgstr "PayPal Credit"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:39
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:39
|
||||||
msgid "Credit Card"
|
msgid "Credit Card"
|
||||||
msgstr "Card bancar"
|
msgstr "Card bancar"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:40
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:40
|
||||||
msgid "PayPal Pay Later"
|
msgid "PayPal Pay Later"
|
||||||
msgstr "PayPal - Pay Later"
|
msgstr "PayPal - Pay Later"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:41
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:41
|
||||||
msgid "iDEAL"
|
msgid "iDEAL"
|
||||||
msgstr "iDEAL"
|
msgstr "iDEAL"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:42
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:42
|
||||||
msgid "SEPA Direct Debit"
|
msgid "SEPA Direct Debit"
|
||||||
msgstr "SEPA Direct Debit"
|
msgstr "SEPA Direct Debit"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:43
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:43
|
||||||
msgid "Bancontact"
|
msgid "Bancontact"
|
||||||
msgstr "Bancontact"
|
msgstr "Bancontact"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:44
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:44
|
||||||
msgid "giropay"
|
msgid "giropay"
|
||||||
msgstr "giropay"
|
msgstr "giropay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:45
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:45
|
||||||
msgid "SOFORT"
|
msgid "SOFORT"
|
||||||
msgstr "SOFORT"
|
msgstr "SOFORT"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:46
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:46
|
||||||
msgid "eps"
|
msgid "eps"
|
||||||
msgstr "eps"
|
msgstr "eps"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:47
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:47
|
||||||
msgid "MyBank"
|
msgid "MyBank"
|
||||||
msgstr "MyBank"
|
msgstr "MyBank"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:48
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:48
|
||||||
msgid "Przelewy24"
|
msgid "Przelewy24"
|
||||||
msgstr "Przelewy24"
|
msgstr "Przelewy24"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:49
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:49
|
||||||
msgid "Verkkopankki"
|
msgid "Verkkopankki"
|
||||||
msgstr "Verkkopankki"
|
msgstr "Verkkopankki"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:50
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:50
|
||||||
msgid "PayU"
|
msgid "PayU"
|
||||||
msgstr "PayU"
|
msgstr "PayU"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:51
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:51
|
||||||
msgid "BLIK"
|
msgid "BLIK"
|
||||||
msgstr "BLIK"
|
msgstr "BLIK"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:52
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:52
|
||||||
msgid "Trustly"
|
msgid "Trustly"
|
||||||
msgstr "Trustly"
|
msgstr "Trustly"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:53
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:53
|
||||||
msgid "Zimpler"
|
msgid "Zimpler"
|
||||||
msgstr "Zimpler"
|
msgstr "Zimpler"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:54
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:54
|
||||||
msgid "Maxima"
|
msgid "Maxima"
|
||||||
msgstr "Maxima"
|
msgstr "Maxima"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:55
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:55
|
||||||
msgid "OXXO"
|
msgid "OXXO"
|
||||||
msgstr "OXXO"
|
msgstr "OXXO"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:56
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:56
|
||||||
msgid "Boleto"
|
msgid "Boleto"
|
||||||
msgstr "Boleto"
|
msgstr "Boleto"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:57
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:57
|
||||||
msgid "WeChat Pay"
|
msgid "WeChat Pay"
|
||||||
msgstr "WeChat Pay"
|
msgstr "WeChat Pay"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:58
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:58
|
||||||
msgid "Mercado Pago"
|
msgid "Mercado Pago"
|
||||||
msgstr "Mercado Pago"
|
msgstr "Mercado Pago"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:152
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:157
|
||||||
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
#: pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js:48
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr "Continuă"
|
msgstr "Continuă"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:205
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:215
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:152
|
||||||
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
#: pretix/plugins/stripe/static/pretixplugins/stripe/pretix-stripe.js:183
|
||||||
msgid "Confirming your payment …"
|
msgid "Confirming your payment …"
|
||||||
msgstr "Se confirmă plata…"
|
msgstr "Se confirmă plata…"
|
||||||
|
|
||||||
#: pretix/plugins/paypal/static/pretixplugins/paypal/pretix-paypal.js:230
|
#: pretix/plugins/paypal2/static/pretixplugins/paypal2/pretix-paypal.js:240
|
||||||
msgid "Payment method unavailable"
|
msgid "Payment method unavailable"
|
||||||
msgstr "Metodă de plată indisponibilă"
|
msgstr "Metodă de plată indisponibilă"
|
||||||
|
|
||||||
@@ -306,7 +306,7 @@ msgid "close"
|
|||||||
msgstr "închide"
|
msgstr "închide"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:43
|
#: pretix/static/pretixbase/js/asynctask.js:43
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:119
|
#: pretix/static/pretixbase/js/asynctask.js:120
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request is currently being processed. Depending on the size of your "
|
"Your request is currently being processed. Depending on the size of your "
|
||||||
"event, this might take up to a few minutes."
|
"event, this might take up to a few minutes."
|
||||||
@@ -315,13 +315,13 @@ msgstr ""
|
|||||||
"evenimentului, aceasta poate dura câteva minute."
|
"evenimentului, aceasta poate dura câteva minute."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:48
|
#: pretix/static/pretixbase/js/asynctask.js:48
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:124
|
#: pretix/static/pretixbase/js/asynctask.js:125
|
||||||
msgid "Your request has been queued on the server and will soon be processed."
|
msgid "Your request has been queued on the server and will soon be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Solicitarea ta a fost transmisă către server și va fi procesată în curând."
|
"Solicitarea ta a fost transmisă către server și va fi procesată în curând."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:54
|
#: pretix/static/pretixbase/js/asynctask.js:54
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:130
|
#: pretix/static/pretixbase/js/asynctask.js:131
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your request arrived on the server but we still wait for it to be processed. "
|
"Your request arrived on the server but we still wait for it to be processed. "
|
||||||
"If this takes longer than two minutes, please contact us or go back in your "
|
"If this takes longer than two minutes, please contact us or go back in your "
|
||||||
@@ -331,14 +331,14 @@ msgstr ""
|
|||||||
"Dacă acest lucru durează mai mult de două minute, te rugăm să ne contactezi "
|
"Dacă acest lucru durează mai mult de două minute, te rugăm să ne contactezi "
|
||||||
"sau să revii în browser și să reîncerci."
|
"sau să revii în browser și să reîncerci."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:89
|
#: pretix/static/pretixbase/js/asynctask.js:90
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:175
|
#: pretix/static/pretixbase/js/asynctask.js:178
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:180
|
#: pretix/static/pretixbase/js/asynctask.js:183
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
#: pretix/static/pretixcontrol/js/ui/mail.js:24
|
||||||
msgid "An error of type {code} occurred."
|
msgid "An error of type {code} occurred."
|
||||||
msgstr "A avut loc o eroare de tipul {code}."
|
msgstr "A avut loc o eroare de tipul {code}."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:92
|
#: pretix/static/pretixbase/js/asynctask.js:93
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server, but we keep trying. Last error code: "
|
"We currently cannot reach the server, but we keep trying. Last error code: "
|
||||||
"{code}"
|
"{code}"
|
||||||
@@ -346,12 +346,12 @@ msgstr ""
|
|||||||
"Momentan nu putem comunica cu serverul, dar reîncercăm. Ultimul cod de "
|
"Momentan nu putem comunica cu serverul, dar reîncercăm. Ultimul cod de "
|
||||||
"eroare: {code}"
|
"eroare: {code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:144
|
#: pretix/static/pretixbase/js/asynctask.js:145
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
#: pretix/static/pretixcontrol/js/ui/mail.js:21
|
||||||
msgid "The request took too long. Please try again."
|
msgid "The request took too long. Please try again."
|
||||||
msgstr "Solicitarea a durat cam mult. Te rugăm să reîncerci."
|
msgstr "Solicitarea a durat cam mult. Te rugăm să reîncerci."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:183
|
#: pretix/static/pretixbase/js/asynctask.js:186
|
||||||
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
#: pretix/static/pretixcontrol/js/ui/mail.js:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"We currently cannot reach the server. Please try again. Error code: {code}"
|
"We currently cannot reach the server. Please try again. Error code: {code}"
|
||||||
@@ -359,11 +359,11 @@ msgstr ""
|
|||||||
"Momentan nu putem comunica cu serverul. Te rugăm să reîncerci. Cod eroare: "
|
"Momentan nu putem comunica cu serverul. Te rugăm să reîncerci. Cod eroare: "
|
||||||
"{code}"
|
"{code}"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:205
|
#: pretix/static/pretixbase/js/asynctask.js:208
|
||||||
msgid "We are processing your request …"
|
msgid "We are processing your request …"
|
||||||
msgstr "Se procesează solicitarea …"
|
msgstr "Se procesează solicitarea …"
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:213
|
#: pretix/static/pretixbase/js/asynctask.js:216
|
||||||
msgid ""
|
msgid ""
|
||||||
"We are currently sending your request to the server. If this takes longer "
|
"We are currently sending your request to the server. If this takes longer "
|
||||||
"than one minute, please check your internet connection and then reload this "
|
"than one minute, please check your internet connection and then reload this "
|
||||||
@@ -373,7 +373,7 @@ msgstr ""
|
|||||||
"un minut, te rugăm să verifici conexiunea la internet, să reîncarci această "
|
"un minut, te rugăm să verifici conexiunea la internet, să reîncarci această "
|
||||||
"pagină și să reîncerci."
|
"pagină și să reîncerci."
|
||||||
|
|
||||||
#: pretix/static/pretixbase/js/asynctask.js:270
|
#: pretix/static/pretixbase/js/asynctask.js:273
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
#: pretix/static/pretixcontrol/js/ui/main.js:71
|
||||||
msgid "Close message"
|
msgid "Close message"
|
||||||
msgstr "Închide mesajul"
|
msgstr "Închide mesajul"
|
||||||
@@ -479,49 +479,49 @@ msgstr "minute"
|
|||||||
msgid "Check-in QR"
|
msgid "Check-in QR"
|
||||||
msgstr "QR Check-in"
|
msgstr "QR Check-in"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:376
|
#: pretix/static/pretixcontrol/js/ui/editor.js:382
|
||||||
msgid "The PDF background file could not be loaded for the following reason:"
|
msgid "The PDF background file could not be loaded for the following reason:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Fișierul de fundal al PDF-ului nu a putut fi încărcat din această cauză:"
|
"Fișierul de fundal al PDF-ului nu a putut fi încărcat din această cauză:"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:624
|
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
||||||
msgid "Group of objects"
|
msgid "Group of objects"
|
||||||
msgstr "Grup de obiecte"
|
msgstr "Grup de obiecte"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:630
|
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
||||||
msgid "Text object"
|
msgid "Text object"
|
||||||
msgstr "Obiect Text"
|
msgstr "Obiect Text"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:632
|
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
||||||
msgid "Barcode area"
|
msgid "Barcode area"
|
||||||
msgstr "Zonă de Cod de bare"
|
msgstr "Zonă de Cod de bare"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:634
|
#: pretix/static/pretixcontrol/js/ui/editor.js:640
|
||||||
msgid "Image area"
|
msgid "Image area"
|
||||||
msgstr "Zonă de Imagine"
|
msgstr "Zonă de Imagine"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:636
|
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
||||||
msgid "Powered by pretix"
|
msgid "Powered by pretix"
|
||||||
msgstr "Dezvoltat de pretix"
|
msgstr "Dezvoltat de pretix"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:638
|
#: pretix/static/pretixcontrol/js/ui/editor.js:644
|
||||||
msgid "Object"
|
msgid "Object"
|
||||||
msgstr "Obiect"
|
msgstr "Obiect"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:642
|
#: pretix/static/pretixcontrol/js/ui/editor.js:648
|
||||||
msgid "Ticket design"
|
msgid "Ticket design"
|
||||||
msgstr "Design bilet"
|
msgstr "Design bilet"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:932
|
#: pretix/static/pretixcontrol/js/ui/editor.js:938
|
||||||
msgid "Saving failed."
|
msgid "Saving failed."
|
||||||
msgstr "Salvarea a eșuat."
|
msgstr "Salvarea a eșuat."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:982
|
#: pretix/static/pretixcontrol/js/ui/editor.js:988
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1021
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1027
|
||||||
msgid "Error while uploading your PDF file, please try again."
|
msgid "Error while uploading your PDF file, please try again."
|
||||||
msgstr "Eroare la încărcarea fișierului PDF, te rugăm să reîncerci."
|
msgstr "Eroare la încărcarea fișierului PDF, te rugăm să reîncerci."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/editor.js:1006
|
#: pretix/static/pretixcontrol/js/ui/editor.js:1012
|
||||||
msgid "Do you really want to leave the editor without saving your changes?"
|
msgid "Do you really want to leave the editor without saving your changes?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ești sigur că dorești să părăsești editorul fără a salva schimbările "
|
"Ești sigur că dorești să părăsești editorul fără a salva schimbările "
|
||||||
@@ -645,20 +645,20 @@ msgstr "Primești înapoi %(currency)s %(amount)s"
|
|||||||
msgid "Please enter the amount the organizer can keep."
|
msgid "Please enter the amount the organizer can keep."
|
||||||
msgstr "Introdu valoarea pe care o poate păstra organizatorul."
|
msgstr "Introdu valoarea pe care o poate păstra organizatorul."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:364
|
#: pretix/static/pretixpresale/js/ui/main.js:377
|
||||||
msgid "Please enter a quantity for one of the ticket types."
|
msgid "Please enter a quantity for one of the ticket types."
|
||||||
msgstr "Introdu cantitatea pentru unul dintre tipurile de bilete."
|
msgstr "Introdu cantitatea pentru unul dintre tipurile de bilete."
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:400
|
#: pretix/static/pretixpresale/js/ui/main.js:413
|
||||||
msgid "required"
|
msgid "required"
|
||||||
msgstr "necesar"
|
msgstr "necesar"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:503
|
#: pretix/static/pretixpresale/js/ui/main.js:516
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:522
|
#: pretix/static/pretixpresale/js/ui/main.js:535
|
||||||
msgid "Time zone:"
|
msgid "Time zone:"
|
||||||
msgstr "Fus orar:"
|
msgstr "Fus orar:"
|
||||||
|
|
||||||
#: pretix/static/pretixpresale/js/ui/main.js:513
|
#: pretix/static/pretixpresale/js/ui/main.js:526
|
||||||
msgid "Your local time:"
|
msgid "Your local time:"
|
||||||
msgstr "Ora locală:"
|
msgstr "Ora locală:"
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user