@alfadocs/ui-kit 0.21.0 → 0.24.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/{autocomplete-BxfabhZ8.js → autocomplete-C7xq06bP.js} +40 -40
- package/dist/_chunks/editable-currency-cell-renderer-DJB5MxAI.js +2349 -0
- package/dist/_chunks/locale-picker-CYBhgSHR.js +575 -0
- package/dist/_chunks/{patient-shell-DavGODt9.js → patient-shell-B164drIa.js} +40 -55
- package/dist/_chunks/settings-ca2Yi9R8.js +21 -0
- package/dist/_chunks/sun-Eweh5fvi.js +50 -0
- package/dist/_chunks/{theme-toggle-BswYl0Yp.js → theme-toggle-FrotC2VI.js} +85 -127
- package/dist/_chunks/use-locale-BkCIHujH.js +20 -0
- package/dist/_chunks/use-scroll-to-first-error-BrK7dKB_.js +55 -0
- package/dist/_chunks/{whatsapp-button-CtlLwM3M.js → whatsapp-button-DUjlWGKf.js} +26 -25
- package/dist/agent-catalog.json +59 -1
- package/dist/components/autocomplete/index.js +1 -1
- package/dist/components/data-table/filters/number-filter.d.ts +56 -0
- package/dist/components/data-table/filters/text-filter.d.ts +49 -0
- package/dist/components/data-table/index.d.ts +4 -0
- package/dist/components/data-table/index.js +25 -21
- package/dist/components/header-settings/index.js +205 -0
- package/dist/components/locale-picker/index.js +7 -0
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/components/whatsapp-button/index.js +1 -1
- package/dist/components/whatsapp-button/whatsapp-button.d.ts +14 -1
- package/dist/fonts/Lexend-VF-latin-ext.woff2 +0 -0
- package/dist/fonts/Lexend-VF-latin.woff2 +0 -0
- package/dist/fonts/Lexend-VF-vietnamese.woff2 +0 -0
- package/dist/fonts/NotoSansArabic-VF-arabic.woff2 +0 -0
- package/dist/fonts/NotoSansDevanagari-VF-devanagari.woff2 +0 -0
- package/dist/hooks/index.js +29 -28
- package/dist/i18n/config.d.ts +1 -1
- package/dist/i18n/config.js +20944 -2110
- package/dist/i18n/locales/ar.d.ts +1225 -0
- package/dist/i18n/locales/de.d.ts +1225 -0
- package/dist/i18n/locales/el.d.ts +1222 -0
- package/dist/i18n/locales/es.d.ts +1222 -0
- package/dist/i18n/locales/fr.d.ts +1222 -0
- package/dist/i18n/locales/hi.d.ts +1222 -0
- package/dist/i18n/locales/ja.d.ts +1222 -0
- package/dist/i18n/locales/nl.d.ts +1222 -0
- package/dist/i18n/locales/pl.d.ts +1222 -0
- package/dist/i18n/locales/pt.d.ts +1223 -0
- package/dist/i18n/locales/ro.d.ts +1222 -0
- package/dist/i18n/locales/ru.d.ts +1222 -0
- package/dist/i18n/locales/sq.d.ts +1222 -0
- package/dist/i18n/locales/sv.d.ts +1222 -0
- package/dist/i18n/locales/tr.d.ts +1222 -0
- package/dist/i18n/locales/zh.d.ts +1222 -0
- package/dist/i18n/resources.d.ts +342 -1040
- package/dist/index.js +512 -507
- package/dist/locales/ar.json +1217 -1
- package/dist/locales/de.json +207 -13
- package/dist/locales/el.json +1217 -0
- package/dist/locales/en.json +147 -3
- package/dist/locales/es.json +1217 -0
- package/dist/locales/fr.json +1217 -0
- package/dist/locales/hi.json +1217 -0
- package/dist/locales/it.json +178 -3
- package/dist/locales/ja.json +1217 -0
- package/dist/locales/nl.json +1217 -0
- package/dist/locales/pl.json +1217 -0
- package/dist/locales/pt.json +1217 -0
- package/dist/locales/ro.json +1217 -0
- package/dist/locales/ru.json +1217 -0
- package/dist/locales/sq.json +1217 -0
- package/dist/locales/sv.json +1217 -0
- package/dist/locales/tr.json +1217 -0
- package/dist/locales/zh.json +1217 -0
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/tokens.css +2 -2
- package/package.json +13 -1
- package/dist/_chunks/editable-currency-cell-renderer-1t42gENX.js +0 -1972
- package/dist/_chunks/use-locale-C5rS3Xon.js +0 -71
|
@@ -0,0 +1,1217 @@
|
|
|
1
|
+
{
|
|
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
|
+
},
|
|
717
|
+
"headerSettings": {
|
|
718
|
+
"trigger": "设置",
|
|
719
|
+
"language": {
|
|
720
|
+
"label": "语言"
|
|
721
|
+
},
|
|
722
|
+
"appearance": {
|
|
723
|
+
"label": "外观",
|
|
724
|
+
"light": "浅色",
|
|
725
|
+
"dark": "深色",
|
|
726
|
+
"system": "跟随系统",
|
|
727
|
+
"accessible": "无障碍模式"
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"alia": {
|
|
732
|
+
"name": "Alia",
|
|
733
|
+
"greeting": "您好,有什么可以帮您?",
|
|
734
|
+
"subtitle": "您的数据分析个人助手",
|
|
735
|
+
"newConversation": "新对话",
|
|
736
|
+
"close": "关闭助手",
|
|
737
|
+
"open": "打开助手",
|
|
738
|
+
"unseenCount_one": "{{count}} 条新消息",
|
|
739
|
+
"unseenCount_zero": "{{count}} 条新消息",
|
|
740
|
+
"unseenCount_two": "{{count}} 条新消息",
|
|
741
|
+
"unseenCount_few": "{{count}} 条新消息",
|
|
742
|
+
"unseenCount_many": "{{count}} 条新消息",
|
|
743
|
+
"unseenCount_other": "{{count}} 条新消息",
|
|
744
|
+
"usageLabel": "已使用 {{current}} / {{limit}} 条消息",
|
|
745
|
+
"usageLimitReached": "您已达到消息限额",
|
|
746
|
+
"stopGenerating": "停止生成",
|
|
747
|
+
"exampleQuestions": "尝试提问",
|
|
748
|
+
"upgrade": "升级到更高套餐",
|
|
749
|
+
"headerLabel": "助手标题",
|
|
750
|
+
"panelLabel": "Alia 助手面板"
|
|
751
|
+
},
|
|
752
|
+
"chat": {
|
|
753
|
+
"typing": "助手正在输入",
|
|
754
|
+
"thinking": "思考中……",
|
|
755
|
+
"suggestions": "建议",
|
|
756
|
+
"container": "对话记录",
|
|
757
|
+
"send": "发送消息",
|
|
758
|
+
"stopGenerating": "停止生成",
|
|
759
|
+
"scrollToLatest": "跳至最新",
|
|
760
|
+
"streaming": {
|
|
761
|
+
"cursor": "正在输入"
|
|
762
|
+
},
|
|
763
|
+
"message": {
|
|
764
|
+
"label": "{{role}} 于 {{time}} 发送的消息",
|
|
765
|
+
"labelNoTime": "{{role}} 的消息",
|
|
766
|
+
"role": {
|
|
767
|
+
"user": "您",
|
|
768
|
+
"assistant": "助手",
|
|
769
|
+
"system": "系统"
|
|
770
|
+
},
|
|
771
|
+
"retry": "重试",
|
|
772
|
+
"status": {
|
|
773
|
+
"sending": "发送中……",
|
|
774
|
+
"sent": "已发送",
|
|
775
|
+
"error": "发送失败",
|
|
776
|
+
"edited": "已编辑"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
"input": {
|
|
780
|
+
"placeholder": "输入消息",
|
|
781
|
+
"attach": "附加文件",
|
|
782
|
+
"remaining_one": "剩余 {{count}} 个字符",
|
|
783
|
+
"remaining_zero": "剩余 {{count}} 个字符",
|
|
784
|
+
"remaining_two": "剩余 {{count}} 个字符",
|
|
785
|
+
"remaining_few": "剩余 {{count}} 个字符",
|
|
786
|
+
"remaining_many": "剩余 {{count}} 个字符",
|
|
787
|
+
"remaining_other": "剩余 {{count}} 个字符",
|
|
788
|
+
"sendHint": "按 Ctrl + Enter 发送"
|
|
789
|
+
},
|
|
790
|
+
"audio": {
|
|
791
|
+
"record": "开始录音",
|
|
792
|
+
"pause": "暂停",
|
|
793
|
+
"resume": "继续录音",
|
|
794
|
+
"stop": "停止录音",
|
|
795
|
+
"cancel": "取消录音",
|
|
796
|
+
"permissionDenied": "麦克风访问被拒绝,请在浏览器设置中授权。",
|
|
797
|
+
"retry": "重新请求麦克风权限",
|
|
798
|
+
"device": "麦克风:{{name}}",
|
|
799
|
+
"timer": "{{minutes}}:{{seconds}}",
|
|
800
|
+
"recording": "录音中",
|
|
801
|
+
"paused": "已暂停",
|
|
802
|
+
"idle": "空闲",
|
|
803
|
+
"visualiserLabel": "音频级别",
|
|
804
|
+
"unsupported": "您的浏览器不支持录音功能。",
|
|
805
|
+
"selectDevice": "选择麦克风",
|
|
806
|
+
"maxDurationReached": "录音已停止——已达最大时长。",
|
|
807
|
+
"maxSizeReached": "录音已停止——已达最大文件大小。"
|
|
808
|
+
},
|
|
809
|
+
"transcript": {
|
|
810
|
+
"search": "在文字记录中搜索",
|
|
811
|
+
"seekTo": "跳转至 {{time}}",
|
|
812
|
+
"speaker": "发言人 {{name}}",
|
|
813
|
+
"matchCount_one": "{{count}} 个匹配",
|
|
814
|
+
"matchCount_zero": "{{count}} 个匹配",
|
|
815
|
+
"matchCount_two": "{{count}} 个匹配",
|
|
816
|
+
"matchCount_few": "{{count}} 个匹配",
|
|
817
|
+
"matchCount_many": "{{count}} 个匹配",
|
|
818
|
+
"matchCount_other": "{{count}} 个匹配",
|
|
819
|
+
"noMatches": "无匹配",
|
|
820
|
+
"lowConfidence": "置信度低"
|
|
821
|
+
},
|
|
822
|
+
"prompt": "提示词",
|
|
823
|
+
"slashMenu": {
|
|
824
|
+
"empty": "无匹配命令",
|
|
825
|
+
"label": "斜杠命令"
|
|
826
|
+
},
|
|
827
|
+
"attachment": {
|
|
828
|
+
"rejected": "文件已拒绝:{{reason}}",
|
|
829
|
+
"remove": "移除 {{name}}"
|
|
830
|
+
},
|
|
831
|
+
"attachmentZone": "将文件拖拽至此处",
|
|
832
|
+
"contextActive": "上下文:{{name}}",
|
|
833
|
+
"model": {
|
|
834
|
+
"select": "模型"
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
"calendar": {
|
|
838
|
+
"ariaLabel": "日历",
|
|
839
|
+
"today": "今天",
|
|
840
|
+
"month": "月",
|
|
841
|
+
"week": "周",
|
|
842
|
+
"day": "天",
|
|
843
|
+
"list": "议程",
|
|
844
|
+
"allDay": "全天",
|
|
845
|
+
"noEvents": "暂无事件",
|
|
846
|
+
"scrollableRegion": "日历网格——使用方向键或滚动进行导航",
|
|
847
|
+
"eventMoved": "{{title}} 已移动",
|
|
848
|
+
"eventResized": "{{title}} 已调整至 {{duration}} 分钟",
|
|
849
|
+
"privacyModeOn": "隐私模式已开启——患者姓名已隐藏",
|
|
850
|
+
"privacyModeOff": "隐私模式已关闭",
|
|
851
|
+
"previousPeriod": "上一时段",
|
|
852
|
+
"nextPeriod": "下一时段",
|
|
853
|
+
"focusedEvent": "{{title}} 已聚焦",
|
|
854
|
+
"modeBanner": {
|
|
855
|
+
"create": "点击时段以创建预约",
|
|
856
|
+
"move": "点击时段以移动预约",
|
|
857
|
+
"copy": "点击时段以复制预约",
|
|
858
|
+
"cancel": "取消"
|
|
859
|
+
},
|
|
860
|
+
"status": {
|
|
861
|
+
"confirmed": "已确认",
|
|
862
|
+
"waiting": "等候中",
|
|
863
|
+
"inCare": "诊疗中",
|
|
864
|
+
"done": "已完成",
|
|
865
|
+
"cancelled": "已取消",
|
|
866
|
+
"absent": "缺席"
|
|
867
|
+
},
|
|
868
|
+
"resourceLabel": {
|
|
869
|
+
"chairs": "诊椅",
|
|
870
|
+
"operators": "操作员"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
"slotGrid": {
|
|
874
|
+
"ariaLabel": "可用时段",
|
|
875
|
+
"previousDays": "前几天",
|
|
876
|
+
"nextDays": "后几天",
|
|
877
|
+
"showMore_one": "显示更多 1 个",
|
|
878
|
+
"showMore_zero": "显示更多 {{count}} 个",
|
|
879
|
+
"showMore_two": "显示更多 {{count}} 个",
|
|
880
|
+
"showMore_few": "显示更多 {{count}} 个",
|
|
881
|
+
"showMore_many": "显示更多 {{count}} 个",
|
|
882
|
+
"showMore_other": "显示更多 {{count}} 个",
|
|
883
|
+
"noSlots": "无可用时段",
|
|
884
|
+
"nextAvailable": "下一个可用时间",
|
|
885
|
+
"slotLabel": "{{day}},{{time}}"
|
|
886
|
+
},
|
|
887
|
+
"chart": {
|
|
888
|
+
"noData": "暂无数据",
|
|
889
|
+
"toolbar": {
|
|
890
|
+
"download": "下载",
|
|
891
|
+
"selection": "选择",
|
|
892
|
+
"selectionZoom": "选择缩放",
|
|
893
|
+
"zoomIn": "放大",
|
|
894
|
+
"zoomOut": "缩小",
|
|
895
|
+
"pan": "平移",
|
|
896
|
+
"reset": "重置缩放",
|
|
897
|
+
"exportToSVG": "导出为 SVG",
|
|
898
|
+
"exportToPNG": "导出为 PNG",
|
|
899
|
+
"exportToCSV": "导出为 CSV"
|
|
900
|
+
},
|
|
901
|
+
"table": {
|
|
902
|
+
"series": "系列",
|
|
903
|
+
"value": "值"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"editor": {
|
|
907
|
+
"toolbarLabel": "文本格式",
|
|
908
|
+
"placeholder": "开始输入……",
|
|
909
|
+
"bold": "粗体",
|
|
910
|
+
"italic": "斜体",
|
|
911
|
+
"heading": "标题",
|
|
912
|
+
"link": {
|
|
913
|
+
"insert": "插入链接",
|
|
914
|
+
"edit": "编辑链接",
|
|
915
|
+
"remove": "移除链接"
|
|
916
|
+
},
|
|
917
|
+
"list": {
|
|
918
|
+
"bullet": "无序列表",
|
|
919
|
+
"ordered": "有序列表"
|
|
920
|
+
},
|
|
921
|
+
"quote": "引用",
|
|
922
|
+
"image": {
|
|
923
|
+
"insert": "插入图片"
|
|
924
|
+
},
|
|
925
|
+
"table": {
|
|
926
|
+
"insert": "插入表格"
|
|
927
|
+
},
|
|
928
|
+
"codeBlock": "代码块",
|
|
929
|
+
"horizontalRule": "水平分隔线",
|
|
930
|
+
"undo": "撤销",
|
|
931
|
+
"redo": "重做",
|
|
932
|
+
"shortcuts": {
|
|
933
|
+
"title": "键盘快捷键",
|
|
934
|
+
"close": "关闭",
|
|
935
|
+
"bold": "粗体",
|
|
936
|
+
"italic": "斜体",
|
|
937
|
+
"link": "插入链接",
|
|
938
|
+
"undo": "撤销",
|
|
939
|
+
"redo": "重做",
|
|
940
|
+
"open": "打开此窗口"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"payment": {
|
|
944
|
+
"submit": "支付 {{amount}}",
|
|
945
|
+
"processing": "处理中……",
|
|
946
|
+
"success": "支付成功",
|
|
947
|
+
"ariaLabel": "支付表单",
|
|
948
|
+
"amountLabel": "总计",
|
|
949
|
+
"billingAddress": "账单地址",
|
|
950
|
+
"fields": {
|
|
951
|
+
"card": "卡号",
|
|
952
|
+
"expiry": "有效期",
|
|
953
|
+
"cvc": "CVC"
|
|
954
|
+
},
|
|
955
|
+
"error": {
|
|
956
|
+
"generic": "出现错误,请重试。",
|
|
957
|
+
"cardNumber": "卡号无效。",
|
|
958
|
+
"expiry": "有效期无效。",
|
|
959
|
+
"cvc": "CVC 无效。",
|
|
960
|
+
"postalCode": "邮政编码无效。",
|
|
961
|
+
"declined": "卡片被拒绝,请尝试其他卡片。",
|
|
962
|
+
"network": "网络错误,请检查连接后重试。",
|
|
963
|
+
"invalidReturnUrl": "返回 URL 必须与本站来源一致,支付未提交。"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
"signature": {
|
|
967
|
+
"padLabel": "签名区域",
|
|
968
|
+
"clear": "清除签名",
|
|
969
|
+
"undo": "撤销最后一笔",
|
|
970
|
+
"confirm": "确认签名",
|
|
971
|
+
"typedFallback": {
|
|
972
|
+
"label": "输入您的姓名以签名",
|
|
973
|
+
"placeholder": "输入您的全名",
|
|
974
|
+
"toggle": "使用文字签名",
|
|
975
|
+
"toggleDraw": "使用手写签名"
|
|
976
|
+
},
|
|
977
|
+
"state": {
|
|
978
|
+
"empty": "签名区域为空",
|
|
979
|
+
"drawing": "签名绘制中",
|
|
980
|
+
"confirmed": "签名已采集",
|
|
981
|
+
"captured": "签名已采集",
|
|
982
|
+
"cleared": "签名已清除"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"pdf": {
|
|
986
|
+
"toolbarLabel": "PDF 工具栏",
|
|
987
|
+
"page": "页",
|
|
988
|
+
"pageOf": "第 {{current}} 页,共 {{total}} 页",
|
|
989
|
+
"previousPage": "上一页",
|
|
990
|
+
"nextPage": "下一页",
|
|
991
|
+
"firstPage": "第一页",
|
|
992
|
+
"lastPage": "最后一页",
|
|
993
|
+
"currentPageInput": "当前页",
|
|
994
|
+
"zoom": {
|
|
995
|
+
"in": "放大",
|
|
996
|
+
"out": "缩小",
|
|
997
|
+
"fitWidth": "适合宽度",
|
|
998
|
+
"fitPage": "适合页面",
|
|
999
|
+
"actualSize": "实际大小",
|
|
1000
|
+
"preset": "缩放预设"
|
|
1001
|
+
},
|
|
1002
|
+
"search": {
|
|
1003
|
+
"open": "在文档中搜索",
|
|
1004
|
+
"placeholder": "在文档中搜索……",
|
|
1005
|
+
"next": "下一个匹配",
|
|
1006
|
+
"previous": "上一个匹配",
|
|
1007
|
+
"close": "关闭搜索",
|
|
1008
|
+
"countOfTotal": "{{current}} / {{total}}",
|
|
1009
|
+
"noResults": "无结果"
|
|
1010
|
+
},
|
|
1011
|
+
"print": "打印",
|
|
1012
|
+
"download": "下载",
|
|
1013
|
+
"loading": "PDF 加载中……",
|
|
1014
|
+
"error": "无法加载 PDF",
|
|
1015
|
+
"pageOverlay": "第 {{page}} 页叠加层"
|
|
1016
|
+
},
|
|
1017
|
+
"mapView": {
|
|
1018
|
+
"label": "地图",
|
|
1019
|
+
"markerLabel": "{{label}} 的标记",
|
|
1020
|
+
"consentTitle": "显示交互式地图",
|
|
1021
|
+
"consentDescription": "加载地图时,您的 IP 地址将被共享给 Google 以获取地图切片。是否继续?",
|
|
1022
|
+
"consentCta": "加载地图",
|
|
1023
|
+
"openInGoogleMaps": "在 Google 地图中打开"
|
|
1024
|
+
},
|
|
1025
|
+
"whatsApp": {
|
|
1026
|
+
"label": "在 WhatsApp 上联系我们",
|
|
1027
|
+
"fabLabel": "打开 WhatsApp 聊天",
|
|
1028
|
+
"questionPrompt": "有疑问?请在 WhatsApp 上联系我们"
|
|
1029
|
+
},
|
|
1030
|
+
"paywall": {
|
|
1031
|
+
"title": "升级以继续使用",
|
|
1032
|
+
"description": "您已达到免费套餐的限制,请选择套餐以继续。",
|
|
1033
|
+
"upgrade": "升级到更高套餐",
|
|
1034
|
+
"notNow": "暂不",
|
|
1035
|
+
"usageLabel": "已使用 {{used}} / {{limit}}",
|
|
1036
|
+
"usageFull": "您已用尽全部额度",
|
|
1037
|
+
"features": "功能",
|
|
1038
|
+
"pricePer": "每{{period}} {{price}}",
|
|
1039
|
+
"period": {
|
|
1040
|
+
"month": "月",
|
|
1041
|
+
"year": "年"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
"workflow": {
|
|
1045
|
+
"status": {
|
|
1046
|
+
"active": "活跃",
|
|
1047
|
+
"inactive": "未激活",
|
|
1048
|
+
"paused": "已暂停"
|
|
1049
|
+
},
|
|
1050
|
+
"createdBy": "由 {{name}} 创建",
|
|
1051
|
+
"empty": {
|
|
1052
|
+
"title": "暂无工作流",
|
|
1053
|
+
"description": "创建您的第一个工作流以自动化患者沟通。",
|
|
1054
|
+
"cta": "创建工作流"
|
|
1055
|
+
},
|
|
1056
|
+
"action": {
|
|
1057
|
+
"addDelay": "添加延迟",
|
|
1058
|
+
"sendEmail": "发送电子邮件",
|
|
1059
|
+
"sendSms": "发送短信",
|
|
1060
|
+
"createTask": "创建任务",
|
|
1061
|
+
"sendWhatsapp": "发送 WhatsApp",
|
|
1062
|
+
"updateField": "更新患者字段",
|
|
1063
|
+
"webhook": "Webhook"
|
|
1064
|
+
},
|
|
1065
|
+
"delay": {
|
|
1066
|
+
"summary_one": "等待 {{count}} 天",
|
|
1067
|
+
"summary_zero": "等待 {{count}} 天",
|
|
1068
|
+
"summary_two": "等待 {{count}} 天",
|
|
1069
|
+
"summary_few": "等待 {{count}} 天",
|
|
1070
|
+
"summary_many": "等待 {{count}} 天",
|
|
1071
|
+
"summary_other": "等待 {{count}} 天",
|
|
1072
|
+
"days_one": "{{count}} 天",
|
|
1073
|
+
"days_zero": "{{count}} 天",
|
|
1074
|
+
"days_two": "{{count}} 天",
|
|
1075
|
+
"days_few": "{{count}} 天",
|
|
1076
|
+
"days_many": "{{count}} 天",
|
|
1077
|
+
"days_other": "{{count}} 天",
|
|
1078
|
+
"hours_one": "{{count}} 小时",
|
|
1079
|
+
"hours_zero": "{{count}} 小时",
|
|
1080
|
+
"hours_two": "{{count}} 小时",
|
|
1081
|
+
"hours_few": "{{count}} 小时",
|
|
1082
|
+
"hours_many": "{{count}} 小时",
|
|
1083
|
+
"hours_other": "{{count}} 小时",
|
|
1084
|
+
"minutes_one": "{{count}} 分钟",
|
|
1085
|
+
"minutes_zero": "{{count}} 分钟",
|
|
1086
|
+
"minutes_two": "{{count}} 分钟",
|
|
1087
|
+
"minutes_few": "{{count}} 分钟",
|
|
1088
|
+
"minutes_many": "{{count}} 分钟",
|
|
1089
|
+
"minutes_other": "{{count}} 分钟"
|
|
1090
|
+
},
|
|
1091
|
+
"editor": {
|
|
1092
|
+
"pipeline": "工作流流水线",
|
|
1093
|
+
"addAction": "添加操作",
|
|
1094
|
+
"addActionAfter": "在此步骤后添加操作",
|
|
1095
|
+
"addFirstAction": "添加第一个操作",
|
|
1096
|
+
"editAction": "编辑操作",
|
|
1097
|
+
"deleteAction": "删除操作",
|
|
1098
|
+
"moveUp": "上移",
|
|
1099
|
+
"moveDown": "下移",
|
|
1100
|
+
"activeLock": "请先停用工作流再进行编辑。",
|
|
1101
|
+
"empty": "添加第一个操作以开始构建流水线。",
|
|
1102
|
+
"enrollmentCriteria": "注册条件",
|
|
1103
|
+
"criteriaCount_one": "基于 {{count}} 个条件",
|
|
1104
|
+
"criteriaCount_zero": "基于 {{count}} 个条件",
|
|
1105
|
+
"criteriaCount_two": "基于 {{count}} 个条件",
|
|
1106
|
+
"criteriaCount_few": "基于 {{count}} 个条件",
|
|
1107
|
+
"criteriaCount_many": "基于 {{count}} 个条件",
|
|
1108
|
+
"criteriaCount_other": "基于 {{count}} 个条件",
|
|
1109
|
+
"noCriteria": "未设置注册条件",
|
|
1110
|
+
"editCriteria": "编辑条件",
|
|
1111
|
+
"unknownType": "未知操作类型",
|
|
1112
|
+
"invalidField": "不能修改患者主字段——请选择自定义字段。",
|
|
1113
|
+
"position": "步骤 {{current}} / {{total}}",
|
|
1114
|
+
"nodeAriaLabel": "{{type}},步骤 {{current}} / {{total}}"
|
|
1115
|
+
},
|
|
1116
|
+
"map": {
|
|
1117
|
+
"label_one": "包含 {{count}} 个步骤的工作流流水线",
|
|
1118
|
+
"label_zero": "包含 {{count}} 个步骤的工作流流水线",
|
|
1119
|
+
"label_two": "包含 {{count}} 个步骤的工作流流水线",
|
|
1120
|
+
"label_few": "包含 {{count}} 个步骤的工作流流水线",
|
|
1121
|
+
"label_many": "包含 {{count}} 个步骤的工作流流水线",
|
|
1122
|
+
"label_other": "包含 {{count}} 个步骤的工作流流水线",
|
|
1123
|
+
"completed": "已完成",
|
|
1124
|
+
"current": "当前步骤",
|
|
1125
|
+
"pending": "待处理",
|
|
1126
|
+
"nodeLabel": "{{type}}",
|
|
1127
|
+
"nodeLabelWithSummary": "{{type}}:{{summary}}"
|
|
1128
|
+
},
|
|
1129
|
+
"card": {
|
|
1130
|
+
"activeEnrollments": "活跃注册",
|
|
1131
|
+
"totalEnrollments": "总注册数",
|
|
1132
|
+
"actions_one": "{{count}} 个操作",
|
|
1133
|
+
"actions_zero": "{{count}} 个操作",
|
|
1134
|
+
"actions_two": "{{count}} 个操作",
|
|
1135
|
+
"actions_few": "{{count}} 个操作",
|
|
1136
|
+
"actions_many": "{{count}} 个操作",
|
|
1137
|
+
"actions_other": "{{count}} 个操作",
|
|
1138
|
+
"view": "查看工作流",
|
|
1139
|
+
"edit": "编辑工作流",
|
|
1140
|
+
"delete": "删除工作流",
|
|
1141
|
+
"activate": "激活工作流",
|
|
1142
|
+
"deactivate": "停用工作流"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"patientShell": {
|
|
1146
|
+
"brand": {
|
|
1147
|
+
"homeAria": "AlfaDocs 首页"
|
|
1148
|
+
},
|
|
1149
|
+
"settings": {
|
|
1150
|
+
"triggerAria": "打开设置菜单",
|
|
1151
|
+
"fullscreen": "切换全屏",
|
|
1152
|
+
"logout": "退出登录"
|
|
1153
|
+
},
|
|
1154
|
+
"sidebar": {
|
|
1155
|
+
"panelLabel": "患者导航"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"toothScheme": {
|
|
1159
|
+
"ariaLabel": "牙位图",
|
|
1160
|
+
"legendLabel": "状态图例",
|
|
1161
|
+
"dentition": {
|
|
1162
|
+
"permanent": "恒牙列",
|
|
1163
|
+
"primary": "乳牙列",
|
|
1164
|
+
"mixed": "混合牙列"
|
|
1165
|
+
},
|
|
1166
|
+
"anatomy": {
|
|
1167
|
+
"incisor": "切牙",
|
|
1168
|
+
"canine": "尖牙",
|
|
1169
|
+
"premolar": "前磨牙",
|
|
1170
|
+
"molar": "磨牙"
|
|
1171
|
+
},
|
|
1172
|
+
"condition": {
|
|
1173
|
+
"caries": "龋齿",
|
|
1174
|
+
"filled": "已充填",
|
|
1175
|
+
"crowned": "已冠修复",
|
|
1176
|
+
"missing": "缺失",
|
|
1177
|
+
"implant": "种植体",
|
|
1178
|
+
"rootCanal": "根管治疗"
|
|
1179
|
+
},
|
|
1180
|
+
"surface": {
|
|
1181
|
+
"mesial": "近中面",
|
|
1182
|
+
"distal": "远中面",
|
|
1183
|
+
"occlusal": "咬合面",
|
|
1184
|
+
"buccal": "颊面",
|
|
1185
|
+
"lingual": "舌面"
|
|
1186
|
+
},
|
|
1187
|
+
"numbering": {
|
|
1188
|
+
"fdi": "FDI(ISO 3950)",
|
|
1189
|
+
"universal": "通用编号(ADA)",
|
|
1190
|
+
"palmer": "Palmer 记录法"
|
|
1191
|
+
},
|
|
1192
|
+
"toothLabel": "{{id}} 号牙,{{anatomy}}{{conditionSuffix}}",
|
|
1193
|
+
"selected": "{{id}} 号牙已选中,{{conditions}}",
|
|
1194
|
+
"deselected": "{{id}} 号牙已取消选中"
|
|
1195
|
+
},
|
|
1196
|
+
"privacyLock": {
|
|
1197
|
+
"triggerAriaLabel": "锁定屏幕以保护隐私",
|
|
1198
|
+
"triggerTooltip": "锁定屏幕",
|
|
1199
|
+
"title": "屏幕已锁定以保护隐私",
|
|
1200
|
+
"description": "锁定屏幕有助于保护您的数据隐私。",
|
|
1201
|
+
"unlock": "解锁屏幕",
|
|
1202
|
+
"accountPage": "账户页面",
|
|
1203
|
+
"signOut": "退出登录"
|
|
1204
|
+
},
|
|
1205
|
+
"financial": {
|
|
1206
|
+
"state": {
|
|
1207
|
+
"debt": "待收款",
|
|
1208
|
+
"credit": "信用余额",
|
|
1209
|
+
"toInvoice": "待开票",
|
|
1210
|
+
"toDeliver": "待提供",
|
|
1211
|
+
"settled": "已结清"
|
|
1212
|
+
},
|
|
1213
|
+
"aria": {
|
|
1214
|
+
"label": "{{state}} {{amount}}"
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
}
|