zh-CN.js
3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/*
* @Author: ly525
* @Date: 2019-11-24 18:51:58
* @LastEditors: ly525
* @LastEditTime: 2020-10-13 01:29:21
* @FilePath: /h5/src/locales/lang/zh-CN.js
* @Github: https://github.com/ly525/luban-h5
* @Description: Do not edit
* @Copyright 2018 - 2020 luban-h5. All Rights Reserved
*/
export default {
app: {
title: '电子站牌编辑器'
},
header: {
chineseDocument: '中文文档',
englishDocument: '英文文档',
chat: '交流群', // Discussion Group
logout: '退出登录'
},
sidebar: {
myWorks: '我的作品',
dataCenter: '数据中心',
basicData: '基础数据',
templateCenter: '模板中心',
freeTemplates: '模板列表',
accountCenter: '账号中心'
},
workCard: {
description: '描述',
createTime: '时间',
useNow: '立即查看',
preview: '预览',
createNewWork: '创建新作品',
edit: '编辑',
delete: '删除',
view: '查看作品',
confirmDeleteTip: '确认删除 {tip}?'
},
basicData: {
viewData: '查看数据'
},
editor: {
sidebar: {
components: '组件列表',
pages: '页面管理',
templates: '模板',
tree: '组件树',
preferences: '偏好设置'
},
pageManager: {
title: '第{index}页面',
action: {
add: '新增页面',
copy: '复制页面',
delete: '删除页面'
}
},
header: {
preview: '预览',
save: '保存',
publish: '发布',
setAsTemplate: '设置为模板'
},
centerPanel: {
mode: {
edit: 'Edit',
preview: 'Preview'
},
contextMenu: {
copy: '复制',
delete: '删除',
moveToTop: '置顶',
moveToBottom: '置底',
moveUp: '上移',
moveDown: '下移',
showOnlyButton: '只有按钮才显示该选项',
showExcludePicture: '除了图片都显示该选项'
}
},
fixedTool: {
undo: '撤销{hotkey}',
redo: '重做{hotkey}',
preview: '预览',
copyCurrentPage: '复制当前页面',
copyCurrentElement: '复制当前元素',
importPSD: '导入PSD',
zoomIn: '缩小{hotkey}',
zoomOut: '放大{hotkey}',
issues: '常见问题',
poster: '下载海报'
},
editPanel: {
tab: {
prop: '属性',
animation: '动画',
action: '动作',
script: '脚本',
page: '页面'
},
animation: {
add: '添加动画',
run: '运行动画',
type: '动画类型',
duration: '动画时长',
delay: '动画延时',
iteration: '运行次数',
inifinite: '循环播放',
list: '选择动画',
title: 'Animation {index}'
},
common: {
empty: 'Select an element first please!',
ConfigProps: '属性设置',
commonStyle: '通用样式',
pageMode: '页面模式'
}
},
tip: {
componentUsage: '使用提示: {0} 组件即可',
click: '点击或拖拽'
}
}
}