lint locales

This commit is contained in:
Ulf Gebhardt 2023-07-11 13:23:32 +02:00
parent c99bbe3708
commit 1a3f11ac1f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 20 additions and 20 deletions

View File

@ -78,18 +78,18 @@
} }
}, },
"chat": { "chat": {
"roomsEmpty" : "Keine Räume", "cancelSelectMessage": "Abbrechen",
"roomEmpty" : "Keinen Raum selektiert", "conversationStarted": "Unterhaltung startete am:",
"newMessages" : "Neue Nachrichten", "isOnline": "online",
"isTyping": "tippt...",
"lastSeen": "zuletzt gesehen ",
"messageDeleted": "Diese Nachricht wuerde gelöscht", "messageDeleted": "Diese Nachricht wuerde gelöscht",
"messagesEmpty": "Keine Nachrichten", "messagesEmpty": "Keine Nachrichten",
"conversationStarted": "Unterhaltung startete am:", "newMessages": "Neue Nachrichten",
"typeMessage": "Nachricht schreiben", "roomEmpty": "Keinen Raum selektiert",
"roomsEmpty": "Keine Räume",
"search": "Suche", "search": "Suche",
"isOnline": "online", "typeMessage": "Nachricht schreiben"
"lastSeen": "zuletzt gesehen ",
"isTyping": "tippt...",
"cancelSelectMessage": "Abbrechen"
}, },
"client-only": { "client-only": {
"loading": "Lade …" "loading": "Lade …"

View File

@ -78,18 +78,18 @@
} }
}, },
"chat": { "chat": {
"roomsEmpty" : "No rooms", "cancelSelectMessage": "Cancel",
"roomEmpty" : "No room selected", "conversationStarted": "Conversation started on:",
"newMessages" : "New Messages", "isOnline": "is online",
"isTyping": "is writing...",
"lastSeen": "last seen ",
"messageDeleted": "This message was deleted", "messageDeleted": "This message was deleted",
"messagesEmpty": "No messages", "messagesEmpty": "No messages",
"conversationStarted": "Conversation started on:", "newMessages": "New Messages",
"typeMessage": "Type message", "roomEmpty": "No room selected",
"roomsEmpty": "No rooms",
"search": "Search", "search": "Search",
"isOnline": "is online", "typeMessage": "Type message"
"lastSeen": "last seen ",
"isTyping": "is writing...",
"cancelSelectMessage": "Cancel"
}, },
"client-only": { "client-only": {
"loading": "Loading …" "loading": "Loading …"