improve fr translation (#4486)

* improve fr translation

* trim down truncated stat names
This commit is contained in:
Muhammad Kassar
2025-05-04 20:16:07 +02:00
committed by GitHub
parent 0e0d812d83
commit a77e60d8d8

View File

@@ -1,16 +1,16 @@
{
"StatNames": {
"Names": ["PV", "Atq", "Def", "AtS", "DeS", "Vit"],
"Names": ["PV", "Atq", "Déf", "AttS", "DéfS", "Vit"],
"ValueGap": " ",
"Separator": " / "
},
"StatNamesFull": {
"Names": ["PV", "Attaque", "Défense", "Atq. Spé.", "Déf. Spé.", "Vitesse"],
"Names": ["PV", "Attaque", "Défense", "Att. Spé.", "Déf. Spé.", "Vitesse"],
"ValueGap": " ",
"Separator": " / "
},
"Male": "Homme",
"Female": "Femme",
"Male": "Mâle",
"Female": "Femelle",
"Left": [
{ "Token": "Friendship", "Text": "Bonheur : " },
{ "Token": "EVs", "Text": "EVs : " },
@@ -21,15 +21,15 @@
{ "Token": "Ability", "Text": "Talent : " },
{ "Token": "DynamaxLevel", "Text": "Niveau Dynamax : " },
{ "Token": "TeraType", "Text": "Type Téra : " },
{ "Token": "Nature", "Text": "Nature " },
{ "Token": "Gender", "Text": "Gender : "},
{ "Token": "Nature", "Text": "Nature : " },
{ "Token": "Gender", "Text": "Sexe : "},
{ "Token": "Nickname", "Text": "Surnom : "},
{ "Token": "HeldItem", "Text": "Objet : "}
],
"Right": [
],
"Center": [
{ "Token": "Shiny", "Text": "Chromatique: Oui" },
{ "Token": "Gigantamax", "Text": "Gigamax: Oui" }
{ "Token": "Shiny", "Text": "Chromatique : Oui" },
{ "Token": "Gigantamax", "Text": "Gigamax : Oui" }
]
}