[styles] Differentiate between different entrances

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-11-07 17:06:22 +01:00
committed by Yannik Bloscheck
parent c49c414ec4
commit ef280c7f89
53 changed files with 185 additions and 107 deletions

View File

@@ -384,7 +384,12 @@
<string name="type.entrance">Eingang</string>
<!-- This is for main/primary entrances, for secondary entrances see type.entrance -->
<string name="type.entrance.main">Haupteingang</string>
<string name="type.entrance.exit">Ausgang</string>
<string name="type.entrance.house">Hauseingang</string>
<string name="type.entrance.garage">Garageneingang</string>
<string name="type.entrance.service">Serviceeingang</string>
<string name="type.entrance.entry">(Nur) Eingang</string>
<string name="type.entrance.exit">(Nur) Ausgang</string>
<string name="type.entrance.emergency">Notausgang</string>
<string name="type.fee.no">Kostenlos</string>
<string name="type.healthcare.laboratory">Medizinisches Labor</string>
<string name="type.healthcare.physiotherapist">Physiotherapie</string>

View File

@@ -421,7 +421,12 @@
<string name="type.entrance">Entrance</string>
<!-- This is for main/primary entrances, for secondary entrances see type.entrance -->
<string name="type.entrance.main">Main Entrance</string>
<string name="type.entrance.exit">Exit</string>
<string name="type.entrance.house">House Entrance</string>
<string name="type.entrance.garage">Garage Entrance</string>
<string name="type.entrance.service">Service Entrance</string>
<string name="type.entrance.entry">Entry (Only)</string>
<string name="type.entrance.exit">Exit (Only)</string>
<string name="type.entrance.emergency">Emergency Exit</string>
<string name="type.fee.yes">$</string>
<string name="type.fee.no">Free</string>
<string name="type.healthcare.laboratory">Medical Laboratory</string>