-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the position of the inbox HUD and support more languages (#1249)
* Change HUD inbox position * Make the email msg more noticeable * Add translations for other languages
- Loading branch information
Showing
5 changed files
with
74 additions
and
3 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
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,23 @@ | ||
# textdomain: email | ||
(@1) You have mail! Type /inbox to recieve=(@1) ¡Tienes correo! Escribe /inbox para recibirlo | ||
Your Inbox=Tu Bandeja de Entrada | ||
Date=Fecha | ||
From=De | ||
Message=Mensaje | ||
Well done! Your inbox is empty!=¡Bien hecho! ¡Tu bandeja de entrada está vacía! | ||
Delete All=Eliminar Todo | ||
Close=Cerrar | ||
Exit then type /mail username message to reply=Sal y luego escribe /mail nombre de usuario y el mensaje para responder | ||
Your inbox is empty!=¡Tu bandeja de entrada está vacía! | ||
@1 items in your inbox:=@1 elementos en tu bandeja de entrada: | ||
End of mail (@1 items)=Fin del correo (@1 elementos) | ||
Opened inbox!=¡Bandeja de entrada abierta! | ||
Inbox=Bandeja de Entrada | ||
Inbox cleared!=¡Bandeja de entrada vaciada! | ||
Player '@1' does not exist=El jugador '@1' no existe | ||
Message sent to @1=Mensaje enviado a @1 | ||
Inbox: Blank to see inbox. Use 'clear' to empty inbox, 'text' for text only.=Bandeja de entrada: Deja en blanco para ver la bandeja de entrada. Usa 'clear' para vaciar la bandeja, 'text' para solo texto. | ||
Inbox cleared=Bandeja de entrada vaciada | ||
<playername> <some message>=<nombredejugador> <algún mensaje> | ||
mail: add a message to a player's inbox=mail: agregar un mensaje a la bandeja de entrada de un jugador | ||
Usage: mail <playername> <some message>=Uso: mail <nombredejugador> <algún mensaje> |
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,23 @@ | ||
# textdomain: email | ||
(@1) You have mail! Type /inbox to recieve=(@1) Você tem correio! Digite /inbox para receber | ||
Your Inbox=Sua Caixa de Entrada | ||
Date=Data | ||
From=De | ||
Message=Mensagem | ||
Well done! Your inbox is empty!=Bem feito! Sua caixa de entrada está vazia! | ||
Delete All=Excluir Tudo | ||
Close=Fechar | ||
Exit then type /mail username message to reply=Sair e depois digite /mail nomeusuário mensagem para responder | ||
Your inbox is empty!=Sua caixa de entrada está vazia! | ||
@1 items in your inbox:=@1 itens na sua caixa de entrada: | ||
End of mail (@1 items)=Fim do correio (@1 itens) | ||
Opened inbox!=Caixa de entrada aberta! | ||
Inbox=Caixa de Entrada | ||
Inbox cleared!=Caixa de entrada limpa! | ||
Player '@1' does not exist=Jogador '@1' não existe | ||
Message sent to @1=Mensagem enviada para @1 | ||
Inbox: Blank to see inbox. Use 'clear' to empty inbox, 'text' for text only.=Caixa de entrada: Deixe em branco para ver a caixa de entrada. Use 'clear' para esvaziar a caixa, 'text' para texto apenas. | ||
Inbox cleared=Caixa de entrada limpa | ||
<playername> <some message>=<nomejogador> <algumamensagem> | ||
mail: add a message to a player's inbox=mail: adicionar uma mensagem à caixa de entrada de um jogador | ||
Usage: mail <playername> <some message>=Uso: mail <nomejogador> <algumamensagem> |
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,23 @@ | ||
# textdomain: email | ||
(@1) You have mail! Type /inbox to recieve=(@1) У вас новое письмо! Введите /inbox для получения | ||
Your Inbox=Ваш почтовый ящик | ||
Date=Дата | ||
From=От | ||
Message=Сообщение | ||
Well done! Your inbox is empty!=Отлично! Ваша почта пуста! | ||
Delete All=Удалить все | ||
Close=Закрыть | ||
Exit then type /mail username message to reply=Выйдите, затем введите /mail имяпользователя сообщение для ответа | ||
Your inbox is empty!=Ваш почтовый ящик пуст! | ||
@1 items in your inbox:=@1 элементов в вашем почтовом ящике: | ||
End of mail (@1 items)=Конец почты (@1 элементов) | ||
Opened inbox!=Почтовый ящик открыт! | ||
Inbox=Почтовый ящик | ||
Inbox cleared!=Почтовый ящик очищен! | ||
Player '@1' does not exist=Игрок '@1' не существует | ||
Message sent to @1=Сообщение отправлено @1 | ||
Inbox: Blank to see inbox. Use 'clear' to empty inbox, 'text' for text only.=Почтовый ящик: Пусто для просмотра почты. Используйте 'clear', чтобы очистить почтовый ящик, 'text' только для текста. | ||
Inbox cleared=Почтовый ящик очищен | ||
<playername> <some message>=<имяигрока> <какоесообщение> | ||
mail: add a message to a player's inbox=mail: добавить сообщение в почтовый ящик игрока | ||
Usage: mail <playername> <some message>=Использование: mail <имяигрока> <какоесообщение> |