Skip to content

Commit 5b2787a

Browse files
author
申蛟隆
committed
and-design-vue标签整理
1 parent 460819f commit 5b2787a

File tree

8 files changed

+746
-3
lines changed

8 files changed

+746
-3
lines changed

l10n/bundle.l10n.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,5 +1312,10 @@
13121312
"tags.el-watermark.font.description": "Text style",
13131313
"tags.el-watermark.gap.description": "The spacing between watermarks",
13141314
"tags.el-watermark.offset.description": "The offset of the watermark from the upper left corner of the container. The default is gap/2",
1315-
"el-loading": "loading"
1315+
"el-loading": "loading",
1316+
"el-locale": "en-US",
1317+
"ant-upload.drop": "Click or drag file to this area to upload",
1318+
"ant-upload.directory": "Upload Directory",
1319+
"ant-popconfirm:ok-text": "Yes",
1320+
"ant-popconfirm:cancel-text": "No"
13161321
}

l10n/bundle.l10n.zh-CN.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,5 +1312,10 @@
13121312
"tags.el-watermark.font.description": "文字样式",
13131313
"tags.el-watermark.gap.description": "水印之间的间距",
13141314
"tags.el-watermark.offset.description": "水印从容器左上角的偏移 默认值为 gap/2",
1315-
"el-loading": "加载"
1315+
"el-loading": "加载",
1316+
"el-locale": "zh-CN",
1317+
"ant-upload.drop": "点击或拖拽文件至此上传",
1318+
"ant-upload.directory": "上传目录",
1319+
"ant-popconfirm:ok-text": "确定",
1320+
"ant-popconfirm:cancel-text": "取消"
13161321
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default () => {
2+
return {}
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default () => {
2+
return {}
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default () => {
2+
return {}
3+
}
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
import tag from './tag'
2+
import jsTag from './jsTag'
3+
import attribute from './attribute'
4+
import globalAttribute from './globalAttribute'
5+
import document from './document'
6+
17
export default {
2-
8+
tag,
9+
jsTag,
10+
attribute,
11+
globalAttribute,
12+
document
313
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default () => {
2+
return {}
3+
}

src/frameworks/ant-design-vue/tag.ts

Lines changed: 711 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)