Skip to content

Commit

Permalink
feat(#241): warn about limited availabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed May 25, 2024
1 parent 916ea00 commit 3d08542
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 11 deletions.
15 changes: 14 additions & 1 deletion src/components/funnels/funnels/register/steps/ticket/level.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,20 @@ const TicketLevel = (_: ReadonlyRouteComponentProps) => {
label="Late Fee"
price="+15" ></TicketLevelFootnote>
</Localized>
</ModifiersSection> : undefined }
<Localized id="register-ticket-level-footnote-late-sponsors" attrs={{ label: true, description: true, price: false }}>
<TicketLevelFootnote
marker="**"
label="Subject to availability if booked less than 1 month before the convention!"
price="" ></TicketLevelFootnote>
</Localized>
</ModifiersSection> : <ModifiersSection>
<Localized id="register-ticket-level-footnote-late-sponsors" attrs={{ label: true, description: true, price: false }}>
<TicketLevelFootnote
marker="**"
label="Subject to availability if booked less than 1 month before the convention!"
price="" ></TicketLevelFootnote>
</Localized>
</ModifiersSection> }
<AddonsSection>
<Localized id="register-ticket-level-addons-title"><h3>Select add-ons</h3></Localized>
<AddonsContainer>
Expand Down
14 changes: 9 additions & 5 deletions src/localizations/de-DE.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ register-ticket-level-card-sponsor =
+ Teilnahme an den regulären Events
+ früher Zugang zu Dealers' Den und Art Show (Donnerstag)
+ Prioritäts-Warteschlange bei bestimmten Events
+ Sponsor-Paket
+ kostenloses T-Shirt
+ Sponsor-Paket**
+ kostenloses T-Shirt**
.label = Sponsor
.priceLabel = {$type ->
Expand All @@ -236,8 +236,8 @@ register-ticket-level-card-super-sponsor =
+ Teilnahme an den regulären Events
+ Besonders früher Zugang zu Dealers' Den und Art Show (Donnerstag)
+ Prioritäts-Warteschlange bei bestimmten Events
+ Super-Sponsor-Paket
+ kostenloses T-Shirt
+ Super-Sponsor-Paket**
+ kostenloses T-Shirt**
.label = Supersponsor
.priceLabel = {$type ->
Expand All @@ -253,6 +253,10 @@ register-ticket-level-modifiers-late-fee =
.label = Spätbucheraufschlag (bei Zahlung ab 1. Juni)
.price = +15 €
register-ticket-level-footnote-late-sponsors =
.label = Nach Verfügbarkeit bei Buchung weniger als 1 Monat vor der Convention!
.price = .
register-ticket-level-expiration-notice = Registriere Dich vor dem {DATETIME($expirationDate, day: "numeric", month: "long")}
register-ticket-level-addons-title = Zusatzoptionen auswählen
Expand All @@ -263,7 +267,7 @@ register-ticket-level-addons-item-stage-pass =
register-ticket-level-addons-item-tshirt =
.label = Eurofurence T-shirt
.description = Hochwertiges T-Shirt aus 100% Baumwolle. Du kannst es auch vor Ort kaufen, aber hier kannst Du es in Deiner Größe vorbestellen.
.description = Hochwertiges T-Shirt aus 100% Baumwolle. Du kannst es auch vor Ort kaufen, aber wenn Du es mindestens einen Monat vor der Convention vorbestellst, bekommst Du auch sicher eines.
register-ticket-level-addons-item-tshirt-option-size =
.label = T-Shirt-Größe
Expand Down
14 changes: 9 additions & 5 deletions src/localizations/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ register-ticket-level-card-sponsor =
+ participation in scheduled events
+ early access to the Dealers' Den and Art Show (Thursday)
+ priority queueing for certain events
+ Sponsor pack
+ free T-shirt
+ Sponsor pack**
+ free T-shirt**
.label = Sponsor
.priceLabel = {$type ->
Expand All @@ -236,8 +236,8 @@ register-ticket-level-card-super-sponsor =
+ participation in scheduled events
+ super-early access to the Dealers' Den and Art Show (Thursday)
+ priority queueing for certain events
+ Super Sponsor pack
+ free T-shirt
+ Super Sponsor pack**
+ free T-shirt**
.label = Super sponsor
.priceLabel = {$type ->
Expand All @@ -253,6 +253,10 @@ register-ticket-level-modifiers-late-fee =
.label = Late Fee (if paid June 1st or later)
.price = + €15
register-ticket-level-footnote-late-sponsors =
.label = Subject to availability if booked less than 1 month before the convention!
.price = .
register-ticket-level-expiration-notice = Register before {DATETIME($expirationDate, day: "numeric", month: "long")}
register-ticket-level-addons-title = Select add-ons
Expand All @@ -263,7 +267,7 @@ register-ticket-level-addons-item-stage-pass =
register-ticket-level-addons-item-tshirt =
.label = Eurofurence T-shirt
.description = 100% cotton, high-quality T-shirts. You can also purchase these at the event, but purchasing one now will guarantee availability of your size.
.description = 100% cotton, high-quality T-shirts. You can also purchase these at the event, but purchasing one at least one month before the convention will guarantee availability of your size.
register-ticket-level-addons-item-tshirt-option-size =
.label = T-shirt size
Expand Down

0 comments on commit 3d08542

Please sign in to comment.