主页
文章
分类
系列
标签
关于
字符对应页面位置
发布于: 2022-11-12   更新于: 2022-11-12   收录于: web
文章字数: 458   阅读时间: 1 分钟   阅读量:

配置多语言需要用到。

主页

1
2
3
4
5
# String in Home
[Home_latestPosts] # 1
	other = 'Latest Posts'
[Home_allPosts] # 2
	other = 'All Posts'

picture

所有文章(归档)

1
2
3
# String in Posts
[Posts_allPosts]
	other = 'all Posts'

picture

分类

1
2
3
4
5
6
# String in Categories taxonomy
[Categories_categories] # 1
	other = 'Categories'
[Categories_postUnit] # 2
	one = 'post'
	other = 'posts'

picture

分类子项

1
2
3
# String in Categories terms
[CategoriesTerms_category]
	other = 'Category'

picture

系列

1
2
3
# String in Tags taxonomy
[Tags_tags]
	other = 'Tags'

picture

系列子项

1
2
3
# String in Tags terms
[TagsTerms_tag]
	other = 'Tag'

picture

标签

1
2
3
# String in Series taxonomy
[Series_series]
	other = 'Series'

picture

标签子项

1
2
3
# String in Series terms
[SeriesTerms_series]
	other = 'Series'

picture

关于

1
2
3
# String in About
[About_about]
	other = 'About'

picture

侧边栏

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# String in sidebar
[sidebar_content] # 1
	other = 'content'
[sidebar_comment] # 2
	other = 'comment'
[sidebar_posts] # 3
	other = 'posts'
[sidebar_categories] # 4
	other = 'categories'
[sidebar_tags] # 5
	other = 'tags'
[sidebar_followMe] # 6
	other = 'Follow Me'
[sidebar_tableOfContent] # 7
	other = 'Table of Contents'
[sidebar_latestPosts] # 8
	other = 'latest Posts'
[sidebar_relatedPosts] # 9
	other = 'Related Posts'

picture

赞赏

1
2
3
4
5
# String in sponsor
[sponsor_sponsor] # 1
	other = 'sponsor'
[sponsor_cancel] # 2
	other = 'cancel'

picture

文章信息

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# String in postInfo
[postInfo_postedOn] # 1
	other = 'postedOn'
[postInfo_updatedOn] # 2
	other = 'updatedOn'
[postInfo_includedIn] # 3
	other = 'includedIn'
[postInfo_notIncluded] # 4
	other = 'notIncluded'
[postInfo_wordsCount] # 5
	other = 'wordsCount'
[postInfo_readingTime] # 6
	other = 'readingTime'
[postInfo_minute] # 7
	one = 'min'
	other = 'mins'
[postInfo_viewers] # 8
	other = 'viewers'

picture

搜索

1
2
3
4
5
# String in search
[search_search] # 1
	other = 'search'
[search_enterAKeyWord] # 2
	other = 'Enter a KeyWord'

picture

1
2
3
4
5
6
7
8
[search_found]  # 3
	other = 'Found'
[search_result] # 4 singular
	other = 'result'
[search_results] # 5 plural
	other = 'results'
[search_theEnd] # 6
	other = 'The End'

picture

1
2
[search_nothing] # 7
	other = 'Nothing was found'

picture

404

1
2
3
4
5
# String in 404 page
[_404_sorry] # 1
	other = 'Sorry, the page seems to be lost...'
[_404_backToHome] # 2
	other = 'Back to Home'

picture