mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
@@ -4386,6 +4386,8 @@ export default {
|
||||
download: 'Download',
|
||||
download_template: 'Download template',
|
||||
insert_data: 'Insert data',
|
||||
batch_insert_data: ' Batch insert data',
|
||||
batch_insert_data_with_count: 'Batch insert data,total count: {0}',
|
||||
update_data: 'Update data',
|
||||
delete_data: 'Delete data',
|
||||
recent_committer: 'Recent committer',
|
||||
|
||||
@@ -4267,6 +4267,8 @@ export default {
|
||||
download: '下載',
|
||||
download_template: '下載模板',
|
||||
insert_data: '插入資料',
|
||||
batch_insert_data: '批量導入',
|
||||
batch_insert_data_with_count: '批量導入,共{0}條數據',
|
||||
update_data: '更新資料',
|
||||
delete_data: '刪除資料',
|
||||
recent_committer: '最近提交人',
|
||||
|
||||
@@ -4268,6 +4268,8 @@ export default {
|
||||
download: '下载',
|
||||
download_template: '下载模板',
|
||||
insert_data: '插入数据',
|
||||
batch_insert_data: '批量导入',
|
||||
batch_insert_data_with_count: '批量导入,共{0}条数据',
|
||||
update_data: '更新数据',
|
||||
delete_data: '删除数据',
|
||||
recent_committer: '最近提交人',
|
||||
|
||||
@@ -34,4 +34,6 @@ public class DfCommitLog implements Serializable {
|
||||
private String committer;
|
||||
|
||||
private Long commitTime;
|
||||
|
||||
private Integer count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user