From f4bb6dfca7f2aeaf4aabb75ca3741068209616f0 Mon Sep 17 00:00:00 2001 From: Cereb Date: Sat, 16 Nov 2024 12:06:35 +0100 Subject: [PATCH 1/4] Update French localization by Cereb --- lang/fr/vampire-fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/vampire-fr.json b/lang/fr/vampire-fr.json index 8b5f7622..9b3b7d4d 100644 --- a/lang/fr/vampire-fr.json +++ b/lang/fr/vampire-fr.json @@ -21,7 +21,7 @@ "BestialFailure": "Échec Bestial", "Blood": "Sang", "BloodPotency": "Puissance du Sang", - "BloodResonance": "Résonnance", + "BloodResonance": "Résonance", "BloodSorcery": "Sorcellerie du sang", "BloodSurge": "Coup de sang", "Celerity": "Célérité", @@ -111,4 +111,4 @@ "VampireDice": "Dé de Vampire" } } -} \ No newline at end of file +} From 2e13123e6b3f1efc94275dab59743579e70e6b4f Mon Sep 17 00:00:00 2001 From: Cereb Date: Sat, 16 Nov 2024 12:10:58 +0100 Subject: [PATCH 2/4] Update French localization by Cereb --- lang/fr/core-fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/core-fr.json b/lang/fr/core-fr.json index 0d27ead6..095230ea 100644 --- a/lang/fr/core-fr.json +++ b/lang/fr/core-fr.json @@ -145,11 +145,11 @@ }, "Experience": { "AddExperience": "Ajouter points d'exp.", - "Calculated": "Calculer", + "Calculated": "Utilisé avant 5.0", "EditExperience": "Éditer", "History": "Historique d'exp.", "Label": "Expérience", - "Legacy": "Legacy", + "Legacy": "Distribué avant 5.0", "NewExperience": "Distribuer points d'exp.", "Remaining": "Restant", "SpendExperience": "Dépenser points d'exp.", From 9e05330375904fe0caaca781ec6d790e41623b60 Mon Sep 17 00:00:00 2001 From: Cereb Date: Tue, 19 Nov 2024 02:00:58 +0100 Subject: [PATCH 3/4] Update French localization by Cereb Correction regarding "Legacy" and "Calculated" --- lang/fr/core-fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/core-fr.json b/lang/fr/core-fr.json index 095230ea..8e09ea79 100644 --- a/lang/fr/core-fr.json +++ b/lang/fr/core-fr.json @@ -145,11 +145,11 @@ }, "Experience": { "AddExperience": "Ajouter points d'exp.", - "Calculated": "Utilisé avant 5.0", + "Calculated": "Calculé", "EditExperience": "Éditer", "History": "Historique d'exp.", "Label": "Expérience", - "Legacy": "Distribué avant 5.0", + "Legacy": "Hérité", "NewExperience": "Distribuer points d'exp.", "Remaining": "Restant", "SpendExperience": "Dépenser points d'exp.", From 632f9b3ccd94bbf813ca543bfb7cb40d9a885e71 Mon Sep 17 00:00:00 2001 From: Cereb Date: Tue, 19 Nov 2024 02:33:04 +0100 Subject: [PATCH 4/4] Update French localization for new added keys --- lang/fr/core-fr.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/fr/core-fr.json b/lang/fr/core-fr.json index 8ac2e1e2..13d8d376 100644 --- a/lang/fr/core-fr.json +++ b/lang/fr/core-fr.json @@ -219,17 +219,17 @@ "AllStringPools": "Chaque {string}", "Always": "Toujours", "DisplayWhenInactive": "Montrer quand inactif", - "_FlatModifier": "", - "_FlatModifierSource": "", + "FlatModifier": "Modificateur fixe", + "FlatModifierSource": "Source du Modificateur fixe", "IfEquals": "Si égal à ...", "IfPathIs": "Si chemin d'accès est ...", - "_Mode": "", + "Mode": "Mode", "Never": "Jamais", "NewModifier": "Nouveau modificateur", "NewSpecialty": "Nouvelle spécialité", "Path": "Chemin d'accès", "PathToCheck": "Chemin d'accès à vérifier", - "_RemoveEffect": "", + "RemoveEffect": "Retirer l'effet", "Selectors": "Mots clés", "Unless": "Sinon", "ValueToCheck": "Valeur à vérifier" @@ -420,4 +420,4 @@ "TokenSettings": "Configuration du token" } } -} \ No newline at end of file +}