@liujitcn/kratos-admin-core 0.0.25 → 0.0.26

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.
@@ -1,9 +1,5 @@
1
1
  import "dayjs/locale/zh-cn";
2
2
  import "dayjs/locale/en";
3
- import "dayjs/locale/es";
4
- import "dayjs/locale/fr";
5
- import "dayjs/locale/ja";
6
- import "dayjs/locale/ko";
7
3
  import "dayjs/locale/zh-tw";
8
4
  export declare const LOCALE_MESSAGES: {
9
5
  readonly "zh-CN": {
@@ -31,12 +27,8 @@ export declare const LOCALE_MESSAGES: {
31
27
  "common.field.phone": string;
32
28
  "common.field.start_time": string;
33
29
  "common.language.en-US": string;
34
- "common.language.ja-JP": string;
35
30
  "common.language.zh-CN": string;
36
31
  "common.language.zh-TW": string;
37
- "common.language.ko-KR": string;
38
- "common.language.fr-FR": string;
39
- "common.language.es-ES": string;
40
32
  "common.message.no_data": string;
41
33
  "common.message.operation_success": string;
42
34
  "common.message.system_error": string;
@@ -314,12 +306,8 @@ export declare const LOCALE_MESSAGES: {
314
306
  "common.field.phone": string;
315
307
  "common.field.start_time": string;
316
308
  "common.language.en-US": string;
317
- "common.language.ja-JP": string;
318
309
  "common.language.zh-CN": string;
319
310
  "common.language.zh-TW": string;
320
- "common.language.ko-KR": string;
321
- "common.language.fr-FR": string;
322
- "common.language.es-ES": string;
323
311
  "common.message.no_data": string;
324
312
  "common.message.operation_success": string;
325
313
  "common.message.system_error": string;
@@ -572,7 +560,7 @@ export declare const LOCALE_MESSAGES: {
572
560
  "common.value.unknown": string;
573
561
  "common.value.none": string;
574
562
  };
575
- readonly "es-ES": {
563
+ readonly "zh-TW": {
576
564
  "common.action.back": string;
577
565
  "common.action.cancel": string;
578
566
  "common.action.close": string;
@@ -597,12 +585,8 @@ export declare const LOCALE_MESSAGES: {
597
585
  "common.field.phone": string;
598
586
  "common.field.start_time": string;
599
587
  "common.language.en-US": string;
600
- "common.language.ja-JP": string;
601
588
  "common.language.zh-CN": string;
602
589
  "common.language.zh-TW": string;
603
- "common.language.ko-KR": string;
604
- "common.language.fr-FR": string;
605
- "common.language.es-ES": string;
606
590
  "common.message.no_data": string;
607
591
  "common.message.operation_success": string;
608
592
  "common.message.system_error": string;
@@ -855,1937 +839,13 @@ export declare const LOCALE_MESSAGES: {
855
839
  "common.value.unknown": string;
856
840
  "common.value.none": string;
857
841
  };
858
- readonly "fr-FR": {
859
- "common.action.back": string;
860
- "common.action.cancel": string;
861
- "common.action.close": string;
862
- "common.action.confirm": string;
863
- "common.action.create": string;
864
- "common.action.delete": string;
865
- "common.action.download": string;
866
- "common.action.edit": string;
867
- "common.action.expand": string;
868
- "common.action.collapse": string;
869
- "common.action.login": string;
870
- "common.action.logout": string;
871
- "common.action.reset": string;
872
- "common.action.save": string;
873
- "common.action.search": string;
874
- "common.action.view": string;
875
- "common.field.end_time": string;
876
- "common.field.language": string;
877
- "common.field.operation": string;
878
- "common.field.parameter_name": string;
879
- "common.field.parameter_value": string;
880
- "common.field.phone": string;
881
- "common.field.start_time": string;
882
- "common.language.en-US": string;
883
- "common.language.ja-JP": string;
884
- "common.language.zh-CN": string;
885
- "common.language.zh-TW": string;
886
- "common.language.ko-KR": string;
887
- "common.language.fr-FR": string;
888
- "common.language.es-ES": string;
889
- "common.message.no_data": string;
890
- "common.message.operation_success": string;
891
- "common.message.system_error": string;
892
- "common.validation.phone_invalid": string;
893
- "common.validation.phone_required": string;
894
- "common.title.notice": string;
895
- "common.title.warning": string;
896
- "common.placeholder.input": string;
897
- "common.placeholder.input_content": string;
898
- "common.placeholder.select": string;
899
- "common.status.disabled": string;
900
- "common.status.enabled": string;
901
- "common.value.female": string;
902
- "common.value.male": string;
903
- "common.value.all": string;
904
- "core.auth.login_again": string;
905
- "core.auth.refresh_token_missing": string;
906
- "core.auth.session_expired": string;
907
- "core.auth.no_menu_permission": string;
908
- "core.auth.no_permission": string;
909
- "core.clipboard.success": string;
910
- "core.cron.cycle_unit.day": string;
911
- "core.cron.cycle_unit.hour": string;
912
- "core.cron.cycle_unit.minute": string;
913
- "core.cron.cycle_unit.month": string;
914
- "core.cron.cycle_unit.second": string;
915
- "core.cron.cycle_unit.year": string;
916
- "core.cron.description.every": string;
917
- "core.cron.description.range": string;
918
- "core.cron.description.specific": string;
919
- "core.cron.description.step": string;
920
- "core.cron.description.unspecified": string;
921
- "core.cron.description.weekday": string;
922
- "core.cron.description_separator": string;
923
- "core.cron.edit": string;
924
- "core.cron.every_unit": string;
925
- "core.cron.expression": string;
926
- "core.cron.from": string;
927
- "core.cron.last_day": string;
928
- "core.cron.nearest_workday": string;
929
- "core.cron.not_configured": string;
930
- "core.cron.placeholder": string;
931
- "core.cron.preset.daily_eight": string;
932
- "core.cron.preset.daily_midnight": string;
933
- "core.cron.preset.every_five_minutes": string;
934
- "core.cron.preset.every_hour": string;
935
- "core.cron.preset.every_minute": string;
936
- "core.cron.preset.monthly_first": string;
937
- "core.cron.preset.next_year_daily": string;
938
- "core.cron.presets": string;
939
- "core.cron.range": string;
940
- "core.cron.repeat": string;
941
- "core.cron.run_once": string;
942
- "core.cron.segment.day": string;
943
- "core.cron.segment.hour": string;
944
- "core.cron.segment.minute": string;
945
- "core.cron.segment.month": string;
946
- "core.cron.segment.second": string;
947
- "core.cron.segment.year": string;
948
- "core.cron.specific": string;
949
- "core.cron.start_every": string;
950
- "core.cron.this_month": string;
951
- "core.cron.title": string;
952
- "core.cron.to": string;
953
- "core.cron.unit.day": string;
954
- "core.cron.unit.hour": string;
955
- "core.cron.unit.minute": string;
956
- "core.cron.unit.month": string;
957
- "core.cron.unit.second": string;
958
- "core.cron.unit.year": string;
959
- "core.cron.unspecified": string;
960
- "core.cron.value_separator": string;
961
- "core.cron.value_with_unit": string;
962
- "core.cron.workday": string;
963
- "core.data.confirm_action": string;
964
- "core.data.operation_success": string;
965
- "core.download.large_file_notice": string;
966
- "core.error.403.detail": string;
967
- "core.error.404.detail": string;
968
- "core.error.500.detail": string;
969
- "core.error.pending.detail": string;
970
- "core.error.javascript.eval": string;
971
- "core.error.javascript.internal": string;
972
- "core.error.javascript.range": string;
973
- "core.error.javascript.reference": string;
974
- "core.error.javascript.syntax": string;
975
- "core.error.javascript.type": string;
976
- "core.error.javascript.unknown": string;
977
- "core.error.javascript.uri": string;
978
- "core.header.fullscreen": string;
979
- "core.header.fullscreen_exit": string;
980
- "core.header.fullscreen_unsupported": string;
981
- "core.header.language": string;
982
- "core.header.menu_search": string;
983
- "core.header.menu_search_empty": string;
984
- "core.header.menu_search_placeholder": string;
985
- "core.header.size.default": string;
986
- "core.header.size.large": string;
987
- "core.header.size.small": string;
988
- "core.header.size_select": string;
989
- "core.header.theme": string;
990
- "core.icon.empty": string;
991
- "core.icon.placeholder": string;
992
- "core.icon.search": string;
993
- "core.layout.department_unassigned": string;
994
- "core.layout.home": string;
995
- "core.layout.info": string;
996
- "core.layout.password_change": string;
997
- "core.layout.unnamed_menu": string;
998
- "core.layout.logout_confirm": string;
999
- "core.layout.logout_success": string;
1000
- "core.layout.not_set": string;
1001
- "core.layout.role_unassigned": string;
1002
- "core.login.behavior_click": string;
1003
- "core.login.behavior_confirm": string;
1004
- "core.login.behavior_puzzle": string;
1005
- "core.login.behavior_rotate": string;
1006
- "core.login.captcha": string;
1007
- "core.login.captcha_alt": string;
1008
- "core.login.greeting.afternoon": string;
1009
- "core.login.greeting.evening": string;
1010
- "core.login.greeting.morning": string;
1011
- "core.login.greeting.night": string;
1012
- "core.login.greeting.noon": string;
1013
- "core.login.other_methods": string;
1014
- "core.login.password": string;
1015
- "core.login.tenant_code": string;
1016
- "core.login.user_name": string;
1017
- "core.login.welcome": string;
1018
- "core.oauth.dingtalk": string;
1019
- "core.oauth.feishu": string;
1020
- "core.oauth.wechat": string;
1021
- "core.oauth.wechatmp": string;
1022
- "core.oauth.wechatwork": string;
1023
- "core.oauth.unknown": string;
1024
- "core.password.error": string;
1025
- "core.password.crypto_unsupported": string;
1026
- "core.password.required": string;
1027
- "core.password.strength": string;
1028
- "core.password.strength.empty": string;
1029
- "core.password.strength.high": string;
1030
- "core.password.strength.low": string;
1031
- "core.password.strength.medium": string;
1032
- "core.password.tip": string;
1033
- "core.theme.accordion": string;
1034
- "core.theme.aside_inverted": string;
1035
- "core.theme.aside_inverted_tip": string;
1036
- "core.theme.breadcrumb": string;
1037
- "core.theme.breadcrumb_icon": string;
1038
- "core.theme.color": string;
1039
- "core.theme.dark": string;
1040
- "core.theme.footer": string;
1041
- "core.theme.global": string;
1042
- "core.theme.grey": string;
1043
- "core.theme.header_inverted": string;
1044
- "core.theme.header_inverted_tip": string;
1045
- "core.theme.interface": string;
1046
- "core.theme.layout": string;
1047
- "core.theme.layout.classic": string;
1048
- "core.theme.layout.columns": string;
1049
- "core.theme.layout.transverse": string;
1050
- "core.theme.layout.vertical": string;
1051
- "core.theme.menu_collapse": string;
1052
- "core.theme.primary_reset": string;
1053
- "core.theme.settings": string;
1054
- "core.theme.tabs": string;
1055
- "core.theme.tabs_icon": string;
1056
- "core.theme.watermark": string;
1057
- "core.theme.weak": string;
1058
- "core.theme.color_hex_invalid": string;
1059
- "core.theme.color_rgb_invalid": string;
1060
- "core.route.forbidden": string;
1061
- "core.route.login": string;
1062
- "core.route.not_found": string;
1063
- "core.route.server_error": string;
1064
- "core.tabs.close_all": string;
1065
- "core.tabs.close_current": string;
1066
- "core.tabs.close_left": string;
1067
- "core.tabs.close_other": string;
1068
- "core.tabs.close_right": string;
1069
- "core.tabs.maximize": string;
1070
- "core.tabs.refresh": string;
1071
- "core.table.collapse_all": string;
1072
- "core.table.column_name": string;
1073
- "core.table.column_setting": string;
1074
- "core.table.expand_all": string;
1075
- "core.table.hide_search": string;
1076
- "core.table.no_configurable_columns": string;
1077
- "core.table.refresh": string;
1078
- "core.table.show": string;
1079
- "core.table.show_search": string;
1080
- "core.table.sort": string;
1081
- "core.tree.filter_placeholder": string;
1082
- "core.tree.reset_selection": string;
1083
- "core.upload.action": string;
1084
- "core.upload.batch_add": string;
1085
- "core.upload.batch_failed": string;
1086
- "core.upload.batch_success": string;
1087
- "core.upload.click": string;
1088
- "core.upload.data_cover": string;
1089
- "core.upload.drag_or_click": string;
1090
- "core.upload.excel_format": string;
1091
- "core.upload.file": string;
1092
- "core.upload.file_failed": string;
1093
- "core.upload.file_format_invalid": string;
1094
- "core.upload.file_size_exceeded": string;
1095
- "core.upload.file_success": string;
1096
- "core.upload.image_failed": string;
1097
- "core.upload.image_format_invalid": string;
1098
- "core.upload.image_limit_exceeded": string;
1099
- "core.upload.image_size_exceeded": string;
1100
- "core.upload.image_success": string;
1101
- "core.upload.limit_exceeded": string;
1102
- "core.upload.single_file_only": string;
1103
- "core.upload.template": string;
1104
- "core.upload.template_download": string;
1105
- "core.upload.unnamed_file": string;
1106
- "common.action.create_resource": string;
1107
- "common.action.edit_resource": string;
1108
- "common.action.refresh_cache": string;
1109
- "common.dialog.cancel_delete": string;
1110
- "common.dialog.delete_batch": string;
1111
- "common.dialog.delete_selected": string;
1112
- "common.dialog.delete_single": string;
1113
- "common.dialog.resource_field": string;
1114
- "common.dialog.status_change": string;
1115
- "common.field.created_at": string;
1116
- "common.field.remark": string;
1117
- "common.field.sort": string;
1118
- "common.field.status": string;
1119
- "common.field.tenant": string;
1120
- "common.field.updated_at": string;
1121
- "common.message.create_success": string;
1122
- "common.message.delete_success": string;
1123
- "common.message.load_children_failed": string;
1124
- "common.message.refresh_success": string;
1125
- "common.message.select_delete_item": string;
1126
- "common.message.status_success": string;
1127
- "common.message.update_success": string;
1128
- "common.placeholder.remark": string;
1129
- "common.validation.max_length": string;
1130
- "common.validation.required_input": string;
1131
- "common.validation.required_select": string;
1132
- "common.validation.sort_positive": string;
1133
- "common.field.action": string;
1134
- "common.placeholder.start_date": string;
1135
- "common.placeholder.end_date": string;
1136
- "common.value.yes": string;
1137
- "common.value.no": string;
1138
- "common.value.unknown": string;
1139
- "common.value.none": string;
1140
- };
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": {
2393
- name: string;
2394
- el: {
2395
- breadcrumb: {
2396
- label: string;
2397
- };
2398
- colorpicker: {
2399
- confirm: string;
2400
- clear: string;
2401
- defaultLabel: string;
2402
- description: string;
2403
- alphaLabel: string;
2404
- alphaDescription: string;
2405
- hueLabel: string;
2406
- hueDescription: string;
2407
- svLabel: string;
2408
- svDescription: string;
2409
- predefineDescription: string;
2410
- };
2411
- datepicker: {
2412
- now: string;
2413
- today: string;
2414
- cancel: string;
2415
- clear: string;
2416
- confirm: string;
2417
- dateTablePrompt: string;
2418
- monthTablePrompt: string;
2419
- yearTablePrompt: string;
2420
- selectedDate: string;
2421
- selectDate: string;
2422
- selectTime: string;
2423
- startDate: string;
2424
- startTime: string;
2425
- endDate: string;
2426
- endTime: string;
2427
- prevYear: string;
2428
- nextYear: string;
2429
- prevMonth: string;
2430
- nextMonth: string;
2431
- year: string;
2432
- month1: string;
2433
- month2: string;
2434
- month3: string;
2435
- month4: string;
2436
- month5: string;
2437
- month6: string;
2438
- month7: string;
2439
- month8: string;
2440
- month9: string;
2441
- month10: string;
2442
- month11: string;
2443
- month12: string;
2444
- weeks: {
2445
- sun: string;
2446
- mon: string;
2447
- tue: string;
2448
- wed: string;
2449
- thu: string;
2450
- fri: string;
2451
- sat: string;
2452
- };
2453
- weeksFull: {
2454
- sun: string;
2455
- mon: string;
2456
- tue: string;
2457
- wed: string;
2458
- thu: string;
2459
- fri: string;
2460
- sat: string;
2461
- };
2462
- months: {
2463
- jan: string;
2464
- feb: string;
2465
- mar: string;
2466
- apr: string;
2467
- may: string;
2468
- jun: string;
2469
- jul: string;
2470
- aug: string;
2471
- sep: string;
2472
- oct: string;
2473
- nov: string;
2474
- dec: string;
2475
- };
2476
- };
2477
- inputNumber: {
2478
- decrease: string;
2479
- increase: string;
2480
- };
2481
- select: {
2482
- loading: string;
2483
- noMatch: string;
2484
- noData: string;
2485
- placeholder: string;
2486
- };
2487
- mention: {
2488
- loading: string;
2489
- };
2490
- dropdown: {
2491
- toggleDropdown: string;
2492
- };
2493
- cascader: {
2494
- noMatch: string;
2495
- loading: string;
2496
- placeholder: string;
2497
- noData: string;
2498
- };
2499
- pagination: {
2500
- goto: string;
2501
- pagesize: string;
2502
- total: string;
2503
- pageClassifier: string;
2504
- page: string;
2505
- prev: string;
2506
- next: string;
2507
- currentPage: string;
2508
- prevPages: string;
2509
- nextPages: string;
2510
- deprecationWarning: string;
2511
- };
2512
- dialog: {
2513
- close: string;
2514
- };
2515
- drawer: {
2516
- close: string;
2517
- };
2518
- messagebox: {
2519
- title: string;
2520
- confirm: string;
2521
- cancel: string;
2522
- error: string;
2523
- close: string;
2524
- };
2525
- upload: {
2526
- deleteTip: string;
2527
- delete: string;
2528
- preview: string;
2529
- continue: string;
2530
- };
2531
- slider: {
2532
- defaultLabel: string;
2533
- defaultRangeStartLabel: string;
2534
- defaultRangeEndLabel: string;
2535
- };
2536
- table: {
2537
- emptyText: string;
2538
- confirmFilter: string;
2539
- resetFilter: string;
2540
- clearFilter: string;
2541
- sumText: string;
2542
- selectAllLabel: string;
2543
- selectRowLabel: string;
2544
- expandRowLabel: string;
2545
- collapseRowLabel: string;
2546
- sortLabel: string;
2547
- filterLabel: string;
2548
- };
2549
- tag: {
2550
- close: string;
2551
- };
2552
- tour: {
2553
- next: string;
2554
- previous: string;
2555
- finish: string;
2556
- close: string;
2557
- };
2558
- tree: {
2559
- emptyText: string;
2560
- };
2561
- transfer: {
2562
- noMatch: string;
2563
- noData: string;
2564
- titles: string[];
2565
- filterPlaceholder: string;
2566
- noCheckedFormat: string;
2567
- hasCheckedFormat: string;
2568
- };
2569
- image: {
2570
- error: string;
2571
- };
2572
- pageHeader: {
2573
- title: string;
2574
- };
2575
- popconfirm: {
2576
- confirmButtonText: string;
2577
- cancelButtonText: string;
2578
- };
2579
- carousel: {
2580
- leftArrow: string;
2581
- rightArrow: string;
2582
- indicator: string;
2583
- };
2584
- inputOTP: {
2585
- groupLabel: string;
2586
- defaultLabel: string;
2587
- };
2588
- };
2589
- };
2590
- readonly "fr-FR": {
2591
- name: string;
2592
- el: {
2593
- breadcrumb: {
2594
- label: string;
2595
- };
2596
- colorpicker: {
2597
- confirm: string;
2598
- clear: string;
2599
- defaultLabel: string;
2600
- description: string;
2601
- alphaLabel: string;
2602
- alphaDescription: string;
2603
- hueLabel: string;
2604
- hueDescription: string;
2605
- svLabel: string;
2606
- svDescription: string;
2607
- predefineDescription: string;
2608
- };
2609
- datepicker: {
2610
- now: string;
2611
- today: string;
2612
- cancel: string;
2613
- clear: string;
2614
- confirm: string;
2615
- dateTablePrompt: string;
2616
- monthTablePrompt: string;
2617
- yearTablePrompt: string;
2618
- selectedDate: string;
2619
- selectDate: string;
2620
- selectTime: string;
2621
- startDate: string;
2622
- startTime: string;
2623
- endDate: string;
2624
- endTime: string;
2625
- prevYear: string;
2626
- nextYear: string;
2627
- prevMonth: string;
2628
- nextMonth: string;
2629
- year: string;
2630
- month1: string;
2631
- month2: string;
2632
- month3: string;
2633
- month4: string;
2634
- month5: string;
2635
- month6: string;
2636
- month7: string;
2637
- month8: string;
2638
- month9: string;
2639
- month10: string;
2640
- month11: string;
2641
- month12: string;
2642
- weeks: {
2643
- sun: string;
2644
- mon: string;
2645
- tue: string;
2646
- wed: string;
2647
- thu: string;
2648
- fri: string;
2649
- sat: string;
2650
- };
2651
- weeksFull: {
2652
- sun: string;
2653
- mon: string;
2654
- tue: string;
2655
- wed: string;
2656
- thu: string;
2657
- fri: string;
2658
- sat: string;
2659
- };
2660
- months: {
2661
- jan: string;
2662
- feb: string;
2663
- mar: string;
2664
- apr: string;
2665
- may: string;
2666
- jun: string;
2667
- jul: string;
2668
- aug: string;
2669
- sep: string;
2670
- oct: string;
2671
- nov: string;
2672
- dec: string;
2673
- };
2674
- };
2675
- inputNumber: {
2676
- decrease: string;
2677
- increase: string;
2678
- };
2679
- select: {
2680
- loading: string;
2681
- noMatch: string;
2682
- noData: string;
2683
- placeholder: string;
2684
- };
2685
- mention: {
2686
- loading: string;
2687
- };
2688
- dropdown: {
2689
- toggleDropdown: string;
2690
- };
2691
- cascader: {
2692
- noMatch: string;
2693
- loading: string;
2694
- placeholder: string;
2695
- noData: string;
2696
- };
2697
- pagination: {
2698
- goto: string;
2699
- pagesize: string;
2700
- total: string;
2701
- pageClassifier: string;
2702
- page: string;
2703
- prev: string;
2704
- next: string;
2705
- currentPage: string;
2706
- prevPages: string;
2707
- nextPages: string;
2708
- deprecationWarning: string;
2709
- };
2710
- dialog: {
2711
- close: string;
2712
- };
2713
- drawer: {
2714
- close: string;
2715
- };
2716
- messagebox: {
2717
- title: string;
2718
- confirm: string;
2719
- cancel: string;
2720
- error: string;
2721
- close: string;
2722
- };
2723
- upload: {
2724
- deleteTip: string;
2725
- delete: string;
2726
- preview: string;
2727
- continue: string;
2728
- };
2729
- slider: {
2730
- defaultLabel: string;
2731
- defaultRangeStartLabel: string;
2732
- defaultRangeEndLabel: string;
2733
- };
2734
- table: {
2735
- emptyText: string;
2736
- confirmFilter: string;
2737
- resetFilter: string;
2738
- clearFilter: string;
2739
- sumText: string;
2740
- selectAllLabel: string;
2741
- selectRowLabel: string;
2742
- expandRowLabel: string;
2743
- collapseRowLabel: string;
2744
- sortLabel: string;
2745
- filterLabel: string;
2746
- };
2747
- tag: {
2748
- close: string;
2749
- };
2750
- tour: {
2751
- next: string;
2752
- previous: string;
2753
- finish: string;
2754
- close: string;
2755
- };
2756
- tree: {
2757
- emptyText: string;
2758
- };
2759
- transfer: {
2760
- noMatch: string;
2761
- noData: string;
2762
- titles: string[];
2763
- filterPlaceholder: string;
2764
- noCheckedFormat: string;
2765
- hasCheckedFormat: string;
2766
- };
2767
- image: {
2768
- error: string;
2769
- };
2770
- pageHeader: {
2771
- title: string;
2772
- };
2773
- popconfirm: {
2774
- confirmButtonText: string;
2775
- cancelButtonText: string;
2776
- };
2777
- carousel: {
2778
- leftArrow: string;
2779
- rightArrow: string;
2780
- indicator: string;
2781
- };
2782
- inputOTP: {
2783
- groupLabel: string;
2784
- defaultLabel: string;
2785
- };
2786
- };
2787
- };
2788
- readonly "ja-JP": {
842
+ };
843
+ export type GeneratedLocale = keyof typeof LOCALE_MESSAGES;
844
+ export declare const DEFAULT_LOCALE: GeneratedLocale;
845
+ export declare const SUPPORTED_LOCALES: GeneratedLocale[];
846
+ export declare const DAYJS_LOCALE_MAP: Record<string, string>;
847
+ export declare const ELEMENT_LOCALES: {
848
+ readonly "zh-CN": {
2789
849
  name: string;
2790
850
  el: {
2791
851
  breadcrumb: {
@@ -2983,7 +1043,7 @@ export declare const ELEMENT_LOCALES: {
2983
1043
  };
2984
1044
  };
2985
1045
  };
2986
- readonly "ko-KR": {
1046
+ readonly "en-US": {
2987
1047
  name: string;
2988
1048
  el: {
2989
1049
  breadcrumb: {