From bcd8ae6da7032c0a15109a9e2878f3776333222c Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 5 Feb 2022 08:50:02 +0100 Subject: [PATCH] New translations relationship.json (Korean) --- src/i18n/ko/components/relationship.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/ko/components/relationship.json diff --git a/src/i18n/ko/components/relationship.json b/src/i18n/ko/components/relationship.json new file mode 100644 index 00000000..db7896c1 --- /dev/null +++ b/src/i18n/ko/components/relationship.json @@ -0,0 +1,16 @@ +{ + "follow": { + "function": "사용자 팔로우" + }, + "block": { + "function": "사용자 차단" + }, + "button": { + "error": "불러오기 오류", + "blocked_by": "차단된 사용자", + "blocking": "차단 해제", + "following": "팔로우 해제", + "requested": "요청 취소", + "default": "팔로우" + } +} \ No newline at end of file