Add chat mention i18n translations (en, pt-BR, es)
This commit is contained in:
parent
3d07d7f989
commit
49c7d3e751
3 changed files with 15 additions and 0 deletions
|
|
@ -115,6 +115,11 @@ chat-typing = { $name } is typing...
|
|||
chat-online = Online
|
||||
chat-offline = Offline
|
||||
chat-last-seen = Last seen { $time }
|
||||
chat-mention-title = Reference Entity
|
||||
chat-mention-placeholder = Message... (type @ to mention)
|
||||
chat-mention-search = Search entities...
|
||||
chat-mention-no-results = No results found
|
||||
chat-mention-type-hint = Type : to search
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Drive / Files
|
||||
|
|
|
|||
|
|
@ -113,6 +113,11 @@ chat-typing = { $name } está escribiendo...
|
|||
chat-online = En línea
|
||||
chat-offline = Desconectado
|
||||
chat-last-seen = Última vez { $time }
|
||||
chat-mention-title = Referenciar Entidad
|
||||
chat-mention-placeholder = Mensaje... (escribe @ para mencionar)
|
||||
chat-mention-search = Buscar entidades...
|
||||
chat-mention-no-results = No se encontraron resultados
|
||||
chat-mention-type-hint = Escribe : para buscar
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Drive / Archivos
|
||||
|
|
|
|||
|
|
@ -112,6 +112,11 @@ chat-export = Exportar Chat
|
|||
chat-typing = { $name } está digitando...
|
||||
chat-online = Online
|
||||
chat-offline = Offline
|
||||
chat-mention-title = Referenciar Entidade
|
||||
chat-mention-placeholder = Mensagem... (digite @ para mencionar)
|
||||
chat-mention-search = Buscar entidades...
|
||||
chat-mention-no-results = Nenhum resultado encontrado
|
||||
chat-mention-type-hint = Digite : para buscar
|
||||
chat-last-seen = Visto por último { $time }
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue