Skip to content

Commit

Permalink
Add Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku committed Jul 15, 2024
1 parent 638a847 commit c36fd6c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions i18n/zh.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
language_name = "中文" # Shown in language picker for multi-language sites.
date_locale = "zh_CN"
full_stop = "." # Used at the end of a sentence.

# Menu items should match the names in config.extra.menu
Blog = "Blog"
About = "关于"
Posts = "文章"
Tags = "标签"
Categories = "分类"
Contact = "联系方式"
Privacy = "隐私"
Sitemap = "导航"

Search = "搜索"
Updated = "更新"
Index = "索引"
Recent = "最近"
Powered_by = "Powered by"
and = "&"
more = "更多" # "...more" read more links
series_parts = "系列" # $NUMBER_OF_PARTS Part Series : 10 Part Series

### © $CURRENT_YEAR $SITE_TITLE • Website content is licensed <a rel="noopener" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
copyright_override = '© $CURRENT_YEAR $SITE_TITLE • Website content is licensed <a rel="noopener" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.'

### Page not found, maybe moved or not in this language
404_not_found = "未找到页面,或该页面没有中文版本"
### Try searching or
404_try_search = "尝试搜索"
### go to homepage
404_go_home = "返回主页"

0 comments on commit c36fd6c

Please sign in to comment.