diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-01-05 02:42:49 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-01-10 22:49:07 +0100 |
| commit | 37c953e6339f2983bd7dde405ec7405de5ddaa31 (patch) | |
| tree | 8cca10f9d8eee2ef474260ded7c112d7c4b15e96 /locales/ko.json | |
| parent | 5bb2cb7d71b3e44e7754a4e06e45c831d30211fc (diff) | |
| download | invidious-37c953e6339f2983bd7dde405ec7405de5ddaa31.tar.gz invidious-37c953e6339f2983bd7dde405ec7405de5ddaa31.tar.bz2 invidious-37c953e6339f2983bd7dde405ec7405de5ddaa31.zip | |
i18n: Use plurals for tokens/replies/unseen notifications
Diffstat (limited to 'locales/ko.json')
| -rw-r--r-- | locales/ko.json | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/locales/ko.json b/locales/ko.json index 16cf59b9..a579fe56 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -139,18 +139,12 @@ "Source available here.": "소스는 여기에서 사용할 수 있습니다.", "Log out": "로그아웃", "search": "검색", - "`x` unseen notifications": { - "": "`x` 읽지 않은 알림", - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 읽지 않은 알림" - }, + "subscriptions_unseen_notifs_count_0": "{{count}} 읽지 않은 알림", "Subscriptions": "구독", "revoke": "철회", "unsubscribe": "구독 취소", "Import/export": "가져오기/내보내기", - "`x` tokens": { - "": "`x` 토큰", - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 토큰" - }, + "tokens_count_0": "{{count}} 토큰", "Token": "토큰", "Token manager": "토큰 관리자", "Subscription manager": "구독 관리자", @@ -251,10 +245,7 @@ "Could not pull trending pages.": "인기 급상승 페이지를 가져올 수 없습니다.", "Could not create mix.": "믹스를 생성할 수 없습니다.", "`x` ago": "`x` 전", - "View `x` replies": { - "": "답글 `x`개 보기", - "([^.,0-9]|^)1([^.,0-9]|$)": "답글 `x`개 보기" - }, + "comments_view_x_replies_0": "답글 {{count}}개 보기", "View Reddit comments": "Reddit의 댓글 보기", "Engagement: ": "약속: ", "Wilson score: ": "Wilson Score: ", @@ -347,10 +338,7 @@ "Tajik": "타지크어", "Swedish": "스웨덴어", "Spanish (Latin America)": "스페인어 (라틴 아메리카)", - "`x` points": { - "": "`x` 포인트", - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 포인트" - }, + "comments_points_count_0": "{{count}} 포인트", "Invidious Private Feed for `x`": "`x` 에 대한 Invidious 비공개 피드", "Premieres `x`": "최초 공개 `x`", "Premieres in `x`": "`x` 에 최초 공개", |
