AetherWing e1d914e61d
Chore(i18n): Improve Chinese–English typesetting (#6351)
* chore(i18n): add spacing after "TUN"

* docs: Changelog

* chore(i18n): Improve Chinese–English typesetting

* Apply suggestions from code review

* chore: i18n

---------

Co-authored-by: Slinetrac <realakayuki@gmail.com>
2026-02-23 05:17:23 +00:00

54 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"page": {
"actions": {
"testAll": "测试全部"
},
"title": "测试"
},
"components": {
"item": {
"actions": {
"test": "测试"
}
}
},
"modals": {
"test": {
"title": {
"create": "新建测试",
"edit": "编辑测试"
},
"fields": {
"url": "测试地址"
}
}
},
"statuses": {
"test": {
"pending": "待检测",
"yes": "支持",
"no": "不支持",
"failed": "测试失败",
"completed": "检测完成",
"disallowedIsp": "不允许的 ISP",
"originalsOnly": "仅限原创",
"noDisney": "不支持IP 被 Disney+ 禁止)",
"unsupportedRegion": "不支持的国家/地区",
"failedNetwork": "测试失败(网络连接问题)"
}
},
"unlock": {
"page": {
"actions": {
"testing": "测试中..."
},
"empty": "暂无解锁测试项目",
"messages": {
"detectionFailedWithName": "{{name}} 检测失败",
"detectionTimeout": "检测超时或失败"
},
"title": "解锁测试"
}
}
}