-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "返回主页" |