refactor: 前后端基础部分

This commit is contained in:
2024-05-27 14:15:48 +08:00
parent f23e4548cd
commit f5e6db390a
928 changed files with 65057 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
export default {
'cron': {
'tab-name': {
's': 'second',
'min': 'minute',
'h': 'hour',
'd': 'day',
'm': 'month',
'w': 'week',
'y': 'year'
},
'title': 'Time Expression',
'cron-title': 'Cron Expression',
'result-msg1': 'Last 5 running times',
'result-msg2': 'In the calculation result...',
'tip': 'Multiple Choices',
's': {
'm1': 'Second, the allowed wildcard [, - * /]',
'm2': 'Cycle from',
'm3': 'second',
'm4': 'From',
'm5': ' second start, every ',
'm6': 'second execute once',
'm7': 'Specify'
},
'min': {
'm1': 'Minute, the allowed wildcard [, - * /]',
'm2': ' minute start, every ',
'm3': 'minute execute once'
},
'h': {
'm1': 'Hour, the allowed wildcard [, - * /]',
'm2': ' hour start, every ',
'm3': 'hour execute once'
},
'd': {
'm1': 'Day, the allowed wildcard [, - * ? / L W]',
'm2': 'rd start, every ',
'm3': 'day execute once',
'm4': 'monthly ',
'm5': 'rd, the most recent weekday',
'm6': 'Last day of the month',
'm7': 'Not specify'
},
'w': {
'm1': 'Weekthe allowed wildcard [, - * ? / L #]',
'm2': 'Cycle from',
'm3': 'Week',
'm4': 'for',
'm5': 'Last week of the month',
'w1': 'Monday',
'w2': 'Tuesday',
'w3': 'Wednesday',
'w4': 'Thursday',
'w5': 'Friday',
'w6': 'Saturday',
'w7': 'Sunday'
},
'm': {
'm1': 'Month, the allowed wildcard [, - * /]',
'm2': 'month start, every',
'm3': 'months execute once'
},
'y': {
'm1': 'Leave blank, wildcards allowed [, - * /]',
'm2': 'start, every',
'm3': 'years execute once',
'm4': 'Per year'
}
}
}

View File

@@ -0,0 +1,71 @@
export default {
'cron': {
'tab-name': {
's': 'kedua',
'min': 'menit',
'h': 'jam',
'd': 'hari',
'm': 'bulan',
'w': 'pekan',
'y': 'tahun'
},
'title': 'Ekspresi Waktu',
'cron-title': 'Ekspresi Cron',
'result-msg1': '5 kali berjalan terakhir',
'result-msg2': 'Dalam hasil perhitungan...',
'tip': 'Pilihan Ganda',
's': {
'm1': 'Kedua, wildcard yang diperbolehkan [, - * /]',
'm2': 'Siklus dari',
'm3': 'kedua',
'm4': 'Dari',
'm5': ' kedua start, setiap ',
'm6': 'kedua jalankan sekali',
'm7': 'Menentukan'
},
'min': {
'm1': 'Menit, wildcard yang diperbolehkan [, - * /]',
'm2': ' menit start, setiap ',
'm3': 'menit jalankan sekali'
},
'h': {
'm1': 'Jam, wildcard yang diperbolehkan [, - * /]',
'm2': ' jam start, setiap ',
'm3': 'jam jalankan sekali'
},
'd': {
'm1': 'hari, wildcard yang diperbolehkan [, - * ? / L W]',
'm2': 'rd start, setiap ',
'm3': 'hari jalankan sekali',
'm4': 'bulanan ',
'm5': 'rd, hari kerja terbaru',
'm6': 'Hari terakhir bulan ini',
'm7': 'Tidak Menentukan'
},
'w': {
'm1': 'Pekan, wildcard yang diperbolehkan [, - * ? / L #]',
'm2': 'Siklus dari',
'm3': 'Pekan',
'm4': 'untuk',
'm5': 'Minggu terakhir bulan ini',
'w1': 'Senin',
'w2': 'Selasa',
'w3': 'Rabu',
'w4': 'Kamis',
'w5': 'Jumat',
'w6': 'Sabtu',
'w7': 'Minggu'
},
'm': {
'm1': 'Bulan, wildcard yang diperbolehkan [, - * /]',
'm2': ' bulan start, setiap ',
'm3': 'bulan jalankan sekali'
},
'y': {
'm1': 'Biarkan kosong, wildcard diperbolehkan [, - * /]',
'm2': 'start, setiap',
'm3': 'tahun jalankan sekali',
'm4': 'Per tahun'
}
}
}

View File

@@ -0,0 +1,71 @@
export default {
'cron': {
'tab-name': {
's': '秒',
'min': '分钟',
'h': '小时',
'd': '日',
'm': '月',
'w': '周',
'y': '年'
},
'title': '时间表达式',
'cron-title': 'Cron 表达式',
'result-msg1': '最近5次运行时间',
'result-msg2': '计算结果中...',
'tip': '可多选',
's': {
'm1': '秒,允许的通配符[, - * /]',
'm2': '周期从',
'm3': '秒',
'm4': '从',
'm5': '秒开始,每',
'm6': '秒执行一次',
'm7': '指定'
},
'min': {
'm1': '分钟,允许的通配符[, - * /]',
'm2': '分钟开始,每',
'm3': '分钟执行一次'
},
'h': {
'm1': '小时,允许的通配符[, - * /]',
'm2': '小时开始,每',
'm3': '小时执行一次'
},
'd': {
'm1': '日,允许的通配符[, - * ? / L W]',
'm2': '号开始,每',
'm3': '日执行一次',
'm4': '每月',
'm5': '号最近的那个工作日',
'm6': '本月最后一天',
'm7': '不指定'
},
'w': {
'm1': '周,允许的通配符[, - * ? / L #]',
'm2': '周期从',
'm3': '第',
'm4': '周的',
'm5': '本月最后一个星期',
'w1': '星期一',
'w2': '星期二',
'w3': '星期三',
'w4': '星期四',
'w5': '星期五',
'w6': '星期六',
'w7': '星期日'
},
'm': {
'm1': '月,允许的通配符[, - * /]',
'm2': '月开始,每',
'm3': '月执行一次'
},
'y': {
'm1': '不填,允许的通配符[, - * /]',
'm2': '年开始,每',
'm3': '年执行一次',
'm4': '每年'
}
}
}