From afd34433c01fec9d9db87e825930d307d4fea3d2 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Tue, 23 Apr 2019 13:11:40 +0300 Subject: [PATCH] New translations en-US.json (Korean) --- src/config/locales/ko-KR.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/config/locales/ko-KR.json b/src/config/locales/ko-KR.json index 49adde766..63e90dbb4 100644 --- a/src/config/locales/ko-KR.json +++ b/src/config/locales/ko-KR.json @@ -23,6 +23,7 @@ "comingsoon": "순위표 기능은 곧 출시될 예정입니다!", "notification": "알림", "leaderboard": "순위표", + "epoint": "Points", "leaderboard_title": "일별 상위 사용자", "recent": "최근", "yesterday": "어제", @@ -30,6 +31,18 @@ "this_month": "이번 달", "older_then": "1 달 이상" }, + "points": { + "post": "Post", + "comment": "Comment", + "checkin": "Checki-in", + "post_title": "Points for post", + "comment_title": "Points for comment", + "vote_title": "Points for vote", + "reblog_title": "Points for reblog", + "login_title": "Points for login", + "checkin_title": "Points for usage", + "checkin_extra_title": "Usage bonus" + }, "messages": { "comingsoon": "메시지 기능은 곧 출시될 예정입니다!" },