Skip to content

Commit 22173a6

Browse files
BrokenC1oudweblate
authored andcommitted
front: errors: translated using weblate (Chinese (Simplified Han script))
Currently translated at 17.1% (38 of 222 strings) Translation: OSRD/Errors Translate-URL: https://hosted.weblate.org/projects/osrd/errors/zh_Hans/ Signed-off-by: Broken Cloud <jgbsxx20130315@gmail.com>
1 parent cbb43c9 commit 22173a6

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

front/public/locales/zh_Hans/errors.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,59 @@
22
"401": "未授权的用户",
33
"403": "访问拒绝",
44
"404": "资源未找到",
5-
"500": "服务器错误"
5+
"500": "服务器错误",
6+
"502": "服务器错误",
7+
"503": "服务器错误",
8+
"504": "服务器未响应。",
9+
"core": {
10+
"assert_error": "断言不成成立:{{file_location}}: {{assert_message}}"
11+
},
12+
"default": "发生错误.",
13+
"editoast": {
14+
"DatabaseAccessError": "数据库访问错误",
15+
"app_health": {
16+
"Core": "核心错误",
17+
"Database": "数据库错误",
18+
"Openfga": "OpenFGA错误",
19+
"Timeout": "服务超时",
20+
"Valkey": "Valkey错误"
21+
},
22+
"attached": {
23+
"TrackNotFound": "轨道 {{track_id}} 未找到"
24+
},
25+
"authz": {
26+
"AuthError": "授权内部错误,请重试或联系服务",
27+
"Authorizer": "内部错误",
28+
"Authz": "授权内部错误,请重试或联系服务",
29+
"Database": "内部错误(数据库)",
30+
"DbError": "数据库访问错误",
31+
"Driver": "授权内部错误,请重试或联系服务",
32+
"Forbidden": "未授权",
33+
"GrantsApiMisuse": "不正当的API使用",
34+
"NoSuchUser": "未知用户",
35+
"Unauthorized": "未授权用户",
36+
"UnknownIdentity": "未知身份 '{{identity}}'",
37+
"UnknownResource": "未知资源",
38+
"UnknownResourceType": "未知资源类型",
39+
"UnknownSubject": "未知对象",
40+
"UnknownUser": "未知用户 {{id}}"
41+
},
42+
"auto_fixes": {
43+
"FixTrialFailure": "无法尝试应用修复",
44+
"MissingErrorObject": "无法找到错误主体"
45+
},
46+
"cache_operation": {
47+
"DuplicateIdsProvided": "{{obj_type}} {{obj_id}}:一个副本已经存在",
48+
"ObjectNotFound": "无法在基础设施缓存中找到{{obj_type}} {{obj_id}}"
49+
},
50+
"catalog_entry": {
51+
"Database": "内部错误(数据库)",
52+
"NotFound": "目录条目 '{{catalog_entry_id}}' 无法找到"
53+
},
54+
"core": {
55+
"pathfinding": {
56+
"ZeroLengthPath": "路径长度不能为空。"
57+
}
58+
}
59+
}
660
}

0 commit comments

Comments
 (0)