diff options
| author | 2024-04-20 06:03:57 +0800 | |
|---|---|---|
| committer | 2024-04-20 00:03:57 +0200 | |
| commit | 5c33e5191a98c99eb6cdc2c4260aad906d73fdc3 (patch) | |
| tree | f9e823e984ef3dd2881c25e6c6f0cb7429f285c7 /app/i18n/zh-cn/admin.php | |
| parent | 81f6bbf64ecdebe8c47dc520bacf7e093d45e749 (diff) | |
i18n: update zh-cn translation (#6336)
* i18n: update zh-cn translation
* minor edit
* fix translations syntax
* fix translations syntax: use tab
* better translation
* clarify how Content-Type header auto-set works
* fix a mistranslation discovered by comparing #6335
Co-authored-by: <nanhualyq@gmail.com>
---------
Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
Diffstat (limited to 'app/i18n/zh-cn/admin.php')
| -rw-r--r-- | app/i18n/zh-cn/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/zh-cn/admin.php b/app/i18n/zh-cn/admin.php index 709abfeca..e3803574b 100644 --- a/app/i18n/zh-cn/admin.php +++ b/app/i18n/zh-cn/admin.php @@ -19,8 +19,8 @@ return array( 'http' => 'HTTP(面向启用 HTTPS 的高级用户)', 'none' => '无(危险)', 'title' => '认证', - 'token' => 'Master authentication token', // TODO - 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO + 'token' => '主验证 token', + 'token_help' => '允许不验证而访问用户的全部 RSS 输出以及刷新订阅源:', 'type' => '认证方式', 'unsafe_autologin' => '允许不安全的自动登陆方式:', ), |
