mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-07 23:31:08 +08:00
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
This commit is contained in:
4
packages/locales/src/langs/en-US/profile.json
Normal file
4
packages/locales/src/langs/en-US/profile.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"updatePassword": "Update Password",
|
||||
"updateBasicProfile": "Update Basic Profile"
|
||||
}
|
||||
@@ -54,6 +54,13 @@
|
||||
"copy": "Copy",
|
||||
"copied": "Copied"
|
||||
},
|
||||
"crop": {
|
||||
"title": "Image Cropping",
|
||||
"titleTip": "Cropping Ratio {0}",
|
||||
"confirm": "Crop",
|
||||
"cancel": "Cancel cropping",
|
||||
"errorTip": "Cropping error"
|
||||
},
|
||||
"fallback": {
|
||||
"pageNotFound": "Oops! Page Not Found",
|
||||
"pageNotFoundDesc": "Sorry, we couldn't find the page you were looking for.",
|
||||
|
||||
4
packages/locales/src/langs/zh-CN/profile.json
Normal file
4
packages/locales/src/langs/zh-CN/profile.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"updatePassword": "更新密码",
|
||||
"updateBasicProfile": "更新基本信息"
|
||||
}
|
||||
@@ -54,6 +54,13 @@
|
||||
"copy": "复制",
|
||||
"copied": "已复制"
|
||||
},
|
||||
"crop": {
|
||||
"title": "图片裁剪",
|
||||
"titleTip": "裁剪比例 {0}",
|
||||
"confirm": "裁剪",
|
||||
"cancel": "取消裁剪",
|
||||
"errorTip": "裁剪错误"
|
||||
},
|
||||
"fallback": {
|
||||
"pageNotFound": "哎呀!未找到页面",
|
||||
"pageNotFoundDesc": "抱歉,我们无法找到您要找的页面。",
|
||||
|
||||
Reference in New Issue
Block a user