-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42e0545
commit b239179
Showing
1 changed file
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
import { SimpleTranslationEntries } from "#app/plugins/i18n"; | ||
|
||
export const biome: SimpleTranslationEntries = { | ||
"unknownLocation": "Somewhere you can\'t remember", | ||
"TOWN": "Town", | ||
"PLAINS": "Plains", | ||
"GRASS": "Grassy Field", | ||
"TALL_GRASS": "Tall Grass", | ||
"METROPOLIS": "Metropolis", | ||
"FOREST": "Forest", | ||
"SEA": "Sea", | ||
"SWAMP": "Swamp", | ||
"BEACH": "Beach", | ||
"LAKE": "Lake", | ||
"SEABED": "Seabed", | ||
"MOUNTAIN": "Mountain", | ||
"BADLANDS": "Badlands", | ||
"CAVE": "Cave", | ||
"DESERT": "Desert", | ||
"ICE_CAVE": "Ice Cave", | ||
"MEADOW": "Meadow", | ||
"POWER_PLANT": "Power Plant", | ||
"VOLCANO": "Volcano", | ||
"GRAVEYARD": "Graveyard", | ||
"unknownLocation": "Em algum lugar do qual você não se lembra", | ||
"TOWN": "Cidade", | ||
"PLAINS": "Planície", | ||
"GRASS": "Campo de Grama", | ||
"TALL_GRASS": "Campo de Grama Alta", | ||
"METROPOLIS": "Metrópole", | ||
"FOREST": "Floresta", | ||
"SEA": "Mar", | ||
"SWAMP": "Pântano", | ||
"BEACH": "Praia", | ||
"LAKE": "Lago", | ||
"SEABED": "Fundo do Mar", | ||
"MOUNTAIN": "Montanha", | ||
"BADLANDS": "Terras Áridas", | ||
"CAVE": "Caverna", | ||
"DESERT": "Deserto", | ||
"ICE_CAVE": "Caverna de Gelo", | ||
"MEADOW": "Prado", | ||
"POWER_PLANT": "Usina Elétrica", | ||
"VOLCANO": "Vulcão", | ||
"GRAVEYARD": "Cemitério", | ||
"DOJO": "Dojo", | ||
"FACTORY": "Factory", | ||
"RUINS": "Ancient Ruins", | ||
"WASTELAND": "Wasteland", | ||
"ABYSS": "Abyss", | ||
"SPACE": "Space", | ||
"CONSTRUCTION_SITE": "Construction Site", | ||
"JUNGLE": "Jungle", | ||
"FAIRY_CAVE": "Fairy Cave", | ||
"TEMPLE": "Temple", | ||
"SLUM": "Slum", | ||
"SNOWY_FOREST": "Snowy Forest", | ||
"ISLAND": "Island", | ||
"LABORATORY": "Laboratory", | ||
"FACTORY": "Fábrica", | ||
"RUINS": "Ruínas Abandonadas", | ||
"WASTELAND": "Terras Arrasadas", | ||
"ABYSS": "Abismo", | ||
"SPACE": "Espaço", | ||
"CONSTRUCTION_SITE": "Canteiro de Obras", | ||
"JUNGLE": "Selva", | ||
"FAIRY_CAVE": "Caverna das Fadas", | ||
"TEMPLE": "Templo", | ||
"SLUM": "Favela", | ||
"SNOWY_FOREST": "Floresta Nevada", | ||
"ISLAND": "Ilha", | ||
"LABORATORY": "Laboratório", | ||
"END": "???", | ||
} as const; |