adding missing modules.json files in languages

This commit is contained in:
Julian Lam
2014-01-11 14:03:28 -05:00
parent 6d300e1110
commit 99af660e48
5 changed files with 30 additions and 0 deletions

View File

@@ -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."
}

View File

@@ -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."
}

View File

@@ -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."
}

View File

@@ -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."
}

View File

@@ -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."
}