aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/zh-CN/api.php
diff options
context:
space:
mode:
authorGravatar Zexin Yuan <gh@yzx9.xyz> 2025-12-13 19:25:14 +0800
committerGravatar GitHub <noreply@github.com> 2025-12-13 12:25:14 +0100
commite6cb6e65a46f2b1cc33edef5fd96804cd3fffcd0 (patch)
treed10149f935b756c8583bb3a557ba28f43677fc04 /app/i18n/zh-CN/api.php
parent4b6127ee04229ac64d74076933e800601df884c0 (diff)
Improve simplified chinese translation (#8313)
* Improve simplified chinese translation * Update translation progress * Add yzx9 to contributors
Diffstat (limited to 'app/i18n/zh-CN/api.php')
-rw-r--r--app/i18n/zh-CN/api.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/i18n/zh-CN/api.php b/app/i18n/zh-CN/api.php
index 0021dfa98..5e63dbc5f 100644
--- a/app/i18n/zh-CN/api.php
+++ b/app/i18n/zh-CN/api.php
@@ -12,22 +12,22 @@
return array(
'information' => array(
- 'address' => 'Your API address:', // TODO
+ 'address' => '你的 API 地址:',
'output' => array(
- 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO
- 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO
- 'pass' => '✔️ PASS', // TODO
- 'unknown-error' => '❌ ', // TODO
+ 'encoding-support' => '⚠️ 警告:<code>%2F</code> 支持缺失,部分客户端可能无法正常工作!',
+ 'invalid-configuration' => '⚠️ 警告:./data/config.php 中可能存在无效的 base URL', // DIRTY
+ 'pass' => '✔️ 通过',
+ 'unknown-error' => '❌ ', // IGNORE
),
'test' => array(
- 'fever' => 'Fever API configuration test:', // TODO
- 'greader' => 'Google Reader API configuration test:', // TODO
+ 'fever' => 'Fever API 配置测试:',
+ 'greader' => 'Google Reader API 配置测试',
),
'title' => array(
- '_' => 'FreshRSS API endpoints', // TODO
- 'extension' => 'API for extensions', // TODO
- 'fever' => 'Fever compatible API', // TODO
- 'greader' => 'Google Reader compatible API', // TODO
+ '_' => 'FreshRSS API 端点', // DIRTY
+ 'extension' => '供拓展使用的 API',
+ 'fever' => 'Fever 兼容的 API',
+ 'greader' => 'Google Reader 兼容的 API',
),
),
);