-
Notifications
You must be signed in to change notification settings - Fork 66
Add fr_fr #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
HollishKid
wants to merge
7
commits into
FTBTeam:dev
Choose a base branch
from
HollishKid:dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add fr_fr #204
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b8d69b9
Fixed broken snow/height, made map blur in large mode when zoomed out
LatvianModder a1ca651
add fr_fr
HollishKid ac28496
Update common/src/main/resources/assets/ftbchunks/lang/fr_fr.json
HollishKid ce7d60c
Update common/src/main/resources/assets/ftbchunks/lang/fr_fr.json
HollishKid ab9602f
Update common/src/main/resources/assets/ftbchunks/lang/fr_fr.json
HollishKid af968b1
Update common/src/main/resources/assets/ftbchunks/lang/fr_fr.json
HollishKid 69be7e9
Update common/src/main/resources/assets/ftbchunks/lang/fr_fr.json
HollishKid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
76 changes: 76 additions & 0 deletions
76
common/src/main/resources/assets/ftbchunks/lang/fr_fr.json
This file contains hidden or 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,76 @@ | ||
{ | ||
"ftbchunks": "FTB Chunks", | ||
"ftbchunks.noise": "Brouillage", | ||
"ftbchunks.shadows": "Ombres", | ||
"ftbchunks.chunk_grid": "Quadrillage", | ||
"ftbchunks.reduced_color_palette": "Plaette de couleurs réduite", | ||
"ftbchunks.saturation": "Saturation", | ||
"ftbchunks.debug_info": "Infos de débug", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbchunks.claimed_chunks_on_map": "Montrer les chunks revendiqués sur la carte", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbchunks.own_claimed_chunks_on_map": "Montrer vos chunks revendiqué sur la carte", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbchunks.in_world_waypoints": "Montrer les balises", | ||
"ftbchunks.death_waypoints": "Créer une balise lorsque vous mourrez", | ||
"ftbchunks.map_mode": "Mode carte", | ||
"ftbchunks.waypoint_fade_distance": "Distance d'affichage des balises", | ||
"ftbchunks.biome_blend": "Mélange de biomes", | ||
"ftbchunks.biome_blend.none": "Aucun (Plus rapide)", | ||
"ftbchunks.biome_blend.blend_3x3": "Mélange 3x3", | ||
"ftbchunks.biome_blend.blend_5x5": "Mélange 5x5", | ||
"ftbchunks.biome_blend.blend_7x7": "Mélange 7x7", | ||
"ftbchunks.biome_blend.blend_9x9": "Mélange 9x9", | ||
"ftbchunks.biome_blend.blend_11x11": "Mélange 11x11", | ||
"ftbchunks.biome_blend.blend_13x13": "Mélange 13x13", | ||
"ftbchunks.biome_blend.blend_15x15": "Mélange 15x15 (Plus lent)", | ||
"ftbchunks.water_height_factor": "Facteur de hauteur de l'eau", | ||
"ftbchunks.only_surface_entities": "Seulement entités en surface", | ||
"ftbchunks.experimental_performance_improvement": "Amélioration expérimentale de performance", | ||
"ftbchunks.minimap": "Carte", | ||
"ftbchunks.minimap.enabled": "Activée", | ||
"ftbchunks.minimap.position": "Position", | ||
"ftbchunks.minimap.position.bottom_left": "En bas à gauche", | ||
"ftbchunks.minimap.position.left": "À gauche", | ||
"ftbchunks.minimap.position.top_left": "En haut à gauche", | ||
"ftbchunks.minimap.position.top_right": "En haut à droite", | ||
"ftbchunks.minimap.position.right": "À droite", | ||
"ftbchunks.minimap.position.bottom_right": "En bas à droite", | ||
"ftbchunks.minimap.scale": "Échelle", | ||
"ftbchunks.minimap.locked_north": "Verrouillé au nord", | ||
"ftbchunks.minimap.waypoints": "Balises", | ||
"ftbchunks.minimap.entities": "Entités", | ||
"ftbchunks.minimap.entity_heads": "Tête des entités", | ||
"ftbchunks.minimap.player_heads": "Tête des joueurs", | ||
"ftbchunks.minimap.large_entities": "Grandes entités", | ||
"ftbchunks.minimap.zoom": "Zoom", | ||
"ftbchunks.minimap.xyz": "XYZ", | ||
"ftbchunks.minimap.biome": "Biome", | ||
"ftbchunks.minimap.blur_mode": "Mode flou", | ||
"ftbchunks.minimap.blur_mode.auto": "Auto", | ||
"ftbchunks.minimap.blur_mode.on": "Activé", | ||
"ftbchunks.minimap.blur_mode.off": "Désactivé", | ||
"ftbchunks.minimap.compass": "Boussole", | ||
"ftbchunks.minimap.visibility": "Visibilité", | ||
"ftbchunks.minimap.zone": "Zone", | ||
"sidebar_button.ftbchunks.chunks": "Chunks", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"key.ftbchunks.map": "Ouvrir carte des Chunks", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"key.ftbchunks.minimap.zoomIn": "Zoom de la carte", | ||
"key.ftbchunks.minimap.zoomOut": "Dézoom de la carte", | ||
"wilderness": "Non revendiqué", | ||
"ftbchunks.no_server_mod": "FTB Chunks requiert le mod sur le serveur !", | ||
"ftbchunks.already_claimed": "Ce chunk est déjà revendiqué par %s.", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbchunks.gui.claimed": "Revendiqué", | ||
"ftbchunks.gui.force_loaded": "Chargé en permanence", | ||
"ftbchunks.gui.allies": "Alliés", | ||
"ftbchunks.gui.ally_whitelist": "Whitelist alliés", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbchunks.gui.ally_blacklist": "Blacklist alliés", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbchunks.gui.large_map": "Grande Carte", | ||
"ftbchunks.gui.claimed_chunks": "Chunks revendiqués", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbchunks.gui.waypoints": "Balises", | ||
"ftbchunks.gui.add_waypoint": "Ajouter balise", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbchunks.gui.settings": "Réglages", | ||
"ftbchunks.gui.sync": "Partager carte avec vos alliés", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbteamsconfig.ftbchunks.allow_fake_players": "Autoriser les faux joueurs", | ||
"ftbteamsconfig.ftbchunks.block_edit_mode": "Mode éditeur de blocs", | ||
"ftbteamsconfig.ftbchunks.block_interact_mode": "Mode interaction de blocs", | ||
"ftbteamsconfig.ftbchunks.minimap_mode": "Mode carte", | ||
HollishKid marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ftbteamsconfig.ftbchunks.location_mode": "Mode emplacement" | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.