add: 国际化数据表格文件

This commit is contained in:
TsMask
2023-12-15 18:13:06 +08:00
parent b2a2eb778e
commit c5d0451293
10 changed files with 1381 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
config_id,config_name,config_key,config_value,config_type,create_by,create_time,update_by,update_time,remark
1,config.sys.user.initPassword,sys.user.initPassword,Abcd@1234..,Y,supervisor,1.69811E+12,,0,config.sys.user.initPasswordRemark
2,config.sys.account.captchaEnabled,sys.account.captchaEnabled,false,Y,supervisor,1.69811E+12,,0,config.sys.account.captchaEnabledRemark
3,config.sys.account.registerUser,sys.account.registerUser,false,Y,supervisor,1.69811E+12,,0,config.sys.account.registerUserRemark
4,config.sys.user.maxRetryCount,sys.user.maxRetryCount,5,Y,supervisor,1.69811E+12,,0,config.sys.user.maxRetryCountRemark
5,config.sys.user.lockTime,sys.user.lockTime,10,Y,supervisor,1.69811E+12,,0,config.sys.user.lockTimeRemark
6,config.sys.officialUrl,sys.officialUrl,#,Y,supervisor,1.69811E+12,,0,config.sys.officialUrlRemark
7,config.sys.helpDoc,sys.helpDoc,/static/helpDoc/{language}_doc.pdf,Y,supervisor,1.69811E+12,,0,config.sys.helpDocRemark
10,config.monitor.sysResource.storeDays,monitor.sysResource.storeDays,30,Y,supervisor,1.69811E+12,,0,config.monitor.sysResource.storeDaysRemark
102,config.sys.logo.type,sys.logo.type,icon,Y,supervisor,1.69811E+12,,0,config.sys.logo.typeRemark
103,config.sys.logo.filePathIcon,sys.logo.filePathIcon,/static/logo/{language}_icon.png,Y,supervisor,1.69811E+12,,0,config.sys.logo.filePathIconRemark
104,config.sys.logo.filePathBrand,sys.logo.filePathBrand,/static/logo/{language}_brand.png,Y,supervisor,1.69811E+12,,0,config.sys.logo.filePathBrandRemark
105,config.sys.loginBackground,sys.loginBackground,#,Y,supervisor,1.69811E+12,,0,config.sys.loginBackgroundRemark
106,config.sys.title,sys.title,config.sys.titleValue,Y,supervisor,1.69811E+12,,0,config.sys.titleRemark
107,config.sys.copyright,sys.copyright,config.sys.copyrightValue,Y,supervisor,1.69811E+12,,0,config.sys.copyrightRemark
108,config.sys.i18nOpen,sys.i18n.open,true,Y,supervisor,1.69811E+12,,0,config.sys.i18nOpenRemark
109,config.sys.i18nDefault,sys.i18n.default,en_US,Y,supervisor,1.69811E+12,,0,config.sys.i18nDefaultRemark
1 config_id config_name config_key config_value config_type create_by create_time update_by update_time remark
2 1 config.sys.user.initPassword sys.user.initPassword Abcd@1234.. Y supervisor 1.69811E+12 0 config.sys.user.initPasswordRemark
3 2 config.sys.account.captchaEnabled sys.account.captchaEnabled false Y supervisor 1.69811E+12 0 config.sys.account.captchaEnabledRemark
4 3 config.sys.account.registerUser sys.account.registerUser false Y supervisor 1.69811E+12 0 config.sys.account.registerUserRemark
5 4 config.sys.user.maxRetryCount sys.user.maxRetryCount 5 Y supervisor 1.69811E+12 0 config.sys.user.maxRetryCountRemark
6 5 config.sys.user.lockTime sys.user.lockTime 10 Y supervisor 1.69811E+12 0 config.sys.user.lockTimeRemark
7 6 config.sys.officialUrl sys.officialUrl # Y supervisor 1.69811E+12 0 config.sys.officialUrlRemark
8 7 config.sys.helpDoc sys.helpDoc /static/helpDoc/{language}_doc.pdf Y supervisor 1.69811E+12 0 config.sys.helpDocRemark
9 10 config.monitor.sysResource.storeDays monitor.sysResource.storeDays 30 Y supervisor 1.69811E+12 0 config.monitor.sysResource.storeDaysRemark
10 102 config.sys.logo.type sys.logo.type icon Y supervisor 1.69811E+12 0 config.sys.logo.typeRemark
11 103 config.sys.logo.filePathIcon sys.logo.filePathIcon /static/logo/{language}_icon.png Y supervisor 1.69811E+12 0 config.sys.logo.filePathIconRemark
12 104 config.sys.logo.filePathBrand sys.logo.filePathBrand /static/logo/{language}_brand.png Y supervisor 1.69811E+12 0 config.sys.logo.filePathBrandRemark
13 105 config.sys.loginBackground sys.loginBackground # Y supervisor 1.69811E+12 0 config.sys.loginBackgroundRemark
14 106 config.sys.title sys.title config.sys.titleValue Y supervisor 1.69811E+12 0 config.sys.titleRemark
15 107 config.sys.copyright sys.copyright config.sys.copyrightValue Y supervisor 1.69811E+12 0 config.sys.copyrightRemark
16 108 config.sys.i18nOpen sys.i18n.open true Y supervisor 1.69811E+12 0 config.sys.i18nOpenRemark
17 109 config.sys.i18nDefault sys.i18n.default en_US Y supervisor 1.69811E+12 0 config.sys.i18nDefaultRemark