Modification of the fr translation for menu-ui-handler
- Reduction of "MANAGE_DATA" and "LOG_OUT" strings to avoid overflowing the window border - Added missing space for "losingProgressionWarning". - Inversion of words in "importSlotSelect" and "exportSlotSelect" strings + sentence completion to make it clearerpull/295/head
parent
4a703c938d
commit
b8ce1da3bc
|
@ -7,17 +7,17 @@ export const menuUiHandler: SimpleTranslationEntries = {
|
||||||
"VOUCHERS": "Coupons",
|
"VOUCHERS": "Coupons",
|
||||||
"EGG_LIST": "Liste des œufs",
|
"EGG_LIST": "Liste des œufs",
|
||||||
"EGG_GACHA": "Gacha-œufs",
|
"EGG_GACHA": "Gacha-œufs",
|
||||||
"MANAGE_DATA": "Gestion données",
|
"MANAGE_DATA": "Mes données",
|
||||||
"COMMUNITY": "Communauté",
|
"COMMUNITY": "Communauté",
|
||||||
"RETURN_TO_TITLE": "Écran titre",
|
"RETURN_TO_TITLE": "Écran titre",
|
||||||
"LOG_OUT": "Se déconnecter",
|
"LOG_OUT": "Déconnexion",
|
||||||
"slot": "Emplacement {{slotNumber}}",
|
"slot": "Emplacement {{slotNumber}}",
|
||||||
"importSession": "Importer session",
|
"importSession": "Importer session",
|
||||||
"importSlotSelect": "Sélectionnez l'emplacement depuis lequel importer.",
|
"importSlotSelect": "Sélectionnez l'emplacement vers lequel importer les données.",
|
||||||
"exportSession": "Exporter session",
|
"exportSession": "Exporter session",
|
||||||
"exportSlotSelect": "Sélectionnez l'emplacement vers lequel exporter.",
|
"exportSlotSelect": "Sélectionnez l'emplacement depuis lequel exporter les données.",
|
||||||
"importData": "Importer données",
|
"importData": "Importer données",
|
||||||
"exportData": "Exporter données",
|
"exportData": "Exporter données",
|
||||||
"cancel": "Retour",
|
"cancel": "Retour",
|
||||||
"losingProgressionWarning": "Vous allez perdre votre progression depuis le début du combat. Continuer?"
|
"losingProgressionWarning": "Vous allez perdre votre progression depuis le début du combat. Continuer ?"
|
||||||
} as const;
|
} as const;
|
Loading…
Reference in New Issue