mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 07:18: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: Simplified Chinese (China)
|
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
|
|
|
# BGN: Date and Time Format
|
|
[Datetime_format]
|
|
other = "2006年1月2日"
|
|
# 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
|