be a bit more verbose with text
This commit is contained in:
@@ -27,11 +27,11 @@ tour_register: "Jetzt anmelden"
|
|||||||
tour_register_title: "Zur Tour anmelden"
|
tour_register_title: "Zur Tour anmelden"
|
||||||
more_infos: "Mehr Infos"
|
more_infos: "Mehr Infos"
|
||||||
new_header: "Laufende Ausstellung • Performances • Immersive Theater Tour"
|
new_header: "Laufende Ausstellung • Performances • Immersive Theater Tour"
|
||||||
scientific_background: "Scientific background"
|
scientific_background: "Wissenschaftlicher Hintergrund zu Digital Shadows"
|
||||||
calendar: "Kalender"
|
calendar: "Kalender"
|
||||||
cal_options: "Wähle wie du den Kalender anzeigen willst"
|
cal_options: "Wähle wie du den Kalender anzeigen willst"
|
||||||
cal_new_tab: "In neuen Tab öffnen"
|
cal_new_tab: "In neuen Tab öffnen"
|
||||||
cal_show_here: "Hier anzeigen"
|
cal_show_here: "Hier anzeigen <small>(Google Inhalt laden)</small>"
|
||||||
|
|
||||||
# Game page
|
# Game page
|
||||||
game_title: "Wer findet die meisten Kameras?"
|
game_title: "Wer findet die meisten Kameras?"
|
||||||
|
@@ -28,11 +28,11 @@ tour_register: "Register now"
|
|||||||
tour_register_title: "Register a slot"
|
tour_register_title: "Register a slot"
|
||||||
more_infos: "More infos"
|
more_infos: "More infos"
|
||||||
new_header: "Ongoing Exhibition • Performances • Immersive Tour"
|
new_header: "Ongoing Exhibition • Performances • Immersive Tour"
|
||||||
scientific_background: "Scientific background"
|
scientific_background: "Scientific background to Digital Shadows"
|
||||||
calendar: "Calendar"
|
calendar: "Calendar"
|
||||||
cal_options: "Choose how you'd like to access the calendar"
|
cal_options: "Choose how you'd like to access the calendar"
|
||||||
cal_new_tab: "Open in New Tab"
|
cal_new_tab: "Open in New Tab"
|
||||||
cal_show_here: "Show here"
|
cal_show_here: "Show here <small>(load Google content)</small>"
|
||||||
|
|
||||||
# Game page
|
# Game page
|
||||||
game_title: "Who finds the most cameras?"
|
game_title: "Who finds the most cameras?"
|
||||||
|
@@ -94,7 +94,7 @@ pub(super) async fn index(cookies: CookieJar, headers: HeaderMap) -> Markup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button #embed-calendar .embed-button {
|
button #embed-calendar .embed-button {
|
||||||
(t!("cal_show_here"))
|
(PreEscaped(t!("cal_show_here")))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user