adding missing modules.json files in languages
parent
6d300e1110
commit
99af660e48
@ -0,0 +1,6 @@
|
||||
{
|
||||
"chat.chatting_with": "Chatten mit <span id='chat-with-name'></span>",
|
||||
"chat.placeholder": "schreibe hier etwas, und drücke Enter zum absenden",
|
||||
"chat.send": "Senden",
|
||||
"chat.no_active": "Sie haben keine aktiven Chats."
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"chat.chatting_with": "Chat with <span id=\"chat-with-name\"></span>",
|
||||
"chat.placeholder": "type chat message here, press enter to send",
|
||||
"chat.send": "Send",
|
||||
"chat.no_active": "You have no active chats."
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"chat.chatting_with": "Chatear con <span id='chat-with-name'></span>",
|
||||
"chat.placeholder": "ingresa tu mensaje aqui, y presiona enter para enviar",
|
||||
"chat.send": "Enviar",
|
||||
"chat.no_active": "No tiene conversaciones activas."
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"chat.chatting_with": "Chat avec <span id=\"chat-with-name\"></span>",
|
||||
"chat.placeholder": "taper le message ici, presser entrer pour envoyer",
|
||||
"chat.send": "Envoyer",
|
||||
"chat.no_active": "Vous n'avez pas les discussions actives."
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"chat.chatting_with": "Chatta con <span id=\"chat-with-name\"></span>",
|
||||
"chat.placeholder": "scrivi un messaggio qui e premi Invio",
|
||||
"chat.send": "Invia",
|
||||
"chat.no_active": "Non hai le chat attive."
|
||||
}
|
Loading…
Reference in New Issue