diff --git a/src/i18n/de/common.json b/src/i18n/de/common.json new file mode 100644 index 00000000..a7bc667b --- /dev/null +++ b/src/i18n/de/common.json @@ -0,0 +1,21 @@ +{ + "buttons": { + "apply": "Übernehmen", + "cancel": "Abbrechen" + }, + "customEmoji": { + "accessibilityLabel": "Eigenes Emoji {{emoji}}" + }, + "message": { + "success": { + "message": "{{function}} erfolgreich" + }, + "warning": { + "message": "" + }, + "error": { + "message": "{{function}} fehlgeschlagen, bitte wiederholen" + } + }, + "separator": ", " +} \ No newline at end of file