@eigenpal/docx-editor-i18n 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/de.js +167 -167
- package/dist/de.mjs +167 -167
- package/dist/en.js +11 -11
- package/dist/en.mjs +11 -11
- package/dist/he.js +647 -647
- package/dist/he.mjs +647 -647
- package/dist/index.js +2480 -2480
- package/dist/index.mjs +2480 -2480
- package/dist/pl.js +362 -362
- package/dist/pl.mjs +362 -362
- package/dist/pt-BR.js +212 -212
- package/dist/pt-BR.mjs +212 -212
- package/dist/tr.js +439 -439
- package/dist/tr.mjs +439 -439
- package/dist/zh-CN.js +642 -642
- package/dist/zh-CN.mjs +642 -642
- package/package.json +1 -1
package/dist/zh-CN.js
CHANGED
|
@@ -29,428 +29,428 @@ module.exports = __toCommonJS(zh_CN_exports);
|
|
|
29
29
|
var zh_CN_default = {
|
|
30
30
|
_lang: "zh-CN",
|
|
31
31
|
common: {
|
|
32
|
-
cancel: "
|
|
33
|
-
insert: "
|
|
34
|
-
apply: "
|
|
35
|
-
close: "
|
|
36
|
-
delete: "
|
|
37
|
-
update: "
|
|
38
|
-
save: "
|
|
39
|
-
retry: "
|
|
40
|
-
send: "
|
|
41
|
-
edit: "
|
|
42
|
-
comment: "
|
|
43
|
-
reply: "
|
|
44
|
-
accept: "
|
|
45
|
-
reject: "
|
|
46
|
-
dismiss: "
|
|
47
|
-
change: "
|
|
32
|
+
cancel: "取消",
|
|
33
|
+
insert: "插入",
|
|
34
|
+
apply: "应用",
|
|
35
|
+
close: "关闭",
|
|
36
|
+
delete: "删除",
|
|
37
|
+
update: "更新",
|
|
38
|
+
save: "保存",
|
|
39
|
+
retry: "重试",
|
|
40
|
+
send: "发送",
|
|
41
|
+
edit: "编辑",
|
|
42
|
+
comment: "批注",
|
|
43
|
+
reply: "回复",
|
|
44
|
+
accept: "接受",
|
|
45
|
+
reject: "拒绝",
|
|
46
|
+
dismiss: "忽略",
|
|
47
|
+
change: "更改",
|
|
48
48
|
px: "px",
|
|
49
|
-
closeDialog: "
|
|
50
|
-
clear: "
|
|
49
|
+
closeDialog: "关闭对话框",
|
|
50
|
+
clear: "清除"
|
|
51
51
|
},
|
|
52
52
|
toolbar: {
|
|
53
|
-
ariaLabel: "
|
|
54
|
-
file: "
|
|
55
|
-
format: "
|
|
56
|
-
insert: "
|
|
57
|
-
open: "
|
|
53
|
+
ariaLabel: "格式工具栏",
|
|
54
|
+
file: "文件",
|
|
55
|
+
format: "格式",
|
|
56
|
+
insert: "插入",
|
|
57
|
+
open: "打开",
|
|
58
58
|
openShortcut: "Ctrl+O",
|
|
59
|
-
save: "
|
|
59
|
+
save: "保存",
|
|
60
60
|
saveShortcut: "Ctrl+S",
|
|
61
|
-
print: "
|
|
61
|
+
print: "打印",
|
|
62
62
|
printShortcut: "Ctrl+P",
|
|
63
|
-
pageSetup: "
|
|
64
|
-
leftToRight: "
|
|
65
|
-
rightToLeft: "
|
|
66
|
-
image: "
|
|
67
|
-
table: "
|
|
68
|
-
pageBreak: "
|
|
69
|
-
tableOfContents: "
|
|
70
|
-
symbol: "
|
|
71
|
-
help: "
|
|
72
|
-
reportIssue: "
|
|
63
|
+
pageSetup: "页面设置",
|
|
64
|
+
leftToRight: "文本从左到右",
|
|
65
|
+
rightToLeft: "文本从右到左",
|
|
66
|
+
image: "图片",
|
|
67
|
+
table: "表格",
|
|
68
|
+
pageBreak: "分页符",
|
|
69
|
+
tableOfContents: "目录",
|
|
70
|
+
symbol: "符号",
|
|
71
|
+
help: "帮助",
|
|
72
|
+
reportIssue: "反馈问题"
|
|
73
73
|
},
|
|
74
74
|
formattingBar: {
|
|
75
75
|
groups: {
|
|
76
|
-
history: "
|
|
77
|
-
zoom: "
|
|
78
|
-
styles: "
|
|
79
|
-
font: "
|
|
80
|
-
textFormatting: "
|
|
81
|
-
script: "
|
|
82
|
-
alignment: "
|
|
83
|
-
listFormatting: "
|
|
84
|
-
image: "
|
|
85
|
-
table: "
|
|
76
|
+
history: "历史记录",
|
|
77
|
+
zoom: "缩放",
|
|
78
|
+
styles: "样式",
|
|
79
|
+
font: "字体",
|
|
80
|
+
textFormatting: "文本格式",
|
|
81
|
+
script: "上下标",
|
|
82
|
+
alignment: "对齐",
|
|
83
|
+
listFormatting: "列表格式",
|
|
84
|
+
image: "图片",
|
|
85
|
+
table: "表格"
|
|
86
86
|
},
|
|
87
|
-
undo: "
|
|
88
|
-
undoShortcut: "
|
|
89
|
-
redo: "
|
|
90
|
-
redoShortcut: "
|
|
91
|
-
bold: "
|
|
92
|
-
boldShortcut: "
|
|
93
|
-
italic: "
|
|
94
|
-
italicShortcut: "
|
|
95
|
-
underline: "
|
|
96
|
-
underlineShortcut: "
|
|
97
|
-
strikethrough: "
|
|
98
|
-
fontColor: "
|
|
99
|
-
highlightColor: "
|
|
100
|
-
insertLink: "
|
|
101
|
-
insertLinkShortcut: "
|
|
102
|
-
superscript: "
|
|
103
|
-
superscriptShortcut: "
|
|
104
|
-
subscript: "
|
|
105
|
-
subscriptShortcut: "
|
|
106
|
-
imageProperties: "
|
|
107
|
-
imagePropertiesShortcut: "
|
|
108
|
-
clearFormatting: "
|
|
87
|
+
undo: "撤销",
|
|
88
|
+
undoShortcut: "撤销(Ctrl+Z)",
|
|
89
|
+
redo: "恢复",
|
|
90
|
+
redoShortcut: "恢复(Ctrl+Y)",
|
|
91
|
+
bold: "加粗",
|
|
92
|
+
boldShortcut: "加粗(Ctrl+B)",
|
|
93
|
+
italic: "倾斜",
|
|
94
|
+
italicShortcut: "倾斜(Ctrl+I)",
|
|
95
|
+
underline: "下划线",
|
|
96
|
+
underlineShortcut: "下划线(Ctrl+U)",
|
|
97
|
+
strikethrough: "删除线",
|
|
98
|
+
fontColor: "字体颜色",
|
|
99
|
+
highlightColor: "文本突出显示颜色",
|
|
100
|
+
insertLink: "插入链接",
|
|
101
|
+
insertLinkShortcut: "插入链接(Ctrl+K)",
|
|
102
|
+
superscript: "上标",
|
|
103
|
+
superscriptShortcut: "上标(Ctrl+Shift+=)",
|
|
104
|
+
subscript: "下标",
|
|
105
|
+
subscriptShortcut: "下标(Ctrl+=)",
|
|
106
|
+
imageProperties: "图片属性",
|
|
107
|
+
imagePropertiesShortcut: "图片属性(替代文本、边框)...",
|
|
108
|
+
clearFormatting: "清除格式"
|
|
109
109
|
},
|
|
110
110
|
alignment: {
|
|
111
|
-
alignLeft: "
|
|
111
|
+
alignLeft: "左对齐",
|
|
112
112
|
alignLeftShortcut: "Ctrl+L",
|
|
113
|
-
center: "
|
|
113
|
+
center: "居中",
|
|
114
114
|
centerShortcut: "Ctrl+E",
|
|
115
|
-
alignRight: "
|
|
115
|
+
alignRight: "右对齐",
|
|
116
116
|
alignRightShortcut: "Ctrl+R",
|
|
117
|
-
justify: "
|
|
117
|
+
justify: "两端对齐",
|
|
118
118
|
justifyShortcut: "Ctrl+J"
|
|
119
119
|
},
|
|
120
120
|
lists: {
|
|
121
|
-
ariaLabel: "
|
|
122
|
-
typeAriaLabel: "
|
|
123
|
-
indentationAriaLabel: "
|
|
124
|
-
bulletList: "
|
|
125
|
-
numberedList: "
|
|
126
|
-
decreaseIndent: "
|
|
127
|
-
increaseIndent: "
|
|
121
|
+
ariaLabel: "列表格式",
|
|
122
|
+
typeAriaLabel: "列表类型",
|
|
123
|
+
indentationAriaLabel: "列表缩进",
|
|
124
|
+
bulletList: "项目符号",
|
|
125
|
+
numberedList: "编号",
|
|
126
|
+
decreaseIndent: "减少缩进",
|
|
127
|
+
increaseIndent: "增加缩进"
|
|
128
128
|
},
|
|
129
129
|
lineSpacing: {
|
|
130
|
-
single: "
|
|
131
|
-
double: "
|
|
132
|
-
lineSpacingTitle: "
|
|
133
|
-
paragraphSpacing: "
|
|
130
|
+
single: "单倍行距",
|
|
131
|
+
double: "双倍行距",
|
|
132
|
+
lineSpacingTitle: "行距: {label}",
|
|
133
|
+
paragraphSpacing: "段间距"
|
|
134
134
|
},
|
|
135
135
|
styles: {
|
|
136
|
-
selectAriaLabel: "
|
|
137
|
-
normalText: "
|
|
138
|
-
title: "
|
|
139
|
-
subtitle: "
|
|
140
|
-
heading1: "
|
|
141
|
-
heading2: "
|
|
142
|
-
heading3: "
|
|
136
|
+
selectAriaLabel: "选择段落样式",
|
|
137
|
+
normalText: "正文",
|
|
138
|
+
title: "标题",
|
|
139
|
+
subtitle: "副标题",
|
|
140
|
+
heading1: "标题 1",
|
|
141
|
+
heading2: "标题 2",
|
|
142
|
+
heading3: "标题 3"
|
|
143
143
|
},
|
|
144
144
|
font: {
|
|
145
|
-
selectAriaLabel: "
|
|
145
|
+
selectAriaLabel: "选择字体",
|
|
146
146
|
sansSerif: "Sans Serif",
|
|
147
147
|
serif: "Serif",
|
|
148
148
|
monospace: "Monospace"
|
|
149
149
|
},
|
|
150
150
|
fontSize: {
|
|
151
|
-
decrease: "
|
|
152
|
-
increase: "
|
|
153
|
-
label: "
|
|
154
|
-
listLabel: "
|
|
151
|
+
decrease: "减小字号",
|
|
152
|
+
increase: "增大字号",
|
|
153
|
+
label: "字号",
|
|
154
|
+
listLabel: "字号列表"
|
|
155
155
|
},
|
|
156
156
|
zoom: {
|
|
157
|
-
ariaLabel: "
|
|
157
|
+
ariaLabel: "缩放: {label}"
|
|
158
158
|
},
|
|
159
159
|
colorPicker: {
|
|
160
|
-
ariaLabel: "{type}
|
|
161
|
-
highlightColors: "
|
|
162
|
-
customColor: "
|
|
163
|
-
noColor: "
|
|
164
|
-
automatic: "
|
|
165
|
-
themeColors: "
|
|
166
|
-
standardColors: "
|
|
160
|
+
ariaLabel: "{type} 颜色选择器",
|
|
161
|
+
highlightColors: "突出显示颜色",
|
|
162
|
+
customColor: "自定义颜色",
|
|
163
|
+
noColor: "无颜色",
|
|
164
|
+
automatic: "自动",
|
|
165
|
+
themeColors: "主题颜色",
|
|
166
|
+
standardColors: "标准颜色",
|
|
167
167
|
colors: {
|
|
168
|
-
black: "
|
|
169
|
-
darkRed: "
|
|
170
|
-
red: "
|
|
171
|
-
orange: "
|
|
172
|
-
yellow: "
|
|
173
|
-
darkYellow: "
|
|
174
|
-
green: "
|
|
175
|
-
darkGreen: "
|
|
176
|
-
teal: "
|
|
177
|
-
darkTeal: "
|
|
178
|
-
blue: "
|
|
179
|
-
darkBlue: "
|
|
180
|
-
purple: "
|
|
181
|
-
darkPurple: "
|
|
182
|
-
brown: "
|
|
183
|
-
grey50: "
|
|
184
|
-
grey25: "
|
|
185
|
-
grey10: "
|
|
186
|
-
white: "
|
|
187
|
-
lightRed: "
|
|
188
|
-
lightOrange: "
|
|
189
|
-
lightYellow: "
|
|
190
|
-
lightGreen: "
|
|
191
|
-
lightBlue: "
|
|
192
|
-
lightPurple: "
|
|
193
|
-
pink: "
|
|
194
|
-
rose: "
|
|
195
|
-
gold: "
|
|
196
|
-
aqua: "
|
|
197
|
-
lavender: "
|
|
198
|
-
silver: "
|
|
199
|
-
darkOrange: "
|
|
200
|
-
darkGray: "
|
|
201
|
-
gray: "
|
|
202
|
-
cyan: "
|
|
203
|
-
magenta: "
|
|
204
|
-
paleGreen: "
|
|
205
|
-
lightCyan: "
|
|
206
|
-
skyBlue: "
|
|
207
|
-
lightBlue2: "
|
|
208
|
-
lightMagenta: "
|
|
209
|
-
brightGreen: "
|
|
210
|
-
violet: "
|
|
168
|
+
black: "黑色",
|
|
169
|
+
darkRed: "深红",
|
|
170
|
+
red: "红色",
|
|
171
|
+
orange: "橙色",
|
|
172
|
+
yellow: "黄色",
|
|
173
|
+
darkYellow: "深黄",
|
|
174
|
+
green: "绿色",
|
|
175
|
+
darkGreen: "深绿",
|
|
176
|
+
teal: "蓝绿",
|
|
177
|
+
darkTeal: "深蓝绿",
|
|
178
|
+
blue: "蓝色",
|
|
179
|
+
darkBlue: "深蓝",
|
|
180
|
+
purple: "紫色",
|
|
181
|
+
darkPurple: "深紫",
|
|
182
|
+
brown: "棕色",
|
|
183
|
+
grey50: "灰色 50%",
|
|
184
|
+
grey25: "灰色 25%",
|
|
185
|
+
grey10: "灰色 10%",
|
|
186
|
+
white: "白色",
|
|
187
|
+
lightRed: "浅红",
|
|
188
|
+
lightOrange: "浅橙",
|
|
189
|
+
lightYellow: "浅黄",
|
|
190
|
+
lightGreen: "浅绿",
|
|
191
|
+
lightBlue: "浅蓝",
|
|
192
|
+
lightPurple: "浅紫",
|
|
193
|
+
pink: "粉红",
|
|
194
|
+
rose: "玫瑰红",
|
|
195
|
+
gold: "金色",
|
|
196
|
+
aqua: "水绿色",
|
|
197
|
+
lavender: "薰衣草色",
|
|
198
|
+
silver: "银色",
|
|
199
|
+
darkOrange: "深橙",
|
|
200
|
+
darkGray: "深灰",
|
|
201
|
+
gray: "灰色",
|
|
202
|
+
cyan: "青色",
|
|
203
|
+
magenta: "品红",
|
|
204
|
+
paleGreen: "淡绿",
|
|
205
|
+
lightCyan: "浅青",
|
|
206
|
+
skyBlue: "天蓝",
|
|
207
|
+
lightBlue2: "浅蓝 2",
|
|
208
|
+
lightMagenta: "浅品红",
|
|
209
|
+
brightGreen: "亮绿",
|
|
210
|
+
violet: "紫罗兰色"
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
dialogs: {
|
|
214
214
|
findReplace: {
|
|
215
|
-
titleFind: "
|
|
216
|
-
titleFindReplace: "
|
|
217
|
-
findLabel: "
|
|
218
|
-
findPlaceholder: "
|
|
219
|
-
findAriaLabel: "
|
|
220
|
-
findPrevious: "
|
|
221
|
-
findPreviousTitle: "
|
|
222
|
-
findNext: "
|
|
223
|
-
findNextTitle: "
|
|
224
|
-
matchCount: "{current}/{total}
|
|
225
|
-
noResults: "
|
|
226
|
-
replaceLabel: "
|
|
227
|
-
replacePlaceholder: "
|
|
228
|
-
replaceAriaLabel: "
|
|
229
|
-
replaceButton: "
|
|
230
|
-
replaceCurrentTitle: "
|
|
231
|
-
replaceAllButton: "
|
|
232
|
-
replaceAllTitle: "
|
|
233
|
-
matchCase: "
|
|
234
|
-
wholeWords: "
|
|
235
|
-
toggleReplace: "+
|
|
236
|
-
matchesFound: "{total}
|
|
215
|
+
titleFind: "查找",
|
|
216
|
+
titleFindReplace: "查找和替换",
|
|
217
|
+
findLabel: "查找内容:",
|
|
218
|
+
findPlaceholder: "输入要查找的文本...",
|
|
219
|
+
findAriaLabel: "查找文本",
|
|
220
|
+
findPrevious: "查找上一处",
|
|
221
|
+
findPreviousTitle: "查找上一处(Shift+Enter)",
|
|
222
|
+
findNext: "查找下一处",
|
|
223
|
+
findNextTitle: "查找下一处(Enter)",
|
|
224
|
+
matchCount: "{current}/{total} 个匹配项",
|
|
225
|
+
noResults: "未找到结果",
|
|
226
|
+
replaceLabel: "替换为:",
|
|
227
|
+
replacePlaceholder: "输入要替换的文本...",
|
|
228
|
+
replaceAriaLabel: "替换文本",
|
|
229
|
+
replaceButton: "替换",
|
|
230
|
+
replaceCurrentTitle: "替换当前匹配项",
|
|
231
|
+
replaceAllButton: "全部替换",
|
|
232
|
+
replaceAllTitle: "替换所有匹配项",
|
|
233
|
+
matchCase: "区分大小写",
|
|
234
|
+
wholeWords: "全字匹配",
|
|
235
|
+
toggleReplace: "+ 替换",
|
|
236
|
+
matchesFound: "{total} 个匹配项"
|
|
237
237
|
},
|
|
238
238
|
hyperlink: {
|
|
239
|
-
titleEdit: "
|
|
240
|
-
titleInsert: "
|
|
241
|
-
tabWebAddress: "
|
|
242
|
-
tabBookmark: "
|
|
239
|
+
titleEdit: "编辑超链接",
|
|
240
|
+
titleInsert: "插入超链接",
|
|
241
|
+
tabWebAddress: "网址",
|
|
242
|
+
tabBookmark: "书签",
|
|
243
243
|
urlLabel: "URL",
|
|
244
244
|
urlPlaceholder: "https://example.com",
|
|
245
|
-
urlHint: "
|
|
246
|
-
bookmarkLabel: "
|
|
247
|
-
bookmarkPlaceholder: "
|
|
248
|
-
displayTextLabel: "
|
|
249
|
-
displayTextPlaceholder: "
|
|
250
|
-
displayTextHint: "
|
|
251
|
-
tooltipLabel: "
|
|
252
|
-
tooltipPlaceholder: "
|
|
253
|
-
removeLink: "
|
|
254
|
-
invalidUrl: "
|
|
255
|
-
urlRequired: "URL
|
|
245
|
+
urlHint: "输入网址、电子邮箱(mailto:)或电话(tel:)",
|
|
246
|
+
bookmarkLabel: "书签",
|
|
247
|
+
bookmarkPlaceholder: "选择一个书签...",
|
|
248
|
+
displayTextLabel: "显示文本",
|
|
249
|
+
displayTextPlaceholder: "输入要显示的文本(可选)",
|
|
250
|
+
displayTextHint: "留空则使用所选文本",
|
|
251
|
+
tooltipLabel: "屏幕提示(可选)",
|
|
252
|
+
tooltipPlaceholder: "悬停时显示的文本",
|
|
253
|
+
removeLink: "删除链接",
|
|
254
|
+
invalidUrl: "请输入有效的 URL",
|
|
255
|
+
urlRequired: "URL 不能为空"
|
|
256
256
|
},
|
|
257
257
|
insertTable: {
|
|
258
|
-
title: "
|
|
259
|
-
hoverToSelect: "
|
|
260
|
-
tableSize: "{cols} x {rows}
|
|
261
|
-
orSpecifySize: "
|
|
262
|
-
rowsLabel: "
|
|
263
|
-
columnsLabel: "
|
|
264
|
-
insertButton: "
|
|
265
|
-
sizeSelector: "
|
|
266
|
-
autofit: "
|
|
267
|
-
columnWidthLabel: "
|
|
268
|
-
fixedWidth: "
|
|
269
|
-
tableStyleLabel: "
|
|
270
|
-
validationHint: "
|
|
258
|
+
title: "插入表格",
|
|
259
|
+
hoverToSelect: "悬停以选择表格尺寸",
|
|
260
|
+
tableSize: "{cols} x {rows} 表格",
|
|
261
|
+
orSpecifySize: "或指定尺寸",
|
|
262
|
+
rowsLabel: "行数:",
|
|
263
|
+
columnsLabel: "列数:",
|
|
264
|
+
insertButton: "插入表格",
|
|
265
|
+
sizeSelector: "表格尺寸选择器",
|
|
266
|
+
autofit: "根据内容自动调整",
|
|
267
|
+
columnWidthLabel: "列宽",
|
|
268
|
+
fixedWidth: "固定列宽",
|
|
269
|
+
tableStyleLabel: "表格样式",
|
|
270
|
+
validationHint: "行数: {minRows}-{maxRows}, 列数: {minCols}-{maxCols}"
|
|
271
271
|
},
|
|
272
272
|
splitCell: {
|
|
273
|
-
title: "
|
|
274
|
-
description: "
|
|
275
|
-
rowsLabel: "
|
|
276
|
-
columnsLabel: "
|
|
277
|
-
currentMinimum: "
|
|
278
|
-
minValue: "
|
|
279
|
-
notOneByOne: "
|
|
273
|
+
title: "拆分单元格",
|
|
274
|
+
description: "设置要将所选单元格拆分成的行数和列数。",
|
|
275
|
+
rowsLabel: "行数:",
|
|
276
|
+
columnsLabel: "列数:",
|
|
277
|
+
currentMinimum: "基于当前跨度的最小拆分:{rows} 行 x {cols} 列",
|
|
278
|
+
minValue: "至少拆分为 {rows} 行 {cols} 列。",
|
|
279
|
+
notOneByOne: "请至少拆分成两个单元格。"
|
|
280
280
|
},
|
|
281
281
|
insertImage: {
|
|
282
|
-
title: "
|
|
283
|
-
uploadAriaLabel: "
|
|
284
|
-
uploadText: "
|
|
285
|
-
uploadSubtext: "
|
|
286
|
-
dimensions: "
|
|
287
|
-
widthLabel: "
|
|
288
|
-
heightLabel: "
|
|
289
|
-
aspectRatioLocked: "
|
|
290
|
-
aspectRatioUnlocked: "
|
|
291
|
-
altTextLabel: "
|
|
292
|
-
altTextPlaceholder: "
|
|
293
|
-
insertButton: "
|
|
294
|
-
invalidFile: "
|
|
295
|
-
fileTooLarge: "
|
|
296
|
-
readFailed: "
|
|
297
|
-
loadFailed: "
|
|
298
|
-
preview: "
|
|
282
|
+
title: "插入图片",
|
|
283
|
+
uploadAriaLabel: "点击或拖拽上传图片",
|
|
284
|
+
uploadText: "点击选择或拖拽上传图片",
|
|
285
|
+
uploadSubtext: "支持 PNG、JPG、GIF,最大 10MB",
|
|
286
|
+
dimensions: "尺寸",
|
|
287
|
+
widthLabel: "宽度:",
|
|
288
|
+
heightLabel: "高度:",
|
|
289
|
+
aspectRatioLocked: "锁定宽高比",
|
|
290
|
+
aspectRatioUnlocked: "未锁定宽高比",
|
|
291
|
+
altTextLabel: "替代文本(可选)",
|
|
292
|
+
altTextPlaceholder: "描述图片内容以供无障碍访问",
|
|
293
|
+
insertButton: "插入图片",
|
|
294
|
+
invalidFile: "请选择有效的图片文件",
|
|
295
|
+
fileTooLarge: "图片文件过大(最大 10MB)",
|
|
296
|
+
readFailed: "无法读取图片文件",
|
|
297
|
+
loadFailed: "无法加载图片",
|
|
298
|
+
preview: "预览"
|
|
299
299
|
},
|
|
300
300
|
insertSymbol: {
|
|
301
|
-
title: "
|
|
302
|
-
searchPlaceholder: "
|
|
303
|
-
noResults: '
|
|
304
|
-
decimal: "
|
|
301
|
+
title: "插入符号",
|
|
302
|
+
searchPlaceholder: "搜索符号(字符或 Unicode)...",
|
|
303
|
+
noResults: '未找到与 "{query}" 匹配的符号',
|
|
304
|
+
decimal: "十进制:{value}",
|
|
305
305
|
categories: {
|
|
306
|
-
common: "
|
|
307
|
-
arrows: "
|
|
308
|
-
math: "
|
|
309
|
-
greek: "
|
|
310
|
-
shapes: "
|
|
311
|
-
punctuation: "
|
|
312
|
-
currency: "
|
|
313
|
-
music: "
|
|
306
|
+
common: "常用符号",
|
|
307
|
+
arrows: "箭头",
|
|
308
|
+
math: "数学符号",
|
|
309
|
+
greek: "希腊字母",
|
|
310
|
+
shapes: "形状",
|
|
311
|
+
punctuation: "标点符号",
|
|
312
|
+
currency: "货币符号",
|
|
313
|
+
music: "音乐符号",
|
|
314
314
|
emoji: "Emoji"
|
|
315
315
|
},
|
|
316
|
-
noResultsEmpty: "
|
|
317
|
-
recent: "
|
|
316
|
+
noResultsEmpty: "未找到符号",
|
|
317
|
+
recent: "最近使用:"
|
|
318
318
|
},
|
|
319
319
|
imageProperties: {
|
|
320
|
-
title: "
|
|
321
|
-
altText: "
|
|
322
|
-
altTextPlaceholder: "
|
|
323
|
-
border: "
|
|
324
|
-
width: "
|
|
325
|
-
style: "
|
|
326
|
-
color: "
|
|
327
|
-
preview: "
|
|
320
|
+
title: "图片属性",
|
|
321
|
+
altText: "替代文本",
|
|
322
|
+
altTextPlaceholder: "描述图片内容以供无障碍访问...",
|
|
323
|
+
border: "边框",
|
|
324
|
+
width: "宽度",
|
|
325
|
+
style: "样式",
|
|
326
|
+
color: "颜色",
|
|
327
|
+
preview: "预览",
|
|
328
328
|
borderStyles: {
|
|
329
|
-
solid: "
|
|
330
|
-
dashed: "
|
|
331
|
-
dotted: "
|
|
332
|
-
double: "
|
|
333
|
-
groove: "
|
|
334
|
-
ridge: "
|
|
335
|
-
inset: "
|
|
336
|
-
outset: "
|
|
329
|
+
solid: "实线",
|
|
330
|
+
dashed: "虚线",
|
|
331
|
+
dotted: "点线",
|
|
332
|
+
double: "双实线",
|
|
333
|
+
groove: "凹槽",
|
|
334
|
+
ridge: "凸脊",
|
|
335
|
+
inset: "嵌入",
|
|
336
|
+
outset: "突出"
|
|
337
337
|
},
|
|
338
|
-
dimensions: "
|
|
339
|
-
heightLabel: "
|
|
340
|
-
lockAspectRatio: "
|
|
341
|
-
textWrapping: "
|
|
342
|
-
widthLabel: "
|
|
338
|
+
dimensions: "尺寸",
|
|
339
|
+
heightLabel: "高度:",
|
|
340
|
+
lockAspectRatio: "锁定纵横比",
|
|
341
|
+
textWrapping: "文字环绕",
|
|
342
|
+
widthLabel: "宽度:",
|
|
343
343
|
wrapOptions: {
|
|
344
|
-
behind: "
|
|
345
|
-
inFront: "
|
|
346
|
-
inline: "
|
|
347
|
-
topAndBottom: "
|
|
348
|
-
wrapLeft: "
|
|
349
|
-
wrapRight: "
|
|
344
|
+
behind: "衬于文字下方",
|
|
345
|
+
inFront: "浮于文字上方",
|
|
346
|
+
inline: "嵌入型",
|
|
347
|
+
topAndBottom: "上下型环绕",
|
|
348
|
+
wrapLeft: "文字环绕, 浮于右侧",
|
|
349
|
+
wrapRight: "文字环绕, 浮于左侧"
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
352
|
imagePosition: {
|
|
353
|
-
title: "
|
|
354
|
-
horizontal: "
|
|
355
|
-
vertical: "
|
|
356
|
-
position: "
|
|
357
|
-
alignment: "
|
|
358
|
-
offset: "
|
|
359
|
-
offsetPx: "
|
|
360
|
-
align: "
|
|
361
|
-
relativeTo: "
|
|
353
|
+
title: "图片位置",
|
|
354
|
+
horizontal: "水平",
|
|
355
|
+
vertical: "垂直",
|
|
356
|
+
position: "位置",
|
|
357
|
+
alignment: "对齐方式",
|
|
358
|
+
offset: "偏移",
|
|
359
|
+
offsetPx: "偏移(px)",
|
|
360
|
+
align: "对齐",
|
|
361
|
+
relativeTo: "相对于",
|
|
362
362
|
alignOptions: {
|
|
363
|
-
left: "
|
|
364
|
-
center: "
|
|
365
|
-
right: "
|
|
366
|
-
top: "
|
|
367
|
-
bottom: "
|
|
363
|
+
left: "左对齐",
|
|
364
|
+
center: "居中",
|
|
365
|
+
right: "右对齐",
|
|
366
|
+
top: "顶端对齐",
|
|
367
|
+
bottom: "底端对齐"
|
|
368
368
|
},
|
|
369
369
|
relativeOptions: {
|
|
370
|
-
page: "
|
|
371
|
-
column: "
|
|
372
|
-
margin: "
|
|
373
|
-
character: "
|
|
374
|
-
paragraph: "
|
|
375
|
-
line: "
|
|
370
|
+
page: "页面",
|
|
371
|
+
column: "列",
|
|
372
|
+
margin: "页边距",
|
|
373
|
+
character: "字符",
|
|
374
|
+
paragraph: "段落",
|
|
375
|
+
line: "行"
|
|
376
376
|
}
|
|
377
377
|
},
|
|
378
378
|
pageSetup: {
|
|
379
|
-
title: "
|
|
380
|
-
pageSize: "
|
|
381
|
-
sizeLabel: "
|
|
382
|
-
custom: "
|
|
383
|
-
orientation: "
|
|
384
|
-
portrait: "
|
|
385
|
-
landscape: "
|
|
386
|
-
margins: "
|
|
387
|
-
top: "
|
|
388
|
-
bottom: "
|
|
389
|
-
left: "
|
|
390
|
-
right: "
|
|
379
|
+
title: "页面设置",
|
|
380
|
+
pageSize: "纸张大小",
|
|
381
|
+
sizeLabel: "大小",
|
|
382
|
+
custom: "自定义",
|
|
383
|
+
orientation: "方向",
|
|
384
|
+
portrait: "纵向",
|
|
385
|
+
landscape: "横向",
|
|
386
|
+
margins: "页边距",
|
|
387
|
+
top: "上",
|
|
388
|
+
bottom: "下",
|
|
389
|
+
left: "左",
|
|
390
|
+
right: "右",
|
|
391
391
|
pageSizes: {
|
|
392
|
-
letter: '
|
|
393
|
-
a4: 'A4 (8.27"
|
|
394
|
-
legal: '
|
|
395
|
-
a3: 'A3 (11.69"
|
|
396
|
-
a5: 'A5 (5.83"
|
|
397
|
-
b5: 'B5 (6.93"
|
|
398
|
-
executive: 'Executive (7.25"
|
|
392
|
+
letter: '信纸 (8.5" × 11")',
|
|
393
|
+
a4: 'A4 (8.27" × 11.69")',
|
|
394
|
+
legal: '法律专用纸 (8.5" × 14")',
|
|
395
|
+
a3: 'A3 (11.69" × 16.54")',
|
|
396
|
+
a5: 'A5 (5.83" × 8.27")',
|
|
397
|
+
b5: 'B5 (6.93" × 9.84")',
|
|
398
|
+
executive: 'Executive (7.25" × 10.5")'
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
tableProperties: {
|
|
402
|
-
title: "
|
|
403
|
-
widthType: "
|
|
404
|
-
widthLabel: "
|
|
405
|
-
alignmentLabel: "
|
|
402
|
+
title: "表格属性",
|
|
403
|
+
widthType: "宽度类型",
|
|
404
|
+
widthLabel: "宽度",
|
|
405
|
+
alignmentLabel: "对齐方式",
|
|
406
406
|
widthTypes: {
|
|
407
|
-
auto: "
|
|
408
|
-
fixed: "
|
|
409
|
-
percentage: "
|
|
407
|
+
auto: "自动",
|
|
408
|
+
fixed: "固定(twips)",
|
|
409
|
+
percentage: "百分比"
|
|
410
410
|
},
|
|
411
411
|
units: {
|
|
412
|
-
fiftiethsPercent: "(
|
|
412
|
+
fiftiethsPercent: "(五十分之一 %)",
|
|
413
413
|
twips: "tw"
|
|
414
414
|
},
|
|
415
415
|
alignOptions: {
|
|
416
|
-
left: "
|
|
417
|
-
center: "
|
|
418
|
-
right: "
|
|
416
|
+
left: "左对齐",
|
|
417
|
+
center: "居中",
|
|
418
|
+
right: "右对齐"
|
|
419
419
|
}
|
|
420
420
|
},
|
|
421
421
|
pasteSpecial: {
|
|
422
|
-
title: "
|
|
423
|
-
keepFormatting: "
|
|
424
|
-
keepFormattingDescription: "
|
|
422
|
+
title: "选择性粘贴",
|
|
423
|
+
keepFormatting: "保留源格式",
|
|
424
|
+
keepFormattingDescription: "粘贴时保留源格式",
|
|
425
425
|
keepFormattingShortcut: "Ctrl+V",
|
|
426
|
-
plainText: "
|
|
427
|
-
plainTextDescription: "
|
|
426
|
+
plainText: "粘贴为纯文本",
|
|
427
|
+
plainTextDescription: "粘贴为纯文本,不保留任何格式",
|
|
428
428
|
plainTextShortcut: "Ctrl+Shift+V",
|
|
429
|
-
readingClipboard: "
|
|
430
|
-
preview: "
|
|
431
|
-
noContent: "
|
|
432
|
-
clipboardError: "
|
|
429
|
+
readingClipboard: "正在读取剪贴板...",
|
|
430
|
+
preview: "预览:",
|
|
431
|
+
noContent: "无可粘贴内容",
|
|
432
|
+
clipboardError: "无法读取剪贴板,请使用 Ctrl+V 粘贴。"
|
|
433
433
|
},
|
|
434
434
|
footnoteProperties: {
|
|
435
|
-
title: "
|
|
436
|
-
footnotes: "
|
|
437
|
-
endnotes: "
|
|
438
|
-
position: "
|
|
439
|
-
numberFormat: "
|
|
440
|
-
startAt: "
|
|
441
|
-
numbering: "
|
|
435
|
+
title: "脚注和尾注属性",
|
|
436
|
+
footnotes: "脚注",
|
|
437
|
+
endnotes: "尾注",
|
|
438
|
+
position: "位置",
|
|
439
|
+
numberFormat: "编号格式",
|
|
440
|
+
startAt: "起始编号",
|
|
441
|
+
numbering: "编号方式",
|
|
442
442
|
footnotePositions: {
|
|
443
|
-
bottomOfPage: "
|
|
444
|
-
belowText: "
|
|
443
|
+
bottomOfPage: "页面底端",
|
|
444
|
+
belowText: "文本下方"
|
|
445
445
|
},
|
|
446
446
|
endnotePositions: {
|
|
447
|
-
endOfDocument: "
|
|
448
|
-
endOfSection: "
|
|
447
|
+
endOfDocument: "文档末尾",
|
|
448
|
+
endOfSection: "节末尾"
|
|
449
449
|
},
|
|
450
450
|
numberingOptions: {
|
|
451
|
-
continuous: "
|
|
452
|
-
restartSection: "
|
|
453
|
-
restartPage: "
|
|
451
|
+
continuous: "连续",
|
|
452
|
+
restartSection: "每节重新编号",
|
|
453
|
+
restartPage: "每页重新编号"
|
|
454
454
|
},
|
|
455
455
|
formats: {
|
|
456
456
|
decimal: "1, 2, 3, ...",
|
|
@@ -458,394 +458,394 @@ var zh_CN_default = {
|
|
|
458
458
|
upperRoman: "I, II, III, ...",
|
|
459
459
|
lowerAlpha: "a, b, c, ...",
|
|
460
460
|
upperAlpha: "A, B, C, ...",
|
|
461
|
-
symbols: "*,
|
|
461
|
+
symbols: "*, †, ‡, ..."
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
keyboardShortcuts: {
|
|
465
|
-
ariaLabel: "
|
|
466
|
-
searchPlaceholder: "
|
|
465
|
+
ariaLabel: "键盘快捷方式",
|
|
466
|
+
searchPlaceholder: "搜索快捷方式...",
|
|
467
467
|
categories: {
|
|
468
|
-
editing: "
|
|
469
|
-
formatting: "
|
|
470
|
-
navigation: "
|
|
471
|
-
clipboard: "
|
|
472
|
-
selection: "
|
|
473
|
-
view: "
|
|
474
|
-
file: "
|
|
475
|
-
other: "
|
|
468
|
+
editing: "编辑",
|
|
469
|
+
formatting: "格式",
|
|
470
|
+
navigation: "导航",
|
|
471
|
+
clipboard: "剪贴板",
|
|
472
|
+
selection: "选择",
|
|
473
|
+
view: "视图",
|
|
474
|
+
file: "文件",
|
|
475
|
+
other: "其他"
|
|
476
476
|
},
|
|
477
477
|
shortcuts: {
|
|
478
|
-
save: "
|
|
479
|
-
saveDescription: "
|
|
480
|
-
print: "
|
|
481
|
-
printDescription: "
|
|
482
|
-
undo: "
|
|
483
|
-
undoDescription: "
|
|
484
|
-
redo: "
|
|
485
|
-
redoDescription: "
|
|
486
|
-
delete: "
|
|
487
|
-
deleteDescription: "
|
|
488
|
-
find: "
|
|
489
|
-
findDescription: "
|
|
490
|
-
findReplace: "
|
|
491
|
-
findReplaceDescription: "
|
|
492
|
-
cut: "
|
|
493
|
-
cutDescription: "
|
|
494
|
-
copy: "
|
|
495
|
-
copyDescription: "
|
|
496
|
-
paste: "
|
|
497
|
-
pasteDescription: "
|
|
498
|
-
pastePlainText: "
|
|
499
|
-
pastePlainTextDescription: "
|
|
500
|
-
bold: "
|
|
501
|
-
boldDescription: "
|
|
502
|
-
italic: "
|
|
503
|
-
italicDescription: "
|
|
504
|
-
underline: "
|
|
505
|
-
underlineDescription: "
|
|
506
|
-
strikethrough: "
|
|
507
|
-
strikethroughDescription: "
|
|
508
|
-
subscript: "
|
|
509
|
-
subscriptDescription: "
|
|
510
|
-
superscript: "
|
|
511
|
-
superscriptDescription: "
|
|
512
|
-
alignLeft: "
|
|
513
|
-
alignLeftDescription: "
|
|
514
|
-
alignCenter: "
|
|
515
|
-
alignCenterDescription: "
|
|
516
|
-
alignRight: "
|
|
517
|
-
alignRightDescription: "
|
|
518
|
-
justify: "
|
|
519
|
-
justifyDescription: "
|
|
520
|
-
increaseIndent: "
|
|
521
|
-
increaseIndentDescription: "
|
|
522
|
-
decreaseIndent: "
|
|
523
|
-
decreaseIndentDescription: "
|
|
524
|
-
selectAll: "
|
|
525
|
-
selectAllDescription: "
|
|
526
|
-
selectWord: "
|
|
527
|
-
selectWordDescription: "
|
|
528
|
-
selectParagraph: "
|
|
529
|
-
selectParagraphDescription: "
|
|
530
|
-
extendSelectionByWord: "
|
|
531
|
-
extendSelectionByWordDescription: "
|
|
532
|
-
extendSelectionToLineEdge: "
|
|
533
|
-
extendSelectionToLineEdgeDescription: "
|
|
534
|
-
moveByWord: "
|
|
535
|
-
moveByWordDescription: "
|
|
536
|
-
moveToLineStart: "
|
|
537
|
-
moveToLineStartDescription: "
|
|
538
|
-
moveToLineEnd: "
|
|
539
|
-
moveToLineEndDescription: "
|
|
540
|
-
moveToDocumentStart: "
|
|
541
|
-
moveToDocumentStartDescription: "
|
|
542
|
-
moveToDocumentEnd: "
|
|
543
|
-
moveToDocumentEndDescription: "
|
|
544
|
-
pageUp: "
|
|
545
|
-
pageUpDescription: "
|
|
546
|
-
pageDown: "
|
|
547
|
-
pageDownDescription: "
|
|
548
|
-
zoomIn: "
|
|
549
|
-
zoomInDescription: "
|
|
550
|
-
zoomOut: "
|
|
551
|
-
zoomOutDescription: "
|
|
552
|
-
resetZoom: "
|
|
553
|
-
resetZoomDescription: "
|
|
554
|
-
keyboardShortcuts: "
|
|
555
|
-
keyboardShortcutsDescription: "
|
|
556
|
-
insertLink: "
|
|
557
|
-
insertLinkDescription: "
|
|
478
|
+
save: "保存",
|
|
479
|
+
saveDescription: "保存文档",
|
|
480
|
+
print: "打印",
|
|
481
|
+
printDescription: "打印文档",
|
|
482
|
+
undo: "撤销",
|
|
483
|
+
undoDescription: "撤销上一次操作",
|
|
484
|
+
redo: "恢复",
|
|
485
|
+
redoDescription: "恢复上一次操作",
|
|
486
|
+
delete: "删除",
|
|
487
|
+
deleteDescription: "删除所选内容",
|
|
488
|
+
find: "查找",
|
|
489
|
+
findDescription: "查找内容",
|
|
490
|
+
findReplace: "查找和替换",
|
|
491
|
+
findReplaceDescription: "查找并替换内容",
|
|
492
|
+
cut: "剪切",
|
|
493
|
+
cutDescription: "剪切所选内容",
|
|
494
|
+
copy: "复制",
|
|
495
|
+
copyDescription: "复制所选内容",
|
|
496
|
+
paste: "粘贴",
|
|
497
|
+
pasteDescription: "粘贴剪贴板内容",
|
|
498
|
+
pastePlainText: "粘贴为纯文本",
|
|
499
|
+
pastePlainTextDescription: "粘贴为纯文本,不保留任何格式",
|
|
500
|
+
bold: "加粗",
|
|
501
|
+
boldDescription: "将所选文本加粗",
|
|
502
|
+
italic: "斜体",
|
|
503
|
+
italicDescription: "将所选文本设置为斜体",
|
|
504
|
+
underline: "下划线",
|
|
505
|
+
underlineDescription: "为所选文本添加下划线",
|
|
506
|
+
strikethrough: "删除线",
|
|
507
|
+
strikethroughDescription: "为所选文本添加删除线",
|
|
508
|
+
subscript: "下标",
|
|
509
|
+
subscriptDescription: "将所选文本设置为下标",
|
|
510
|
+
superscript: "上标",
|
|
511
|
+
superscriptDescription: "将所选文本设置为上标",
|
|
512
|
+
alignLeft: "左对齐",
|
|
513
|
+
alignLeftDescription: "将所选文本左对齐",
|
|
514
|
+
alignCenter: "居中",
|
|
515
|
+
alignCenterDescription: "将所选文本居中",
|
|
516
|
+
alignRight: "右对齐",
|
|
517
|
+
alignRightDescription: "将所选文本右对齐",
|
|
518
|
+
justify: "两端对齐",
|
|
519
|
+
justifyDescription: "将所选文本两端对齐",
|
|
520
|
+
increaseIndent: "增加缩进",
|
|
521
|
+
increaseIndentDescription: "将所选文本增加缩进",
|
|
522
|
+
decreaseIndent: "减少缩进",
|
|
523
|
+
decreaseIndentDescription: "将所选文本减少缩进",
|
|
524
|
+
selectAll: "全选",
|
|
525
|
+
selectAllDescription: "选中所有内容",
|
|
526
|
+
selectWord: "选择单词",
|
|
527
|
+
selectWordDescription: "选择当前单词",
|
|
528
|
+
selectParagraph: "选择段落",
|
|
529
|
+
selectParagraphDescription: "选择当前段落",
|
|
530
|
+
extendSelectionByWord: "按单词扩展选区",
|
|
531
|
+
extendSelectionByWordDescription: "将选区扩展到下一个/上一个单词",
|
|
532
|
+
extendSelectionToLineEdge: "扩展到行首/行尾",
|
|
533
|
+
extendSelectionToLineEdgeDescription: "将选区扩展到行首或行尾",
|
|
534
|
+
moveByWord: "按单词移动",
|
|
535
|
+
moveByWordDescription: "将光标移动到下一个/上一个单词",
|
|
536
|
+
moveToLineStart: "移动到行首",
|
|
537
|
+
moveToLineStartDescription: "将光标移动到当前行的开始位置",
|
|
538
|
+
moveToLineEnd: "移动到行尾",
|
|
539
|
+
moveToLineEndDescription: "将光标移动到当前行的结束位置",
|
|
540
|
+
moveToDocumentStart: "移动到文档开始",
|
|
541
|
+
moveToDocumentStartDescription: "将光标移动到文档的开始位置",
|
|
542
|
+
moveToDocumentEnd: "移动到文档结束",
|
|
543
|
+
moveToDocumentEndDescription: "将光标移动到文档的结束位置",
|
|
544
|
+
pageUp: "向上翻页",
|
|
545
|
+
pageUpDescription: "将页面向上滚动",
|
|
546
|
+
pageDown: "向下翻页",
|
|
547
|
+
pageDownDescription: "将页面向下滚动",
|
|
548
|
+
zoomIn: "放大",
|
|
549
|
+
zoomInDescription: "将文档放大",
|
|
550
|
+
zoomOut: "缩小",
|
|
551
|
+
zoomOutDescription: "将文档缩小",
|
|
552
|
+
resetZoom: "重置缩放",
|
|
553
|
+
resetZoomDescription: "重置缩放至 100%",
|
|
554
|
+
keyboardShortcuts: "键盘快捷方式",
|
|
555
|
+
keyboardShortcutsDescription: "显示键盘快捷方式",
|
|
556
|
+
insertLink: "插入链接",
|
|
557
|
+
insertLinkDescription: "插入或编辑超链接"
|
|
558
558
|
},
|
|
559
|
-
noResults: '
|
|
560
|
-
pressEscToClose: "
|
|
561
|
-
or: "
|
|
559
|
+
noResults: '未找到与 "{query}" 匹配的快捷方式',
|
|
560
|
+
pressEscToClose: "按 {key} 关闭",
|
|
561
|
+
or: "或"
|
|
562
562
|
}
|
|
563
563
|
},
|
|
564
564
|
comments: {
|
|
565
|
-
resolved: "
|
|
566
|
-
resolve: "
|
|
567
|
-
reopen: "
|
|
568
|
-
moreOptions: "
|
|
569
|
-
unknown: "
|
|
570
|
-
addComment: "
|
|
571
|
-
replyPlaceholder: "
|
|
572
|
-
replyCount: "{count, plural, one {#
|
|
565
|
+
resolved: "已解决",
|
|
566
|
+
resolve: "解决",
|
|
567
|
+
reopen: "重新打开",
|
|
568
|
+
moreOptions: "更多选项",
|
|
569
|
+
unknown: "未知",
|
|
570
|
+
addComment: "添加批注",
|
|
571
|
+
replyPlaceholder: "回复或使用 @ 提及他人...",
|
|
572
|
+
replyCount: "{count, plural, one {# 条回复} other {# 条回复}}"
|
|
573
573
|
},
|
|
574
574
|
trackedChanges: {
|
|
575
|
-
unknown: "
|
|
576
|
-
replaced: "
|
|
577
|
-
with: "
|
|
578
|
-
added: "
|
|
579
|
-
deleted: "
|
|
575
|
+
unknown: "未知",
|
|
576
|
+
replaced: "替换",
|
|
577
|
+
with: "为",
|
|
578
|
+
added: "添加",
|
|
579
|
+
deleted: "删除"
|
|
580
580
|
},
|
|
581
581
|
contextMenu: {
|
|
582
|
-
ariaLabel: "AI
|
|
583
|
-
textMenuAriaLabel: "
|
|
584
|
-
customPromptPlaceholder: "
|
|
585
|
-
cut: "
|
|
582
|
+
ariaLabel: "AI 操作菜单",
|
|
583
|
+
textMenuAriaLabel: "文本编辑菜单",
|
|
584
|
+
customPromptPlaceholder: "输入自定义提示...",
|
|
585
|
+
cut: "剪切",
|
|
586
586
|
cutShortcut: "Ctrl+X",
|
|
587
|
-
copy: "
|
|
587
|
+
copy: "复制",
|
|
588
588
|
copyShortcut: "Ctrl+C",
|
|
589
|
-
paste: "
|
|
589
|
+
paste: "粘贴",
|
|
590
590
|
pasteShortcut: "Ctrl+V",
|
|
591
|
-
pastePlainText: "
|
|
591
|
+
pastePlainText: "粘贴为纯文本",
|
|
592
592
|
pastePlainTextShortcut: "Ctrl+Shift+V",
|
|
593
|
-
delete: "
|
|
593
|
+
delete: "删除",
|
|
594
594
|
deleteShortcut: "Del",
|
|
595
|
-
selectAll: "
|
|
595
|
+
selectAll: "全选",
|
|
596
596
|
selectAllShortcut: "Ctrl+A",
|
|
597
|
-
selected: "
|
|
597
|
+
selected: "已选择",
|
|
598
598
|
aiActions: {
|
|
599
|
-
askAi: "
|
|
600
|
-
rewrite: "
|
|
601
|
-
expand: "
|
|
602
|
-
summarize: "
|
|
603
|
-
translate: "
|
|
604
|
-
explain: "
|
|
605
|
-
fixGrammar: "
|
|
606
|
-
makeFormal: "
|
|
607
|
-
makeCasual: "
|
|
608
|
-
custom: "
|
|
599
|
+
askAi: "询问 AI",
|
|
600
|
+
rewrite: "重写",
|
|
601
|
+
expand: "扩写",
|
|
602
|
+
summarize: "总结",
|
|
603
|
+
translate: "翻译",
|
|
604
|
+
explain: "解释",
|
|
605
|
+
fixGrammar: "修正语法",
|
|
606
|
+
makeFormal: "正式化",
|
|
607
|
+
makeCasual: "口语化",
|
|
608
|
+
custom: "自定义"
|
|
609
609
|
}
|
|
610
610
|
},
|
|
611
611
|
documentOutline: {
|
|
612
|
-
ariaLabel: "
|
|
613
|
-
closeAriaLabel: "
|
|
614
|
-
closeTitle: "
|
|
615
|
-
title: "
|
|
616
|
-
noHeadings: "
|
|
612
|
+
ariaLabel: "文档大纲",
|
|
613
|
+
closeAriaLabel: "关闭大纲",
|
|
614
|
+
closeTitle: "关闭大纲",
|
|
615
|
+
title: "大纲",
|
|
616
|
+
noHeadings: "未找到标题。请在文档中添加标题以在此处显示。"
|
|
617
617
|
},
|
|
618
618
|
sidebar: {
|
|
619
|
-
ariaLabel: "
|
|
619
|
+
ariaLabel: "批注侧边栏"
|
|
620
620
|
},
|
|
621
621
|
titleBar: {
|
|
622
|
-
untitled: "
|
|
623
|
-
documentNameAriaLabel: "
|
|
624
|
-
menuBarAriaLabel: "
|
|
622
|
+
untitled: "未命名",
|
|
623
|
+
documentNameAriaLabel: "文档名称",
|
|
624
|
+
menuBarAriaLabel: "菜单栏"
|
|
625
625
|
},
|
|
626
626
|
errors: {
|
|
627
|
-
loadingDocument: "
|
|
628
|
-
noDocumentLoaded: "
|
|
629
|
-
failedToLoad: "
|
|
630
|
-
unableToParse: "
|
|
631
|
-
somethingWentWrong: "
|
|
632
|
-
errorDescription: "
|
|
633
|
-
errorLabel: "
|
|
634
|
-
componentStack: "
|
|
635
|
-
tryAgain: "
|
|
636
|
-
showDetails: "
|
|
637
|
-
hideDetails: "
|
|
638
|
-
unsavedChanges: "
|
|
627
|
+
loadingDocument: "正在加载文档...",
|
|
628
|
+
noDocumentLoaded: "未加载文档",
|
|
629
|
+
failedToLoad: "文档加载失败",
|
|
630
|
+
unableToParse: "无法解析文档",
|
|
631
|
+
somethingWentWrong: "发生错误",
|
|
632
|
+
errorDescription: "渲染此组件时发生错误。请重试,如果问题仍然存在,请联系支持人员。",
|
|
633
|
+
errorLabel: "错误:",
|
|
634
|
+
componentStack: "组件堆栈:",
|
|
635
|
+
tryAgain: "请重试",
|
|
636
|
+
showDetails: "显示详情",
|
|
637
|
+
hideDetails: "隐藏详情",
|
|
638
|
+
unsavedChanges: "您有未保存的更改,是否确定离开?"
|
|
639
639
|
},
|
|
640
640
|
table: {
|
|
641
|
-
insertRowAbove: "
|
|
642
|
-
insertRowBelow: "
|
|
643
|
-
insertColumnLeft: "
|
|
644
|
-
insertColumnRight: "
|
|
645
|
-
deleteRow: "
|
|
646
|
-
deleteColumn: "
|
|
647
|
-
deleteTable: "
|
|
648
|
-
mergeCells: "
|
|
649
|
-
splitCell: "
|
|
650
|
-
editingTools: "
|
|
651
|
-
label: "
|
|
652
|
-
cellFillColor: "
|
|
653
|
-
borderColor: "
|
|
654
|
-
borderWidth: "
|
|
655
|
-
unknownAction: "
|
|
641
|
+
insertRowAbove: "在上方插入行",
|
|
642
|
+
insertRowBelow: "在下方插入行",
|
|
643
|
+
insertColumnLeft: "在左侧插入列",
|
|
644
|
+
insertColumnRight: "在右侧插入列",
|
|
645
|
+
deleteRow: "删除行",
|
|
646
|
+
deleteColumn: "删除列",
|
|
647
|
+
deleteTable: "删除表格",
|
|
648
|
+
mergeCells: "合并单元格",
|
|
649
|
+
splitCell: "拆分单元格",
|
|
650
|
+
editingTools: "表格编辑工具",
|
|
651
|
+
label: "表格",
|
|
652
|
+
cellFillColor: "单元格填充颜色",
|
|
653
|
+
borderColor: "边框颜色",
|
|
654
|
+
borderWidth: "边框宽度",
|
|
655
|
+
unknownAction: "未知操作",
|
|
656
656
|
borders: {
|
|
657
|
-
all: "
|
|
658
|
-
outside: "
|
|
659
|
-
inside: "
|
|
660
|
-
none: "
|
|
661
|
-
remove: "
|
|
662
|
-
top: "
|
|
663
|
-
bottom: "
|
|
664
|
-
left: "
|
|
665
|
-
right: "
|
|
666
|
-
styleAriaLabel: "
|
|
667
|
-
tooltip: "
|
|
657
|
+
all: "所有框线",
|
|
658
|
+
outside: "外侧框线",
|
|
659
|
+
inside: "内侧框线",
|
|
660
|
+
none: "无框线",
|
|
661
|
+
remove: "移除框线",
|
|
662
|
+
top: "上框线",
|
|
663
|
+
bottom: "下框线",
|
|
664
|
+
left: "左框线",
|
|
665
|
+
right: "右框线",
|
|
666
|
+
styleAriaLabel: "边框样式",
|
|
667
|
+
tooltip: "边框"
|
|
668
668
|
},
|
|
669
|
-
moreOptions: "
|
|
669
|
+
moreOptions: "更多表格选项",
|
|
670
670
|
styles: {
|
|
671
|
-
title: "
|
|
672
|
-
label: "
|
|
673
|
-
normalTable: "
|
|
674
|
-
tableGrid: "
|
|
675
|
-
gridTableLight: "
|
|
676
|
-
plainTable1: "
|
|
677
|
-
plainTable2: "
|
|
678
|
-
plainTable3: "
|
|
679
|
-
plainTable4: "
|
|
680
|
-
gridTable1Light: "
|
|
681
|
-
gridTable4Accent1: "
|
|
682
|
-
gridTable5Dark: "
|
|
683
|
-
listTable3Accent2: "
|
|
684
|
-
listTable4Accent3: "
|
|
685
|
-
gridTable4Accent5: "
|
|
686
|
-
gridTable4Accent6: "
|
|
671
|
+
title: "表格样式",
|
|
672
|
+
label: "样式",
|
|
673
|
+
normalTable: "普通表格",
|
|
674
|
+
tableGrid: "表格网格",
|
|
675
|
+
gridTableLight: "浅色网格表",
|
|
676
|
+
plainTable1: "纯文本表格 1",
|
|
677
|
+
plainTable2: "纯文本表格 2",
|
|
678
|
+
plainTable3: "纯文本表格 3",
|
|
679
|
+
plainTable4: "纯文本表格 4",
|
|
680
|
+
gridTable1Light: "浅色网格表 1",
|
|
681
|
+
gridTable4Accent1: "网格表 4 强调色 1",
|
|
682
|
+
gridTable5Dark: "深色网格表 5",
|
|
683
|
+
listTable3Accent2: "列表表格 3 强调色 2",
|
|
684
|
+
listTable4Accent3: "列表表格 4 强调色 3",
|
|
685
|
+
gridTable4Accent5: "网格表 4 强调色 5",
|
|
686
|
+
gridTable4Accent6: "网格表 4 强调色 6"
|
|
687
687
|
}
|
|
688
688
|
},
|
|
689
689
|
tableAdvanced: {
|
|
690
|
-
verticalAlignment: "
|
|
691
|
-
top: "
|
|
692
|
-
middle: "
|
|
693
|
-
bottom: "
|
|
694
|
-
cellMargins: "
|
|
695
|
-
textDirection: "
|
|
690
|
+
verticalAlignment: "垂直对齐",
|
|
691
|
+
top: "顶端对齐",
|
|
692
|
+
middle: "居中对齐",
|
|
693
|
+
bottom: "底端对齐",
|
|
694
|
+
cellMargins: "单元格边距",
|
|
695
|
+
textDirection: "文本方向",
|
|
696
696
|
textDirections: {
|
|
697
|
-
horizontal: "
|
|
698
|
-
verticalRL: "
|
|
699
|
-
verticalLR: "
|
|
697
|
+
horizontal: "水平 (从左到右)",
|
|
698
|
+
verticalRL: "垂直 (从上到下,从右到左)",
|
|
699
|
+
verticalLR: "垂直 (从下到上,从左到右)"
|
|
700
700
|
},
|
|
701
|
-
toggleNoWrap: "
|
|
702
|
-
rowHeight: "
|
|
701
|
+
toggleNoWrap: "切换文本换行",
|
|
702
|
+
rowHeight: "行高",
|
|
703
703
|
heightRules: {
|
|
704
|
-
auto: "
|
|
705
|
-
atLeast: "
|
|
706
|
-
exact: "
|
|
704
|
+
auto: "自动调整",
|
|
705
|
+
atLeast: "最小值",
|
|
706
|
+
exact: "固定值"
|
|
707
707
|
},
|
|
708
|
-
rule: "
|
|
709
|
-
height: "
|
|
710
|
-
toggleHeaderRow: "
|
|
711
|
-
distributeColumns: "
|
|
712
|
-
autoFit: "
|
|
713
|
-
tableProperties: "
|
|
714
|
-
tableAlignment: "
|
|
715
|
-
alignTableLeft: "
|
|
716
|
-
alignTableCenter: "
|
|
717
|
-
alignTableRight: "
|
|
718
|
-
tableOptionsMenu: "
|
|
719
|
-
tableOptions: "
|
|
708
|
+
rule: "规则",
|
|
709
|
+
height: "高度",
|
|
710
|
+
toggleHeaderRow: "切换标题行",
|
|
711
|
+
distributeColumns: "平均分布各列",
|
|
712
|
+
autoFit: "根据内容自动调整",
|
|
713
|
+
tableProperties: "表格属性...",
|
|
714
|
+
tableAlignment: "表格对齐方式",
|
|
715
|
+
alignTableLeft: "表格左对齐",
|
|
716
|
+
alignTableCenter: "表格居中对齐",
|
|
717
|
+
alignTableRight: "表格右对齐",
|
|
718
|
+
tableOptionsMenu: "表格选项菜单",
|
|
719
|
+
tableOptions: "表格选项"
|
|
720
720
|
},
|
|
721
721
|
imageTransform: {
|
|
722
|
-
tooltip: "
|
|
723
|
-
rotateClockwise: "
|
|
724
|
-
rotateCounterClockwise: "
|
|
725
|
-
flipHorizontal: "
|
|
726
|
-
flipVertical: "
|
|
722
|
+
tooltip: "变换",
|
|
723
|
+
rotateClockwise: "向右旋转",
|
|
724
|
+
rotateCounterClockwise: "向左旋转",
|
|
725
|
+
flipHorizontal: "水平翻转",
|
|
726
|
+
flipVertical: "垂直翻转"
|
|
727
727
|
},
|
|
728
728
|
imageWrap: {
|
|
729
|
-
inline: "
|
|
730
|
-
floatLeft: "
|
|
731
|
-
floatRight: "
|
|
732
|
-
topAndBottom: "
|
|
733
|
-
behindText: "
|
|
734
|
-
inFrontOfText: "
|
|
735
|
-
tooltipPrefix: "
|
|
729
|
+
inline: "嵌入型",
|
|
730
|
+
floatLeft: "浮于左侧(文字环绕右侧)",
|
|
731
|
+
floatRight: "浮于右侧(文字环绕左侧)",
|
|
732
|
+
topAndBottom: "上下型环绕",
|
|
733
|
+
behindText: "衬于文字下方",
|
|
734
|
+
inFrontOfText: "浮于文字上方",
|
|
735
|
+
tooltipPrefix: "环绕方式:{label}",
|
|
736
736
|
menu: {
|
|
737
|
-
ariaLabel: "
|
|
738
|
-
behindText: "
|
|
739
|
-
inFrontOfText: "
|
|
740
|
-
inLineWithText: "
|
|
741
|
-
squareLeft: "
|
|
742
|
-
squareRight: "
|
|
743
|
-
imageProperties: "
|
|
737
|
+
ariaLabel: "图像布局选项",
|
|
738
|
+
behindText: "衬于文字下方",
|
|
739
|
+
inFrontOfText: "浮于文字上方",
|
|
740
|
+
inLineWithText: "嵌入型",
|
|
741
|
+
squareLeft: "四周型靠左",
|
|
742
|
+
squareRight: "四周型靠右",
|
|
743
|
+
imageProperties: "图片属性…"
|
|
744
744
|
},
|
|
745
745
|
menuDesc: {
|
|
746
|
-
behindText: "
|
|
747
|
-
inFrontOfText: "
|
|
748
|
-
inLineWithText: "
|
|
749
|
-
squareLeft: "
|
|
750
|
-
squareRight: "
|
|
746
|
+
behindText: "图像绘制在正文下方",
|
|
747
|
+
inFrontOfText: "图像绘制在正文上方",
|
|
748
|
+
inLineWithText: "图像作为字形在行中流动",
|
|
749
|
+
squareLeft: "图像靠左,文字环绕右侧",
|
|
750
|
+
squareRight: "图像靠右,文字环绕左侧"
|
|
751
751
|
}
|
|
752
752
|
},
|
|
753
753
|
responsePreview: {
|
|
754
|
-
loading: "
|
|
755
|
-
result: "{action}
|
|
756
|
-
closeEsc: "
|
|
757
|
-
editPrompt: "
|
|
758
|
-
changes: "
|
|
759
|
-
original: "
|
|
760
|
-
new: "
|
|
761
|
-
cancelEdit: "
|
|
754
|
+
loading: "正在{action}...",
|
|
755
|
+
result: "{action}结果",
|
|
756
|
+
closeEsc: "关闭(Esc)",
|
|
757
|
+
editPrompt: "在接受前编辑结果:",
|
|
758
|
+
changes: "更改:",
|
|
759
|
+
original: "原文:",
|
|
760
|
+
new: "新内容:",
|
|
761
|
+
cancelEdit: "取消编辑"
|
|
762
762
|
},
|
|
763
763
|
commentMarkers: {
|
|
764
|
-
resolvedComment: "
|
|
765
|
-
comment: "
|
|
764
|
+
resolvedComment: "已解决的批注",
|
|
765
|
+
comment: "批注"
|
|
766
766
|
},
|
|
767
767
|
editor: {
|
|
768
|
-
toggleCommentsSidebar: "
|
|
769
|
-
showDocumentOutline: "
|
|
770
|
-
editing: "
|
|
771
|
-
editingDescription: "
|
|
772
|
-
suggesting: "
|
|
773
|
-
suggestingDescription: "
|
|
774
|
-
viewing: "
|
|
775
|
-
viewingDescription: "
|
|
776
|
-
failedToParse: "
|
|
777
|
-
linkRemoved: "
|
|
778
|
-
linkCopied: "
|
|
779
|
-
failedToSave: "
|
|
768
|
+
toggleCommentsSidebar: "切换批注侧边栏",
|
|
769
|
+
showDocumentOutline: "显示文档大纲",
|
|
770
|
+
editing: "编辑",
|
|
771
|
+
editingDescription: "直接编辑文档",
|
|
772
|
+
suggesting: "修订",
|
|
773
|
+
suggestingDescription: "编辑内容将显示为修订建议",
|
|
774
|
+
viewing: "查看",
|
|
775
|
+
viewingDescription: "只读,不可编辑",
|
|
776
|
+
failedToParse: "解析文档失败",
|
|
777
|
+
linkRemoved: "链接已删除",
|
|
778
|
+
linkCopied: "链接已复制到剪贴板",
|
|
779
|
+
failedToSave: "保存文档失败"
|
|
780
780
|
},
|
|
781
781
|
hyperlinkPopup: {
|
|
782
|
-
displayTextPlaceholder: "
|
|
782
|
+
displayTextPlaceholder: "显示文本",
|
|
783
783
|
urlPlaceholder: "https://example.com",
|
|
784
|
-
copyLink: "
|
|
785
|
-
editLink: "
|
|
786
|
-
removeLink: "
|
|
784
|
+
copyLink: "复制链接",
|
|
785
|
+
editLink: "编辑链接",
|
|
786
|
+
removeLink: "删除链接"
|
|
787
787
|
},
|
|
788
788
|
headerFooter: {
|
|
789
|
-
header: "
|
|
790
|
-
footer: "
|
|
791
|
-
options: "
|
|
792
|
-
insertPageNumber: "
|
|
793
|
-
insertTotalPages: "
|
|
794
|
-
remove: "
|
|
795
|
-
closeEditing: "
|
|
789
|
+
header: "页眉",
|
|
790
|
+
footer: "页脚",
|
|
791
|
+
options: "选项",
|
|
792
|
+
insertPageNumber: "插入当前页码",
|
|
793
|
+
insertTotalPages: "插入总页数",
|
|
794
|
+
remove: "删除 {label}",
|
|
795
|
+
closeEditing: "关闭 {label} 编辑"
|
|
796
796
|
},
|
|
797
797
|
image: {
|
|
798
|
-
placeholder: "
|
|
799
|
-
placeholderText: "[
|
|
800
|
-
editableAriaLabel: "
|
|
798
|
+
placeholder: "图片占位符",
|
|
799
|
+
placeholderText: "[图片]",
|
|
800
|
+
editableAriaLabel: "可编辑图片"
|
|
801
801
|
},
|
|
802
802
|
ruler: {
|
|
803
|
-
horizontal: "
|
|
804
|
-
vertical: "
|
|
805
|
-
firstLineIndent: "
|
|
806
|
-
leftIndent: "
|
|
807
|
-
rightIndent: "
|
|
808
|
-
topMargin: "
|
|
809
|
-
bottomMargin: "
|
|
803
|
+
horizontal: "水平标尺",
|
|
804
|
+
vertical: "垂直标尺",
|
|
805
|
+
firstLineIndent: "首行缩进",
|
|
806
|
+
leftIndent: "左缩进",
|
|
807
|
+
rightIndent: "右缩进",
|
|
808
|
+
topMargin: "上边距",
|
|
809
|
+
bottomMargin: "下边距"
|
|
810
810
|
},
|
|
811
811
|
print: {
|
|
812
|
-
label: "
|
|
813
|
-
allPages: "
|
|
814
|
-
singlePage: "
|
|
815
|
-
pageRange: "
|
|
812
|
+
label: "打印",
|
|
813
|
+
allPages: "全部(共 {totalPages} 页)",
|
|
814
|
+
singlePage: "第 {start} 页",
|
|
815
|
+
pageRange: "第 {start}-{end} 页"
|
|
816
816
|
},
|
|
817
817
|
unsaved: {
|
|
818
|
-
unsaved: "
|
|
819
|
-
saved: "
|
|
820
|
-
unsavedTitle: "
|
|
821
|
-
savedTitle: "
|
|
822
|
-
unsavedAriaLabel: "
|
|
823
|
-
savedAriaLabel: "
|
|
818
|
+
unsaved: "未保存",
|
|
819
|
+
saved: "已保存",
|
|
820
|
+
unsavedTitle: "文档有未保存的更改",
|
|
821
|
+
savedTitle: "所有更改已保存",
|
|
822
|
+
unsavedAriaLabel: "有未保存的更改",
|
|
823
|
+
savedAriaLabel: "所有更改已保存"
|
|
824
824
|
},
|
|
825
825
|
loading: {
|
|
826
|
-
label: "
|
|
826
|
+
label: "正在加载"
|
|
827
827
|
},
|
|
828
828
|
agentPanel: {
|
|
829
|
-
defaultTitle: "
|
|
830
|
-
toggle: "
|
|
831
|
-
close: "
|
|
832
|
-
resizeHandle: "
|
|
833
|
-
thinking: "
|
|
834
|
-
composerPlaceholder: "
|
|
835
|
-
send: "
|
|
829
|
+
defaultTitle: "助手",
|
|
830
|
+
toggle: "打开助手",
|
|
831
|
+
close: "关闭面板",
|
|
832
|
+
resizeHandle: "调整助手面板大小",
|
|
833
|
+
thinking: "助手正在思考",
|
|
834
|
+
composerPlaceholder: "向助手提问…",
|
|
835
|
+
send: "发送",
|
|
836
836
|
timeline: {
|
|
837
|
-
working: "
|
|
838
|
-
summary: "{count, plural, one {#
|
|
839
|
-
earlier: "+ {count, plural, one {#
|
|
837
|
+
working: "处理中… {count, plural, one {# 步} other {# 步}}",
|
|
838
|
+
summary: "{count, plural, one {# 步} other {# 步}}",
|
|
839
|
+
earlier: "+ {count, plural, one {# 个历史步骤} other {# 个历史步骤}}"
|
|
840
840
|
}
|
|
841
841
|
},
|
|
842
842
|
viewer: {
|
|
843
|
-
pageIndicator: "
|
|
843
|
+
pageIndicator: "第 {current} 页,共 {total} 页"
|
|
844
844
|
},
|
|
845
845
|
imageOverlay: {
|
|
846
|
-
deleteImage: "
|
|
847
|
-
imageProperties: "
|
|
848
|
-
rotate: "
|
|
846
|
+
deleteImage: "删除图片",
|
|
847
|
+
imageProperties: "图片属性",
|
|
848
|
+
rotate: "旋转"
|
|
849
849
|
}
|
|
850
850
|
};
|
|
851
851
|
|