✨ feat(i18n): implement pluralization logic (#277)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
daef40338c
commit
c4893d4fdd
17
i18n/ko.toml
17
i18n/ko.toml
@@ -22,13 +22,14 @@ sitemap = "사이트맵"
|
||||
search = "검색"
|
||||
search_icon_title = "클릭하거나 $SHORTCUT을 눌러 검색 열기" # $SHORTCUT will be replaced with the actual keyboard shortcut.
|
||||
clear_search = "검색 지우기" # Title of the X icon next to search input.
|
||||
result = "결과" # "1 result"
|
||||
results = "결과" # "3 results" (also used for 0 results).
|
||||
zero_results = "결과 없음"
|
||||
one_results = "$NUMBER 결과" # "1 result"
|
||||
many_results = "$NUMBER 결과" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
read_more = "더 읽기"
|
||||
post = "게시물"
|
||||
posts = "게시물" # Plural of "post".
|
||||
one_posts = "$NUMBER 게시물"
|
||||
many_posts = "$NUMBER 게시물"
|
||||
prev = "이전" # As in "Previous" page.
|
||||
next = "다음" # As in "Next" page.
|
||||
of = "중" # E.g. Page 1 "of" 3
|
||||
@@ -47,8 +48,12 @@ go_to_comments = "댓글 섹션으로"
|
||||
|
||||
# Post metadata.
|
||||
draft = "임시 저장"
|
||||
min_read = "분 읽기"
|
||||
words = "단어"
|
||||
zero_min_read = "1분 미만 읽기"
|
||||
one_min_read = "$NUMBER 분 읽기"
|
||||
many_min_read = "$NUMBER 분 읽기"
|
||||
zero_words = "단어 없음"
|
||||
one_words = "$NUMBER 단어"
|
||||
many_words = "$NUMBER 단어"
|
||||
last_updated_on = "최근 업데이트"
|
||||
see_changes = "변경사항 보기"
|
||||
|
||||
|
Reference in New Issue
Block a user