Template
chore: 初始化脚手架 — sunny_mochi 企业级 Flutter 模板
Core 基础设施:Flavor 三包体系、Drift+SQLCipher 加密数据库 7 拦截器 Dio 网络栈、CrashReporter 崩溃日志、Sealed Failure 错误体系 5 色板主题系统、Auth 认证骨架(Clean Architecture)、Dev Panel、Mock Adapter 通过验证:flutter analyze(0 errors)、flutter test(全绿)、staging APK 74.8MB
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"tab": {
|
||||
"home": "首页",
|
||||
"mine": "我的"
|
||||
},
|
||||
"button": {
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"retry": "重试",
|
||||
"submit": "提交",
|
||||
"save": "保存",
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"back": "返回",
|
||||
"close": "关闭",
|
||||
"login": "登录",
|
||||
"logout": "退出登录"
|
||||
},
|
||||
"error": {
|
||||
"unknown": "出现了一点问题,请稍后重试",
|
||||
"network": "网络连接失败,请检查网络",
|
||||
"timeout": "请求超时,请稍后重试",
|
||||
"server": "服务器开小差了,请稍后重试",
|
||||
"auth": "登录已过期,请重新登录",
|
||||
"empty_input": "请填写必填项",
|
||||
"invalid_phone": "请输入有效的手机号"
|
||||
},
|
||||
"empty": {
|
||||
"default": "暂无数据",
|
||||
"list": "列表为空"
|
||||
},
|
||||
"auth": {
|
||||
"login_title": "欢迎登录",
|
||||
"phone_hint": "请输入手机号",
|
||||
"code_hint": "请输入验证码",
|
||||
"password_hint": "请输入密码",
|
||||
"send_code": "发送验证码",
|
||||
"resend_code": "重新发送",
|
||||
"sms_tab": "短信验证码",
|
||||
"pwd_tab": "密码登录"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user