Commit 94a52a657a6b3c6d983e7fff7b5cc3bdb3a88b27

Authored by wuxw
1 parent 41ad7911

开发 admin 营销功能

src/更新 views/market/marketGoodsItemManageLang.js deleted
1   -export const messages = {
2   - en: {
3   - marketGoodsItem: {
4   - search: {
5   - title: 'Search Conditions',
6   - prodName: 'Please enter product name'
7   - },
8   - list: {
9   - title: 'Marketing Products'
10   - },
11   - form: {
12   - prodName: 'Product Name',
13   - prodNamePlaceholder: 'Please enter product name',
14   - prodDesc: 'Product Description',
15   - prodDescPlaceholder: 'Please enter product description',
16   - picUrl: 'Image URL',
17   - picLink: 'Access URL',
18   - picLinkPlaceholder: 'Please enter access URL',
19   - price: 'Price',
20   - pricePlaceholder: 'Please enter price',
21   - shopName: 'Shop Name',
22   - shopNamePlaceholder: 'Please enter shop name',
23   - sort: 'Sort',
24   - sortPlaceholder: 'Please enter sort number'
25   - },
26   - table: {
27   - picUrl: 'Image',
28   - prodName: 'Product Name',
29   - prodDesc: 'Product Description',
30   - picLink: 'Access URL',
31   - price: 'Price',
32   - shopName: 'Shop Name',
33   - sort: 'Sort'
34   - },
35   - validate: {
36   - prodNameRequired: 'Product name is required',
37   - prodNameMaxLength: 'Product name cannot exceed 128 characters',
38   - prodDescRequired: 'Product description is required',
39   - prodDescMaxLength: 'Product description cannot exceed 256 characters',
40   - picUrlRequired: 'Image URL is required',
41   - picLinkRequired: 'Access URL is required',
42   - picLinkMaxLength: 'Access URL cannot exceed 512 characters',
43   - priceRequired: 'Price is required',
44   - priceMaxLength: 'Price cannot exceed 10 characters',
45   - shopNameRequired: 'Shop name is required',
46   - shopNameMaxLength: 'Shop name cannot exceed 128 characters',
47   - sortRequired: 'Sort is required',
48   - itemIdRequired: 'Item ID is required'
49   - },
50   - deleteConfirm: 'Are you sure to delete this marketing product?',
51   - saveSuccess: 'Add marketing product successfully',
52   - updateSuccess: 'Update marketing product successfully',
53   - deleteSuccess: 'Delete marketing product successfully',
54   - fetchError: 'Failed to get marketing products'
55   - },
56   - uploadImage: {
57   - sizeLimit: 'Image size cannot exceed 2MB'
58   - }
59   - },
60   - zh: {
61   - marketGoodsItem: {
62   - search: {
63   - title: '查询条件',
64   - prodName: '请输入商品名称'
65   - },
66   - list: {
67   - title: '营销商品'
68   - },
69   - form: {
70   - prodName: '商品名称',
71   - prodNamePlaceholder: '请输入商品名称',
72   - prodDesc: '商品简介',
73   - prodDescPlaceholder: '请输入商品简介',
74   - picUrl: '图片地址',
75   - picLink: '访问地址',
76   - picLinkPlaceholder: '请输入图片访问地址',
77   - price: '金额',
78   - pricePlaceholder: '请输入金额',
79   - shopName: '商铺名称',
80   - shopNamePlaceholder: '请输入商铺名称',
81   - sort: '排序',
82   - sortPlaceholder: '请输入排序号'
83   - },
84   - table: {
85   - picUrl: '图片',
86   - prodName: '商品名称',
87   - prodDesc: '商品简介',
88   - picLink: '访问地址',
89   - price: '金额',
90   - shopName: '商铺名称',
91   - sort: '排序'
92   - },
93   - validate: {
94   - prodNameRequired: '商品名称不能为空',
95   - prodNameMaxLength: '商品名称不能超过128个字符',
96   - prodDescRequired: '商品简介不能为空',
97   - prodDescMaxLength: '商品简介不能超过256个字符',
98   - picUrlRequired: '图片地址不能为空',
99   - picLinkRequired: '访问地址不能为空',
100   - picLinkMaxLength: '访问地址不能超过512个字符',
101   - priceRequired: '金额不能为空',
102   - priceMaxLength: '金额不能超过10个字符',
103   - shopNameRequired: '商铺名称不能为空',
104   - shopNameMaxLength: '商铺名称不能超过128个字符',
105   - sortRequired: '排序不能为空',
106   - itemIdRequired: '编号不能为空'
107   - },
108   - deleteConfirm: '确定删除该营销商品吗?',
109   - saveSuccess: '添加营销商品成功',
110   - updateSuccess: '更新营销商品成功',
111   - deleteSuccess: '删除营销商品成功',
112   - fetchError: '获取营销商品失败'
113   - },
114   - uploadImage: {
115   - sizeLimit: '图片大小不能超过2MB'
116   - }
117   - }
118   -}
119 0 \ No newline at end of file