Key features implemented: - New RELEASE_v1.1.0.md with comprehensive release notes for security upgrades and new features - New firewall.py plugin implementing dynamic IP filtering, port management, and attack detection - New frp_proxy.py plugin for FRP-based internal network tunneling and proxy services - New ftp_server.py plugin providing secure file transfer with user management and access control - New multi_lang_deploy.py orchestrator supporting automated detection and deployment of Python/Node.js/Go/Java/PHP projects - New ops_toolbox.py with backup/recovery, health checks, and resource quota management - New security_gateway.py with API rate limiting, JWT authentication, audit logging, and circuit breaker protection - New HTML5/CSS3/JS-based webui replacing PHP templates with modern responsive design and real-time metrics - New manifest.json files for all plugins adding configuration schemas and dependency declarations - Updated .gitignore with refined ignore patterns for development environments - Modified core plugin manifests to include internationalization dependencies and enhanced configurations - Removed legacy PHP template files from webui frontend views - Enhanced plugin bridge, storage, signature verification with multilingual support and security improvements
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"common": {
|
|
"success": "成功",
|
|
"error": "错误",
|
|
"not_found": "未找到",
|
|
"forbidden": "禁止访问",
|
|
"unauthorized": "未授权",
|
|
"server_error": "服务器内部错误",
|
|
"bad_request": "请求格式错误",
|
|
"ok": "确定",
|
|
"cancel": "取消",
|
|
"save": "保存",
|
|
"delete": "删除",
|
|
"edit": "编辑",
|
|
"create": "创建",
|
|
"search": "搜索",
|
|
"loading": "加载中...",
|
|
"no_data": "暂无数据",
|
|
"confirm": "确认",
|
|
"back": "返回"
|
|
},
|
|
"health": {
|
|
"status": "运行正常",
|
|
"service": "服务",
|
|
"version": "版本",
|
|
"uptime": "运行时间"
|
|
},
|
|
"api": {
|
|
"welcome": "欢迎使用 FutureOSS API",
|
|
"docs": "API 文档",
|
|
"rate_limit": "请求频率过高,请稍后重试",
|
|
"invalid_request": "无效的请求参数",
|
|
"missing_param": "缺少必需参数: {{param}}",
|
|
"invalid_param": "参数格式错误: {{param}}"
|
|
},
|
|
"errors": {
|
|
"400": "请求格式错误",
|
|
"401": "请先登录",
|
|
"403": "您没有权限执行此操作",
|
|
"404": "请求的资源不存在",
|
|
"500": "服务器内部错误,请稍后重试",
|
|
"502": "网关错误",
|
|
"503": "服务暂时不可用,请稍后重试"
|
|
},
|
|
"plugin": {
|
|
"i18n_name": "国际化多语言支持",
|
|
"i18n_desc": "提供翻译加载、语言检测和 HTTP 中间件功能",
|
|
"locale_changed": "语言已切换为 {{locale}}",
|
|
"locale_not_supported": "不支持的语言: {{locale}}"
|
|
}
|
|
}
|