|
|
@@ -51,7 +51,7 @@ const items = {
|
|
|
"labels.error.403": "没有权限",
|
|
|
"labels.error.404": "没有找到指定的资源",
|
|
|
"labels.error.429": "请求过于频繁",
|
|
|
- "labels.error.500": "服务器内部错误",
|
|
|
+ "labels.error.500": "Server Internal Error",
|
|
|
"labels.task": "task",
|
|
|
"labels.task.hall": "task hall",
|
|
|
"labels.task.mine": "my task",
|
|
|
@@ -97,6 +97,28 @@ const items = {
|
|
|
"labels.shared": "Shared",
|
|
|
"labels.community": "Community",
|
|
|
"labels.task.prev.executors": "Prev Executors",
|
|
|
+ "channel.title": "channel",
|
|
|
+ "channel.type": "type",
|
|
|
+ "channel.name": "name",
|
|
|
+ "channel.create.message.noname": "name is request",
|
|
|
+ "channel.type.all.title": "all",
|
|
|
+ "channel.type.translation.label": "translation",
|
|
|
+ "channel.type.nissaya.label": "Nissaya",
|
|
|
+ "channel.type.commentary.label": "commentary",
|
|
|
+ "channel.type.original.label": "original",
|
|
|
+ "channel.type.message.required": "type is request",
|
|
|
+ "channel.lang": "language",
|
|
|
+ "channel.fields.lang.label": "language",
|
|
|
+ "channel.fields.type.label": "type",
|
|
|
+ "channel.fields.name.label": "name",
|
|
|
+ "channel.type.similar.label": "Similar",
|
|
|
+ "channel.source_type": "source type",
|
|
|
+ "channel.source_type.original": "original",
|
|
|
+ "channel.source_type.reprint": "reprint",
|
|
|
+ "channel.source_type.ai": "ai",
|
|
|
+ "channel.source_id": "Source ID",
|
|
|
+ "article.lable": "article",
|
|
|
+ "article.fields.article.count.label": "article count",
|
|
|
};
|
|
|
|
|
|
export default items;
|