mirror of https://github.com/halo-dev/halo
Improve traditional Chinese translation (#5353)
#### What type of PR is this? /kind improvement #### What this PR does / why we need it: Correct some simplified Chinese characters that were not replaced in the yaml file of traditional Chinese. #### Which issue(s) this PR fixes: Fixes #3672 #### Special notes for your reviewer: I have read the CONTRIBUTING file, but I'm not familiar with PR operations. If there's anything I can do to improve it, please let me know. > By the way, the [contribution guidelines](https://github.com/halo-dev/halo/blob/master/CONTRIBUTING.md) provided in the PR template and README still use `master` as the main branch, which may cause some confusion for new contributors. #### Does this PR introduce a user-facing change? ```release-note NONE ```pull/5359/head
parent
8ce6ab6af2
commit
05e2682c4d
|
@ -120,7 +120,7 @@ core:
|
||||||
notification:
|
notification:
|
||||||
title: 通知
|
title: 通知
|
||||||
empty:
|
empty:
|
||||||
title: 当前没有未读的消息
|
title: 當前沒有未讀的消息
|
||||||
quicklink:
|
quicklink:
|
||||||
title: 快捷訪問
|
title: 快捷訪問
|
||||||
actions:
|
actions:
|
||||||
|
@ -1238,8 +1238,8 @@ core:
|
||||||
role-template-manage-categories: 分類管理
|
role-template-manage-categories: 分類管理
|
||||||
role-template-view-categories: 分類查看
|
role-template-view-categories: 分類查看
|
||||||
role-template-manage-posts: 文章管理
|
role-template-manage-posts: 文章管理
|
||||||
role-template-post-author: 允许管理自己的文章
|
role-template-post-author: 允許管理自己的文章
|
||||||
role-template-post-contributor: 允许投稿
|
role-template-post-contributor: 允許投稿
|
||||||
role-template-post-publisher: 允許發布自己的文章
|
role-template-post-publisher: 允許發布自己的文章
|
||||||
role-template-post-attachment-manager: 允許在文章中上傳圖片
|
role-template-post-attachment-manager: 允許在文章中上傳圖片
|
||||||
Roles Management: 角色
|
Roles Management: 角色
|
||||||
|
@ -1272,8 +1272,8 @@ core:
|
||||||
Configure Notifier: 配置通知器
|
Configure Notifier: 配置通知器
|
||||||
Notification Configuration: 通知配置
|
Notification Configuration: 通知配置
|
||||||
Post Attachment Manager: 允許在文章中上傳圖片
|
Post Attachment Manager: 允許在文章中上傳圖片
|
||||||
Post Author: 允许管理自己的文章
|
Post Author: 允許管理自己的文章
|
||||||
Post Contributor: 允许投稿
|
Post Contributor: 允許投稿
|
||||||
Post Publisher: 允許發布自己的文章
|
Post Publisher: 允許發布自己的文章
|
||||||
components:
|
components:
|
||||||
submit_button:
|
submit_button:
|
||||||
|
@ -1312,7 +1312,7 @@ core:
|
||||||
placeholder: 輸入連結,按回車確定
|
placeholder: 輸入連結,按回車確定
|
||||||
operations:
|
operations:
|
||||||
replace:
|
replace:
|
||||||
button: 替换
|
button: 替換
|
||||||
toolbox:
|
toolbox:
|
||||||
attachment: 選擇附件
|
attachment: 選擇附件
|
||||||
show_hide_sidebar: 顯示 / 隱藏側邊欄
|
show_hide_sidebar: 顯示 / 隱藏側邊欄
|
||||||
|
@ -1408,7 +1408,7 @@ core:
|
||||||
view_all: 查看全部
|
view_all: 查看全部
|
||||||
modify: 修改
|
modify: 修改
|
||||||
verify: 驗證
|
verify: 驗證
|
||||||
access: 访问
|
access: 訪問
|
||||||
radio:
|
radio:
|
||||||
"yes": 是
|
"yes": 是
|
||||||
"no": 否
|
"no": 否
|
||||||
|
@ -1492,7 +1492,7 @@ core:
|
||||||
uc_reset_password:
|
uc_reset_password:
|
||||||
fields:
|
fields:
|
||||||
username:
|
username:
|
||||||
label: 用户名
|
label: 用戶名
|
||||||
password:
|
password:
|
||||||
label: 新密碼
|
label: 新密碼
|
||||||
password_confirm:
|
password_confirm:
|
||||||
|
|
Loading…
Reference in New Issue