feat: add chinese translation for apikey page
This commit is contained in:
@@ -93,5 +93,30 @@
|
|||||||
"remove_success": "成功删除代理配置",
|
"remove_success": "成功删除代理配置",
|
||||||
"remove_error": "删除代理配置失败。请重试。"
|
"remove_error": "删除代理配置失败。请重试。"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"apikey": {
|
||||||
|
"title": "管理API密钥",
|
||||||
|
"default_name": "Maxun API密钥",
|
||||||
|
"table": {
|
||||||
|
"name": "API密钥名称",
|
||||||
|
"key": "API密钥",
|
||||||
|
"actions": "操作"
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"copy": "复制",
|
||||||
|
"show": "显示",
|
||||||
|
"hide": "隐藏",
|
||||||
|
"delete": "删除"
|
||||||
|
},
|
||||||
|
"no_key_message": "您还未生成API密钥。",
|
||||||
|
"generate_button": "生成API密钥",
|
||||||
|
"notifications": {
|
||||||
|
"fetch_error": "获取API密钥失败 - ${error}",
|
||||||
|
"generate_success": "API密钥生成成功",
|
||||||
|
"generate_error": "生成API密钥失败 - ${error}",
|
||||||
|
"delete_success": "API密钥删除成功",
|
||||||
|
"delete_error": "删除API密钥失败 - ${error}",
|
||||||
|
"copy_success": "API密钥复制成功"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user