mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[styles] Differentiate between different entrances
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
c49c414ec4
commit
ef280c7f89
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user