feat: WWJCloud 企业级全栈框架 v0.3.5 完整更新
🚀 核心更新: - ✅ 完善 NestJS 企业级架构设计 - ✅ 优化配置中心和基础设施层 - ✅ 增强第三方服务集成能力 - ✅ 完善多租户架构支持 - 🎯 对标 Java Spring Boot 和 PHP ThinkPHP 📦 新增文件: - wwjcloud-nest 完整框架结构 - Docker 容器化配置 - 管理后台界面 - 数据库迁移脚本 🔑 Key: ebb38b43ec39f355f071294fd1cf9c42
This commit is contained in:
20
src/lang/en_US/common/api.json
Normal file
20
src/lang/en_US/common/api.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"success": "Operation successful",
|
||||
"fail": "Operation failed",
|
||||
"save_success": "Save successful",
|
||||
"save_fail": "Save failed",
|
||||
"edit_success": "Edit successful",
|
||||
"edit_fail": "Edit failed",
|
||||
"delete_success": "Delete successful",
|
||||
"delete_fail": "Delete failed",
|
||||
"add_success": "Add successful",
|
||||
"add_fail": "Add failed",
|
||||
"upload_success": "Upload successful",
|
||||
"upload_fail": "Upload failed",
|
||||
"data_not_exist": "Data does not exist",
|
||||
"no_permission": "You do not have permission",
|
||||
"login_success": "Login successful",
|
||||
"login_fail": "Login failed",
|
||||
"logout_success": "Logout successful",
|
||||
"captcha_error": "Captcha error"
|
||||
}
|
||||
29
src/lang/en_US/common/dict.json
Normal file
29
src/lang/en_US/common/dict.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"user": {
|
||||
"status_on": "Active",
|
||||
"status_off": "Inactive",
|
||||
"type_admin": "Administrator",
|
||||
"type_user": "User"
|
||||
},
|
||||
"order": {
|
||||
"status_wait": "Pending",
|
||||
"status_paid": "Paid",
|
||||
"status_cancel": "Cancelled",
|
||||
"status_refund": "Refunded"
|
||||
},
|
||||
"payment": {
|
||||
"type_wechat": "WeChat Pay",
|
||||
"type_alipay": "Alipay",
|
||||
"type_balance": "Balance",
|
||||
"status_success": "Payment successful",
|
||||
"status_fail": "Payment failed"
|
||||
},
|
||||
"common": {
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive"
|
||||
}
|
||||
}
|
||||
14
src/lang/en_US/common/validate.json
Normal file
14
src/lang/en_US/common/validate.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"username_required": "Username is required",
|
||||
"username_length": "Username must be between 3-20 characters",
|
||||
"password_required": "Password is required",
|
||||
"password_length": "Password must be between 6-20 characters",
|
||||
"email_required": "Email is required",
|
||||
"email_format": "Email format is incorrect",
|
||||
"mobile_required": "Mobile number is required",
|
||||
"mobile_format": "Mobile number format is incorrect",
|
||||
"captcha_required": "Captcha is required",
|
||||
"captcha_error": "Captcha is incorrect",
|
||||
"confirm_password_required": "Confirm password is required",
|
||||
"password_not_match": "Passwords do not match"
|
||||
}
|
||||
Reference in New Issue
Block a user