-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
64 additions
and
4 deletions.
There are no files selected for viewing
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
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,32 @@ | ||
{ | ||
"gameType.blockhunt.blockhunt": "Block Hunt", | ||
|
||
"game.blockhunt.fort_du_perdu": "Block Hunt : Fort du perdu", | ||
|
||
"event.blockhunt.block_changed": "Vous êtes maintenant déguisé en %s !", | ||
"event.blockhunt.already_block": "Vous êtes déjà un %s !", | ||
|
||
"event.blockhunt.hider_found": "%s a trouvé %s !", | ||
"event.blockhunt.seeker_killed": "%s a été éliminé par %s !", | ||
|
||
"event.blockhunt.death": "Vous êtes mort.", | ||
"event.blockhunt.death_time": "Vous réapparaîtrez sous peu, dans %s secondes.", | ||
|
||
"event.blockhunt.seeker_spawn": "Vous êtes un chercheur !", | ||
"event.blockhunt.hider_spawn": "Vous êtes un cacheur !", | ||
|
||
"bossbar.blockhunt.not_hidden": "Vous n'êtes pas caché !", | ||
"bossbar.blockhunt.hidden": "Vous êtes actuellement caché.", | ||
|
||
"bossbar.blockhunt.seekers_release": "Les chercheurs sont libérés !", | ||
|
||
"sidebar.blockhunt.game_time": "Temps restant de la partie : %s", | ||
"sidebar.blockhunt.seeker_countdown": "Les chercheurs sont libérés dans %s...", | ||
"sidebar.blockhunt.map_name": "Map : %s", | ||
"sidebar.blockhunt.seeker_count": "Chercheur(s) : %s", | ||
"sidebar.blockhunt.hider_count": "Cacheur(s) : %s", | ||
|
||
"event.blockhunt.win": "L'équipe gagnante est %s !", | ||
"event.blockhunt.win_hider": "Il leur restait %s cacheur(s) !", | ||
"event.blockhunt.win_seeker": "Ils ont attrapé avec succès %s cacheur(s) !" | ||
} |
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,32 @@ | ||
{ | ||
"gameType.blockhunt.blockhunt": "Block Hunt", | ||
|
||
"game.blockhunt.fort_du_perdu": "Block Hunt : Fort du perdu", | ||
|
||
"event.blockhunt.block_changed": "T'es maintenant déguisé en %s !", | ||
"event.blockhunt.already_block": "T'es déjà un %s !", | ||
|
||
"event.blockhunt.hider_found": "%s a trouvé %s !", | ||
"event.blockhunt.seeker_killed": "%s a été éliminé par %s !", | ||
|
||
"event.blockhunt.death": "T'es mort.", | ||
"event.blockhunt.death_time": "Tu vas réapparaître dans %s secondes.", | ||
|
||
"event.blockhunt.seeker_spawn": "T'es un chercheur !", | ||
"event.blockhunt.hider_spawn": "T'es un cacheur !", | ||
|
||
"bossbar.blockhunt.not_hidden": "T'es pas caché !", | ||
"bossbar.blockhunt.hidden": "T'es caché.", | ||
|
||
"bossbar.blockhunt.seekers_release": "Les chercheurs sont lâchés !", | ||
|
||
"sidebar.blockhunt.game_time": "Temps restant dans la partie : %s", | ||
"sidebar.blockhunt.seeker_countdown": "Les chercheurs arrivent dans %s...", | ||
"sidebar.blockhunt.map_name": "Map : %s", | ||
"sidebar.blockhunt.seeker_count": "Chercheur(s) : %s", | ||
"sidebar.blockhunt.hider_count": "Cacheur(s) : %s", | ||
|
||
"event.blockhunt.win": "L'équipe gagnante est %s !", | ||
"event.blockhunt.win_hider": "Ils avaient %s cacheur(s) restants !", | ||
"event.blockhunt.win_seeker": "Ils ont capturé %s cacheur(s) avec succès !" | ||
} |