corrected weirdo strings
This commit is contained in:
parent
9fab537a58
commit
56a66f3c03
1 changed files with 10 additions and 12 deletions
|
@ -77,19 +77,17 @@ class Language(Enum):
|
|||
|
||||
config_filename = "config.json"
|
||||
|
||||
var_corona_msg_de = """
|
||||
Bitte halten Sie sich an die AHA-Regeln in der Mensa und achten sie auf die
|
||||
vorgegebenen Markierung und Hinweise. Den aktuellen Corona-Status an der HS Mittweida
|
||||
können Sie an der [Corona-Ampel](https://www.hs-mittweida.de/) oder im [Corona-Newsticker]
|
||||
(https://www.hs-mittweida.de/index.php?id=247957) der Hochschule einsehen. Nur *ZUSAMMEN*
|
||||
bewirken wir etwas und bewätigen die Pandemie. Bleiben Sie gesund."""
|
||||
var_corona_msg_de = "Bitte halten Sie sich an die AHA-Regeln in der Mensa und achten sie auf die "\
|
||||
"vorgegebenen Markierung und Hinweise. Den aktuellen Corona-Status an der HS Mittweida "\
|
||||
"können Sie an der [Corona-Ampel](https://www.hs-mittweida.de/) oder im [Corona-Newsticker]"\
|
||||
"(https://www.hs-mittweida.de/index.php?id=247957) der Hochschule einsehen. Nur *ZUSAMMEN* "\
|
||||
"bewirken wir etwas und bewätigen die Pandemie. Bleiben Sie gesund."
|
||||
|
||||
var_corona_msg_eng = """
|
||||
Please follow the AHA rules in the cafeteria and pay attention to the given markings
|
||||
and instructions. You can see the current Corona status of HS Mittweida at the [Corona
|
||||
traffic light](https://www.hs-mittweida.de/) or in the [Corona news ticker]
|
||||
(https://www.hs-mittweida.de/index.php?id=247957) of the university. Only *TOGETHER* we
|
||||
make a difference and overcome the pandemic. Stay healthy."""
|
||||
var_corona_msg_eng = "Please follow the AHA rules in the cafeteria and pay attention to the given markings "\
|
||||
"and instructions. You can see the current Corona status of HS Mittweida at the [Corona"\
|
||||
"traffic light](https://www.hs-mittweida.de/) or in the [Corona news ticker]"\
|
||||
("https://www.hs-mittweida.de/index.php?id=247957) of the university. Only *TOGETHER* we "\
|
||||
"make a difference and overcome the pandemic. Stay healthy."
|
||||
|
||||
info_str = """
|
||||
*Inoffizieller Mensa-Bot der Hochschule Mittweida*\nDieser Bot versendet jeden Tag um 10 Uhr den aktuellen
|
||||
|
|
Loading…
Reference in a new issue