Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[I18N] improve simplified Chinese translation #10408

Merged
merged 6 commits into from
Aug 4, 2021
Merged

[I18N] improve simplified Chinese translation #10408

merged 6 commits into from
Aug 4, 2021

Conversation

jeffwcx
Copy link
Contributor

@jeffwcx jeffwcx commented May 30, 2021

What does it do?

Improve simplified Chinese translation.
Includes translation for strapi-admin and the translations for the following plugins:

  • strapi-plugin-content-manager
  • strapi-plugin-content-type-builder
  • strapi-plugin-documentation
  • strapi-plugin-email
  • strapi-plugin-graphql
  • strapi-plugin-i18n
  • strapi-plugin-upload
  • strapi-plugin-users-permissions

How to test it?

None

Related issue(s)/PR(s)

None

"Auth.form.button.login": "登录",
"Auth.form.button.login.strapi": "通过STRAPI登录",
"Auth.form.button.login.providers.see-more": "查看更多",
"Auth.form.button.login.providers.error": "不能连接到你选中的供应商",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“Provider”: 供应商

“供应商”的中文含义不准确,是否可以使用更适合改功能模块的描述词

Other options

  • 认证方式(Authentication method)
  • 登录方式(Login method)
  • 第三方登录(Third party login)

"Settings.error": "错误",
"Settings.global": "全局设置",
"Settings.permissions": "管理员面板",
"Settings.permissions.category": "权限设置之{category}",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

权限设置

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
这里有个难点,后面的“plugin”不在category变量中,所以要表达是什么插件的权限设置,我目前只能采用该方式

@jeffwcx
Copy link
Contributor Author

jeffwcx commented Jun 1, 2021

Does anybody here handle this pull request? @derrickmehaffy

"plugin.name": "文档"
"notification.delete.success": "文档已被删除",
"notification.generate.success": "文档已生成",
"plugin.name": "文档",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里或许可以直接显示为“接口文档”或“OpenAPI文档”,该插件是 OpenAPI文档,你觉得呢?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

主要英文是“Documentation”,好纠结呀

Copy link
Contributor

@soupette soupette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Thank you for your contribution!

@hehehai
Copy link

hehehai commented Jun 7, 2021

Sorry, I'll finish the review this week。

Copy link

@hehehai hehehai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work

@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #10408 (36c5d7b) into master (0ab3503) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10408   +/-   ##
=======================================
  Coverage   58.06%   58.06%           
=======================================
  Files         185      185           
  Lines        6434     6434           
  Branches     1399     1399           
=======================================
  Hits         3736     3736           
  Misses       2235     2235           
  Partials      463      463           
Flag Coverage Δ
front ∅ <ø> (∅)
unit 58.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ab3503...36c5d7b. Read the comment docs.

@hehehai
Copy link

hehehai commented Jul 16, 2021

@soupette

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source: plugin:i18n Source is plugin/i18n package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants