Skip to content

Commit ce15306

Browse files
authored
Add Korean locales (cotes2020#467)
Add Korean translation
1 parent 8464a4a commit ce15306

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

_data/locales/ko-KR.yml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: 포스트
7+
category: 카테고리
8+
tag: 태그
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home:
14+
categories: 카테고리
15+
tags: 태그
16+
archives: 아카이브
17+
about: 정보
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: 검색
22+
cancel: 취소
23+
no_results: 검색 결과가 없습니다.
24+
25+
panel:
26+
lastmod: 최근 업데이트
27+
trending_tags: 인기 태그
28+
toc: 바로가기
29+
30+
# The liquid date format › http://strftime.net/
31+
date_format:
32+
tooltip: '%F, %R %z'
33+
post:
34+
long: '%Y년 %m월 %d일'
35+
short: '%m월 %d일'
36+
archive_month: '%b월'
37+
38+
copyright:
39+
# Shown at the bottom of the post
40+
license:
41+
template: 이 기사는 저작권자의 :LICENSE_NAME 라이센스를 따릅니다.
42+
name: CC BY 4.0
43+
link: https://creativecommons.org/licenses/by/4.0/
44+
45+
# Displayed in the footer
46+
brief: 일부 권리 보유
47+
verbose: >-
48+
명시되지 않는 한 이 사이트의 블로그 게시물은 작성자의
49+
Creative Commons Attribution 4.0 International(CC BY 4.0) 라이선스에 따라 사용이 허가되었습니다.
50+
51+
meta: Powered by :PLATFORM with :THEME theme.
52+
53+
not_found:
54+
statment: 해당 URL은 존재하지 않습니다.
55+
hint_template: :HEAD_BAK을 눌러 다시 찾거나 :ARCHIVES_PAGE에서 검색해 주세요.
56+
head_back: 홈으로 돌아가기
57+
archives_page: 아카이브 페이지
58+
59+
# ----- Posts related labels -----
60+
61+
post:
62+
written_by: By
63+
posted: 게시
64+
updated: 업데이트
65+
timeago:
66+
day: 일 전
67+
hour: 시간 전
68+
minute: 분 전
69+
just_now: 방금
70+
words: 단어
71+
pageview_measure: 조회
72+
read_time:
73+
unit:
74+
prompt: 읽는 시간
75+
relate_posts: 관련된 글
76+
share: 공유하기
77+
button:
78+
next: 다음 글
79+
previous: 이전 글
80+
copy_code:
81+
succeed: 복사되었습니다!
82+
share_link:
83+
title: 링크 복사하기
84+
succeed: 링크가 복사되었습니다!
85+
# pinned prompt of posts list on homepage
86+
pin_prompt:
87+
88+
# categories page
89+
categories:
90+
category_measure: 카테고리
91+
post_measure: 포스트

0 commit comments

Comments
 (0)