diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index c1047b0..4d34495 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -34,6 +34,7 @@ zh_CN: advanced: statuses: solved: "已解决" + unsolved: "未解决" admin: web_hooks: solved_event: diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index 5387fc4..9898a15 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -19,12 +19,12 @@ zh_CN: yaxis: "总计" solved: no_solutions: - self: "你尚无接受的解决方案。" + self: "你尚无被接受的解决方案。" others: "尚无接受的解决方案。" badges: helpdesk: name: "助人为乐" - description: "主题中首个被接受的回答" + description: "首个被接受的回答" tech_support: name: "技术支持" description: "10 个已接受的回答"