From 689b68494a0563f462ef941ea81cbb00af8ec33a Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 1 May 2022 17:44:18 +0300 Subject: [PATCH] New translations actions.json (German) --- src/i18n/de/screens/actions.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/de/screens/actions.json diff --git a/src/i18n/de/screens/actions.json b/src/i18n/de/screens/actions.json new file mode 100644 index 00000000..61dca26a --- /dev/null +++ b/src/i18n/de/screens/actions.json @@ -0,0 +1,19 @@ +{ + "content": { + "button": { + "apply": "$t(common:buttons.apply)", + "cancel": "$t(common:buttons.cancel)" + }, + "notificationsFilter": { + "heading": "Benachrichtigungsart anzeigen", + "content": { + "follow": "$t(screenTabs:me.push.follow.heading)", + "favourite": "$t(screenTabs:me.push.favourite.heading)", + "reblog": "$t(screenTabs:me.push.reblog.heading)", + "mention": "$t(screenTabs:me.push.mention.heading)", + "poll": "$t(screenTabs:me.push.poll.heading)", + "follow_request": "Followeranfrage" + } + } + } +} \ No newline at end of file