From 14f2cf3632e478e249f38bf8c40964a97ca139aa Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 3 Feb 2022 04:57:14 +0100 Subject: [PATCH] New translations actions.json (Korean) --- src/i18n/ko/screens/actions.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/ko/screens/actions.json diff --git a/src/i18n/ko/screens/actions.json b/src/i18n/ko/screens/actions.json new file mode 100644 index 00000000..d516ac7d --- /dev/null +++ b/src/i18n/ko/screens/actions.json @@ -0,0 +1,19 @@ +{ + "content": { + "button": { + "apply": "$t(common:buttons.apply)", + "cancel": "$t(common:buttons.cancel)" + }, + "notificationsFilter": { + "heading": "알림 종류 표시", + "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": "팔로우 요청" + } + } + } +} \ No newline at end of file