[Localization(it)] Update biome.ts (#2216)

Fixed a couple of issues with biomes
This commit is contained in:
Niccolò 2024-06-14 22:48:23 +02:00 committed by GitHub
parent 75b1c62614
commit 6af4ea96d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -4,8 +4,8 @@ export const biome: SimpleTranslationEntries = {
"unknownLocation": "Da qualche parte che non ricordi",
"TOWN": "Città",
"PLAINS": "Pianure",
"GRASS": "Campo Erboso",
"TALL_GRASS": "Erba Alta",
"GRASS": "Campo erboso",
"TALL_GRASS": "Erba alta",
"METROPOLIS": "Metropoli",
"FOREST": "Foresta",
"SEA": "Mare",
@ -15,25 +15,25 @@ export const biome: SimpleTranslationEntries = {
"SEABED": "Fondale",
"MOUNTAIN": "Montagna",
"BADLANDS": "Calanchi",
"CAVE": "Grotta",
"CAVE": "Caverna",
"DESERT": "Deserto",
"ICE_CAVE": "Grotta Ghiacciata",
"ICE_CAVE": "Caverna ghiacciata",
"MEADOW": "Prato",
"POWER_PLANT": "Centrale Elettrica",
"POWER_PLANT": "Centrale elettrica",
"VOLCANO": "Vulcano",
"GRAVEYARD": "Cimitero",
"DOJO": "Dojo",
"FACTORY": "Fabbrica",
"RUINS": "Antiche Rovine",
"RUINS": "Antiche rovine",
"WASTELAND": "Terra Desolata",
"ABYSS": "Abisso",
"SPACE": "Spazio",
"CONSTRUCTION_SITE": "Cantiere",
"JUNGLE": "Giungla",
"FAIRY_CAVE": "Grotta Fatata",
"FAIRY_CAVE": "Caverna fatata",
"TEMPLE": "Tempio",
"SLUM": "Bassifondi",
"SNOWY_FOREST": "Foresta Innevata",
"SNOWY_FOREST": "Foresta innevata",
"ISLAND": "Isola",
"LABORATORY": "Laboratorio",
"END": "???",