[types] Add name for communication masts

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-11-19 12:45:59 +01:00
committed by Yannik Bloscheck
parent a6057af12d
commit 84f7687b98
5 changed files with 18 additions and 5 deletions

View File

@@ -732,8 +732,10 @@
<string name="type.man_made.tower">Turm</string>
<!-- A huge telecommunications tower. Often a local monument or a landmark. -->
<string name="type.man_made.communications_tower">Funkturm</string>
<!-- A regular telecommunications tower / mast. -->
<!-- A regular telecommunications tower. -->
<string name="type.man_made.tower.communication">Funkturm</string>
<!-- A regular telecommunications mast. -->
<string name="type.man_made.mast.communication">Funkmast</string>
<!-- A deep hole drilled into the earth to extract oil or gas. -->
<string name="type.man_made.petroleum_well">Öl- oder Gasbohrung</string>
<!-- A tower/mast constructed to burn off excess gas. -->

View File

@@ -783,8 +783,10 @@
<string name="type.man_made.tower">Tower</string>
<!-- A huge telecommunications tower. Often a local monument or a landmark. -->
<string name="type.man_made.communications_tower">Communications Tower</string>
<!-- A regular telecommunications tower / mast. -->
<!-- A regular telecommunications tower. -->
<string name="type.man_made.tower.communication">Communications Tower</string>
<!-- A regular telecommunications mast. -->
<string name="type.man_made.mast.communication">Communications Mast</string>
<!-- A deep hole drilled into the earth to extract oil or gas. -->
<string name="type.man_made.petroleum_well">Oil or Gas Well</string>
<!-- A tower/mast constructed to burn off excess gas. -->

View File

@@ -820,9 +820,12 @@
/* A huge telecommunications tower. Often a local monument or a landmark. */
"type.man_made.communications_tower" = "Funkturm";
/* A regular telecommunications tower / mast. */
/* A regular telecommunications tower. */
"type.man_made.tower.communication" = "Funkturm";
/* A regular telecommunications mast. */
"type.man_made.mast.communication" = "Funkmast";
/* A deep hole drilled into the earth to extract oil or gas. */
"type.man_made.petroleum_well" = "Öl- oder Gasbohrung";

View File

@@ -833,9 +833,12 @@
/* A huge telecommunications tower. Often a local monument or a landmark. */
"type.man_made.communications_tower" = "Communications Tower";
/* A regular telecommunications tower / mast. */
/* A regular telecommunications tower. */
"type.man_made.tower.communication" = "Communications Tower";
/* A regular telecommunications mast. */
"type.man_made.mast.communication" = "Communications Mast";
/* A deep hole drilled into the earth to extract oil or gas. */
"type.man_made.petroleum_well" = "Oil or Gas Well";

View File

@@ -864,9 +864,12 @@
/* A huge telecommunications tower. Often a local monument or a landmark. */
"type.man_made.communications_tower" = "Communications Tower";
/* A regular telecommunications tower / mast. */
/* A regular telecommunications tower. */
"type.man_made.tower.communication" = "Communications Tower";
/* A regular telecommunications mast. */
"type.man_made.mast.communication" = "Communications Mast";
/* A deep hole drilled into the earth to extract oil or gas. */
"type.man_made.petroleum_well" = "Oil or Gas Well";