diff --git a/js/web/i18n/fr.js b/js/web/i18n/fr.js index c68982601..39d92bccf 100644 --- a/js/web/i18n/fr.js +++ b/js/web/i18n/fr.js @@ -22,8 +22,8 @@ let i18n = { "HelpLink": "https://foe-rechner.de/extension/index#Eigenanteilsrechner", "Step": "Niveau", "ArcBonus": "Bonus Arche", - "PatronPart": "Patron share: ", - "OwnPart": "Contribution personnelle", + "PatronPart": "Contribution externe :", + "OwnPart": "Contribution personnelle :", "LGTotalFP": "Total PFs", "ExternalFP": "PFs externes", "Order": "Séquence", @@ -53,13 +53,13 @@ let i18n = { "Title" : "PFs - Productions", "TotalFPs": "Total PFs pour tous les batiments: ", "Amount": "Nombre", - "FPBar" : "PFs-Stock: " + "FPBar" : "PFs en stock: " }, "Productions" : { "Title" : "Vue d'ensemble des productions", "SearchInput": "Chercher un batiment...", - "Total" : "Totalement: ", + "Total" : "Total: ", "ModeGroups": "Grouper", "ModeSingle": "Individuel", "Headings" : { @@ -178,4 +178,4 @@ let i18n = { "Desc" : "Affiche un menu pour les ressources de la colonie
Note: Un rechargement du jeu est requis." } } -}; \ No newline at end of file +};