mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 13:44:42 -05:00
improve fr translation (#4486)
* improve fr translation * trim down truncated stat names
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user