forked from shedaniel/LightOverlay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added French translations for LightOverlay.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
common/src/main/resources/assets/lightoverlay/lang/fr_fr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 :" | ||
} |