Skip to content

Commit

Permalink
feat(i18n): add French translations
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoodie committed Sep 9, 2019
1 parent 626b491 commit 43f4191
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -145,6 +145,14 @@ If you're facing any sort of problem, do not hasitate giving our Discord Server

![Error Display Preview](preview/error_preview.png)

## Translations
Special thanks to my buddies _Elanor_ and _Vaelios_ for
translating TwitchSpawninto German and French!

If you would like to contribute to the translations, consider modifying
[languages](https://github.com/iGoodie/TwitchSpawn/tree/master/src/main/resources/assets/twitchspawn/lang)
and creating a PR!

## Facing an Issue?
- Join our Discord Server - https://discordapp.com/invite/KNxxdvN
- Contact iGoodie via Discord: iGoodie#1945
Expand Down
37 changes: 37 additions & 0 deletions src/main/resources/assets/twitchspawn/lang/fr_fr.json
@@ -0,0 +1,37 @@
{
"modloader.twitchspawn.error.tsl": "Erreur TSL: §4{2}",
"modloader.twitchspawn.error.json": "Erreur JSON: §4{2}",
"modloader.twitchspawn.error.toml": "Erreur TOML: §4{2}",
"modloader.twitchspawn.error.unknown": "Erreur inconnue: §4{2} ({3})",

"commands.twitchspawn.reloadcfg.success": "§3>> Chargement des configurations réussi.",
"commands.twitchspawn.reloadcfg.invalid_syntax": "§4>> Echec du chargement. Erreur de syntaxe:\n{0}",
"commands.twitchspawn.reloadcfg.already_started": "§4>> TwitchSpawn doit être arrêté pour charger les configurations.",
"commands.twitchspawn.reloadcfg.no_perm": "§4>> Vous n'avez pas de l'autorisation nécessaire pour charger les configurations de TwitchSpawn.",

"commands.twitchspawn.status.on": "§3>> TwitchSpawn est en cours d'utilisation. [ON]",
"commands.twitchspawn.status.off": "§3>> TwitchSpawn n'est plus en cours d'utilisation. [OFF]",

"commands.twitchspawn.start.success": "§a>> TwitchSpawn est en train de démarrer sur ce serveur!",
"commands.twitchspawn.start.illegal_state": "§4>> TwitchSpawn est déjà en cours d'utilisation.",
"commands.twitchspawn.start.no_perm": "§4>> Vous n'avez l'autorisation nécessaire pour démarrer TwitchSpawn.",

"commands.twitchspawn.stop.success": "§6>> TwitchSpawn a été arrêté par {0} (Motif: {1})",
"commands.twitchspawn.stop.illegal_state": "§4>> TwitchSpawn est déjà arrêté.",
"commands.twitchspawn.stop.no_perm": "§4>> Vous n'avez l'autorisation nécessaire pour arrêter TwitchSpawn.",

"commands.twitchspawn.rules.list": "§3>> Rulesets chargé pour: {0}",
"commands.twitchspawn.rules.default": "§3>> Le ruleset par défaut chargé inclut les éléments suivants:\n{1}",
"commands.twitchspawn.rules.one": "§3>> Le ruleset chargé pour {0} inclut les éléments suivants:\n{1}",
"commands.twitchspawn.rules.one.fail": "§4>> Pas de ruleset chargé pour {0}",

"commands.twitchspawn.simulate.missing": "§4>> Évènement manquant dans la simulation de l'objet. Syntaxe attendue \"évènement\" champ.",
"commands.twitchspawn.simulate.invalid_event": "§4>> Non d'évènement invalide -> {0}",
"commands.twitchspawn.simulate.success": "§a>> Exécution de la simulation réussie {0}",
"commands.twitchspawn.simulate.no_perm": "§4>> Vous n'avez pas l'autorisation de simuler un évènement.",

"commands.twitchspawn.test.not_found": "§4>> Aucun ruleset associé à {0}",
"commands.twitchspawn.test.success": "§a>> Ajout des règles à la file d'attente réussi pour {0}",

"errors.twitchspawn.loading": "Impossible de charger TwitchSpawn"
}

0 comments on commit 43f4191

Please sign in to comment.