From 382ab638e480282ee539e1e06970a939ff9dfa44 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 1 May 2022 16:35:25 +0300 Subject: [PATCH] New translations common.json (German) --- src/i18n/de/common.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/i18n/de/common.json 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