mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +08:00
* 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>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
||
"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": "解锁测试"
|
||
}
|
||
}
|
||
}
|