Translations: Update wordlist

This commit is contained in:
Raphael Michel
2023-04-05 11:02:37 +02:00
parent 31a2a40bce
commit eabcececb0
43 changed files with 47 additions and 192 deletions

View File

@@ -648,7 +648,7 @@ class Item(LoggedModel):
help_text=_(
'If this product should be stored on a re-usable physical medium, you can attach a physical media policy. '
'This is not required for regular tickets, which just use a one-time barcode, but only for products like '
'renewable season tickets or re-chargable gift card wristbands. '
'renewable season tickets or re-chargeable gift card wristbands. '
'This is an advanced feature that also requires specific configuration of ticketing and printing settings.'
)
)

View File

@@ -457,7 +457,7 @@ DEFAULT_VARIABLES = OrderedDict((
}),
("medium_identifier", {
"label": _("Reusable Medium ID"),
"editor_sample": _("ABC1234DEF4567"),
"editor_sample": "ABC1234DEF4567",
"evaluate": lambda op, order, ev: op.linked_media.all()[0].identifier if op.linked_media.all() else "",
}),
("seat", {