Update French biome.ts (#1386)

This commit is contained in:
Lugiad 2024-05-26 11:07:44 +02:00 committed by GitHub
parent 6e286257d3
commit 96491039fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const biome: SimpleTranslationEntries = { export const biome: SimpleTranslationEntries = {
"unknownLocation": "Dans un endroit inconnu", "unknownLocation": "vous avez oublié où",
"TOWN": "Ville", "TOWN": "Ville",
"PLAINS": "Plaines", "PLAINS": "Plaines",
"GRASS": "Herbes", "GRASS": "Herbes",
@ -17,9 +17,9 @@ export const biome: SimpleTranslationEntries = {
"BADLANDS": "Terres Sauvages", "BADLANDS": "Terres Sauvages",
"CAVE": "Grotte", "CAVE": "Grotte",
"DESERT": "Desert", "DESERT": "Desert",
"ICE_CAVE": "Caverne Glaciale", "ICE_CAVE": "Caverne Gelée",
"MEADOW": "Prairie", "MEADOW": "Prairie",
"POWER_PLANT": "Centrale Électrique", "POWER_PLANT": "Centrale",
"VOLCANO": "Volcan", "VOLCANO": "Volcan",
"GRAVEYARD": "Cimetière", "GRAVEYARD": "Cimetière",
"DOJO": "Dojo", "DOJO": "Dojo",
@ -34,7 +34,7 @@ export const biome: SimpleTranslationEntries = {
"TEMPLE": "Temple", "TEMPLE": "Temple",
"SLUM": "Bidonville", "SLUM": "Bidonville",
"SNOWY_FOREST": "Forêt Enneigée", "SNOWY_FOREST": "Forêt Enneigée",
"ISLAND": "Île", "ISLAND": "Ile",
"LABORATORY": "Laboratoire", "LABORATORY": "Laboratoire",
"END": "???", "END": "???",
} as const; } as const;