Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions i18n/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@
},
"create": {
"title": "创建新项目",
"copy_command": "拷贝创建命令"
"copy_command": "拷贝创建命令",
"view": "{packageName} 由同一位维护者维护,点击查看详情"
},
"run": {
"title": "运行",
Expand All @@ -202,7 +203,8 @@
"readme": {
"title": "Readme",
"no_readme": "没有可用的 README。",
"view_on_github": "在 GitHub 上查看"
"view_on_github": "在 GitHub 上查看",
"toc_title": "大纲"
},
"keywords_title": "关键词",
"compatibility": "兼容性",
Expand Down
6 changes: 4 additions & 2 deletions lunaria/files/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@
},
"create": {
"title": "创建新项目",
"copy_command": "拷贝创建命令"
"copy_command": "拷贝创建命令",
"view": "{packageName} 由同一位维护者维护,点击查看详情"
},
"run": {
"title": "运行",
Expand All @@ -202,7 +203,8 @@
"readme": {
"title": "Readme",
"no_readme": "没有可用的 README。",
"view_on_github": "在 GitHub 上查看"
"view_on_github": "在 GitHub 上查看",
"toc_title": "大纲"
},
"keywords_title": "关键词",
"compatibility": "兼容性",
Expand Down