[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 zyphlar
parent 73df73ba0c
commit 238b63acef
53 changed files with 189 additions and 107 deletions

View File

@@ -375,7 +375,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

@@ -383,7 +383,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

@@ -402,7 +402,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";