-
-
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.
Merge pull request #9 from dudangel/ptTranslation
🌍 Pt translation fixed and add french translation by @dudangel
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/projectessentialschat/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,8 @@ | ||
{ | ||
"project_essentials_chat.chat.disabled": "§7Message non envoyé, chat désactivée.", | ||
"project_essentials_chat.chat.restricted": "§cVous §7n'êtes pas autorisé §cà utiliser le chat.", | ||
"project_essentials_chat.chat.color_restricted": "§cVous §7n'êtes pas autorisé §cà utiliser les couleurs du chat.", | ||
"project_essentials_chat.chat.blocked_word": "§cMessage non envoyé, votre message contient des mots bloqués: \"§7%s\".", | ||
"project_essentials_chat.chat.blocked_char": "§cMessage non envoyé, votre message contient des symboles bloqués.", | ||
"project_essentials_chat.chat.message_maxlength": "§cMessage non envoyé, la taille de votre message dépasse la taille maximale autorisée." | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/projectessentialschat/lang/pt_br.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,8 @@ | ||
{ | ||
"project_essentials_chat.chat.disabled": "§7Mensagem não enviada, bate-papo desativado.", | ||
"project_essentials_chat.chat.restricted": "§cVocê §7não tem permissão §cpara usar o bate-papo.", | ||
"project_essentials_chat.chat.color_restricted": "§cVocê §7não tem permissão §cpara usar cores de chat.", | ||
"project_essentials_chat.chat.blocked_word": "§cMensagem não enviada, sua mensagem contém palavras bloqueadas: \"§7%s\".", | ||
"project_essentials_chat.chat.blocked_char": "§cMensagem não enviada, sua mensagem contém símbolos bloqueados.", | ||
"project_essentials_chat.chat.message_maxlength": "§cMensagem não enviada, o tamaho da sua mensagem excede o tamanho máximo permitido." | ||
} |