@liujitcn/kratos-admin-core 0.0.25 → 0.0.27

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.
Files changed (31) hide show
  1. package/dist/package/declarations/src/layouts/components/Menu/MenuTitle.vue.d.ts +7 -0
  2. package/dist/package/declarations/src/locales/generated.d.ts +14 -1472
  3. package/dist/package/declarations/src/locales/index.d.ts +4 -4
  4. package/dist/package/declarations/src/rpc/common/v1/enum.d.ts +15 -6
  5. package/dist/package/declarations/src/rpc/system/admin/v1/base_dict.d.ts +5 -5
  6. package/dist/package/declarations/src/rpc/system/admin/v1/{base_translation.d.ts → base_i18n.d.ts} +3 -3
  7. package/dist/package/declarations/src/utils/index.d.ts +1 -3
  8. package/dist/package/declarations/src/utils/menuKey.d.ts +3 -0
  9. package/dist/package/src/components/Dialog/FormDialog.vue +1 -1
  10. package/dist/package/src/components/ImportExcel/index.vue +1 -1
  11. package/dist/package/src/components/ProForm/index.vue +5 -2
  12. package/dist/package/src/components/SelectIcon/index.vue +1 -1
  13. package/dist/package/src/layouts/components/Menu/MenuTitle.vue +43 -0
  14. package/dist/package/src/layouts/components/Menu/SubMenu.vue +3 -2
  15. package/dist/package/src/locales/README.md +0 -4
  16. package/dist/package/src/locales/en-US.json +1 -4
  17. package/dist/package/src/locales/generated.ts +0 -18
  18. package/dist/package/src/locales/index.ts +0 -3
  19. package/dist/package/src/locales/ja-JP.json +190 -193
  20. package/dist/package/src/locales/zh-CN.json +1 -4
  21. package/dist/package/src/locales/zh-TW.json +1 -4
  22. package/dist/package/src/rpc/common/v1/enum.ts +16 -6
  23. package/dist/package/src/rpc/system/admin/v1/base_dict.ts +5 -5
  24. package/dist/package/src/rpc/system/admin/v1/{base_translation.ts → base_i18n.ts} +4 -4
  25. package/dist/package/src/utils/index.ts +2 -16
  26. package/dist/package/src/utils/menuKey.ts +18 -0
  27. package/dist/package/src/views/login/components/LoginForm.vue +3 -0
  28. package/package.json +2 -2
  29. package/dist/package/src/locales/es-ES.json +0 -283
  30. package/dist/package/src/locales/fr-FR.json +0 -283
  31. package/dist/package/src/locales/ko-KR.json +0 -283
@@ -1,9 +1,6 @@
1
1
  import "dayjs/locale/zh-cn";
2
2
  import "dayjs/locale/en";
3
- import "dayjs/locale/es";
4
- import "dayjs/locale/fr";
5
3
  import "dayjs/locale/ja";
6
- import "dayjs/locale/ko";
7
4
  import "dayjs/locale/zh-tw";
8
5
  export declare const LOCALE_MESSAGES: {
9
6
  readonly "zh-CN": {
@@ -31,12 +28,9 @@ export declare const LOCALE_MESSAGES: {
31
28
  "common.field.phone": string;
32
29
  "common.field.start_time": string;
33
30
  "common.language.en-US": string;
34
- "common.language.ja-JP": string;
35
31
  "common.language.zh-CN": string;
36
32
  "common.language.zh-TW": string;
37
- "common.language.ko-KR": string;
38
- "common.language.fr-FR": string;
39
- "common.language.es-ES": string;
33
+ "common.language.ja-JP": string;
40
34
  "common.message.no_data": string;
41
35
  "common.message.operation_success": string;
42
36
  "common.message.system_error": string;
@@ -314,12 +308,9 @@ export declare const LOCALE_MESSAGES: {
314
308
  "common.field.phone": string;
315
309
  "common.field.start_time": string;
316
310
  "common.language.en-US": string;
317
- "common.language.ja-JP": string;
318
311
  "common.language.zh-CN": string;
319
312
  "common.language.zh-TW": string;
320
- "common.language.ko-KR": string;
321
- "common.language.fr-FR": string;
322
- "common.language.es-ES": string;
313
+ "common.language.ja-JP": string;
323
314
  "common.message.no_data": string;
324
315
  "common.message.operation_success": string;
325
316
  "common.message.system_error": string;
@@ -572,7 +563,7 @@ export declare const LOCALE_MESSAGES: {
572
563
  "common.value.unknown": string;
573
564
  "common.value.none": string;
574
565
  };
575
- readonly "es-ES": {
566
+ readonly "ja-JP": {
576
567
  "common.action.back": string;
577
568
  "common.action.cancel": string;
578
569
  "common.action.close": string;
@@ -597,12 +588,9 @@ export declare const LOCALE_MESSAGES: {
597
588
  "common.field.phone": string;
598
589
  "common.field.start_time": string;
599
590
  "common.language.en-US": string;
600
- "common.language.ja-JP": string;
601
591
  "common.language.zh-CN": string;
602
592
  "common.language.zh-TW": string;
603
- "common.language.ko-KR": string;
604
- "common.language.fr-FR": string;
605
- "common.language.es-ES": string;
593
+ "common.language.ja-JP": string;
606
594
  "common.message.no_data": string;
607
595
  "common.message.operation_success": string;
608
596
  "common.message.system_error": string;
@@ -855,7 +843,7 @@ export declare const LOCALE_MESSAGES: {
855
843
  "common.value.unknown": string;
856
844
  "common.value.none": string;
857
845
  };
858
- readonly "fr-FR": {
846
+ readonly "zh-TW": {
859
847
  "common.action.back": string;
860
848
  "common.action.cancel": string;
861
849
  "common.action.close": string;
@@ -880,12 +868,9 @@ export declare const LOCALE_MESSAGES: {
880
868
  "common.field.phone": string;
881
869
  "common.field.start_time": string;
882
870
  "common.language.en-US": string;
883
- "common.language.ja-JP": string;
884
871
  "common.language.zh-CN": string;
885
872
  "common.language.zh-TW": string;
886
- "common.language.ko-KR": string;
887
- "common.language.fr-FR": string;
888
- "common.language.es-ES": string;
873
+ "common.language.ja-JP": string;
889
874
  "common.message.no_data": string;
890
875
  "common.message.operation_success": string;
891
876
  "common.message.system_error": string;
@@ -1138,1258 +1123,13 @@ export declare const LOCALE_MESSAGES: {
1138
1123
  "common.value.unknown": string;
1139
1124
  "common.value.none": string;
1140
1125
  };
1141
- readonly "ja-JP": {
1142
- "common.action.back": string;
1143
- "common.action.cancel": string;
1144
- "common.action.close": string;
1145
- "common.action.confirm": string;
1146
- "common.action.create": string;
1147
- "common.action.delete": string;
1148
- "common.action.download": string;
1149
- "common.action.edit": string;
1150
- "common.action.expand": string;
1151
- "common.action.collapse": string;
1152
- "common.action.login": string;
1153
- "common.action.logout": string;
1154
- "common.action.reset": string;
1155
- "common.action.save": string;
1156
- "common.action.search": string;
1157
- "common.action.view": string;
1158
- "common.field.end_time": string;
1159
- "common.field.language": string;
1160
- "common.field.operation": string;
1161
- "common.field.parameter_name": string;
1162
- "common.field.parameter_value": string;
1163
- "common.field.phone": string;
1164
- "common.field.start_time": string;
1165
- "common.language.en-US": string;
1166
- "common.language.ja-JP": string;
1167
- "common.language.zh-CN": string;
1168
- "common.language.zh-TW": string;
1169
- "common.language.ko-KR": string;
1170
- "common.language.fr-FR": string;
1171
- "common.language.es-ES": string;
1172
- "common.message.no_data": string;
1173
- "common.message.operation_success": string;
1174
- "common.message.system_error": string;
1175
- "common.validation.phone_invalid": string;
1176
- "common.validation.phone_required": string;
1177
- "common.title.notice": string;
1178
- "common.title.warning": string;
1179
- "common.placeholder.input": string;
1180
- "common.placeholder.input_content": string;
1181
- "common.placeholder.select": string;
1182
- "common.status.disabled": string;
1183
- "common.status.enabled": string;
1184
- "common.value.female": string;
1185
- "common.value.male": string;
1186
- "common.value.all": string;
1187
- "core.auth.login_again": string;
1188
- "core.auth.refresh_token_missing": string;
1189
- "core.auth.session_expired": string;
1190
- "core.auth.no_menu_permission": string;
1191
- "core.auth.no_permission": string;
1192
- "core.clipboard.success": string;
1193
- "core.cron.cycle_unit.day": string;
1194
- "core.cron.cycle_unit.hour": string;
1195
- "core.cron.cycle_unit.minute": string;
1196
- "core.cron.cycle_unit.month": string;
1197
- "core.cron.cycle_unit.second": string;
1198
- "core.cron.cycle_unit.year": string;
1199
- "core.cron.description.every": string;
1200
- "core.cron.description.range": string;
1201
- "core.cron.description.specific": string;
1202
- "core.cron.description.step": string;
1203
- "core.cron.description.unspecified": string;
1204
- "core.cron.description.weekday": string;
1205
- "core.cron.description_separator": string;
1206
- "core.cron.edit": string;
1207
- "core.cron.every_unit": string;
1208
- "core.cron.expression": string;
1209
- "core.cron.from": string;
1210
- "core.cron.last_day": string;
1211
- "core.cron.nearest_workday": string;
1212
- "core.cron.not_configured": string;
1213
- "core.cron.placeholder": string;
1214
- "core.cron.preset.daily_eight": string;
1215
- "core.cron.preset.daily_midnight": string;
1216
- "core.cron.preset.every_five_minutes": string;
1217
- "core.cron.preset.every_hour": string;
1218
- "core.cron.preset.every_minute": string;
1219
- "core.cron.preset.monthly_first": string;
1220
- "core.cron.preset.next_year_daily": string;
1221
- "core.cron.presets": string;
1222
- "core.cron.range": string;
1223
- "core.cron.repeat": string;
1224
- "core.cron.run_once": string;
1225
- "core.cron.segment.day": string;
1226
- "core.cron.segment.hour": string;
1227
- "core.cron.segment.minute": string;
1228
- "core.cron.segment.month": string;
1229
- "core.cron.segment.second": string;
1230
- "core.cron.segment.year": string;
1231
- "core.cron.specific": string;
1232
- "core.cron.start_every": string;
1233
- "core.cron.this_month": string;
1234
- "core.cron.title": string;
1235
- "core.cron.to": string;
1236
- "core.cron.unit.day": string;
1237
- "core.cron.unit.hour": string;
1238
- "core.cron.unit.minute": string;
1239
- "core.cron.unit.month": string;
1240
- "core.cron.unit.second": string;
1241
- "core.cron.unit.year": string;
1242
- "core.cron.unspecified": string;
1243
- "core.cron.value_separator": string;
1244
- "core.cron.value_with_unit": string;
1245
- "core.cron.workday": string;
1246
- "core.data.confirm_action": string;
1247
- "core.data.operation_success": string;
1248
- "core.download.large_file_notice": string;
1249
- "core.error.403.detail": string;
1250
- "core.error.404.detail": string;
1251
- "core.error.500.detail": string;
1252
- "core.error.pending.detail": string;
1253
- "core.error.javascript.eval": string;
1254
- "core.error.javascript.internal": string;
1255
- "core.error.javascript.range": string;
1256
- "core.error.javascript.reference": string;
1257
- "core.error.javascript.syntax": string;
1258
- "core.error.javascript.type": string;
1259
- "core.error.javascript.unknown": string;
1260
- "core.error.javascript.uri": string;
1261
- "core.header.fullscreen": string;
1262
- "core.header.fullscreen_exit": string;
1263
- "core.header.fullscreen_unsupported": string;
1264
- "core.header.language": string;
1265
- "core.header.menu_search": string;
1266
- "core.header.menu_search_empty": string;
1267
- "core.header.menu_search_placeholder": string;
1268
- "core.header.size.default": string;
1269
- "core.header.size.large": string;
1270
- "core.header.size.small": string;
1271
- "core.header.size_select": string;
1272
- "core.header.theme": string;
1273
- "core.icon.empty": string;
1274
- "core.icon.placeholder": string;
1275
- "core.icon.search": string;
1276
- "core.layout.department_unassigned": string;
1277
- "core.layout.home": string;
1278
- "core.layout.info": string;
1279
- "core.layout.password_change": string;
1280
- "core.layout.unnamed_menu": string;
1281
- "core.layout.logout_confirm": string;
1282
- "core.layout.logout_success": string;
1283
- "core.layout.not_set": string;
1284
- "core.layout.role_unassigned": string;
1285
- "core.login.behavior_click": string;
1286
- "core.login.behavior_confirm": string;
1287
- "core.login.behavior_puzzle": string;
1288
- "core.login.behavior_rotate": string;
1289
- "core.login.captcha": string;
1290
- "core.login.captcha_alt": string;
1291
- "core.login.greeting.afternoon": string;
1292
- "core.login.greeting.evening": string;
1293
- "core.login.greeting.morning": string;
1294
- "core.login.greeting.night": string;
1295
- "core.login.greeting.noon": string;
1296
- "core.login.other_methods": string;
1297
- "core.login.password": string;
1298
- "core.login.tenant_code": string;
1299
- "core.login.user_name": string;
1300
- "core.login.welcome": string;
1301
- "core.oauth.dingtalk": string;
1302
- "core.oauth.feishu": string;
1303
- "core.oauth.wechat": string;
1304
- "core.oauth.wechatmp": string;
1305
- "core.oauth.wechatwork": string;
1306
- "core.oauth.unknown": string;
1307
- "core.password.error": string;
1308
- "core.password.crypto_unsupported": string;
1309
- "core.password.required": string;
1310
- "core.password.strength": string;
1311
- "core.password.strength.empty": string;
1312
- "core.password.strength.high": string;
1313
- "core.password.strength.low": string;
1314
- "core.password.strength.medium": string;
1315
- "core.password.tip": string;
1316
- "core.theme.accordion": string;
1317
- "core.theme.aside_inverted": string;
1318
- "core.theme.aside_inverted_tip": string;
1319
- "core.theme.breadcrumb": string;
1320
- "core.theme.breadcrumb_icon": string;
1321
- "core.theme.color": string;
1322
- "core.theme.dark": string;
1323
- "core.theme.footer": string;
1324
- "core.theme.global": string;
1325
- "core.theme.grey": string;
1326
- "core.theme.header_inverted": string;
1327
- "core.theme.header_inverted_tip": string;
1328
- "core.theme.interface": string;
1329
- "core.theme.layout": string;
1330
- "core.theme.layout.classic": string;
1331
- "core.theme.layout.columns": string;
1332
- "core.theme.layout.transverse": string;
1333
- "core.theme.layout.vertical": string;
1334
- "core.theme.menu_collapse": string;
1335
- "core.theme.primary_reset": string;
1336
- "core.theme.settings": string;
1337
- "core.theme.tabs": string;
1338
- "core.theme.tabs_icon": string;
1339
- "core.theme.watermark": string;
1340
- "core.theme.weak": string;
1341
- "core.theme.color_hex_invalid": string;
1342
- "core.theme.color_rgb_invalid": string;
1343
- "core.route.forbidden": string;
1344
- "core.route.login": string;
1345
- "core.route.not_found": string;
1346
- "core.route.server_error": string;
1347
- "core.tabs.close_all": string;
1348
- "core.tabs.close_current": string;
1349
- "core.tabs.close_left": string;
1350
- "core.tabs.close_other": string;
1351
- "core.tabs.close_right": string;
1352
- "core.tabs.maximize": string;
1353
- "core.tabs.refresh": string;
1354
- "core.table.collapse_all": string;
1355
- "core.table.column_name": string;
1356
- "core.table.column_setting": string;
1357
- "core.table.expand_all": string;
1358
- "core.table.hide_search": string;
1359
- "core.table.no_configurable_columns": string;
1360
- "core.table.refresh": string;
1361
- "core.table.show": string;
1362
- "core.table.show_search": string;
1363
- "core.table.sort": string;
1364
- "core.tree.filter_placeholder": string;
1365
- "core.tree.reset_selection": string;
1366
- "core.upload.action": string;
1367
- "core.upload.batch_add": string;
1368
- "core.upload.batch_failed": string;
1369
- "core.upload.batch_success": string;
1370
- "core.upload.click": string;
1371
- "core.upload.data_cover": string;
1372
- "core.upload.drag_or_click": string;
1373
- "core.upload.excel_format": string;
1374
- "core.upload.file": string;
1375
- "core.upload.file_failed": string;
1376
- "core.upload.file_format_invalid": string;
1377
- "core.upload.file_size_exceeded": string;
1378
- "core.upload.file_success": string;
1379
- "core.upload.image_failed": string;
1380
- "core.upload.image_format_invalid": string;
1381
- "core.upload.image_limit_exceeded": string;
1382
- "core.upload.image_size_exceeded": string;
1383
- "core.upload.image_success": string;
1384
- "core.upload.limit_exceeded": string;
1385
- "core.upload.single_file_only": string;
1386
- "core.upload.template": string;
1387
- "core.upload.template_download": string;
1388
- "core.upload.unnamed_file": string;
1389
- "common.action.create_resource": string;
1390
- "common.action.edit_resource": string;
1391
- "common.action.refresh_cache": string;
1392
- "common.dialog.cancel_delete": string;
1393
- "common.dialog.delete_batch": string;
1394
- "common.dialog.delete_selected": string;
1395
- "common.dialog.delete_single": string;
1396
- "common.dialog.resource_field": string;
1397
- "common.dialog.status_change": string;
1398
- "common.field.created_at": string;
1399
- "common.field.remark": string;
1400
- "common.field.sort": string;
1401
- "common.field.status": string;
1402
- "common.field.tenant": string;
1403
- "common.field.updated_at": string;
1404
- "common.message.create_success": string;
1405
- "common.message.delete_success": string;
1406
- "common.message.load_children_failed": string;
1407
- "common.message.refresh_success": string;
1408
- "common.message.select_delete_item": string;
1409
- "common.message.status_success": string;
1410
- "common.message.update_success": string;
1411
- "common.placeholder.remark": string;
1412
- "common.validation.max_length": string;
1413
- "common.validation.required_input": string;
1414
- "common.validation.required_select": string;
1415
- "common.validation.sort_positive": string;
1416
- "common.field.action": string;
1417
- "common.placeholder.start_date": string;
1418
- "common.placeholder.end_date": string;
1419
- "common.value.yes": string;
1420
- "common.value.no": string;
1421
- "common.value.unknown": string;
1422
- "common.value.none": string;
1423
- };
1424
- readonly "ko-KR": {
1425
- "common.action.back": string;
1426
- "common.action.cancel": string;
1427
- "common.action.close": string;
1428
- "common.action.confirm": string;
1429
- "common.action.create": string;
1430
- "common.action.delete": string;
1431
- "common.action.download": string;
1432
- "common.action.edit": string;
1433
- "common.action.expand": string;
1434
- "common.action.collapse": string;
1435
- "common.action.login": string;
1436
- "common.action.logout": string;
1437
- "common.action.reset": string;
1438
- "common.action.save": string;
1439
- "common.action.search": string;
1440
- "common.action.view": string;
1441
- "common.field.end_time": string;
1442
- "common.field.language": string;
1443
- "common.field.operation": string;
1444
- "common.field.parameter_name": string;
1445
- "common.field.parameter_value": string;
1446
- "common.field.phone": string;
1447
- "common.field.start_time": string;
1448
- "common.language.en-US": string;
1449
- "common.language.ja-JP": string;
1450
- "common.language.zh-CN": string;
1451
- "common.language.zh-TW": string;
1452
- "common.language.ko-KR": string;
1453
- "common.language.fr-FR": string;
1454
- "common.language.es-ES": string;
1455
- "common.message.no_data": string;
1456
- "common.message.operation_success": string;
1457
- "common.message.system_error": string;
1458
- "common.validation.phone_invalid": string;
1459
- "common.validation.phone_required": string;
1460
- "common.title.notice": string;
1461
- "common.title.warning": string;
1462
- "common.placeholder.input": string;
1463
- "common.placeholder.input_content": string;
1464
- "common.placeholder.select": string;
1465
- "common.status.disabled": string;
1466
- "common.status.enabled": string;
1467
- "common.value.female": string;
1468
- "common.value.male": string;
1469
- "common.value.all": string;
1470
- "core.auth.login_again": string;
1471
- "core.auth.refresh_token_missing": string;
1472
- "core.auth.session_expired": string;
1473
- "core.auth.no_menu_permission": string;
1474
- "core.auth.no_permission": string;
1475
- "core.clipboard.success": string;
1476
- "core.cron.cycle_unit.day": string;
1477
- "core.cron.cycle_unit.hour": string;
1478
- "core.cron.cycle_unit.minute": string;
1479
- "core.cron.cycle_unit.month": string;
1480
- "core.cron.cycle_unit.second": string;
1481
- "core.cron.cycle_unit.year": string;
1482
- "core.cron.description.every": string;
1483
- "core.cron.description.range": string;
1484
- "core.cron.description.specific": string;
1485
- "core.cron.description.step": string;
1486
- "core.cron.description.unspecified": string;
1487
- "core.cron.description.weekday": string;
1488
- "core.cron.description_separator": string;
1489
- "core.cron.edit": string;
1490
- "core.cron.every_unit": string;
1491
- "core.cron.expression": string;
1492
- "core.cron.from": string;
1493
- "core.cron.last_day": string;
1494
- "core.cron.nearest_workday": string;
1495
- "core.cron.not_configured": string;
1496
- "core.cron.placeholder": string;
1497
- "core.cron.preset.daily_eight": string;
1498
- "core.cron.preset.daily_midnight": string;
1499
- "core.cron.preset.every_five_minutes": string;
1500
- "core.cron.preset.every_hour": string;
1501
- "core.cron.preset.every_minute": string;
1502
- "core.cron.preset.monthly_first": string;
1503
- "core.cron.preset.next_year_daily": string;
1504
- "core.cron.presets": string;
1505
- "core.cron.range": string;
1506
- "core.cron.repeat": string;
1507
- "core.cron.run_once": string;
1508
- "core.cron.segment.day": string;
1509
- "core.cron.segment.hour": string;
1510
- "core.cron.segment.minute": string;
1511
- "core.cron.segment.month": string;
1512
- "core.cron.segment.second": string;
1513
- "core.cron.segment.year": string;
1514
- "core.cron.specific": string;
1515
- "core.cron.start_every": string;
1516
- "core.cron.this_month": string;
1517
- "core.cron.title": string;
1518
- "core.cron.to": string;
1519
- "core.cron.unit.day": string;
1520
- "core.cron.unit.hour": string;
1521
- "core.cron.unit.minute": string;
1522
- "core.cron.unit.month": string;
1523
- "core.cron.unit.second": string;
1524
- "core.cron.unit.year": string;
1525
- "core.cron.unspecified": string;
1526
- "core.cron.value_separator": string;
1527
- "core.cron.value_with_unit": string;
1528
- "core.cron.workday": string;
1529
- "core.data.confirm_action": string;
1530
- "core.data.operation_success": string;
1531
- "core.download.large_file_notice": string;
1532
- "core.error.403.detail": string;
1533
- "core.error.404.detail": string;
1534
- "core.error.500.detail": string;
1535
- "core.error.pending.detail": string;
1536
- "core.error.javascript.eval": string;
1537
- "core.error.javascript.internal": string;
1538
- "core.error.javascript.range": string;
1539
- "core.error.javascript.reference": string;
1540
- "core.error.javascript.syntax": string;
1541
- "core.error.javascript.type": string;
1542
- "core.error.javascript.unknown": string;
1543
- "core.error.javascript.uri": string;
1544
- "core.header.fullscreen": string;
1545
- "core.header.fullscreen_exit": string;
1546
- "core.header.fullscreen_unsupported": string;
1547
- "core.header.language": string;
1548
- "core.header.menu_search": string;
1549
- "core.header.menu_search_empty": string;
1550
- "core.header.menu_search_placeholder": string;
1551
- "core.header.size.default": string;
1552
- "core.header.size.large": string;
1553
- "core.header.size.small": string;
1554
- "core.header.size_select": string;
1555
- "core.header.theme": string;
1556
- "core.icon.empty": string;
1557
- "core.icon.placeholder": string;
1558
- "core.icon.search": string;
1559
- "core.layout.department_unassigned": string;
1560
- "core.layout.home": string;
1561
- "core.layout.info": string;
1562
- "core.layout.password_change": string;
1563
- "core.layout.unnamed_menu": string;
1564
- "core.layout.logout_confirm": string;
1565
- "core.layout.logout_success": string;
1566
- "core.layout.not_set": string;
1567
- "core.layout.role_unassigned": string;
1568
- "core.login.behavior_click": string;
1569
- "core.login.behavior_confirm": string;
1570
- "core.login.behavior_puzzle": string;
1571
- "core.login.behavior_rotate": string;
1572
- "core.login.captcha": string;
1573
- "core.login.captcha_alt": string;
1574
- "core.login.greeting.afternoon": string;
1575
- "core.login.greeting.evening": string;
1576
- "core.login.greeting.morning": string;
1577
- "core.login.greeting.night": string;
1578
- "core.login.greeting.noon": string;
1579
- "core.login.other_methods": string;
1580
- "core.login.password": string;
1581
- "core.login.tenant_code": string;
1582
- "core.login.user_name": string;
1583
- "core.login.welcome": string;
1584
- "core.oauth.dingtalk": string;
1585
- "core.oauth.feishu": string;
1586
- "core.oauth.wechat": string;
1587
- "core.oauth.wechatmp": string;
1588
- "core.oauth.wechatwork": string;
1589
- "core.oauth.unknown": string;
1590
- "core.password.error": string;
1591
- "core.password.crypto_unsupported": string;
1592
- "core.password.required": string;
1593
- "core.password.strength": string;
1594
- "core.password.strength.empty": string;
1595
- "core.password.strength.high": string;
1596
- "core.password.strength.low": string;
1597
- "core.password.strength.medium": string;
1598
- "core.password.tip": string;
1599
- "core.theme.accordion": string;
1600
- "core.theme.aside_inverted": string;
1601
- "core.theme.aside_inverted_tip": string;
1602
- "core.theme.breadcrumb": string;
1603
- "core.theme.breadcrumb_icon": string;
1604
- "core.theme.color": string;
1605
- "core.theme.dark": string;
1606
- "core.theme.footer": string;
1607
- "core.theme.global": string;
1608
- "core.theme.grey": string;
1609
- "core.theme.header_inverted": string;
1610
- "core.theme.header_inverted_tip": string;
1611
- "core.theme.interface": string;
1612
- "core.theme.layout": string;
1613
- "core.theme.layout.classic": string;
1614
- "core.theme.layout.columns": string;
1615
- "core.theme.layout.transverse": string;
1616
- "core.theme.layout.vertical": string;
1617
- "core.theme.menu_collapse": string;
1618
- "core.theme.primary_reset": string;
1619
- "core.theme.settings": string;
1620
- "core.theme.tabs": string;
1621
- "core.theme.tabs_icon": string;
1622
- "core.theme.watermark": string;
1623
- "core.theme.weak": string;
1624
- "core.theme.color_hex_invalid": string;
1625
- "core.theme.color_rgb_invalid": string;
1626
- "core.route.forbidden": string;
1627
- "core.route.login": string;
1628
- "core.route.not_found": string;
1629
- "core.route.server_error": string;
1630
- "core.tabs.close_all": string;
1631
- "core.tabs.close_current": string;
1632
- "core.tabs.close_left": string;
1633
- "core.tabs.close_other": string;
1634
- "core.tabs.close_right": string;
1635
- "core.tabs.maximize": string;
1636
- "core.tabs.refresh": string;
1637
- "core.table.collapse_all": string;
1638
- "core.table.column_name": string;
1639
- "core.table.column_setting": string;
1640
- "core.table.expand_all": string;
1641
- "core.table.hide_search": string;
1642
- "core.table.no_configurable_columns": string;
1643
- "core.table.refresh": string;
1644
- "core.table.show": string;
1645
- "core.table.show_search": string;
1646
- "core.table.sort": string;
1647
- "core.tree.filter_placeholder": string;
1648
- "core.tree.reset_selection": string;
1649
- "core.upload.action": string;
1650
- "core.upload.batch_add": string;
1651
- "core.upload.batch_failed": string;
1652
- "core.upload.batch_success": string;
1653
- "core.upload.click": string;
1654
- "core.upload.data_cover": string;
1655
- "core.upload.drag_or_click": string;
1656
- "core.upload.excel_format": string;
1657
- "core.upload.file": string;
1658
- "core.upload.file_failed": string;
1659
- "core.upload.file_format_invalid": string;
1660
- "core.upload.file_size_exceeded": string;
1661
- "core.upload.file_success": string;
1662
- "core.upload.image_failed": string;
1663
- "core.upload.image_format_invalid": string;
1664
- "core.upload.image_limit_exceeded": string;
1665
- "core.upload.image_size_exceeded": string;
1666
- "core.upload.image_success": string;
1667
- "core.upload.limit_exceeded": string;
1668
- "core.upload.single_file_only": string;
1669
- "core.upload.template": string;
1670
- "core.upload.template_download": string;
1671
- "core.upload.unnamed_file": string;
1672
- "common.action.create_resource": string;
1673
- "common.action.edit_resource": string;
1674
- "common.action.refresh_cache": string;
1675
- "common.dialog.cancel_delete": string;
1676
- "common.dialog.delete_batch": string;
1677
- "common.dialog.delete_selected": string;
1678
- "common.dialog.delete_single": string;
1679
- "common.dialog.resource_field": string;
1680
- "common.dialog.status_change": string;
1681
- "common.field.created_at": string;
1682
- "common.field.remark": string;
1683
- "common.field.sort": string;
1684
- "common.field.status": string;
1685
- "common.field.tenant": string;
1686
- "common.field.updated_at": string;
1687
- "common.message.create_success": string;
1688
- "common.message.delete_success": string;
1689
- "common.message.load_children_failed": string;
1690
- "common.message.refresh_success": string;
1691
- "common.message.select_delete_item": string;
1692
- "common.message.status_success": string;
1693
- "common.message.update_success": string;
1694
- "common.placeholder.remark": string;
1695
- "common.validation.max_length": string;
1696
- "common.validation.required_input": string;
1697
- "common.validation.required_select": string;
1698
- "common.validation.sort_positive": string;
1699
- "common.field.action": string;
1700
- "common.placeholder.start_date": string;
1701
- "common.placeholder.end_date": string;
1702
- "common.value.yes": string;
1703
- "common.value.no": string;
1704
- "common.value.unknown": string;
1705
- "common.value.none": string;
1706
- };
1707
- readonly "zh-TW": {
1708
- "common.action.back": string;
1709
- "common.action.cancel": string;
1710
- "common.action.close": string;
1711
- "common.action.confirm": string;
1712
- "common.action.create": string;
1713
- "common.action.delete": string;
1714
- "common.action.download": string;
1715
- "common.action.edit": string;
1716
- "common.action.expand": string;
1717
- "common.action.collapse": string;
1718
- "common.action.login": string;
1719
- "common.action.logout": string;
1720
- "common.action.reset": string;
1721
- "common.action.save": string;
1722
- "common.action.search": string;
1723
- "common.action.view": string;
1724
- "common.field.end_time": string;
1725
- "common.field.language": string;
1726
- "common.field.operation": string;
1727
- "common.field.parameter_name": string;
1728
- "common.field.parameter_value": string;
1729
- "common.field.phone": string;
1730
- "common.field.start_time": string;
1731
- "common.language.en-US": string;
1732
- "common.language.ja-JP": string;
1733
- "common.language.zh-CN": string;
1734
- "common.language.zh-TW": string;
1735
- "common.language.ko-KR": string;
1736
- "common.language.fr-FR": string;
1737
- "common.language.es-ES": string;
1738
- "common.message.no_data": string;
1739
- "common.message.operation_success": string;
1740
- "common.message.system_error": string;
1741
- "common.validation.phone_invalid": string;
1742
- "common.validation.phone_required": string;
1743
- "common.title.notice": string;
1744
- "common.title.warning": string;
1745
- "common.placeholder.input": string;
1746
- "common.placeholder.input_content": string;
1747
- "common.placeholder.select": string;
1748
- "common.status.disabled": string;
1749
- "common.status.enabled": string;
1750
- "common.value.female": string;
1751
- "common.value.male": string;
1752
- "common.value.all": string;
1753
- "core.auth.login_again": string;
1754
- "core.auth.refresh_token_missing": string;
1755
- "core.auth.session_expired": string;
1756
- "core.auth.no_menu_permission": string;
1757
- "core.auth.no_permission": string;
1758
- "core.clipboard.success": string;
1759
- "core.cron.cycle_unit.day": string;
1760
- "core.cron.cycle_unit.hour": string;
1761
- "core.cron.cycle_unit.minute": string;
1762
- "core.cron.cycle_unit.month": string;
1763
- "core.cron.cycle_unit.second": string;
1764
- "core.cron.cycle_unit.year": string;
1765
- "core.cron.description.every": string;
1766
- "core.cron.description.range": string;
1767
- "core.cron.description.specific": string;
1768
- "core.cron.description.step": string;
1769
- "core.cron.description.unspecified": string;
1770
- "core.cron.description.weekday": string;
1771
- "core.cron.description_separator": string;
1772
- "core.cron.edit": string;
1773
- "core.cron.every_unit": string;
1774
- "core.cron.expression": string;
1775
- "core.cron.from": string;
1776
- "core.cron.last_day": string;
1777
- "core.cron.nearest_workday": string;
1778
- "core.cron.not_configured": string;
1779
- "core.cron.placeholder": string;
1780
- "core.cron.preset.daily_eight": string;
1781
- "core.cron.preset.daily_midnight": string;
1782
- "core.cron.preset.every_five_minutes": string;
1783
- "core.cron.preset.every_hour": string;
1784
- "core.cron.preset.every_minute": string;
1785
- "core.cron.preset.monthly_first": string;
1786
- "core.cron.preset.next_year_daily": string;
1787
- "core.cron.presets": string;
1788
- "core.cron.range": string;
1789
- "core.cron.repeat": string;
1790
- "core.cron.run_once": string;
1791
- "core.cron.segment.day": string;
1792
- "core.cron.segment.hour": string;
1793
- "core.cron.segment.minute": string;
1794
- "core.cron.segment.month": string;
1795
- "core.cron.segment.second": string;
1796
- "core.cron.segment.year": string;
1797
- "core.cron.specific": string;
1798
- "core.cron.start_every": string;
1799
- "core.cron.this_month": string;
1800
- "core.cron.title": string;
1801
- "core.cron.to": string;
1802
- "core.cron.unit.day": string;
1803
- "core.cron.unit.hour": string;
1804
- "core.cron.unit.minute": string;
1805
- "core.cron.unit.month": string;
1806
- "core.cron.unit.second": string;
1807
- "core.cron.unit.year": string;
1808
- "core.cron.unspecified": string;
1809
- "core.cron.value_separator": string;
1810
- "core.cron.value_with_unit": string;
1811
- "core.cron.workday": string;
1812
- "core.data.confirm_action": string;
1813
- "core.data.operation_success": string;
1814
- "core.download.large_file_notice": string;
1815
- "core.error.403.detail": string;
1816
- "core.error.404.detail": string;
1817
- "core.error.500.detail": string;
1818
- "core.error.pending.detail": string;
1819
- "core.error.javascript.eval": string;
1820
- "core.error.javascript.internal": string;
1821
- "core.error.javascript.range": string;
1822
- "core.error.javascript.reference": string;
1823
- "core.error.javascript.syntax": string;
1824
- "core.error.javascript.type": string;
1825
- "core.error.javascript.unknown": string;
1826
- "core.error.javascript.uri": string;
1827
- "core.header.fullscreen": string;
1828
- "core.header.fullscreen_exit": string;
1829
- "core.header.fullscreen_unsupported": string;
1830
- "core.header.language": string;
1831
- "core.header.menu_search": string;
1832
- "core.header.menu_search_empty": string;
1833
- "core.header.menu_search_placeholder": string;
1834
- "core.header.size.default": string;
1835
- "core.header.size.large": string;
1836
- "core.header.size.small": string;
1837
- "core.header.size_select": string;
1838
- "core.header.theme": string;
1839
- "core.icon.empty": string;
1840
- "core.icon.placeholder": string;
1841
- "core.icon.search": string;
1842
- "core.layout.department_unassigned": string;
1843
- "core.layout.home": string;
1844
- "core.layout.info": string;
1845
- "core.layout.password_change": string;
1846
- "core.layout.unnamed_menu": string;
1847
- "core.layout.logout_confirm": string;
1848
- "core.layout.logout_success": string;
1849
- "core.layout.not_set": string;
1850
- "core.layout.role_unassigned": string;
1851
- "core.login.behavior_click": string;
1852
- "core.login.behavior_confirm": string;
1853
- "core.login.behavior_puzzle": string;
1854
- "core.login.behavior_rotate": string;
1855
- "core.login.captcha": string;
1856
- "core.login.captcha_alt": string;
1857
- "core.login.greeting.afternoon": string;
1858
- "core.login.greeting.evening": string;
1859
- "core.login.greeting.morning": string;
1860
- "core.login.greeting.night": string;
1861
- "core.login.greeting.noon": string;
1862
- "core.login.other_methods": string;
1863
- "core.login.password": string;
1864
- "core.login.tenant_code": string;
1865
- "core.login.user_name": string;
1866
- "core.login.welcome": string;
1867
- "core.oauth.dingtalk": string;
1868
- "core.oauth.feishu": string;
1869
- "core.oauth.wechat": string;
1870
- "core.oauth.wechatmp": string;
1871
- "core.oauth.wechatwork": string;
1872
- "core.oauth.unknown": string;
1873
- "core.password.error": string;
1874
- "core.password.crypto_unsupported": string;
1875
- "core.password.required": string;
1876
- "core.password.strength": string;
1877
- "core.password.strength.empty": string;
1878
- "core.password.strength.high": string;
1879
- "core.password.strength.low": string;
1880
- "core.password.strength.medium": string;
1881
- "core.password.tip": string;
1882
- "core.theme.accordion": string;
1883
- "core.theme.aside_inverted": string;
1884
- "core.theme.aside_inverted_tip": string;
1885
- "core.theme.breadcrumb": string;
1886
- "core.theme.breadcrumb_icon": string;
1887
- "core.theme.color": string;
1888
- "core.theme.dark": string;
1889
- "core.theme.footer": string;
1890
- "core.theme.global": string;
1891
- "core.theme.grey": string;
1892
- "core.theme.header_inverted": string;
1893
- "core.theme.header_inverted_tip": string;
1894
- "core.theme.interface": string;
1895
- "core.theme.layout": string;
1896
- "core.theme.layout.classic": string;
1897
- "core.theme.layout.columns": string;
1898
- "core.theme.layout.transverse": string;
1899
- "core.theme.layout.vertical": string;
1900
- "core.theme.menu_collapse": string;
1901
- "core.theme.primary_reset": string;
1902
- "core.theme.settings": string;
1903
- "core.theme.tabs": string;
1904
- "core.theme.tabs_icon": string;
1905
- "core.theme.watermark": string;
1906
- "core.theme.weak": string;
1907
- "core.theme.color_hex_invalid": string;
1908
- "core.theme.color_rgb_invalid": string;
1909
- "core.route.forbidden": string;
1910
- "core.route.login": string;
1911
- "core.route.not_found": string;
1912
- "core.route.server_error": string;
1913
- "core.tabs.close_all": string;
1914
- "core.tabs.close_current": string;
1915
- "core.tabs.close_left": string;
1916
- "core.tabs.close_other": string;
1917
- "core.tabs.close_right": string;
1918
- "core.tabs.maximize": string;
1919
- "core.tabs.refresh": string;
1920
- "core.table.collapse_all": string;
1921
- "core.table.column_name": string;
1922
- "core.table.column_setting": string;
1923
- "core.table.expand_all": string;
1924
- "core.table.hide_search": string;
1925
- "core.table.no_configurable_columns": string;
1926
- "core.table.refresh": string;
1927
- "core.table.show": string;
1928
- "core.table.show_search": string;
1929
- "core.table.sort": string;
1930
- "core.tree.filter_placeholder": string;
1931
- "core.tree.reset_selection": string;
1932
- "core.upload.action": string;
1933
- "core.upload.batch_add": string;
1934
- "core.upload.batch_failed": string;
1935
- "core.upload.batch_success": string;
1936
- "core.upload.click": string;
1937
- "core.upload.data_cover": string;
1938
- "core.upload.drag_or_click": string;
1939
- "core.upload.excel_format": string;
1940
- "core.upload.file": string;
1941
- "core.upload.file_failed": string;
1942
- "core.upload.file_format_invalid": string;
1943
- "core.upload.file_size_exceeded": string;
1944
- "core.upload.file_success": string;
1945
- "core.upload.image_failed": string;
1946
- "core.upload.image_format_invalid": string;
1947
- "core.upload.image_limit_exceeded": string;
1948
- "core.upload.image_size_exceeded": string;
1949
- "core.upload.image_success": string;
1950
- "core.upload.limit_exceeded": string;
1951
- "core.upload.single_file_only": string;
1952
- "core.upload.template": string;
1953
- "core.upload.template_download": string;
1954
- "core.upload.unnamed_file": string;
1955
- "common.action.create_resource": string;
1956
- "common.action.edit_resource": string;
1957
- "common.action.refresh_cache": string;
1958
- "common.dialog.cancel_delete": string;
1959
- "common.dialog.delete_batch": string;
1960
- "common.dialog.delete_selected": string;
1961
- "common.dialog.delete_single": string;
1962
- "common.dialog.resource_field": string;
1963
- "common.dialog.status_change": string;
1964
- "common.field.created_at": string;
1965
- "common.field.remark": string;
1966
- "common.field.sort": string;
1967
- "common.field.status": string;
1968
- "common.field.tenant": string;
1969
- "common.field.updated_at": string;
1970
- "common.message.create_success": string;
1971
- "common.message.delete_success": string;
1972
- "common.message.load_children_failed": string;
1973
- "common.message.refresh_success": string;
1974
- "common.message.select_delete_item": string;
1975
- "common.message.status_success": string;
1976
- "common.message.update_success": string;
1977
- "common.placeholder.remark": string;
1978
- "common.validation.max_length": string;
1979
- "common.validation.required_input": string;
1980
- "common.validation.required_select": string;
1981
- "common.validation.sort_positive": string;
1982
- "common.field.action": string;
1983
- "common.placeholder.start_date": string;
1984
- "common.placeholder.end_date": string;
1985
- "common.value.yes": string;
1986
- "common.value.no": string;
1987
- "common.value.unknown": string;
1988
- "common.value.none": string;
1989
- };
1990
- };
1991
- export type GeneratedLocale = keyof typeof LOCALE_MESSAGES;
1992
- export declare const DEFAULT_LOCALE: GeneratedLocale;
1993
- export declare const SUPPORTED_LOCALES: GeneratedLocale[];
1994
- export declare const DAYJS_LOCALE_MAP: Record<string, string>;
1995
- export declare const ELEMENT_LOCALES: {
1996
- readonly "zh-CN": {
1997
- name: string;
1998
- el: {
1999
- breadcrumb: {
2000
- label: string;
2001
- };
2002
- colorpicker: {
2003
- confirm: string;
2004
- clear: string;
2005
- defaultLabel: string;
2006
- description: string;
2007
- alphaLabel: string;
2008
- alphaDescription: string;
2009
- hueLabel: string;
2010
- hueDescription: string;
2011
- svLabel: string;
2012
- svDescription: string;
2013
- predefineDescription: string;
2014
- };
2015
- datepicker: {
2016
- now: string;
2017
- today: string;
2018
- cancel: string;
2019
- clear: string;
2020
- confirm: string;
2021
- dateTablePrompt: string;
2022
- monthTablePrompt: string;
2023
- yearTablePrompt: string;
2024
- selectedDate: string;
2025
- selectDate: string;
2026
- selectTime: string;
2027
- startDate: string;
2028
- startTime: string;
2029
- endDate: string;
2030
- endTime: string;
2031
- prevYear: string;
2032
- nextYear: string;
2033
- prevMonth: string;
2034
- nextMonth: string;
2035
- year: string;
2036
- month1: string;
2037
- month2: string;
2038
- month3: string;
2039
- month4: string;
2040
- month5: string;
2041
- month6: string;
2042
- month7: string;
2043
- month8: string;
2044
- month9: string;
2045
- month10: string;
2046
- month11: string;
2047
- month12: string;
2048
- weeks: {
2049
- sun: string;
2050
- mon: string;
2051
- tue: string;
2052
- wed: string;
2053
- thu: string;
2054
- fri: string;
2055
- sat: string;
2056
- };
2057
- weeksFull: {
2058
- sun: string;
2059
- mon: string;
2060
- tue: string;
2061
- wed: string;
2062
- thu: string;
2063
- fri: string;
2064
- sat: string;
2065
- };
2066
- months: {
2067
- jan: string;
2068
- feb: string;
2069
- mar: string;
2070
- apr: string;
2071
- may: string;
2072
- jun: string;
2073
- jul: string;
2074
- aug: string;
2075
- sep: string;
2076
- oct: string;
2077
- nov: string;
2078
- dec: string;
2079
- };
2080
- };
2081
- inputNumber: {
2082
- decrease: string;
2083
- increase: string;
2084
- };
2085
- select: {
2086
- loading: string;
2087
- noMatch: string;
2088
- noData: string;
2089
- placeholder: string;
2090
- };
2091
- mention: {
2092
- loading: string;
2093
- };
2094
- dropdown: {
2095
- toggleDropdown: string;
2096
- };
2097
- cascader: {
2098
- noMatch: string;
2099
- loading: string;
2100
- placeholder: string;
2101
- noData: string;
2102
- };
2103
- pagination: {
2104
- goto: string;
2105
- pagesize: string;
2106
- total: string;
2107
- pageClassifier: string;
2108
- page: string;
2109
- prev: string;
2110
- next: string;
2111
- currentPage: string;
2112
- prevPages: string;
2113
- nextPages: string;
2114
- deprecationWarning: string;
2115
- };
2116
- dialog: {
2117
- close: string;
2118
- };
2119
- drawer: {
2120
- close: string;
2121
- };
2122
- messagebox: {
2123
- title: string;
2124
- confirm: string;
2125
- cancel: string;
2126
- error: string;
2127
- close: string;
2128
- };
2129
- upload: {
2130
- deleteTip: string;
2131
- delete: string;
2132
- preview: string;
2133
- continue: string;
2134
- };
2135
- slider: {
2136
- defaultLabel: string;
2137
- defaultRangeStartLabel: string;
2138
- defaultRangeEndLabel: string;
2139
- };
2140
- table: {
2141
- emptyText: string;
2142
- confirmFilter: string;
2143
- resetFilter: string;
2144
- clearFilter: string;
2145
- sumText: string;
2146
- selectAllLabel: string;
2147
- selectRowLabel: string;
2148
- expandRowLabel: string;
2149
- collapseRowLabel: string;
2150
- sortLabel: string;
2151
- filterLabel: string;
2152
- };
2153
- tag: {
2154
- close: string;
2155
- };
2156
- tour: {
2157
- next: string;
2158
- previous: string;
2159
- finish: string;
2160
- close: string;
2161
- };
2162
- tree: {
2163
- emptyText: string;
2164
- };
2165
- transfer: {
2166
- noMatch: string;
2167
- noData: string;
2168
- titles: string[];
2169
- filterPlaceholder: string;
2170
- noCheckedFormat: string;
2171
- hasCheckedFormat: string;
2172
- };
2173
- image: {
2174
- error: string;
2175
- };
2176
- pageHeader: {
2177
- title: string;
2178
- };
2179
- popconfirm: {
2180
- confirmButtonText: string;
2181
- cancelButtonText: string;
2182
- };
2183
- carousel: {
2184
- leftArrow: string;
2185
- rightArrow: string;
2186
- indicator: string;
2187
- };
2188
- inputOTP: {
2189
- groupLabel: string;
2190
- defaultLabel: string;
2191
- };
2192
- };
2193
- };
2194
- readonly "en-US": {
2195
- name: string;
2196
- el: {
2197
- breadcrumb: {
2198
- label: string;
2199
- };
2200
- colorpicker: {
2201
- confirm: string;
2202
- clear: string;
2203
- defaultLabel: string;
2204
- description: string;
2205
- alphaLabel: string;
2206
- alphaDescription: string;
2207
- hueLabel: string;
2208
- hueDescription: string;
2209
- svLabel: string;
2210
- svDescription: string;
2211
- predefineDescription: string;
2212
- };
2213
- datepicker: {
2214
- now: string;
2215
- today: string;
2216
- cancel: string;
2217
- clear: string;
2218
- confirm: string;
2219
- dateTablePrompt: string;
2220
- monthTablePrompt: string;
2221
- yearTablePrompt: string;
2222
- selectedDate: string;
2223
- selectDate: string;
2224
- selectTime: string;
2225
- startDate: string;
2226
- startTime: string;
2227
- endDate: string;
2228
- endTime: string;
2229
- prevYear: string;
2230
- nextYear: string;
2231
- prevMonth: string;
2232
- nextMonth: string;
2233
- year: string;
2234
- month1: string;
2235
- month2: string;
2236
- month3: string;
2237
- month4: string;
2238
- month5: string;
2239
- month6: string;
2240
- month7: string;
2241
- month8: string;
2242
- month9: string;
2243
- month10: string;
2244
- month11: string;
2245
- month12: string;
2246
- weeks: {
2247
- sun: string;
2248
- mon: string;
2249
- tue: string;
2250
- wed: string;
2251
- thu: string;
2252
- fri: string;
2253
- sat: string;
2254
- };
2255
- weeksFull: {
2256
- sun: string;
2257
- mon: string;
2258
- tue: string;
2259
- wed: string;
2260
- thu: string;
2261
- fri: string;
2262
- sat: string;
2263
- };
2264
- months: {
2265
- jan: string;
2266
- feb: string;
2267
- mar: string;
2268
- apr: string;
2269
- may: string;
2270
- jun: string;
2271
- jul: string;
2272
- aug: string;
2273
- sep: string;
2274
- oct: string;
2275
- nov: string;
2276
- dec: string;
2277
- };
2278
- };
2279
- inputNumber: {
2280
- decrease: string;
2281
- increase: string;
2282
- };
2283
- select: {
2284
- loading: string;
2285
- noMatch: string;
2286
- noData: string;
2287
- placeholder: string;
2288
- };
2289
- mention: {
2290
- loading: string;
2291
- };
2292
- dropdown: {
2293
- toggleDropdown: string;
2294
- };
2295
- cascader: {
2296
- noMatch: string;
2297
- loading: string;
2298
- placeholder: string;
2299
- noData: string;
2300
- };
2301
- pagination: {
2302
- goto: string;
2303
- pagesize: string;
2304
- total: string;
2305
- pageClassifier: string;
2306
- page: string;
2307
- prev: string;
2308
- next: string;
2309
- currentPage: string;
2310
- prevPages: string;
2311
- nextPages: string;
2312
- deprecationWarning: string;
2313
- };
2314
- dialog: {
2315
- close: string;
2316
- };
2317
- drawer: {
2318
- close: string;
2319
- };
2320
- messagebox: {
2321
- title: string;
2322
- confirm: string;
2323
- cancel: string;
2324
- error: string;
2325
- close: string;
2326
- };
2327
- upload: {
2328
- deleteTip: string;
2329
- delete: string;
2330
- preview: string;
2331
- continue: string;
2332
- };
2333
- slider: {
2334
- defaultLabel: string;
2335
- defaultRangeStartLabel: string;
2336
- defaultRangeEndLabel: string;
2337
- };
2338
- table: {
2339
- emptyText: string;
2340
- confirmFilter: string;
2341
- resetFilter: string;
2342
- clearFilter: string;
2343
- sumText: string;
2344
- selectAllLabel: string;
2345
- selectRowLabel: string;
2346
- expandRowLabel: string;
2347
- collapseRowLabel: string;
2348
- sortLabel: string;
2349
- filterLabel: string;
2350
- };
2351
- tag: {
2352
- close: string;
2353
- };
2354
- tour: {
2355
- next: string;
2356
- previous: string;
2357
- finish: string;
2358
- close: string;
2359
- };
2360
- tree: {
2361
- emptyText: string;
2362
- };
2363
- transfer: {
2364
- noMatch: string;
2365
- noData: string;
2366
- titles: string[];
2367
- filterPlaceholder: string;
2368
- noCheckedFormat: string;
2369
- hasCheckedFormat: string;
2370
- };
2371
- image: {
2372
- error: string;
2373
- };
2374
- pageHeader: {
2375
- title: string;
2376
- };
2377
- popconfirm: {
2378
- confirmButtonText: string;
2379
- cancelButtonText: string;
2380
- };
2381
- carousel: {
2382
- leftArrow: string;
2383
- rightArrow: string;
2384
- indicator: string;
2385
- };
2386
- inputOTP: {
2387
- groupLabel: string;
2388
- defaultLabel: string;
2389
- };
2390
- };
2391
- };
2392
- readonly "es-ES": {
1126
+ };
1127
+ export type GeneratedLocale = keyof typeof LOCALE_MESSAGES;
1128
+ export declare const DEFAULT_LOCALE: GeneratedLocale;
1129
+ export declare const SUPPORTED_LOCALES: GeneratedLocale[];
1130
+ export declare const DAYJS_LOCALE_MAP: Record<string, string>;
1131
+ export declare const ELEMENT_LOCALES: {
1132
+ readonly "zh-CN": {
2393
1133
  name: string;
2394
1134
  el: {
2395
1135
  breadcrumb: {
@@ -2587,7 +1327,7 @@ export declare const ELEMENT_LOCALES: {
2587
1327
  };
2588
1328
  };
2589
1329
  };
2590
- readonly "fr-FR": {
1330
+ readonly "en-US": {
2591
1331
  name: string;
2592
1332
  el: {
2593
1333
  breadcrumb: {
@@ -2983,204 +1723,6 @@ export declare const ELEMENT_LOCALES: {
2983
1723
  };
2984
1724
  };
2985
1725
  };
2986
- readonly "ko-KR": {
2987
- name: string;
2988
- el: {
2989
- breadcrumb: {
2990
- label: string;
2991
- };
2992
- colorpicker: {
2993
- confirm: string;
2994
- clear: string;
2995
- defaultLabel: string;
2996
- description: string;
2997
- alphaLabel: string;
2998
- alphaDescription: string;
2999
- hueLabel: string;
3000
- hueDescription: string;
3001
- svLabel: string;
3002
- svDescription: string;
3003
- predefineDescription: string;
3004
- };
3005
- datepicker: {
3006
- now: string;
3007
- today: string;
3008
- cancel: string;
3009
- clear: string;
3010
- confirm: string;
3011
- dateTablePrompt: string;
3012
- monthTablePrompt: string;
3013
- yearTablePrompt: string;
3014
- selectedDate: string;
3015
- selectDate: string;
3016
- selectTime: string;
3017
- startDate: string;
3018
- startTime: string;
3019
- endDate: string;
3020
- endTime: string;
3021
- prevYear: string;
3022
- nextYear: string;
3023
- prevMonth: string;
3024
- nextMonth: string;
3025
- year: string;
3026
- month1: string;
3027
- month2: string;
3028
- month3: string;
3029
- month4: string;
3030
- month5: string;
3031
- month6: string;
3032
- month7: string;
3033
- month8: string;
3034
- month9: string;
3035
- month10: string;
3036
- month11: string;
3037
- month12: string;
3038
- weeks: {
3039
- sun: string;
3040
- mon: string;
3041
- tue: string;
3042
- wed: string;
3043
- thu: string;
3044
- fri: string;
3045
- sat: string;
3046
- };
3047
- weeksFull: {
3048
- sun: string;
3049
- mon: string;
3050
- tue: string;
3051
- wed: string;
3052
- thu: string;
3053
- fri: string;
3054
- sat: string;
3055
- };
3056
- months: {
3057
- jan: string;
3058
- feb: string;
3059
- mar: string;
3060
- apr: string;
3061
- may: string;
3062
- jun: string;
3063
- jul: string;
3064
- aug: string;
3065
- sep: string;
3066
- oct: string;
3067
- nov: string;
3068
- dec: string;
3069
- };
3070
- };
3071
- inputNumber: {
3072
- decrease: string;
3073
- increase: string;
3074
- };
3075
- select: {
3076
- loading: string;
3077
- noMatch: string;
3078
- noData: string;
3079
- placeholder: string;
3080
- };
3081
- mention: {
3082
- loading: string;
3083
- };
3084
- dropdown: {
3085
- toggleDropdown: string;
3086
- };
3087
- cascader: {
3088
- noMatch: string;
3089
- loading: string;
3090
- placeholder: string;
3091
- noData: string;
3092
- };
3093
- pagination: {
3094
- goto: string;
3095
- pagesize: string;
3096
- total: string;
3097
- pageClassifier: string;
3098
- page: string;
3099
- prev: string;
3100
- next: string;
3101
- currentPage: string;
3102
- prevPages: string;
3103
- nextPages: string;
3104
- deprecationWarning: string;
3105
- };
3106
- dialog: {
3107
- close: string;
3108
- };
3109
- drawer: {
3110
- close: string;
3111
- };
3112
- messagebox: {
3113
- title: string;
3114
- confirm: string;
3115
- cancel: string;
3116
- error: string;
3117
- close: string;
3118
- };
3119
- upload: {
3120
- deleteTip: string;
3121
- delete: string;
3122
- preview: string;
3123
- continue: string;
3124
- };
3125
- slider: {
3126
- defaultLabel: string;
3127
- defaultRangeStartLabel: string;
3128
- defaultRangeEndLabel: string;
3129
- };
3130
- table: {
3131
- emptyText: string;
3132
- confirmFilter: string;
3133
- resetFilter: string;
3134
- clearFilter: string;
3135
- sumText: string;
3136
- selectAllLabel: string;
3137
- selectRowLabel: string;
3138
- expandRowLabel: string;
3139
- collapseRowLabel: string;
3140
- sortLabel: string;
3141
- filterLabel: string;
3142
- };
3143
- tag: {
3144
- close: string;
3145
- };
3146
- tour: {
3147
- next: string;
3148
- previous: string;
3149
- finish: string;
3150
- close: string;
3151
- };
3152
- tree: {
3153
- emptyText: string;
3154
- };
3155
- transfer: {
3156
- noMatch: string;
3157
- noData: string;
3158
- titles: string[];
3159
- filterPlaceholder: string;
3160
- noCheckedFormat: string;
3161
- hasCheckedFormat: string;
3162
- };
3163
- image: {
3164
- error: string;
3165
- };
3166
- pageHeader: {
3167
- title: string;
3168
- };
3169
- popconfirm: {
3170
- confirmButtonText: string;
3171
- cancelButtonText: string;
3172
- };
3173
- carousel: {
3174
- leftArrow: string;
3175
- rightArrow: string;
3176
- indicator: string;
3177
- };
3178
- inputOTP: {
3179
- groupLabel: string;
3180
- defaultLabel: string;
3181
- };
3182
- };
3183
- };
3184
1726
  readonly "zh-TW": {
3185
1727
  name: string;
3186
1728
  el: {