Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Administrator
mall4cloud
Commits
a21f5a9a
Commit
a21f5a9a
authored
Dec 20, 2023
by
liang.tang
Browse files
mall4cloud
parents
Pipeline
#244
canceled with stages
Changes
355
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
371 additions
and
0 deletions
+371
-0
front-end/mall4cloud-multishop-master/src/lang/admin/en.js
front-end/mall4cloud-multishop-master/src/lang/admin/en.js
+12
-0
front-end/mall4cloud-multishop-master/src/lang/admin/zh.js
front-end/mall4cloud-multishop-master/src/lang/admin/zh.js
+12
-0
front-end/mall4cloud-multishop-master/src/lang/biz/area/en.js
...t-end/mall4cloud-multishop-master/src/lang/biz/area/en.js
+6
-0
front-end/mall4cloud-multishop-master/src/lang/biz/area/zh.js
...t-end/mall4cloud-multishop-master/src/lang/biz/area/zh.js
+6
-0
front-end/mall4cloud-multishop-master/src/lang/biz/imgbox/en.js
...end/mall4cloud-multishop-master/src/lang/biz/imgbox/en.js
+26
-0
front-end/mall4cloud-multishop-master/src/lang/biz/imgbox/zh.js
...end/mall4cloud-multishop-master/src/lang/biz/imgbox/zh.js
+26
-0
front-end/mall4cloud-multishop-master/src/lang/components/category-selector/en.js
...tishop-master/src/lang/components/category-selector/en.js
+9
-0
front-end/mall4cloud-multishop-master/src/lang/components/category-selector/zh.js
...tishop-master/src/lang/components/category-selector/zh.js
+9
-0
front-end/mall4cloud-multishop-master/src/lang/constant/en.js
...t-end/mall4cloud-multishop-master/src/lang/constant/en.js
+14
-0
front-end/mall4cloud-multishop-master/src/lang/constant/zh.js
...t-end/mall4cloud-multishop-master/src/lang/constant/zh.js
+14
-0
front-end/mall4cloud-multishop-master/src/lang/en.js
front-end/mall4cloud-multishop-master/src/lang/en.js
+124
-0
front-end/mall4cloud-multishop-master/src/lang/index.js
front-end/mall4cloud-multishop-master/src/lang/index.js
+43
-0
front-end/mall4cloud-multishop-master/src/lang/multishop/hot-search/en.js
...loud-multishop-master/src/lang/multishop/hot-search/en.js
+9
-0
front-end/mall4cloud-multishop-master/src/lang/multishop/hot-search/zh.js
...loud-multishop-master/src/lang/multishop/hot-search/zh.js
+9
-0
front-end/mall4cloud-multishop-master/src/lang/multishop/notice/en.js
...ll4cloud-multishop-master/src/lang/multishop/notice/en.js
+10
-0
front-end/mall4cloud-multishop-master/src/lang/multishop/notice/zh.js
...ll4cloud-multishop-master/src/lang/multishop/notice/zh.js
+10
-0
front-end/mall4cloud-multishop-master/src/lang/multishop/shop-user-account/en.js
...ltishop-master/src/lang/multishop/shop-user-account/en.js
+7
-0
front-end/mall4cloud-multishop-master/src/lang/multishop/shop-user-account/zh.js
...ltishop-master/src/lang/multishop/shop-user-account/zh.js
+7
-0
front-end/mall4cloud-multishop-master/src/lang/multishop/shop-user/en.js
...cloud-multishop-master/src/lang/multishop/shop-user/en.js
+9
-0
front-end/mall4cloud-multishop-master/src/lang/multishop/shop-user/zh.js
...cloud-multishop-master/src/lang/multishop/shop-user/zh.js
+9
-0
No files found.
Too many changes to show.
To preserve performance only
355 of 355+
files are displayed.
Plain diff
Email patch
front-end/mall4cloud-multishop-master/src/lang/admin/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
carouselImg
:
'
Carousel pictures
'
,
recommImgSize
:
'
Carousel pictures
'
,
carouselImgNoNull
:
'
Carousel picture cannot be empty
'
,
sortNONull
:
'
Sort value cannot be empty
'
,
weChatPay
:
'
WeChat Pay
'
,
aliPay
:
'
Pay with Ali-Pay
'
,
balancePay
:
'
Balance Pay
'
,
add
:
'
Add
'
,
remove
:
'
Remove
'
,
dollar
:
'
dollar
'
}
front-end/mall4cloud-multishop-master/src/lang/admin/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
carouselImg
:
'
轮播图片
'
,
recommImgSize
:
'
建议图片尺寸为
'
,
carouselImgNoNull
:
'
轮播图片不能为空
'
,
sortNONull
:
'
排序值不能为空
'
,
weChatPay
:
'
微信支付
'
,
aliPay
:
'
支付宝支付
'
,
balancePay
:
'
余额支付
'
,
add
:
'
添加
'
,
remove
:
'
移除
'
,
dollar
:
'
元
'
}
front-end/mall4cloud-multishop-master/src/lang/biz/area/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
areaId
:
'
area id
'
,
areaName
:
'
area name
'
,
parentId
:
'
parent id
'
,
level
:
'
level
'
}
front-end/mall4cloud-multishop-master/src/lang/biz/area/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
areaId
:
''
,
areaName
:
'
地址
'
,
parentId
:
'
上级地址
'
,
level
:
'
等级(从1开始)
'
}
front-end/mall4cloud-multishop-master/src/lang/biz/imgbox/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
picManager
:
'
Picture Manager
'
,
choosePic
:
'
Select Picture
'
,
picName
:
'
Picture name
'
,
query
:
'
query
'
,
uploadPic
:
'
Upload pictures
'
,
selectLocalPic
:
'
Please select a local image to upload:
'
,
confirmUpload
:
'
Confirm upload
'
,
revisePicName
:
'
Modify picture name
'
,
oldName
:
'
Old name
'
,
revName
:
'
Edit name
'
,
inputNewName
:
'
Please enter a new picture name
'
,
superiorLimit
:
'
The number of selectable photos has reached the upper limit
'
,
onlyPictures
:
'
Only images can be uploaded, other files have been cleared
'
,
onlySupported
:
'
Only supports
'
,
pic
:
'
picture
'
,
notExceed
:
'
Size cannot exceed
'
,
alreadyExist
:
'
Already existing
'
,
soonUpload
:
'
About to upload
'
,
unit
:
'
picture
'
,
upload
:
'
Upload
'
,
remainder
:
'
There are also options
'
,
maxSelect
:
'
At present, you can only select at most
'
,
requestError
:
'
The server is dozing off^_^
'
,
PicMaxQuantity
:
'
The maximum number of pictures is:
'
}
front-end/mall4cloud-multishop-master/src/lang/biz/imgbox/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
picManager
:
'
图片管理器
'
,
choosePic
:
'
选择图片
'
,
picName
:
'
图片名称
'
,
query
:
'
查询
'
,
uploadPic
:
'
上传图片
'
,
selectLocalPic
:
'
请选择本地图片上传:
'
,
confirmUpload
:
'
确定上传
'
,
revisePicName
:
'
修改图片名称与分组
'
,
oldName
:
'
原名称
'
,
revName
:
'
新名称
'
,
inputNewName
:
'
请输入新的图片名称
'
,
superiorLimit
:
'
可选择照片数量已达上限
'
,
onlyPictures
:
'
只能上传图片,其他文件已清除
'
,
onlySupported
:
'
仅支持
'
,
pic
:
'
图片
'
,
notExceed
:
'
大小不能超过
'
,
alreadyExist
:
'
已有
'
,
soonUpload
:
'
即将上传
'
,
unit
:
'
张图片
'
,
upload
:
'
上传
'
,
remainder
:
'
还可以选择
'
,
maxSelect
:
'
当前最多只能选择
'
,
requestError
:
'
服务器打了个盹^_^
'
,
PicMaxQuantity
:
'
图片最大数量为:
'
}
front-end/mall4cloud-multishop-master/src/lang/components/category-selector/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
categorySelector
:
'
Category selector
'
,
chooseProdCateg
:
'
Select product category
'
,
currCho
:
'
Your current choice is
'
,
isItAComtionPro
:
'
Is it a combination product
'
,
generalMerchandise
:
'
General Product
'
,
combinationGoods
:
'
Combined product
'
,
haveReadFol
:
'
Confirm selection
'
}
front-end/mall4cloud-multishop-master/src/lang/components/category-selector/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
categorySelector
:
'
分类选择器
'
,
chooseProdCateg
:
'
选择商品分类
'
,
currCho
:
'
你当前的选择是
'
,
isItAComtionPro
:
'
是否为组合商品
'
,
generalMerchandise
:
'
普通商品
'
,
combinationGoods
:
'
组合商品
'
,
haveReadFol
:
'
确认选择
'
}
front-end/mall4cloud-multishop-master/src/lang/constant/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
noNull
:
'
No null
'
,
product
:
'
Product
'
,
shop
:
'
Shop
'
,
contactName
:
'
Contact person
'
,
contactTel
:
'
Contact number
'
,
consignee
:
'
consignee
'
,
mobilePhone
:
'
Mobile phone
'
,
deliveryAddr
:
'
delivery address
'
,
name
:
'
Name
'
,
dollar
:
'
Dollar
'
,
piece
:
'
Pieces
'
,
normal
:
'
Normal
'
}
front-end/mall4cloud-multishop-master/src/lang/constant/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
noNull
:
'
不能为空
'
,
product
:
'
商品
'
,
shop
:
'
店铺
'
,
contactName
:
'
联系人
'
,
contactTel
:
'
联系电话
'
,
consignee
:
'
收货人
'
,
mobilePhone
:
'
手机号码
'
,
deliveryAddr
:
'
收货地址
'
,
name
:
'
名称
'
,
dollar
:
'
元
'
,
piece
:
'
件
'
,
normal
:
'
正常
'
}
front-end/mall4cloud-multishop-master/src/lang/en.js
0 → 100644
View file @
a21f5a9a
import
spu
from
'
./product/spu/en
'
import
attr
from
'
./product/attr/en
'
import
category
from
'
./product/category/en
'
import
notice
from
'
./multishop/notice/en
'
import
shopUser
from
'
./multishop/shop-user/en
'
import
hotSearch
from
'
./multishop/hot-search/en
'
import
imgbox
from
'
./biz/imgbox/en
'
import
role
from
'
./rbac/role/en
'
import
menu
from
'
./rbac/menu/en
'
import
menuPermission
from
'
./rbac/menu-permission/en
'
import
selector
from
'
./components/category-selector/en
'
import
shopUserAccount
from
'
./multishop/shop-user-account/en
'
import
order
from
'
./order/order/en
'
import
constant
from
'
./constant/en
'
import
admin
from
'
./admin/en
'
import
shop
from
'
./shop/en
'
import
address
from
'
./address/en
'
import
product
from
'
./product/en
'
export
default
{
language
:
'
English
'
,
route
:
{
dashboard
:
'
Dashboard
'
},
navbar
:
{
logOut
:
'
Log Out
'
},
tip
:
{
select
:
'
please select prod
'
,
input
:
'
please input
'
},
tagsView
:
{
refresh
:
'
Refresh
'
,
close
:
'
Close
'
,
closeOthers
:
'
Close Others
'
,
closeAll
:
'
Close All
'
},
date
:
{
start
:
'
Start date
'
,
end
:
'
End date
'
,
tip
:
'
to
'
,
t
:
'
today
'
,
y
:
'
yesterday
'
,
n
:
'
nearly 7
'
,
m
:
'
nearly 30
'
,
a
:
'
whole
'
},
login
:
{
title
:
'
Login Form
'
,
logIn
:
'
Login
'
,
username
:
'
Username
'
,
password
:
'
Password
'
,
any
:
'
any
'
,
thirdparty
:
'
Or connect with
'
,
thirdpartyTips
:
'
Can not be simulated on local, so please combine you own business simulation! ! !
'
},
unit
:
{
dollar
:
'
yuan
'
},
table
:
{
search
:
'
Search
'
,
add
:
'
Add
'
,
export
:
'
Export
'
,
id
:
'
ID
'
,
status
:
'
Status
'
,
actions
:
'
Actions
'
,
edit
:
'
Edit
'
,
create
:
'
Create
'
,
publish
:
'
Publish
'
,
delete
:
'
Delete
'
,
cancel
:
'
Cancel
'
,
offline
:
'
Offline
'
,
clear
:
'
Clear
'
,
confirm
:
'
Confirm
'
,
actionSuccess
:
'
Actions Success
'
,
tips
:
'
Tips
'
,
seq
:
'
Queue number
'
,
sureToDelete
:
'
Be sure to delete?
'
,
createTime
:
'
create time
'
,
updateTime
:
'
update time
'
},
action
:
{
putOnShelf
:
'
Put on the shelf
'
,
offShelf
:
'
off the shelf
'
},
rbac
:
{
role
,
menu
,
menuPermission
},
multishop
:
{
notice
,
shopUser
,
hotSearch
,
shopUserAccount
},
product
:
{
...
product
,
attr
,
category
,
spu
},
biz
:
{
imgbox
},
order
:
{
order
},
constant
:
{
...
constant
},
admin
:
{
...
admin
},
shop
:
{
...
shop
},
address
:
{
...
address
},
components
:
{
selector
}
}
front-end/mall4cloud-multishop-master/src/lang/index.js
0 → 100644
View file @
a21f5a9a
import
Vue
from
'
vue
'
import
VueI18n
from
'
vue-i18n
'
import
Cookies
from
'
js-cookie
'
import
elementEnLocale
from
'
element-ui/lib/locale/lang/en
'
// element-ui lang
import
elementZhLocale
from
'
element-ui/lib/locale/lang/zh-CN
'
// element-ui lang
import
enLocale
from
'
./en
'
import
zhLocale
from
'
./zh
'
Vue
.
use
(
VueI18n
)
const
messages
=
{
en
:
{
...
enLocale
,
...
elementEnLocale
},
zh
:
{
...
zhLocale
,
...
elementZhLocale
}
}
export
function
getLanguage
()
{
const
chooseLanguage
=
Cookies
.
get
(
'
language
'
)
if
(
chooseLanguage
)
return
chooseLanguage
// if has not choose language
const
language
=
(
navigator
.
language
||
navigator
.
browserLanguage
).
toLowerCase
()
const
locales
=
Object
.
keys
(
messages
)
for
(
const
locale
of
locales
)
{
if
(
language
.
indexOf
(
locale
)
>
-
1
)
{
return
locale
}
}
return
'
en
'
}
const
i18n
=
new
VueI18n
({
// set locale
// options: en | zh | es
locale
:
getLanguage
(),
// set locale messages
messages
})
export
default
i18n
front-end/mall4cloud-multishop-master/src/lang/multishop/hot-search/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
hotSearchId
:
'
hot search id
'
,
shopId
:
'
shop id
'
,
content
:
'
content
'
,
createDate
:
'
create date
'
,
seq
:
'
seq
'
,
status
:
'
status
'
,
title
:
'
title
'
}
front-end/mall4cloud-multishop-master/src/lang/multishop/hot-search/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
hotSearchId
:
'
主键
'
,
shopId
:
'
店铺ID
'
,
content
:
'
热搜内容
'
,
createDate
:
'
创建时间
'
,
seq
:
'
顺序
'
,
status
:
'
状态
'
,
title
:
'
热搜标题
'
}
front-end/mall4cloud-multishop-master/src/lang/multishop/notice/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
id
:
'
id
'
,
shopId
:
'
shop id
'
,
title
:
'
title
'
,
content
:
'
content
'
,
type
:
'
type
'
,
status
:
'
status
'
,
isTop
:
'
is top
'
,
publishTime
:
'
publish time
'
}
front-end/mall4cloud-multishop-master/src/lang/multishop/notice/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
id
:
'
公告id
'
,
shopId
:
'
店铺id
'
,
title
:
'
公告标题
'
,
content
:
'
公告内容
'
,
type
:
'
类型
'
,
status
:
'
状态
'
,
isTop
:
'
是否置顶
'
,
publishTime
:
'
发布时间
'
}
front-end/mall4cloud-multishop-master/src/lang/multishop/shop-user-account/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
email
:
'
email
'
,
phone
:
'
phone
'
,
username
:
'
username
'
,
password
:
'
password
'
,
status
:
'
status
'
}
front-end/mall4cloud-multishop-master/src/lang/multishop/shop-user-account/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
email
:
'
邮箱
'
,
phone
:
'
手机号
'
,
username
:
'
用户名
'
,
password
:
'
密码
'
,
status
:
'
状态
'
}
front-end/mall4cloud-multishop-master/src/lang/multishop/shop-user/en.js
0 → 100644
View file @
a21f5a9a
export
default
{
shopUserId
:
'
shop user id
'
,
shopId
:
'
shop id
'
,
nickName
:
'
nick name
'
,
avatar
:
'
avatar
'
,
code
:
'
code
'
,
phoneNum
:
'
phone num
'
,
hasAccount
:
'
has account
'
}
front-end/mall4cloud-multishop-master/src/lang/multishop/shop-user/zh.js
0 → 100644
View file @
a21f5a9a
export
default
{
shopUserId
:
'
商家用户id
'
,
shopId
:
'
关联店铺id
'
,
nickName
:
'
昵称
'
,
avatar
:
'
头像
'
,
code
:
'
员工编号
'
,
phoneNum
:
'
联系方式
'
,
hasAccount
:
'
是否已经设置账号
'
}
Prev
1
…
10
11
12
13
14
15
16
17
18
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment