[strings] Add translations for security booths and offices, power portals

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-09-02 20:02:11 +07:00
committed by Konstantin Pastbin
parent 702eec643a
commit 4f34d27c6d
2 changed files with 6 additions and 0 deletions

View File

@@ -68,6 +68,9 @@
<string name="type.amenity.music_school">Music School</string> <string name="type.amenity.music_school">Music School</string>
<string name="type.amenity.language_school">Language School</string> <string name="type.amenity.language_school">Language School</string>
<string name="type.office.diplomatic">Embassy</string> <string name="type.office.diplomatic">Embassy</string>
<string name="type.office.security">Security Guards Office</string>
<string name="type.building.guardhouse">Security Booth</string>
<string name="type.power.portal">Power Portal</string>
<string name="type.amenity.fast_food">Fast Food</string> <string name="type.amenity.fast_food">Fast Food</string>
<string name="type.amenity.ferry_terminal">Ferry</string> <string name="type.amenity.ferry_terminal">Ferry</string>
<string name="type.amenity.fire_station">Fire Station</string> <string name="type.amenity.fire_station">Fire Station</string>

View File

@@ -69,6 +69,9 @@
"type.amenity.music_school" = "Music School"; "type.amenity.music_school" = "Music School";
"type.amenity.language_school" = "Language School"; "type.amenity.language_school" = "Language School";
"type.office.diplomatic" = "Embassy"; "type.office.diplomatic" = "Embassy";
"type.office.security" = "Security Guards Office";
"type.building.guardhouse" = "Security Booth";
"type.power.portal" = "Power Portal";
"type.amenity.fast_food" = "Fast Food"; "type.amenity.fast_food" = "Fast Food";
"type.amenity.ferry_terminal" = "Ferry"; "type.amenity.ferry_terminal" = "Ferry";
"type.amenity.fire_station" = "Fire Station"; "type.amenity.fire_station" = "Fire Station";