Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions front/public/locales/it/errors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
36 changes: 36 additions & 0 deletions front/public/locales/zh_Hans/errors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"401": "未认证用户",
"403": "拒绝访问",
"404": "未找到资源",
"500": "服务器错误",
"502": "服务器错误",
"503": "服务器错误",
"504": "服务器无响应。",
"editoast": {
"authorization": {
"Forbidden": "拒绝访问",
"Unauthenticated": "未认证的用户"
},
"catalog_entry": {
"Database": "内部错误(数据库)"
},
"infra": {
"Database": "内部错误"
},
"level_crossing": {
"UnsupportedTimetableType": "不支持每小时的时间表。"
},
"operation": {
"EmptyId": "不允许使用空字符串id"
},
"postgres": {
"Username": "无效的用户名"
},
"rollingstocks": {
"CannotCreateCompoundImage": "无法在合成的图像上复制分离的图像"
},
"search": {
"IntegerConversion": "无法转换为i64"
}
}
}
Loading