chore: Add widget text translations for German (#1276)

This commit is contained in:
David Steinbauer 2020-09-25 18:06:31 +02:00 committed by GitHub
parent d6ada922c8
commit 4b27ac63d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,26 +2,26 @@
"COMPONENTS": {
"FILE_BUBBLE": {
"DOWNLOAD": "Herunterladen",
"UPLOADING": "Uploading..."
"UPLOADING": "Hochladen..."
},
"FORM_BUBBLE": {
"SUBMIT": "Einreichen"
}
},
"AGENT_AVAILABILITY": {
"IS_AVAILABLE": "is available",
"ARE_AVAILABLE": "are available",
"OTHERS_ARE_AVAILABLE": "others are available",
"AND": "and"
"IS_AVAILABLE": "ist verfügbar",
"ARE_AVAILABLE": "sind verfügbar",
"OTHERS_ARE_AVAILABLE": "andere sind verfügbar",
"AND": "und"
},
"UNREAD_VIEW": {
"VIEW_MESSAGES_BUTTON": "See new messages",
"VIEW_MESSAGES_BUTTON": "Neue Nachrichten anzeigen",
"CLOSE_MESSAGES_BUTTON": "Schließen"
},
"BUBBLE": {
"LABEL": "Chat with us"
"LABEL": "Chatten Sie mit uns"
},
"POWERED_BY": "Powered by Chatwoot",
"EMAIL_PLACEHOLDER": "Bitte geben Sie ihre E-Mail-Adresse ein",
"CHAT_PLACEHOLDER": "Type your message"
"CHAT_PLACEHOLDER": "Schreiben Sie Ihre Nachricht"
}