@alfadocs/ui-kit-debug 0.30.4 → 0.31.0
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/_chunks/{booking-Cw92aqo3.js → booking-Bhk9IYm3.js} +136 -147
- package/dist/_chunks/booking-Bhk9IYm3.js.map +1 -0
- package/dist/_chunks/calendar-clock-CYkcqdwl.js +19 -0
- package/dist/_chunks/calendar-clock-CYkcqdwl.js.map +1 -0
- package/dist/_chunks/{editable-currency-cell-renderer-CztRy_21.js → editable-currency-cell-renderer-Od3Q-Y8J.js} +178 -189
- package/dist/_chunks/editable-currency-cell-renderer-Od3Q-Y8J.js.map +1 -0
- package/dist/_chunks/practice-results-CEKjwsgS.js +1441 -0
- package/dist/_chunks/practice-results-CEKjwsgS.js.map +1 -0
- package/dist/_chunks/{public-footer.agent-DivkKdG4.js → public-footer.agent-Bc99tE5Z.js} +251 -204
- package/dist/_chunks/public-footer.agent-Bc99tE5Z.js.map +1 -0
- package/dist/_chunks/refresh-cw-CC8jSKMr.js +17 -0
- package/dist/_chunks/refresh-cw-CC8jSKMr.js.map +1 -0
- package/dist/_chunks/smile-BSYLAHy6.js +17 -0
- package/dist/_chunks/smile-BSYLAHy6.js.map +1 -0
- package/dist/_chunks/{transaction-chip-z9ENE50O.js → transaction-chip-B8ujzowA.js} +47 -60
- package/dist/_chunks/transaction-chip-B8ujzowA.js.map +1 -0
- package/dist/agent-catalog.json +42 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/practice-results/index.d.ts +4 -0
- package/dist/components/practice-results/index.d.ts.map +1 -0
- package/dist/components/practice-results/index.js +6 -0
- package/dist/components/practice-results/index.js.map +1 -0
- package/dist/components/practice-results/practice-results.agent.d.ts +4 -0
- package/dist/components/practice-results/practice-results.agent.d.ts.map +1 -0
- package/dist/components/practice-results/practice-results.d.ts +137 -0
- package/dist/components/practice-results/practice-results.d.ts.map +1 -0
- package/dist/components/public-footer/index.js +1 -1
- package/dist/components/public-footer/public-footer.d.ts.map +1 -1
- package/dist/components/transaction-chip/index.js +1 -1
- package/dist/i18n/config.d.ts +14 -1
- package/dist/i18n/config.d.ts.map +1 -1
- package/dist/i18n/config.js +66 -26936
- package/dist/i18n/config.js.map +1 -1
- package/dist/i18n/locales/ar.js +1500 -0
- package/dist/i18n/locales/ar.js.map +1 -0
- package/dist/i18n/locales/de.js +1500 -0
- package/dist/i18n/locales/de.js.map +1 -0
- package/dist/i18n/locales/el.js +1500 -0
- package/dist/i18n/locales/el.js.map +1 -0
- package/dist/i18n/locales/en.d.ts +1566 -0
- package/dist/i18n/locales/en.d.ts.map +1 -0
- package/dist/i18n/locales/en.js +1551 -0
- package/dist/i18n/locales/en.js.map +1 -0
- package/dist/i18n/locales/es.js +1498 -0
- package/dist/i18n/locales/es.js.map +1 -0
- package/dist/i18n/locales/fr.js +1498 -0
- package/dist/i18n/locales/fr.js.map +1 -0
- package/dist/i18n/locales/hi.js +1498 -0
- package/dist/i18n/locales/hi.js.map +1 -0
- package/dist/i18n/locales/it.d.ts +1498 -0
- package/dist/i18n/locales/it.d.ts.map +1 -0
- package/dist/i18n/locales/it.js +1480 -0
- package/dist/i18n/locales/it.js.map +1 -0
- package/dist/i18n/locales/ja.js +1500 -0
- package/dist/i18n/locales/ja.js.map +1 -0
- package/dist/i18n/locales/nl.js +1498 -0
- package/dist/i18n/locales/nl.js.map +1 -0
- package/dist/i18n/locales/pl.js +1498 -0
- package/dist/i18n/locales/pl.js.map +1 -0
- package/dist/i18n/locales/pt.js +1498 -0
- package/dist/i18n/locales/pt.js.map +1 -0
- package/dist/i18n/locales/ro.js +1498 -0
- package/dist/i18n/locales/ro.js.map +1 -0
- package/dist/i18n/locales/ru.js +1500 -0
- package/dist/i18n/locales/ru.js.map +1 -0
- package/dist/i18n/locales/sq.js +1498 -0
- package/dist/i18n/locales/sq.js.map +1 -0
- package/dist/i18n/locales/sv.js +1498 -0
- package/dist/i18n/locales/sv.js.map +1 -0
- package/dist/i18n/locales/tr.js +1498 -0
- package/dist/i18n/locales/tr.js.map +1 -0
- package/dist/i18n/locales/zh.js +1498 -0
- package/dist/i18n/locales/zh.js.map +1 -0
- package/dist/i18n/resources.d.ts +2 -2994
- package/dist/i18n/resources.d.ts.map +1 -1
- package/dist/index.js +101 -98
- package/dist/index.js.map +1 -1
- package/dist/locales/en.json +65 -0
- package/dist/tokens.css +1 -1
- package/package.json +9 -1
- package/dist/_chunks/booking-Cw92aqo3.js.map +0 -1
- package/dist/_chunks/editable-currency-cell-renderer-CztRy_21.js.map +0 -1
- package/dist/_chunks/public-footer.agent-DivkKdG4.js.map +0 -1
- package/dist/_chunks/transaction-chip-z9ENE50O.js.map +0 -1
|
@@ -0,0 +1,1498 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
common: {
|
|
3
|
+
save: "保存",
|
|
4
|
+
cancel: "取消",
|
|
5
|
+
delete: "删除",
|
|
6
|
+
close: "关闭",
|
|
7
|
+
confirm: "确认",
|
|
8
|
+
loading: "加载中……",
|
|
9
|
+
required: "必填",
|
|
10
|
+
optional: "可选",
|
|
11
|
+
progress_label: "已完成 {{percent}}"
|
|
12
|
+
},
|
|
13
|
+
buttonGroup: {
|
|
14
|
+
label: "按钮组"
|
|
15
|
+
},
|
|
16
|
+
carousel: {
|
|
17
|
+
label: "轮播图",
|
|
18
|
+
roleDescription: "轮播图",
|
|
19
|
+
slideRoleDescription: "幻灯片",
|
|
20
|
+
slideLabel: "第 {{current}} 张,共 {{total}} 张",
|
|
21
|
+
indicatorsLabel: "幻灯片",
|
|
22
|
+
previous: "上一张幻灯片",
|
|
23
|
+
next: "下一张幻灯片",
|
|
24
|
+
goToSlide: "跳转至第 {{index}} 张幻灯片",
|
|
25
|
+
slideAnnouncement: "第 {{current}} 张幻灯片,共 {{total}} 张"
|
|
26
|
+
},
|
|
27
|
+
publicHeader: {
|
|
28
|
+
homeLabel: "AlfaDocs — 首页",
|
|
29
|
+
primaryNavLabel: "主导航",
|
|
30
|
+
openMenu: "打开菜单",
|
|
31
|
+
closeMenu: "关闭菜单"
|
|
32
|
+
},
|
|
33
|
+
kbd: {
|
|
34
|
+
plus: "+",
|
|
35
|
+
then: "然后",
|
|
36
|
+
thenSpoken: "然后",
|
|
37
|
+
pressThen: "按 {{keys}}"
|
|
38
|
+
},
|
|
39
|
+
search: {
|
|
40
|
+
open: "打开搜索",
|
|
41
|
+
label: "搜索",
|
|
42
|
+
placeholder: "搜索……",
|
|
43
|
+
resultsLabel: "搜索结果",
|
|
44
|
+
noResults: '未找到"{{query}}"的相关结果'
|
|
45
|
+
},
|
|
46
|
+
contactCard: {
|
|
47
|
+
vatNumberLabel: "增值税号:",
|
|
48
|
+
phoneLabel: "电话:"
|
|
49
|
+
},
|
|
50
|
+
copyField: {
|
|
51
|
+
copy: "复制",
|
|
52
|
+
copied: "已复制",
|
|
53
|
+
valueLabel: "待复制的值",
|
|
54
|
+
copySuccess: "已复制到剪贴板",
|
|
55
|
+
copyFailed: "复制失败"
|
|
56
|
+
},
|
|
57
|
+
link: {
|
|
58
|
+
opensInNewTab: "在新标签页中打开"
|
|
59
|
+
},
|
|
60
|
+
inputs: {
|
|
61
|
+
switch: {
|
|
62
|
+
on: "已启用",
|
|
63
|
+
off: "已禁用"
|
|
64
|
+
},
|
|
65
|
+
radioGroup: {
|
|
66
|
+
selectOne: "请选择一个选项"
|
|
67
|
+
},
|
|
68
|
+
text: {
|
|
69
|
+
clear: "清空字段"
|
|
70
|
+
},
|
|
71
|
+
recaptcha: {
|
|
72
|
+
expired: "验证已过期——请重试。",
|
|
73
|
+
error: "验证失败——请重试。"
|
|
74
|
+
},
|
|
75
|
+
search: {
|
|
76
|
+
clear: "清空搜索",
|
|
77
|
+
loading: "搜索中……",
|
|
78
|
+
placeholder: "搜索……"
|
|
79
|
+
},
|
|
80
|
+
password: {
|
|
81
|
+
toggleShow: "显示密码",
|
|
82
|
+
toggleHide: "隐藏密码",
|
|
83
|
+
capsLock: "大写锁定已开启",
|
|
84
|
+
strengthLabel: "安全级别",
|
|
85
|
+
strength: {
|
|
86
|
+
weak: "弱",
|
|
87
|
+
fair: "一般",
|
|
88
|
+
good: "良好",
|
|
89
|
+
strong: "强"
|
|
90
|
+
},
|
|
91
|
+
requirements: {
|
|
92
|
+
length_one: "至少 {{count}} 个字符",
|
|
93
|
+
length_zero: "至少 {{count}} 个字符",
|
|
94
|
+
length_two: "至少 {{count}} 个字符",
|
|
95
|
+
length_few: "至少 {{count}} 个字符",
|
|
96
|
+
length_many: "至少 {{count}} 个字符",
|
|
97
|
+
length_other: "至少 {{count}} 个字符",
|
|
98
|
+
uppercase: "一个大写字母",
|
|
99
|
+
lowercase: "一个小写字母",
|
|
100
|
+
digit: "一个数字",
|
|
101
|
+
symbol: "一个符号",
|
|
102
|
+
noSpaces: "不含空格",
|
|
103
|
+
met: "已满足",
|
|
104
|
+
unmet: "尚未满足"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
textarea: {
|
|
108
|
+
charactersRemaining_one: "剩余 {{count}} 个字符",
|
|
109
|
+
charactersRemaining_zero: "剩余 {{count}} 个字符",
|
|
110
|
+
charactersRemaining_two: "剩余 {{count}} 个字符",
|
|
111
|
+
charactersRemaining_few: "剩余 {{count}} 个字符",
|
|
112
|
+
charactersRemaining_many: "剩余 {{count}} 个字符",
|
|
113
|
+
charactersRemaining_other: "剩余 {{count}} 个字符"
|
|
114
|
+
},
|
|
115
|
+
number: {
|
|
116
|
+
increment: "增加",
|
|
117
|
+
decrement: "减少"
|
|
118
|
+
},
|
|
119
|
+
select: {
|
|
120
|
+
placeholder: "请选择……",
|
|
121
|
+
clear: "清除选择",
|
|
122
|
+
noOptions: "无可用选项"
|
|
123
|
+
},
|
|
124
|
+
combobox: {
|
|
125
|
+
empty: "无结果",
|
|
126
|
+
create: '创建"{{value}}"',
|
|
127
|
+
placeholder: "搜索……",
|
|
128
|
+
clear: "清除选择"
|
|
129
|
+
},
|
|
130
|
+
otp: {
|
|
131
|
+
digitLabel: "第 {{current}} 位,共 {{total}} 位"
|
|
132
|
+
},
|
|
133
|
+
slider: {
|
|
134
|
+
minLabel: "最小值",
|
|
135
|
+
maxLabel: "最大值"
|
|
136
|
+
},
|
|
137
|
+
checkboxGroup: {
|
|
138
|
+
selectAll: "全选",
|
|
139
|
+
minReached: "已达最少选择数 {{min}}",
|
|
140
|
+
maxReached: "已达最多选择数 {{max}}",
|
|
141
|
+
counter_one: "已选 {{count}} / {{total}}",
|
|
142
|
+
counter_zero: "已选 {{count}} / {{total}}",
|
|
143
|
+
counter_two: "已选 {{count}} / {{total}}",
|
|
144
|
+
counter_few: "已选 {{count}} / {{total}}",
|
|
145
|
+
counter_many: "已选 {{count}} / {{total}}",
|
|
146
|
+
counter_other: "已选 {{count}} / {{total}}"
|
|
147
|
+
},
|
|
148
|
+
multiSelect: {
|
|
149
|
+
placeholder: "请选择……",
|
|
150
|
+
noOptions: "未找到选项",
|
|
151
|
+
selectAll: "全选",
|
|
152
|
+
clearAll: "清除全部",
|
|
153
|
+
remove: "移除 {{label}}",
|
|
154
|
+
maxReached: "最多选择 {{count}} 项",
|
|
155
|
+
overflow: "+{{count}} 个",
|
|
156
|
+
selected_zero: "已选 {{count}} 项",
|
|
157
|
+
selected_one: "已选 {{count}} 项",
|
|
158
|
+
selected_two: "已选 {{count}} 项",
|
|
159
|
+
selected_few: "已选 {{count}} 项",
|
|
160
|
+
selected_many: "已选 {{count}} 项",
|
|
161
|
+
selected_other: "已选 {{count}} 项"
|
|
162
|
+
},
|
|
163
|
+
autocomplete: {
|
|
164
|
+
ariaLabel: "搜索",
|
|
165
|
+
recent: "最近",
|
|
166
|
+
noResults: "无结果",
|
|
167
|
+
results_one: "{{count}} 个结果",
|
|
168
|
+
results_zero: "{{count}} 个结果",
|
|
169
|
+
results_two: "{{count}} 个结果",
|
|
170
|
+
results_few: "{{count}} 个结果",
|
|
171
|
+
results_many: "{{count}} 个结果",
|
|
172
|
+
results_other: "{{count}} 个结果"
|
|
173
|
+
},
|
|
174
|
+
phone: {
|
|
175
|
+
placeholder: "电话号码",
|
|
176
|
+
searchCountry: "搜索国家……",
|
|
177
|
+
noCountryFound: "未找到国家",
|
|
178
|
+
countryPickerLabel: "国家",
|
|
179
|
+
popularCountries: "常用",
|
|
180
|
+
allCountries: "所有国家"
|
|
181
|
+
},
|
|
182
|
+
email: {
|
|
183
|
+
invalid: "电子邮件地址无效"
|
|
184
|
+
},
|
|
185
|
+
colorPicker: {
|
|
186
|
+
hex: "Hex",
|
|
187
|
+
hue: "色调",
|
|
188
|
+
saturation: "饱和度",
|
|
189
|
+
lightness: "亮度",
|
|
190
|
+
opacity: "不透明度",
|
|
191
|
+
contrastRatio: "{{ratio}}:1",
|
|
192
|
+
contrastPass: "通过",
|
|
193
|
+
contrastFail: "不通过",
|
|
194
|
+
swatchLabel: "{{name}},{{hex}}",
|
|
195
|
+
invalidHex: "Hex 值无效——已恢复原值"
|
|
196
|
+
},
|
|
197
|
+
datePicker: {
|
|
198
|
+
placeholder: "选择日期",
|
|
199
|
+
invalid: "日期无效",
|
|
200
|
+
gridLabel: "日历",
|
|
201
|
+
today: "今天",
|
|
202
|
+
presets: {
|
|
203
|
+
today: "今天",
|
|
204
|
+
tomorrow: "明天",
|
|
205
|
+
nextWeek: "下周"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
timePicker: {
|
|
209
|
+
groupLabel: "时间",
|
|
210
|
+
hour: "小时",
|
|
211
|
+
minute: "分钟",
|
|
212
|
+
period: "时段"
|
|
213
|
+
},
|
|
214
|
+
dateTimePicker: {
|
|
215
|
+
placeholder: "选择日期和时间",
|
|
216
|
+
apply: "应用",
|
|
217
|
+
outOfRange: "日期/时间超出允许范围"
|
|
218
|
+
},
|
|
219
|
+
dateRangePicker: {
|
|
220
|
+
placeholder: "选择日期范围",
|
|
221
|
+
rangeSummary: "从 {{from}} 至 {{to}},共 {{count}} 天",
|
|
222
|
+
days_one: "{{count}} 天",
|
|
223
|
+
days_zero: "{{count}} 天",
|
|
224
|
+
days_two: "{{count}} 天",
|
|
225
|
+
days_few: "{{count}} 天",
|
|
226
|
+
days_many: "{{count}} 天",
|
|
227
|
+
days_other: "{{count}} 天",
|
|
228
|
+
presets: {
|
|
229
|
+
today: "今天",
|
|
230
|
+
yesterday: "昨天",
|
|
231
|
+
last7: "最近 7 天",
|
|
232
|
+
thisWeek: "本周",
|
|
233
|
+
lastWeek: "上周",
|
|
234
|
+
thisMonth: "本月",
|
|
235
|
+
last30: "最近 30 天"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
fileUpload: {
|
|
239
|
+
dropHere: "将文件拖拽至此处或点击浏览",
|
|
240
|
+
dropActive: "将文件释放到此处",
|
|
241
|
+
browse: "浏览文件",
|
|
242
|
+
uploading: "上传中……",
|
|
243
|
+
complete: "上传完成",
|
|
244
|
+
cancel: "取消上传",
|
|
245
|
+
remove: "移除文件",
|
|
246
|
+
progress: "已上传 {{percent}}%",
|
|
247
|
+
filesSelected: "已选择 {{count}} 个文件",
|
|
248
|
+
errors: {
|
|
249
|
+
fileTooLarge: "文件超过 {{maxSize}}",
|
|
250
|
+
fileTooSmall: "文件小于 {{minSize}}",
|
|
251
|
+
fileInvalidType: "不支持的文件类型",
|
|
252
|
+
tooManyFiles: "最多允许 {{maxFiles}} 个文件",
|
|
253
|
+
uploadFailed: "上传失败"
|
|
254
|
+
},
|
|
255
|
+
units: {
|
|
256
|
+
bytes: "B",
|
|
257
|
+
kilobytes: "KB",
|
|
258
|
+
megabytes: "MB",
|
|
259
|
+
gigabytes: "GB"
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
tabs: {
|
|
264
|
+
closeTab: "关闭标签页",
|
|
265
|
+
moreTabs: "更多标签页",
|
|
266
|
+
selectLabel: "章节"
|
|
267
|
+
},
|
|
268
|
+
patientProfile: {
|
|
269
|
+
header: {
|
|
270
|
+
label: "患者档案标题"
|
|
271
|
+
},
|
|
272
|
+
sidebar: {
|
|
273
|
+
label: "患者详情"
|
|
274
|
+
},
|
|
275
|
+
tabs: {
|
|
276
|
+
label: "患者章节"
|
|
277
|
+
},
|
|
278
|
+
footer: {
|
|
279
|
+
label: "患者状态操作"
|
|
280
|
+
},
|
|
281
|
+
actions: {
|
|
282
|
+
moreLabel: "更多操作"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
operatorProfile: {
|
|
286
|
+
header: {
|
|
287
|
+
label: "操作员档案标题"
|
|
288
|
+
},
|
|
289
|
+
sidebar: {
|
|
290
|
+
label: "操作员详情"
|
|
291
|
+
},
|
|
292
|
+
tabs: {
|
|
293
|
+
label: "操作员章节"
|
|
294
|
+
},
|
|
295
|
+
footer: {
|
|
296
|
+
label: "操作员状态操作"
|
|
297
|
+
},
|
|
298
|
+
actions: {
|
|
299
|
+
moreLabel: "更多操作"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
resizable: {
|
|
303
|
+
resizeLabel: "调整面板大小",
|
|
304
|
+
sizeAnnounce: "占可用空间的 {{percent}}"
|
|
305
|
+
},
|
|
306
|
+
tag: {
|
|
307
|
+
remove: "移除 {{label}}",
|
|
308
|
+
removed: "{{label}} 已移除"
|
|
309
|
+
},
|
|
310
|
+
avatar: {
|
|
311
|
+
placeholder: "用户头像"
|
|
312
|
+
},
|
|
313
|
+
badge: {
|
|
314
|
+
notifications_one: "{{count}} 条通知",
|
|
315
|
+
notifications_zero: "{{count}} 条通知",
|
|
316
|
+
notifications_two: "{{count}} 条通知",
|
|
317
|
+
notifications_few: "{{count}} 条通知",
|
|
318
|
+
notifications_many: "{{count}} 条通知",
|
|
319
|
+
notifications_other: "{{count}} 条通知",
|
|
320
|
+
variant: {
|
|
321
|
+
neutral: "中性",
|
|
322
|
+
info: "信息",
|
|
323
|
+
success: "成功",
|
|
324
|
+
warning: "警告",
|
|
325
|
+
error: "错误"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
list: {
|
|
329
|
+
label: "列表"
|
|
330
|
+
},
|
|
331
|
+
keyValuePair: {
|
|
332
|
+
copy: "复制 {{label}}",
|
|
333
|
+
copied: "已复制到剪贴板",
|
|
334
|
+
notAvailable: "复制不可用"
|
|
335
|
+
},
|
|
336
|
+
stat: {
|
|
337
|
+
trend: {
|
|
338
|
+
up: "上升了",
|
|
339
|
+
down: "下降了",
|
|
340
|
+
flat: "持平"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
timeline: {
|
|
344
|
+
type: {
|
|
345
|
+
info: "信息",
|
|
346
|
+
success: "成功",
|
|
347
|
+
warning: "警告",
|
|
348
|
+
error: "错误",
|
|
349
|
+
neutral: "事件"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
dataTable: {
|
|
353
|
+
selected_one: "已选 {{count}} 行",
|
|
354
|
+
selected_zero: "已选 {{count}} 行",
|
|
355
|
+
selected_two: "已选 {{count}} 行",
|
|
356
|
+
selected_few: "已选 {{count}} 行",
|
|
357
|
+
selected_many: "已选 {{count}} 行",
|
|
358
|
+
selected_other: "已选 {{count}} 行",
|
|
359
|
+
exportCsv: "导出 CSV",
|
|
360
|
+
exportPdf: "导出 PDF",
|
|
361
|
+
print: "打印",
|
|
362
|
+
columnToggle: "列",
|
|
363
|
+
bulkAction: "已选 {{count}} 项",
|
|
364
|
+
refresh: "刷新",
|
|
365
|
+
export: {
|
|
366
|
+
menu: "导出",
|
|
367
|
+
csv: "导出 CSV",
|
|
368
|
+
xlsx: "导出 Excel",
|
|
369
|
+
pdf: "导出 PDF",
|
|
370
|
+
custom: "导出"
|
|
371
|
+
},
|
|
372
|
+
quickSearch: {
|
|
373
|
+
placeholder: "搜索……",
|
|
374
|
+
label: "快速搜索"
|
|
375
|
+
},
|
|
376
|
+
filterChips: {
|
|
377
|
+
label: "已启用筛选",
|
|
378
|
+
clearAll: "清除全部"
|
|
379
|
+
},
|
|
380
|
+
facetFilter: {
|
|
381
|
+
label: "筛选"
|
|
382
|
+
},
|
|
383
|
+
expandRow: "展开行",
|
|
384
|
+
collapseRow: "折叠行",
|
|
385
|
+
totalRow: "合计",
|
|
386
|
+
noRows: "暂无数据",
|
|
387
|
+
noRowsDescription: "请尝试修改搜索条件或筛选器。",
|
|
388
|
+
loading: "加载数据中……",
|
|
389
|
+
sortAnnounce: "已按 {{column}} {{direction}} 排序",
|
|
390
|
+
sortAscending: "升序",
|
|
391
|
+
sortDescending: "降序",
|
|
392
|
+
sortNone: "未排序",
|
|
393
|
+
filterActive: "筛选已启用",
|
|
394
|
+
page: "页",
|
|
395
|
+
of: "/",
|
|
396
|
+
to: "至",
|
|
397
|
+
nextPage: "下一页",
|
|
398
|
+
previousPage: "上一页",
|
|
399
|
+
firstPage: "第一页",
|
|
400
|
+
lastPage: "最后一页",
|
|
401
|
+
pageSize: "每页行数",
|
|
402
|
+
agGrid: {
|
|
403
|
+
contains: "包含",
|
|
404
|
+
notContains: "不包含",
|
|
405
|
+
equals: "等于",
|
|
406
|
+
notEqual: "不等于",
|
|
407
|
+
startsWith: "开头为",
|
|
408
|
+
endsWith: "结尾为",
|
|
409
|
+
lessThan: "小于",
|
|
410
|
+
greaterThan: "大于",
|
|
411
|
+
inRange: "介于",
|
|
412
|
+
blank: "为空",
|
|
413
|
+
notBlank: "不为空",
|
|
414
|
+
filterOoo: "筛选……",
|
|
415
|
+
applyFilter: "应用",
|
|
416
|
+
resetFilter: "重置",
|
|
417
|
+
noRowsToShow: "无数据行",
|
|
418
|
+
selectAll: "全选"
|
|
419
|
+
},
|
|
420
|
+
selectFilter: {
|
|
421
|
+
all: "全部",
|
|
422
|
+
selectedCount: "已选 {{count}} 项",
|
|
423
|
+
clear: "清除",
|
|
424
|
+
apply: "应用"
|
|
425
|
+
},
|
|
426
|
+
textFilter: {
|
|
427
|
+
placeholder: "Search…",
|
|
428
|
+
clear: "Clear",
|
|
429
|
+
apply: "Apply",
|
|
430
|
+
operators: {
|
|
431
|
+
contains: "Contains",
|
|
432
|
+
notContains: "Does not contain",
|
|
433
|
+
equals: "Equals",
|
|
434
|
+
startsWith: "Starts with",
|
|
435
|
+
endsWith: "Ends with"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
numberFilter: {
|
|
439
|
+
placeholder: "Filter…",
|
|
440
|
+
from: "From",
|
|
441
|
+
to: "To",
|
|
442
|
+
clear: "Clear",
|
|
443
|
+
apply: "Apply",
|
|
444
|
+
operators: {
|
|
445
|
+
equals: "Equals",
|
|
446
|
+
notEqual: "Not equal",
|
|
447
|
+
greaterThan: "Greater than",
|
|
448
|
+
greaterThanOrEqual: "Greater than or equal",
|
|
449
|
+
lessThan: "Less than",
|
|
450
|
+
lessThanOrEqual: "Less than or equal",
|
|
451
|
+
inRange: "In range",
|
|
452
|
+
blank: "Blank",
|
|
453
|
+
notBlank: "Not blank"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
typeaheadFilter: {
|
|
457
|
+
placeholder: "搜索……",
|
|
458
|
+
clear: "清除"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
emptyState: {
|
|
462
|
+
firstUse: {
|
|
463
|
+
title: "此处暂无内容",
|
|
464
|
+
description: "从创建您的第一条记录开始。",
|
|
465
|
+
cta: "开始"
|
|
466
|
+
},
|
|
467
|
+
noResults: {
|
|
468
|
+
title: "未找到结果",
|
|
469
|
+
description: "请尝试修改搜索条件或筛选器。",
|
|
470
|
+
cta: "清除筛选",
|
|
471
|
+
filtersApplied: "已应用 {{count}} 个筛选器"
|
|
472
|
+
},
|
|
473
|
+
error: {
|
|
474
|
+
title: "出现错误",
|
|
475
|
+
description: "无法加载内容,请重试。",
|
|
476
|
+
cta: "重试",
|
|
477
|
+
secondaryCta: "联系支持"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
rating: {
|
|
481
|
+
label: "{{value}} 星,满分 {{max}} 星",
|
|
482
|
+
reviews_one: "{{value}} 星 · 1 条评价",
|
|
483
|
+
reviews_zero: "{{value}} 星 · {{count}} 条评价",
|
|
484
|
+
reviews_two: "{{value}} 星 · {{count}} 条评价",
|
|
485
|
+
reviews_few: "{{value}} 星 · {{count}} 条评价",
|
|
486
|
+
reviews_many: "{{value}} 星 · {{count}} 条评价",
|
|
487
|
+
reviews_other: "{{value}} 星 · {{count}} 条评价"
|
|
488
|
+
},
|
|
489
|
+
sparkline: {
|
|
490
|
+
summary: "{{label}}:最小值 {{min}},最大值 {{max}},当前值 {{current}},{{direction}}",
|
|
491
|
+
summaryNoLabel: "最小值 {{min}},最大值 {{max}},当前值 {{current}},{{direction}}",
|
|
492
|
+
noData: "无数据",
|
|
493
|
+
direction: {
|
|
494
|
+
increasing: "上升中",
|
|
495
|
+
decreasing: "下降中",
|
|
496
|
+
steady: "平稳"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
feedback: {
|
|
500
|
+
alert: {
|
|
501
|
+
defaultTitle: {
|
|
502
|
+
info: "信息",
|
|
503
|
+
success: "成功",
|
|
504
|
+
warning: "警告",
|
|
505
|
+
error: "错误"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
toast: {
|
|
509
|
+
dismiss: "关闭"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
notificationTray: {
|
|
513
|
+
ariaLabel: "通知",
|
|
514
|
+
triggerLabel_one: "通知,{{count}} 条未读",
|
|
515
|
+
triggerLabel_zero: "通知,{{count}} 条未读",
|
|
516
|
+
triggerLabel_two: "通知,{{count}} 条未读",
|
|
517
|
+
triggerLabel_few: "通知,{{count}} 条未读",
|
|
518
|
+
triggerLabel_many: "通知,{{count}} 条未读",
|
|
519
|
+
triggerLabel_other: "通知,{{count}} 条未读",
|
|
520
|
+
triggerLabelNone: "通知,无未读",
|
|
521
|
+
panelTitle: "通知",
|
|
522
|
+
markAllRead: "全部标为已读",
|
|
523
|
+
noNotifications: "暂无通知",
|
|
524
|
+
noNotificationsDescription: "您已跟进所有内容。",
|
|
525
|
+
viewAll: "查看所有通知",
|
|
526
|
+
newNotification: "新通知:{{title}}",
|
|
527
|
+
badgeCountOverflow: "99+"
|
|
528
|
+
},
|
|
529
|
+
notificationCard: {
|
|
530
|
+
dismiss: "关闭通知",
|
|
531
|
+
markAsRead: "标为已读",
|
|
532
|
+
learnMore: "了解更多",
|
|
533
|
+
itemLabel: "{{title}},{{time}}{{unreadSuffix}}",
|
|
534
|
+
unreadSuffix: ",未读"
|
|
535
|
+
},
|
|
536
|
+
messageTray: {
|
|
537
|
+
ariaLabel: "消息",
|
|
538
|
+
triggerLabel_one: "消息,{{count}} 条未读",
|
|
539
|
+
triggerLabel_zero: "消息,{{count}} 条未读",
|
|
540
|
+
triggerLabel_two: "消息,{{count}} 条未读",
|
|
541
|
+
triggerLabel_few: "消息,{{count}} 条未读",
|
|
542
|
+
triggerLabel_many: "消息,{{count}} 条未读",
|
|
543
|
+
triggerLabel_other: "消息,{{count}} 条未读",
|
|
544
|
+
triggerLabelNone: "消息,无未读",
|
|
545
|
+
panelTitle: "消息",
|
|
546
|
+
markAllRead: "全部标为已读",
|
|
547
|
+
noMessages: "暂无消息",
|
|
548
|
+
noMessagesDescription: "您的收件箱为空。",
|
|
549
|
+
viewAll: "查看所有消息",
|
|
550
|
+
newMessage: "来自 {{sender}} 的新消息",
|
|
551
|
+
badgeCountOverflow: "99+"
|
|
552
|
+
},
|
|
553
|
+
messageCard: {
|
|
554
|
+
dismiss: "关闭消息",
|
|
555
|
+
markAsRead: "标为已读",
|
|
556
|
+
openThread: "打开对话",
|
|
557
|
+
itemLabel: "来自 {{sender}}{{subjectFragment}} 的消息,{{time}}{{unreadSuffix}}",
|
|
558
|
+
subjectFragment: " — {{subject}}",
|
|
559
|
+
unreadSuffix: ",未读",
|
|
560
|
+
threadCount_one: "对话中有 {{count}} 条新消息",
|
|
561
|
+
threadCount_zero: "对话中有 {{count}} 条新消息",
|
|
562
|
+
threadCount_two: "对话中有 {{count}} 条新消息",
|
|
563
|
+
threadCount_few: "对话中有 {{count}} 条新消息",
|
|
564
|
+
threadCount_many: "对话中有 {{count}} 条新消息",
|
|
565
|
+
threadCount_other: "对话中有 {{count}} 条新消息"
|
|
566
|
+
},
|
|
567
|
+
taskCard: {
|
|
568
|
+
itemLabel: "{{title}}"
|
|
569
|
+
},
|
|
570
|
+
taskTray: {
|
|
571
|
+
title: "任务",
|
|
572
|
+
add: "添加任务",
|
|
573
|
+
empty: {
|
|
574
|
+
title: "暂无任务",
|
|
575
|
+
description: "新任务将在此处显示。"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
agendaCard: {
|
|
579
|
+
itemLabel: "{{time}} · {{patient}}",
|
|
580
|
+
status: {
|
|
581
|
+
confirmed: "已确认",
|
|
582
|
+
pending: "待确认",
|
|
583
|
+
cancelled: "已取消"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
agendaTray: {
|
|
587
|
+
title: "今日预约",
|
|
588
|
+
add: "添加预约",
|
|
589
|
+
empty: {
|
|
590
|
+
title: "暂无预约",
|
|
591
|
+
description: "新预约将在此处显示。"
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
warningStack: {
|
|
595
|
+
regionLabel: "警示",
|
|
596
|
+
listLabel: "警示列表",
|
|
597
|
+
countChanged_one: "{{count}} 条警示待审阅",
|
|
598
|
+
countChanged_zero: "{{count}} 条警示待审阅",
|
|
599
|
+
countChanged_two: "{{count}} 条警示待审阅",
|
|
600
|
+
countChanged_few: "{{count}} 条警示待审阅",
|
|
601
|
+
countChanged_many: "{{count}} 条警示待审阅",
|
|
602
|
+
countChanged_other: "{{count}} 条警示待审阅",
|
|
603
|
+
showMore_one: "显示更多 {{count}} 条警示",
|
|
604
|
+
showMore_zero: "显示更多 {{count}} 条警示",
|
|
605
|
+
showMore_two: "显示更多 {{count}} 条警示",
|
|
606
|
+
showMore_few: "显示更多 {{count}} 条警示",
|
|
607
|
+
showMore_many: "显示更多 {{count}} 条警示",
|
|
608
|
+
showMore_other: "显示更多 {{count}} 条警示",
|
|
609
|
+
showLess: "显示更少"
|
|
610
|
+
},
|
|
611
|
+
navigation: {
|
|
612
|
+
breadcrumb: {
|
|
613
|
+
label: "导航路径",
|
|
614
|
+
showPath: "显示完整路径",
|
|
615
|
+
current: "当前页面"
|
|
616
|
+
},
|
|
617
|
+
pagination: {
|
|
618
|
+
label: "分页",
|
|
619
|
+
first: "第一页",
|
|
620
|
+
previous: "上一页",
|
|
621
|
+
next: "下一页",
|
|
622
|
+
last: "最后一页",
|
|
623
|
+
pageN: "第 {{n}} 页",
|
|
624
|
+
rowsPerPage: "每页行数"
|
|
625
|
+
},
|
|
626
|
+
stepper: {
|
|
627
|
+
label: "进度",
|
|
628
|
+
stepN: "步骤 {{n}}",
|
|
629
|
+
stepOfTotal: "步骤 {{n}} / {{total}}",
|
|
630
|
+
completed: "已完成",
|
|
631
|
+
error: "错误",
|
|
632
|
+
edit: "编辑",
|
|
633
|
+
locked: "已锁定"
|
|
634
|
+
},
|
|
635
|
+
stepperCalendar: {
|
|
636
|
+
label: "预约",
|
|
637
|
+
steps: {
|
|
638
|
+
service: "服务",
|
|
639
|
+
date: "日期",
|
|
640
|
+
time: "时间",
|
|
641
|
+
details: "您的信息"
|
|
642
|
+
},
|
|
643
|
+
actions: {
|
|
644
|
+
back: "返回",
|
|
645
|
+
next: "下一步",
|
|
646
|
+
submit: "确认预约"
|
|
647
|
+
},
|
|
648
|
+
service: {
|
|
649
|
+
duration: "{{minutes}} 分钟"
|
|
650
|
+
},
|
|
651
|
+
time: {
|
|
652
|
+
empty: "暂无可用时段——请尝试其他日期"
|
|
653
|
+
},
|
|
654
|
+
date: {
|
|
655
|
+
previousMonth: "上个月",
|
|
656
|
+
nextMonth: "下个月"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
sidebar: {
|
|
660
|
+
label: "主菜单",
|
|
661
|
+
collapse: "收起侧边栏",
|
|
662
|
+
expand: "展开侧边栏",
|
|
663
|
+
close: "关闭菜单",
|
|
664
|
+
open: "打开菜单",
|
|
665
|
+
favorites: "收藏夹",
|
|
666
|
+
favoritesEmpty: "为条目加星标以固定在此处。",
|
|
667
|
+
pinItem: "固定 {{label}}",
|
|
668
|
+
unpinItem: "取消固定 {{label}}",
|
|
669
|
+
reorderHandle: "重新排序 {{label}}。按 Alt + 上 或 Alt + 下 移动。",
|
|
670
|
+
reorderAnnounce: "{{label}} 已移动至第 {{to}} / {{total}} 位"
|
|
671
|
+
},
|
|
672
|
+
header: {
|
|
673
|
+
label: "页面标题"
|
|
674
|
+
},
|
|
675
|
+
cmdk: {
|
|
676
|
+
title: "命令面板",
|
|
677
|
+
description: "搜索命令、页面和操作",
|
|
678
|
+
placeholder: "输入命令或搜索……",
|
|
679
|
+
empty: "无结果",
|
|
680
|
+
recents: "最近",
|
|
681
|
+
shortcut: "快捷键",
|
|
682
|
+
clearRecents: "清除最近命令"
|
|
683
|
+
},
|
|
684
|
+
nav: {
|
|
685
|
+
label: "主要",
|
|
686
|
+
openMenu: "打开菜单",
|
|
687
|
+
closeMenu: "关闭菜单",
|
|
688
|
+
skipToContent: "跳至内容"
|
|
689
|
+
},
|
|
690
|
+
skipLink: {
|
|
691
|
+
toContent: "跳至主要内容"
|
|
692
|
+
},
|
|
693
|
+
themeToggle: {
|
|
694
|
+
trigger: "主题设置",
|
|
695
|
+
appearance: {
|
|
696
|
+
label: "外观",
|
|
697
|
+
light: "浅色",
|
|
698
|
+
dark: "深色",
|
|
699
|
+
system: "跟随系统"
|
|
700
|
+
},
|
|
701
|
+
accessibility: {
|
|
702
|
+
label: "无障碍模式",
|
|
703
|
+
description: "高对比度与更大的触控区域",
|
|
704
|
+
on: "启用",
|
|
705
|
+
off: "禁用"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
localePicker: {
|
|
709
|
+
trigger: "语言设置(当前:{{locale}})",
|
|
710
|
+
popupLabel: "选择语言",
|
|
711
|
+
commandLabel: "语言列表",
|
|
712
|
+
searchPlaceholder: "搜索语言…",
|
|
713
|
+
searchLabel: "搜索语言",
|
|
714
|
+
empty: "未找到语言",
|
|
715
|
+
currentSelection: "当前选择",
|
|
716
|
+
systemDefault: "系统默认 ({{locale}})"
|
|
717
|
+
},
|
|
718
|
+
headerSettings: {
|
|
719
|
+
trigger: "设置",
|
|
720
|
+
language: {
|
|
721
|
+
label: "语言"
|
|
722
|
+
},
|
|
723
|
+
appearance: {
|
|
724
|
+
label: "外观",
|
|
725
|
+
light: "浅色",
|
|
726
|
+
dark: "深色",
|
|
727
|
+
system: "跟随系统",
|
|
728
|
+
accessible: "无障碍模式"
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
alia: {
|
|
733
|
+
name: "Alia",
|
|
734
|
+
greeting: "您好,有什么可以帮您?",
|
|
735
|
+
subtitle: "您的数据分析个人助手",
|
|
736
|
+
newConversation: "新对话",
|
|
737
|
+
close: "关闭助手",
|
|
738
|
+
open: "打开助手",
|
|
739
|
+
unseenCount_one: "{{count}} 条新消息",
|
|
740
|
+
unseenCount_zero: "{{count}} 条新消息",
|
|
741
|
+
unseenCount_two: "{{count}} 条新消息",
|
|
742
|
+
unseenCount_few: "{{count}} 条新消息",
|
|
743
|
+
unseenCount_many: "{{count}} 条新消息",
|
|
744
|
+
unseenCount_other: "{{count}} 条新消息",
|
|
745
|
+
usageLabel: "已使用 {{current}} / {{limit}} 条消息",
|
|
746
|
+
usageLimitReached: "您已达到消息限额",
|
|
747
|
+
stopGenerating: "停止生成",
|
|
748
|
+
exampleQuestions: "尝试提问",
|
|
749
|
+
upgrade: "升级到更高套餐",
|
|
750
|
+
headerLabel: "助手标题",
|
|
751
|
+
panelLabel: "Alia 助手面板"
|
|
752
|
+
},
|
|
753
|
+
chat: {
|
|
754
|
+
typing: "助手正在输入",
|
|
755
|
+
thinking: "思考中……",
|
|
756
|
+
suggestions: "建议",
|
|
757
|
+
container: "对话记录",
|
|
758
|
+
send: "发送消息",
|
|
759
|
+
stopGenerating: "停止生成",
|
|
760
|
+
scrollToLatest: "跳至最新",
|
|
761
|
+
streaming: {
|
|
762
|
+
cursor: "正在输入"
|
|
763
|
+
},
|
|
764
|
+
message: {
|
|
765
|
+
label: "{{role}} 于 {{time}} 发送的消息",
|
|
766
|
+
labelNoTime: "{{role}} 的消息",
|
|
767
|
+
role: {
|
|
768
|
+
user: "您",
|
|
769
|
+
assistant: "助手",
|
|
770
|
+
system: "系统"
|
|
771
|
+
},
|
|
772
|
+
retry: "重试",
|
|
773
|
+
status: {
|
|
774
|
+
sending: "发送中……",
|
|
775
|
+
sent: "已发送",
|
|
776
|
+
error: "发送失败",
|
|
777
|
+
edited: "已编辑"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
input: {
|
|
781
|
+
placeholder: "输入消息",
|
|
782
|
+
attach: "附加文件",
|
|
783
|
+
remaining_one: "剩余 {{count}} 个字符",
|
|
784
|
+
remaining_zero: "剩余 {{count}} 个字符",
|
|
785
|
+
remaining_two: "剩余 {{count}} 个字符",
|
|
786
|
+
remaining_few: "剩余 {{count}} 个字符",
|
|
787
|
+
remaining_many: "剩余 {{count}} 个字符",
|
|
788
|
+
remaining_other: "剩余 {{count}} 个字符",
|
|
789
|
+
sendHint: "按 Ctrl + Enter 发送"
|
|
790
|
+
},
|
|
791
|
+
audio: {
|
|
792
|
+
record: "开始录音",
|
|
793
|
+
pause: "暂停",
|
|
794
|
+
resume: "继续录音",
|
|
795
|
+
stop: "停止录音",
|
|
796
|
+
cancel: "取消录音",
|
|
797
|
+
permissionDenied: "麦克风访问被拒绝,请在浏览器设置中授权。",
|
|
798
|
+
retry: "重新请求麦克风权限",
|
|
799
|
+
device: "麦克风:{{name}}",
|
|
800
|
+
timer: "{{minutes}}:{{seconds}}",
|
|
801
|
+
recording: "录音中",
|
|
802
|
+
paused: "已暂停",
|
|
803
|
+
idle: "空闲",
|
|
804
|
+
visualiserLabel: "音频级别",
|
|
805
|
+
unsupported: "您的浏览器不支持录音功能。",
|
|
806
|
+
selectDevice: "选择麦克风",
|
|
807
|
+
maxDurationReached: "录音已停止——已达最大时长。",
|
|
808
|
+
maxSizeReached: "录音已停止——已达最大文件大小。"
|
|
809
|
+
},
|
|
810
|
+
transcript: {
|
|
811
|
+
search: "在文字记录中搜索",
|
|
812
|
+
seekTo: "跳转至 {{time}}",
|
|
813
|
+
speaker: "发言人 {{name}}",
|
|
814
|
+
matchCount_one: "{{count}} 个匹配",
|
|
815
|
+
matchCount_zero: "{{count}} 个匹配",
|
|
816
|
+
matchCount_two: "{{count}} 个匹配",
|
|
817
|
+
matchCount_few: "{{count}} 个匹配",
|
|
818
|
+
matchCount_many: "{{count}} 个匹配",
|
|
819
|
+
matchCount_other: "{{count}} 个匹配",
|
|
820
|
+
noMatches: "无匹配",
|
|
821
|
+
lowConfidence: "置信度低"
|
|
822
|
+
},
|
|
823
|
+
prompt: "提示词",
|
|
824
|
+
slashMenu: {
|
|
825
|
+
empty: "无匹配命令",
|
|
826
|
+
label: "斜杠命令"
|
|
827
|
+
},
|
|
828
|
+
attachment: {
|
|
829
|
+
rejected: "文件已拒绝:{{reason}}",
|
|
830
|
+
remove: "移除 {{name}}"
|
|
831
|
+
},
|
|
832
|
+
attachmentZone: "将文件拖拽至此处",
|
|
833
|
+
contextActive: "上下文:{{name}}",
|
|
834
|
+
model: {
|
|
835
|
+
select: "模型"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
calendar: {
|
|
839
|
+
ariaLabel: "日历",
|
|
840
|
+
today: "今天",
|
|
841
|
+
month: "月",
|
|
842
|
+
week: "周",
|
|
843
|
+
day: "天",
|
|
844
|
+
list: "议程",
|
|
845
|
+
allDay: "全天",
|
|
846
|
+
noEvents: "暂无事件",
|
|
847
|
+
scrollableRegion: "日历网格——使用方向键或滚动进行导航",
|
|
848
|
+
eventMoved: "{{title}} 已移动",
|
|
849
|
+
eventResized: "{{title}} 已调整至 {{duration}} 分钟",
|
|
850
|
+
privacyModeOn: "隐私模式已开启——患者姓名已隐藏",
|
|
851
|
+
privacyModeOff: "隐私模式已关闭",
|
|
852
|
+
previousPeriod: "上一时段",
|
|
853
|
+
nextPeriod: "下一时段",
|
|
854
|
+
focusedEvent: "{{title}} 已聚焦",
|
|
855
|
+
modeBanner: {
|
|
856
|
+
create: "点击时段以创建预约",
|
|
857
|
+
move: "点击时段以移动预约",
|
|
858
|
+
copy: "点击时段以复制预约",
|
|
859
|
+
cancel: "取消"
|
|
860
|
+
},
|
|
861
|
+
status: {
|
|
862
|
+
confirmed: "已确认",
|
|
863
|
+
waiting: "等候中",
|
|
864
|
+
inCare: "诊疗中",
|
|
865
|
+
done: "已完成",
|
|
866
|
+
cancelled: "已取消",
|
|
867
|
+
absent: "缺席"
|
|
868
|
+
},
|
|
869
|
+
resourceLabel: {
|
|
870
|
+
chairs: "诊椅",
|
|
871
|
+
operators: "操作员"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
slotGrid: {
|
|
875
|
+
ariaLabel: "可用时段",
|
|
876
|
+
previousDays: "前几天",
|
|
877
|
+
nextDays: "后几天",
|
|
878
|
+
showMore_one: "显示更多 1 个",
|
|
879
|
+
showMore_zero: "显示更多 {{count}} 个",
|
|
880
|
+
showMore_two: "显示更多 {{count}} 个",
|
|
881
|
+
showMore_few: "显示更多 {{count}} 个",
|
|
882
|
+
showMore_many: "显示更多 {{count}} 个",
|
|
883
|
+
showMore_other: "显示更多 {{count}} 个",
|
|
884
|
+
noSlots: "无可用时段",
|
|
885
|
+
nextAvailable: "下一个可用时间",
|
|
886
|
+
slotLabel: "{{day}},{{time}}"
|
|
887
|
+
},
|
|
888
|
+
booking: {
|
|
889
|
+
regionLabel: "预约",
|
|
890
|
+
inlineList: {
|
|
891
|
+
title: "在线预约",
|
|
892
|
+
subtitle: "按专科、服务、日期和时间搜索"
|
|
893
|
+
},
|
|
894
|
+
accordion: {
|
|
895
|
+
title: "预约",
|
|
896
|
+
subtitle: "选择服务、日期和时间,然后确认"
|
|
897
|
+
},
|
|
898
|
+
calendar: {
|
|
899
|
+
title: "预约",
|
|
900
|
+
subtitle: "先选服务,再选日期和时间"
|
|
901
|
+
},
|
|
902
|
+
flexible: {
|
|
903
|
+
title: "寻找合适时间",
|
|
904
|
+
subtitle: "在日期范围内搜索"
|
|
905
|
+
},
|
|
906
|
+
progress: {
|
|
907
|
+
title: "预约",
|
|
908
|
+
subtitle: "三个快速步骤"
|
|
909
|
+
},
|
|
910
|
+
searchPlaceholder: "例如:检查、清洁、心电图…",
|
|
911
|
+
searchLabel: "搜索服务",
|
|
912
|
+
browseBySpecialty: "或按专科浏览",
|
|
913
|
+
pickService: "1. 选择服务",
|
|
914
|
+
pickDate: "2. 选择日期",
|
|
915
|
+
pickTime: "3. 选择时间",
|
|
916
|
+
pickServiceLabel: "服务",
|
|
917
|
+
pickDateLabel: "日期",
|
|
918
|
+
pickTimeLabel: "时间",
|
|
919
|
+
confirmStep: "确认",
|
|
920
|
+
serviceSummary: "{{minutes}} 分钟",
|
|
921
|
+
monthGridLabel: "选择日期",
|
|
922
|
+
previousMonth: "上个月",
|
|
923
|
+
nextMonth: "下个月",
|
|
924
|
+
weekdayShort: "日,一,二,三,四,五,六",
|
|
925
|
+
noAvailability: "暂无可用时间 — 试试其他日期或服务",
|
|
926
|
+
serviceListLabel: "可用服务",
|
|
927
|
+
serviceCardLabel: "{{label}},{{duration}} 分钟",
|
|
928
|
+
actions: {
|
|
929
|
+
back: "返回",
|
|
930
|
+
next: "下一步",
|
|
931
|
+
confirm: "确认预约",
|
|
932
|
+
change: "更改"
|
|
933
|
+
},
|
|
934
|
+
dateTimeSummary: "{{date}} {{time}}",
|
|
935
|
+
noSlotsForDate: "当天没有可用时段",
|
|
936
|
+
slotsAvailable_one: "{{count}} 个可用时段",
|
|
937
|
+
slotsAvailable_other: "{{count}} 个可用时段",
|
|
938
|
+
timeOfDay: {
|
|
939
|
+
morning: "上午",
|
|
940
|
+
afternoon: "下午",
|
|
941
|
+
evening: "晚上"
|
|
942
|
+
},
|
|
943
|
+
slotAvailableLabel: "{{time}} 可预约",
|
|
944
|
+
headingSubtitle: "选择服务、日期和时间,然后确认。",
|
|
945
|
+
insurance: {
|
|
946
|
+
heading: "保险类型",
|
|
947
|
+
placeholder: "选择保险类型",
|
|
948
|
+
private: "私人",
|
|
949
|
+
public: "法定保险 (gesetzlich)"
|
|
950
|
+
},
|
|
951
|
+
specialty: {
|
|
952
|
+
heading: "专科",
|
|
953
|
+
placeholder: "选择专科"
|
|
954
|
+
},
|
|
955
|
+
service: {
|
|
956
|
+
heading: "服务",
|
|
957
|
+
placeholder: "选择服务"
|
|
958
|
+
},
|
|
959
|
+
operator: {
|
|
960
|
+
heading: "服务人员",
|
|
961
|
+
placeholder: "选择服务人员",
|
|
962
|
+
all: "任意可用服务人员"
|
|
963
|
+
},
|
|
964
|
+
date: {
|
|
965
|
+
heading: "日期"
|
|
966
|
+
},
|
|
967
|
+
slot: {
|
|
968
|
+
heading: "时间"
|
|
969
|
+
},
|
|
970
|
+
emptyServices: {
|
|
971
|
+
title: "没有可预约的服务",
|
|
972
|
+
description: "此选择下没有可用的服务。"
|
|
973
|
+
},
|
|
974
|
+
onboardingIncomplete: {
|
|
975
|
+
title: "没有可用的服务人员",
|
|
976
|
+
description: "该诊所尚未为此服务配置服务人员。请尝试其他服务或稍后再来查看。"
|
|
977
|
+
},
|
|
978
|
+
nextAvailable: {
|
|
979
|
+
description: "当前时间范围内没有可用时段。下一个可用日期为 {{date}}。",
|
|
980
|
+
cta: "跳转到下一个可用日期"
|
|
981
|
+
},
|
|
982
|
+
confirmation: {
|
|
983
|
+
heading: "希望如何接收预约确认?",
|
|
984
|
+
helper: "我们将通过您选择的渠道发送确认预约的链接。",
|
|
985
|
+
atLeastOne: "请至少选择一种方式接收预约确认。",
|
|
986
|
+
channel: {
|
|
987
|
+
email: "电子邮件",
|
|
988
|
+
whatsapp: "WhatsApp",
|
|
989
|
+
sms: "短信"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
success: {
|
|
993
|
+
heading: "Booking submitted",
|
|
994
|
+
descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
|
|
995
|
+
descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
|
|
996
|
+
descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
|
|
997
|
+
summaryDate: "Date",
|
|
998
|
+
summaryTime: "Time",
|
|
999
|
+
summaryProvider: "Provider",
|
|
1000
|
+
summaryService: "Service",
|
|
1001
|
+
summarySpecialty: "Specialty",
|
|
1002
|
+
bookAnother: "Book another appointment",
|
|
1003
|
+
modifyBooking: "Modify booking"
|
|
1004
|
+
},
|
|
1005
|
+
submitError: {
|
|
1006
|
+
generic: "We couldn't submit your booking. Please try again."
|
|
1007
|
+
},
|
|
1008
|
+
details: {
|
|
1009
|
+
heading: "您的信息",
|
|
1010
|
+
submit: "预约",
|
|
1011
|
+
firstName: {
|
|
1012
|
+
label: "名",
|
|
1013
|
+
required: "请输入您的名字。"
|
|
1014
|
+
},
|
|
1015
|
+
lastName: {
|
|
1016
|
+
label: "姓",
|
|
1017
|
+
required: "请输入您的姓氏。"
|
|
1018
|
+
},
|
|
1019
|
+
email: {
|
|
1020
|
+
label: "电子邮件",
|
|
1021
|
+
invalid: "请输入有效的电子邮件地址。"
|
|
1022
|
+
},
|
|
1023
|
+
mobilePhone: {
|
|
1024
|
+
label: "手机",
|
|
1025
|
+
invalid: "请输入有效的手机号码。"
|
|
1026
|
+
},
|
|
1027
|
+
codiceFiscale: {
|
|
1028
|
+
label: "Codice fiscale",
|
|
1029
|
+
helper: "16 个字符,字母和数字。",
|
|
1030
|
+
checking: "正在验证…",
|
|
1031
|
+
invalid: "无效的 codice fiscale。",
|
|
1032
|
+
invalidFormat: "Codice fiscale 必须为 16 个字符(字母和数字)。",
|
|
1033
|
+
unavailable: "验证服务不可用,请重试。"
|
|
1034
|
+
},
|
|
1035
|
+
dateOfBirth: {
|
|
1036
|
+
label: "出生日期",
|
|
1037
|
+
required: "请输入您的出生日期。"
|
|
1038
|
+
},
|
|
1039
|
+
insuranceNumber: {
|
|
1040
|
+
label: "保险号 (Versichertennummer)",
|
|
1041
|
+
checking: "正在验证…",
|
|
1042
|
+
invalid: "无效的保险号。",
|
|
1043
|
+
unavailable: "验证服务不可用,请重试。"
|
|
1044
|
+
},
|
|
1045
|
+
note: {
|
|
1046
|
+
label: "就诊原因 / 备注",
|
|
1047
|
+
helper: "最多 {{max}} 个字符。"
|
|
1048
|
+
},
|
|
1049
|
+
returningPatient: {
|
|
1050
|
+
label: "我已经是该诊所的患者"
|
|
1051
|
+
},
|
|
1052
|
+
consent: {
|
|
1053
|
+
privacy: {
|
|
1054
|
+
label: "我已阅读并接受<policyLink>隐私政策</policyLink>"
|
|
1055
|
+
},
|
|
1056
|
+
terms: {
|
|
1057
|
+
label: "我已阅读并接受<policyLink>服务条款</policyLink>"
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
patientSearch: {
|
|
1063
|
+
regionLabel: "搜索预约",
|
|
1064
|
+
who: {
|
|
1065
|
+
label: "医生、专科、诊所或服务人员",
|
|
1066
|
+
placeholder: "医生、专科、诊所或服务人员"
|
|
1067
|
+
},
|
|
1068
|
+
where: {
|
|
1069
|
+
label: "城市、地区或地址",
|
|
1070
|
+
placeholder: "城市、地区或地址"
|
|
1071
|
+
},
|
|
1072
|
+
when: {
|
|
1073
|
+
label: "何时",
|
|
1074
|
+
today: "今天",
|
|
1075
|
+
tomorrow: "明天",
|
|
1076
|
+
thisWeek: "本周",
|
|
1077
|
+
anytime: "任何时候"
|
|
1078
|
+
},
|
|
1079
|
+
facets: {
|
|
1080
|
+
label: "筛选",
|
|
1081
|
+
clear: "清除筛选"
|
|
1082
|
+
},
|
|
1083
|
+
geo: {
|
|
1084
|
+
cta: "在我附近",
|
|
1085
|
+
requesting: "正在定位…",
|
|
1086
|
+
radius: "范围",
|
|
1087
|
+
radiusFormat: "{{km}} 公里",
|
|
1088
|
+
fallbackLabel: "在我附近",
|
|
1089
|
+
clear: "清除位置",
|
|
1090
|
+
denied: "位置访问被拒绝。您可以输入城市或在浏览器设置中启用位置。"
|
|
1091
|
+
},
|
|
1092
|
+
discovery: {
|
|
1093
|
+
heading: "浏览热门搜索",
|
|
1094
|
+
empty: "没有可浏览的建议 — 在上方输入医生或城市。"
|
|
1095
|
+
},
|
|
1096
|
+
submit: {
|
|
1097
|
+
cta: "搜索"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
reviewsPanel: {
|
|
1101
|
+
regionLabel: "患者评价",
|
|
1102
|
+
title: "患者评价",
|
|
1103
|
+
listLabel: "评价列表",
|
|
1104
|
+
introHeading: "关于这些评价",
|
|
1105
|
+
filterTitle: "按星级筛选",
|
|
1106
|
+
filter: {
|
|
1107
|
+
allShort: "全部",
|
|
1108
|
+
allLabel_one: "全部 — {{count}} 条评价",
|
|
1109
|
+
allLabel_other: "全部 — {{count}} 条评价",
|
|
1110
|
+
starsLabel_one: "{{stars}} 星 — {{count}} 条评价",
|
|
1111
|
+
starsLabel_other: "{{stars}} 星 — {{count}} 条评价"
|
|
1112
|
+
},
|
|
1113
|
+
anonymous: "匿名",
|
|
1114
|
+
card: {
|
|
1115
|
+
expand: "显示详情",
|
|
1116
|
+
collapse: "隐藏详情"
|
|
1117
|
+
},
|
|
1118
|
+
replyTitle: "诊所回复",
|
|
1119
|
+
breakdown: {
|
|
1120
|
+
appointment: "预约",
|
|
1121
|
+
communication: "沟通",
|
|
1122
|
+
staff: "员工",
|
|
1123
|
+
overall: "总体",
|
|
1124
|
+
futureVisit: "会再来吗?",
|
|
1125
|
+
recommendation: "会推荐吗?"
|
|
1126
|
+
},
|
|
1127
|
+
answer: {
|
|
1128
|
+
yes: "是",
|
|
1129
|
+
no: "否",
|
|
1130
|
+
unsure: "不确定"
|
|
1131
|
+
},
|
|
1132
|
+
empty: {
|
|
1133
|
+
title: "暂无评价",
|
|
1134
|
+
description: "患者评价将显示在此处。",
|
|
1135
|
+
filterDescription: "没有 {{stars}} 星评价。",
|
|
1136
|
+
resetFilter: "显示所有评价"
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
chart: {
|
|
1140
|
+
noData: "暂无数据",
|
|
1141
|
+
toolbar: {
|
|
1142
|
+
download: "下载",
|
|
1143
|
+
selection: "选择",
|
|
1144
|
+
selectionZoom: "选择缩放",
|
|
1145
|
+
zoomIn: "放大",
|
|
1146
|
+
zoomOut: "缩小",
|
|
1147
|
+
pan: "平移",
|
|
1148
|
+
reset: "重置缩放",
|
|
1149
|
+
exportToSVG: "导出为 SVG",
|
|
1150
|
+
exportToPNG: "导出为 PNG",
|
|
1151
|
+
exportToCSV: "导出为 CSV"
|
|
1152
|
+
},
|
|
1153
|
+
table: {
|
|
1154
|
+
series: "系列",
|
|
1155
|
+
value: "值"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
editor: {
|
|
1159
|
+
toolbarLabel: "文本格式",
|
|
1160
|
+
placeholder: "开始输入……",
|
|
1161
|
+
bold: "粗体",
|
|
1162
|
+
italic: "斜体",
|
|
1163
|
+
heading: "标题",
|
|
1164
|
+
link: {
|
|
1165
|
+
insert: "插入链接",
|
|
1166
|
+
edit: "编辑链接",
|
|
1167
|
+
remove: "移除链接"
|
|
1168
|
+
},
|
|
1169
|
+
list: {
|
|
1170
|
+
bullet: "无序列表",
|
|
1171
|
+
ordered: "有序列表"
|
|
1172
|
+
},
|
|
1173
|
+
quote: "引用",
|
|
1174
|
+
image: {
|
|
1175
|
+
insert: "插入图片"
|
|
1176
|
+
},
|
|
1177
|
+
table: {
|
|
1178
|
+
insert: "插入表格"
|
|
1179
|
+
},
|
|
1180
|
+
codeBlock: "代码块",
|
|
1181
|
+
horizontalRule: "水平分隔线",
|
|
1182
|
+
undo: "撤销",
|
|
1183
|
+
redo: "重做",
|
|
1184
|
+
shortcuts: {
|
|
1185
|
+
title: "键盘快捷键",
|
|
1186
|
+
close: "关闭",
|
|
1187
|
+
bold: "粗体",
|
|
1188
|
+
italic: "斜体",
|
|
1189
|
+
link: "插入链接",
|
|
1190
|
+
undo: "撤销",
|
|
1191
|
+
redo: "重做",
|
|
1192
|
+
open: "打开此窗口"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
payment: {
|
|
1196
|
+
submit: "支付 {{amount}}",
|
|
1197
|
+
processing: "处理中……",
|
|
1198
|
+
success: "支付成功",
|
|
1199
|
+
ariaLabel: "支付表单",
|
|
1200
|
+
amountLabel: "总计",
|
|
1201
|
+
billingAddress: "账单地址",
|
|
1202
|
+
fields: {
|
|
1203
|
+
card: "卡号",
|
|
1204
|
+
expiry: "有效期",
|
|
1205
|
+
cvc: "CVC"
|
|
1206
|
+
},
|
|
1207
|
+
error: {
|
|
1208
|
+
generic: "出现错误,请重试。",
|
|
1209
|
+
cardNumber: "卡号无效。",
|
|
1210
|
+
expiry: "有效期无效。",
|
|
1211
|
+
cvc: "CVC 无效。",
|
|
1212
|
+
postalCode: "邮政编码无效。",
|
|
1213
|
+
declined: "卡片被拒绝,请尝试其他卡片。",
|
|
1214
|
+
network: "网络错误,请检查连接后重试。",
|
|
1215
|
+
invalidReturnUrl: "返回 URL 必须与本站来源一致,支付未提交。"
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
signature: {
|
|
1219
|
+
padLabel: "签名区域",
|
|
1220
|
+
clear: "清除签名",
|
|
1221
|
+
undo: "撤销最后一笔",
|
|
1222
|
+
confirm: "确认签名",
|
|
1223
|
+
typedFallback: {
|
|
1224
|
+
label: "输入您的姓名以签名",
|
|
1225
|
+
placeholder: "输入您的全名",
|
|
1226
|
+
toggle: "使用文字签名",
|
|
1227
|
+
toggleDraw: "使用手写签名"
|
|
1228
|
+
},
|
|
1229
|
+
state: {
|
|
1230
|
+
empty: "签名区域为空",
|
|
1231
|
+
drawing: "签名绘制中",
|
|
1232
|
+
confirmed: "签名已采集",
|
|
1233
|
+
captured: "签名已采集",
|
|
1234
|
+
cleared: "签名已清除"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
pdf: {
|
|
1238
|
+
toolbarLabel: "PDF 工具栏",
|
|
1239
|
+
page: "页",
|
|
1240
|
+
pageOf: "第 {{current}} 页,共 {{total}} 页",
|
|
1241
|
+
previousPage: "上一页",
|
|
1242
|
+
nextPage: "下一页",
|
|
1243
|
+
firstPage: "第一页",
|
|
1244
|
+
lastPage: "最后一页",
|
|
1245
|
+
currentPageInput: "当前页",
|
|
1246
|
+
zoom: {
|
|
1247
|
+
in: "放大",
|
|
1248
|
+
out: "缩小",
|
|
1249
|
+
fitWidth: "适合宽度",
|
|
1250
|
+
fitPage: "适合页面",
|
|
1251
|
+
actualSize: "实际大小",
|
|
1252
|
+
preset: "缩放预设"
|
|
1253
|
+
},
|
|
1254
|
+
search: {
|
|
1255
|
+
open: "在文档中搜索",
|
|
1256
|
+
placeholder: "在文档中搜索……",
|
|
1257
|
+
next: "下一个匹配",
|
|
1258
|
+
previous: "上一个匹配",
|
|
1259
|
+
close: "关闭搜索",
|
|
1260
|
+
countOfTotal: "{{current}} / {{total}}",
|
|
1261
|
+
noResults: "无结果"
|
|
1262
|
+
},
|
|
1263
|
+
print: "打印",
|
|
1264
|
+
download: "下载",
|
|
1265
|
+
loading: "PDF 加载中……",
|
|
1266
|
+
error: "无法加载 PDF",
|
|
1267
|
+
pageOverlay: "第 {{page}} 页叠加层"
|
|
1268
|
+
},
|
|
1269
|
+
mapView: {
|
|
1270
|
+
label: "地图",
|
|
1271
|
+
markerLabel: "{{label}} 的标记",
|
|
1272
|
+
consentTitle: "显示交互式地图",
|
|
1273
|
+
consentDescription: "加载地图时,您的 IP 地址将被共享给 Google 以获取地图切片。是否继续?",
|
|
1274
|
+
consentCta: "加载地图",
|
|
1275
|
+
openInGoogleMaps: "在 Google 地图中打开"
|
|
1276
|
+
},
|
|
1277
|
+
whatsApp: {
|
|
1278
|
+
label: "在 WhatsApp 上联系我们",
|
|
1279
|
+
fabLabel: "打开 WhatsApp 聊天",
|
|
1280
|
+
questionPrompt: "有疑问?请在 WhatsApp 上联系我们"
|
|
1281
|
+
},
|
|
1282
|
+
paywall: {
|
|
1283
|
+
title: "升级以继续使用",
|
|
1284
|
+
description: "您已达到免费套餐的限制,请选择套餐以继续。",
|
|
1285
|
+
upgrade: "升级到更高套餐",
|
|
1286
|
+
notNow: "暂不",
|
|
1287
|
+
usageLabel: "已使用 {{used}} / {{limit}}",
|
|
1288
|
+
usageFull: "您已用尽全部额度",
|
|
1289
|
+
features: "功能",
|
|
1290
|
+
pricePer: "每{{period}} {{price}}",
|
|
1291
|
+
period: {
|
|
1292
|
+
month: "月",
|
|
1293
|
+
year: "年"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
workflow: {
|
|
1297
|
+
status: {
|
|
1298
|
+
active: "活跃",
|
|
1299
|
+
inactive: "未激活",
|
|
1300
|
+
paused: "已暂停"
|
|
1301
|
+
},
|
|
1302
|
+
createdBy: "由 {{name}} 创建",
|
|
1303
|
+
empty: {
|
|
1304
|
+
title: "暂无工作流",
|
|
1305
|
+
description: "创建您的第一个工作流以自动化患者沟通。",
|
|
1306
|
+
cta: "创建工作流"
|
|
1307
|
+
},
|
|
1308
|
+
action: {
|
|
1309
|
+
addDelay: "添加延迟",
|
|
1310
|
+
sendEmail: "发送电子邮件",
|
|
1311
|
+
sendSms: "发送短信",
|
|
1312
|
+
createTask: "创建任务",
|
|
1313
|
+
sendWhatsapp: "发送 WhatsApp",
|
|
1314
|
+
updateField: "更新患者字段",
|
|
1315
|
+
webhook: "Webhook"
|
|
1316
|
+
},
|
|
1317
|
+
delay: {
|
|
1318
|
+
summary_one: "等待 {{count}} 天",
|
|
1319
|
+
summary_zero: "等待 {{count}} 天",
|
|
1320
|
+
summary_two: "等待 {{count}} 天",
|
|
1321
|
+
summary_few: "等待 {{count}} 天",
|
|
1322
|
+
summary_many: "等待 {{count}} 天",
|
|
1323
|
+
summary_other: "等待 {{count}} 天",
|
|
1324
|
+
days_one: "{{count}} 天",
|
|
1325
|
+
days_zero: "{{count}} 天",
|
|
1326
|
+
days_two: "{{count}} 天",
|
|
1327
|
+
days_few: "{{count}} 天",
|
|
1328
|
+
days_many: "{{count}} 天",
|
|
1329
|
+
days_other: "{{count}} 天",
|
|
1330
|
+
hours_one: "{{count}} 小时",
|
|
1331
|
+
hours_zero: "{{count}} 小时",
|
|
1332
|
+
hours_two: "{{count}} 小时",
|
|
1333
|
+
hours_few: "{{count}} 小时",
|
|
1334
|
+
hours_many: "{{count}} 小时",
|
|
1335
|
+
hours_other: "{{count}} 小时",
|
|
1336
|
+
minutes_one: "{{count}} 分钟",
|
|
1337
|
+
minutes_zero: "{{count}} 分钟",
|
|
1338
|
+
minutes_two: "{{count}} 分钟",
|
|
1339
|
+
minutes_few: "{{count}} 分钟",
|
|
1340
|
+
minutes_many: "{{count}} 分钟",
|
|
1341
|
+
minutes_other: "{{count}} 分钟"
|
|
1342
|
+
},
|
|
1343
|
+
editor: {
|
|
1344
|
+
pipeline: "工作流流水线",
|
|
1345
|
+
addAction: "添加操作",
|
|
1346
|
+
addActionAfter: "在此步骤后添加操作",
|
|
1347
|
+
addFirstAction: "添加第一个操作",
|
|
1348
|
+
editAction: "编辑操作",
|
|
1349
|
+
deleteAction: "删除操作",
|
|
1350
|
+
moveUp: "上移",
|
|
1351
|
+
moveDown: "下移",
|
|
1352
|
+
activeLock: "请先停用工作流再进行编辑。",
|
|
1353
|
+
empty: "添加第一个操作以开始构建流水线。",
|
|
1354
|
+
enrollmentCriteria: "注册条件",
|
|
1355
|
+
criteriaCount_one: "基于 {{count}} 个条件",
|
|
1356
|
+
criteriaCount_zero: "基于 {{count}} 个条件",
|
|
1357
|
+
criteriaCount_two: "基于 {{count}} 个条件",
|
|
1358
|
+
criteriaCount_few: "基于 {{count}} 个条件",
|
|
1359
|
+
criteriaCount_many: "基于 {{count}} 个条件",
|
|
1360
|
+
criteriaCount_other: "基于 {{count}} 个条件",
|
|
1361
|
+
noCriteria: "未设置注册条件",
|
|
1362
|
+
editCriteria: "编辑条件",
|
|
1363
|
+
unknownType: "未知操作类型",
|
|
1364
|
+
invalidField: "不能修改患者主字段——请选择自定义字段。",
|
|
1365
|
+
position: "步骤 {{current}} / {{total}}",
|
|
1366
|
+
nodeAriaLabel: "{{type}},步骤 {{current}} / {{total}}"
|
|
1367
|
+
},
|
|
1368
|
+
map: {
|
|
1369
|
+
label_one: "包含 {{count}} 个步骤的工作流流水线",
|
|
1370
|
+
label_zero: "包含 {{count}} 个步骤的工作流流水线",
|
|
1371
|
+
label_two: "包含 {{count}} 个步骤的工作流流水线",
|
|
1372
|
+
label_few: "包含 {{count}} 个步骤的工作流流水线",
|
|
1373
|
+
label_many: "包含 {{count}} 个步骤的工作流流水线",
|
|
1374
|
+
label_other: "包含 {{count}} 个步骤的工作流流水线",
|
|
1375
|
+
completed: "已完成",
|
|
1376
|
+
current: "当前步骤",
|
|
1377
|
+
pending: "待处理",
|
|
1378
|
+
nodeLabel: "{{type}}",
|
|
1379
|
+
nodeLabelWithSummary: "{{type}}:{{summary}}"
|
|
1380
|
+
},
|
|
1381
|
+
card: {
|
|
1382
|
+
activeEnrollments: "活跃注册",
|
|
1383
|
+
totalEnrollments: "总注册数",
|
|
1384
|
+
actions_one: "{{count}} 个操作",
|
|
1385
|
+
actions_zero: "{{count}} 个操作",
|
|
1386
|
+
actions_two: "{{count}} 个操作",
|
|
1387
|
+
actions_few: "{{count}} 个操作",
|
|
1388
|
+
actions_many: "{{count}} 个操作",
|
|
1389
|
+
actions_other: "{{count}} 个操作",
|
|
1390
|
+
view: "查看工作流",
|
|
1391
|
+
edit: "编辑工作流",
|
|
1392
|
+
delete: "删除工作流",
|
|
1393
|
+
activate: "激活工作流",
|
|
1394
|
+
deactivate: "停用工作流"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
patientShell: {
|
|
1398
|
+
brand: {
|
|
1399
|
+
homeAria: "AlfaDocs 首页"
|
|
1400
|
+
},
|
|
1401
|
+
settings: {
|
|
1402
|
+
triggerAria: "打开设置菜单",
|
|
1403
|
+
fullscreen: "切换全屏",
|
|
1404
|
+
logout: "退出登录"
|
|
1405
|
+
},
|
|
1406
|
+
sidebar: {
|
|
1407
|
+
panelLabel: "患者导航"
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
toothScheme: {
|
|
1411
|
+
ariaLabel: "牙位图",
|
|
1412
|
+
legendLabel: "状态图例",
|
|
1413
|
+
dentition: {
|
|
1414
|
+
permanent: "恒牙列",
|
|
1415
|
+
primary: "乳牙列",
|
|
1416
|
+
mixed: "混合牙列"
|
|
1417
|
+
},
|
|
1418
|
+
anatomy: {
|
|
1419
|
+
incisor: "切牙",
|
|
1420
|
+
canine: "尖牙",
|
|
1421
|
+
premolar: "前磨牙",
|
|
1422
|
+
molar: "磨牙"
|
|
1423
|
+
},
|
|
1424
|
+
condition: {
|
|
1425
|
+
caries: "龋齿",
|
|
1426
|
+
filled: "已充填",
|
|
1427
|
+
crowned: "已冠修复",
|
|
1428
|
+
missing: "缺失",
|
|
1429
|
+
implant: "种植体",
|
|
1430
|
+
rootCanal: "根管治疗"
|
|
1431
|
+
},
|
|
1432
|
+
surface: {
|
|
1433
|
+
mesial: "近中面",
|
|
1434
|
+
distal: "远中面",
|
|
1435
|
+
occlusal: "咬合面",
|
|
1436
|
+
buccal: "颊面",
|
|
1437
|
+
lingual: "舌面"
|
|
1438
|
+
},
|
|
1439
|
+
numbering: {
|
|
1440
|
+
fdi: "FDI(ISO 3950)",
|
|
1441
|
+
universal: "通用编号(ADA)",
|
|
1442
|
+
palmer: "Palmer 记录法"
|
|
1443
|
+
},
|
|
1444
|
+
toothLabel: "{{id}} 号牙,{{anatomy}}{{conditionSuffix}}",
|
|
1445
|
+
selected: "{{id}} 号牙已选中,{{conditions}}",
|
|
1446
|
+
deselected: "{{id}} 号牙已取消选中"
|
|
1447
|
+
},
|
|
1448
|
+
privacyLock: {
|
|
1449
|
+
triggerAriaLabel: "锁定屏幕以保护隐私",
|
|
1450
|
+
triggerTooltip: "锁定屏幕",
|
|
1451
|
+
title: "屏幕已锁定以保护隐私",
|
|
1452
|
+
description: "锁定屏幕有助于保护您的数据隐私。",
|
|
1453
|
+
unlock: "解锁屏幕",
|
|
1454
|
+
accountPage: "账户页面",
|
|
1455
|
+
signOut: "退出登录"
|
|
1456
|
+
},
|
|
1457
|
+
financial: {
|
|
1458
|
+
state: {
|
|
1459
|
+
debt: "待收款",
|
|
1460
|
+
credit: "信用余额",
|
|
1461
|
+
toInvoice: "待开票",
|
|
1462
|
+
toDeliver: "待提供",
|
|
1463
|
+
settled: "已结清"
|
|
1464
|
+
},
|
|
1465
|
+
aria: {
|
|
1466
|
+
label: "{{state}} {{amount}}"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
footer: {
|
|
1470
|
+
nav: {
|
|
1471
|
+
label: "页脚",
|
|
1472
|
+
privacy: "隐私",
|
|
1473
|
+
terms: "使用条款",
|
|
1474
|
+
contacts: "联系我们"
|
|
1475
|
+
},
|
|
1476
|
+
copyright: "© {{year}} {{entity}} · {{vat}}",
|
|
1477
|
+
tagline: "德国技术,意大利设计",
|
|
1478
|
+
group: {
|
|
1479
|
+
product: "产品",
|
|
1480
|
+
resources: "资源",
|
|
1481
|
+
company: "公司",
|
|
1482
|
+
legal: "法律"
|
|
1483
|
+
},
|
|
1484
|
+
social: {
|
|
1485
|
+
aria: {
|
|
1486
|
+
linkedin: "LinkedIn",
|
|
1487
|
+
youtube: "YouTube",
|
|
1488
|
+
instagram: "Instagram",
|
|
1489
|
+
facebook: "Facebook"
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
external: { opens_in_new_tab: "(在新标签页中打开)" }
|
|
1493
|
+
}
|
|
1494
|
+
};
|
|
1495
|
+
export {
|
|
1496
|
+
e as zhUi
|
|
1497
|
+
};
|
|
1498
|
+
//# sourceMappingURL=zh.js.map
|