[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

@@ -410,7 +410,12 @@
/* This is for main/primary entrances, for secondary entrances see type.entrance */
"type.entrance.main" = "Haupteingang";
"type.entrance.exit" = "Ausgang";
"type.entrance.house" = "Hauseingang";
"type.entrance.garage" = "Garageneingang";
"type.entrance.service" = "Serviceeingang";
"type.entrance.entry" = "(Nur) Eingang";
"type.entrance.exit" = "(Nur) Ausgang";
"type.entrance.emergency" = "Notausgang";
"type.fee.yes" = "$";
"type.fee.no" = "Kostenlos";
"type.healthcare.laboratory" = "Medizinisches Labor";

View File

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

View File

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