Added captial letter to "Œuf", as it is in the games + "Options" to "Paramètres", more suitable translation

pull/307/head
Lugiad 2024-04-26 12:29:09 +02:00 committed by Samuel H
parent 46227d65f2
commit cc216d902a
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const menuUiHandler: SimpleTranslationEntries = {
"GAME_SETTINGS": 'Options',
"GAME_SETTINGS": 'Paramètres',
"ACHIEVEMENTS": "Succès",
"STATS": "Statistiques",
"VOUCHERS": "Coupons",
"EGG_LIST": "Liste des œufs",
"EGG_GACHA": "Gacha-œufs",
"EGG_LIST": "Liste des Œufs",
"EGG_GACHA": "Gacha-Œufs",
"MANAGE_DATA": "Mes données",
"COMMUNITY": "Communauté",
"RETURN_TO_TITLE": "Écran titre",
@ -20,4 +20,4 @@ export const menuUiHandler: SimpleTranslationEntries = {
"exportData": "Exporter données",
"cancel": "Retour",
"losingProgressionWarning": "Vous allez perdre votre progression depuis le début du combat. Continuer ?"
} as const;
} as const;