mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 15:28:55 +00:00
a314b017a7
* new: i18n translation support * new: Traditional Chinese, Japanese, and Korean translations * upd: casing
78 lines
1.5 KiB
TOML
78 lines
1.5 KiB
TOML
# Lang: Korean (South)
|
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
|
|
|
# BGN: Date and Time Format
|
|
[Datetime_format]
|
|
other = "2006년 01월 02일"
|
|
# END: Date and Time Format
|
|
|
|
# BGN: Base
|
|
[home]
|
|
other = "집이에요"
|
|
|
|
[categories]
|
|
one = "분류"
|
|
other = "분류"
|
|
[tags]
|
|
one = "태그입니다."
|
|
other = "태그입니다."
|
|
|
|
[continueReading]
|
|
other = "더 읽기"
|
|
|
|
[next]
|
|
other = "다음 분."
|
|
[previous]
|
|
other = "이전의"
|
|
|
|
[toc]
|
|
other = "목차."
|
|
# END: Base
|
|
|
|
# BGN: Theme
|
|
[ads]
|
|
other = "광고"
|
|
|
|
[Articles]
|
|
other = "기사들"
|
|
[Articles_latest]
|
|
other = "최신 기사입니다."
|
|
[Articles_related]
|
|
other = "관련기사입니다"
|
|
|
|
[busuanzi]
|
|
other = "읽습니다."
|
|
|
|
[Feed_rss]
|
|
other = "RSS 피드"
|
|
|
|
[links]
|
|
other = "링크입니다."
|
|
|
|
[meta]
|
|
other = "메타"
|
|
|
|
[tagsNone]
|
|
other = "태그 없음"
|
|
|
|
[Search]
|
|
other = "서치"
|
|
[Search_keyword]
|
|
other = "핵심어"
|
|
[Search_results]
|
|
other = "결과."
|
|
# END: Theme
|
|
|
|
# BGN: Copyright
|
|
[Copyright_author]
|
|
other = "작가: "
|
|
[Copyright_link]
|
|
other = "링크: "
|
|
[Copyright_license]
|
|
other = " 허가하다: "
|
|
[Copyright_license_workUnder]
|
|
other = "이 작업은 아래에 있습니다."
|
|
[Copyright_license_note]
|
|
other = "이 작업의 파생 모델을 수정하거나 작성할 때 앞서 언급한 라이센스의 요구 사항을 충족하십시오."
|
|
# END: Copyright
|