From 14de5b46805a4cfec1dcfb2fbe7642b24d67ccc1 Mon Sep 17 00:00:00 2001 From: Charakiga <114514333+Charakiga@users.noreply.github.com> Date: Sat, 1 Oct 2022 00:52:26 +0200 Subject: [PATCH] Update common -->FR translation Added the translation for weapons classes names. --- public/locales/fr/common.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 2d0689286..884b83ef7 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -40,4 +40,16 @@ "tag.name.COUNT": "Entry limit", "tag.name.LAN": "LAN", "tag.name.QUALIFIER": "Qualifications" + + "weapon.category.SHOOTERS": "Liquidateurs", + "weapon.category.BLASTERS": "Blasters", + "weapon.category.ROLLERS": "Rouleaux", + "weapon.category.BRUSHES": "Epinceaux", + "weapon.category.CHARGERS": "Concentrateurs", + "weapon.category.SLOSHERS": "Seauceurs", + "weapon.category.SPLATLINGS": "Badigeonneurs", + "weapon.category.DUALIES": "Double encreurs", + "weapon.category.BRELLAS": "Para-encres", + "weapon.category.STRINGERS": "Trisperceurs", + "weapon.category.SPLATANAS": "Eclatanas" }