From: Koockies <52840223+Koockies@users.noreply.github.com> Date: Mon, 3 May 2021 00:04:28 +0000 (+0200) Subject: Create fr_fr.json (#90) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=4f83322776a51934b5053d3668f9b29a01e8b1bc;p=LightOverlay.git Create fr_fr.json (#90) Added French translations for LightOverlay. --- diff --git a/common/src/main/resources/assets/lightoverlay/lang/fr_fr.json b/common/src/main/resources/assets/lightoverlay/lang/fr_fr.json new file mode 100644 index 0000000..a6329c5 --- /dev/null +++ b/common/src/main/resources/assets/lightoverlay/lang/fr_fr.json @@ -0,0 +1,20 @@ +{ + "key.lightoverlay.category": "Light Overlay", + "key.lightoverlay.enable_overlay": "Activer Light Overlay", + "description.lightoverlay.caching": "La mise en cache est recommandée si la portée est supérieure à 16 ou si vous utilisez un appareil peu performant.", + "config.lightoverlay.general": "Général", + "config.lightoverlay.reach": "Portée :", + "config.lightoverlay.caching": "Mise en cache :", + "config.lightoverlay.crossLevel": "Niveau de luminosité :", + "config.lightoverlay.secondaryLevel": "Niveau de luminosité secondaire :", + "config.lightoverlay.showNumber": "Afficher des nombres :", + "config.lightoverlay.smoothLines": "Lignes lisses :", + "config.lightoverlay.underwater": "Afficher sous l'eau :", + "config.lightoverlay.lineWidth": "Largeur des lignes :", + "config.lightoverlay.yellowColor": "Couleur jaune :", + "config.lightoverlay.secondaryColor": "Couleur secondaire :", + "config.lightoverlay.redColor": "Couleur rouge :", + "config.lightoverlay.invalidColor": "Couleur non valide", + "config.lightoverlay.mushroom": "Afficher dans les biomes champignons :", + "config.lightoverlay.useListWhileCaching": "Utiliser glList à la mise en cache :" +}