mirror of
https://github.com/dataease/dataease.git
synced 2025-02-23 11:03:04 +08:00
feat(X-Pack): [数据填报]调整部分文案
This commit is contained in:
parent
266304b922
commit
aeda933d5c
@ -4138,7 +4138,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
confirm_delete_folder: 'Are you sure you want to delete this folder?',
|
||||
confirm_delete_form: 'Are you sure you want to delete this form?',
|
||||
confirm_delete_multiple_data: 'Are you sure you want to delete {0} pieces of data?',
|
||||
confirm_delete_data: 'Are you sure you want to delete the data? ',
|
||||
confirm_delete_data: 'Are you sure you want to delete the data?',
|
||||
no_form: 'No form yet',
|
||||
on_the_left: 'Please select a form on the left',
|
||||
exporting: 'Backend export in progress, can go to',
|
||||
@ -4146,7 +4146,8 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
clear_selection: 'Clear selection',
|
||||
truncate_table: 'Truncate table',
|
||||
truncate: 'Truncate',
|
||||
confirm_truncate_table: 'Confirm to truncate table',
|
||||
confirm_truncate_table: 'Confirm to truncate table?',
|
||||
add_search_condition: 'Add search condition',
|
||||
form: {
|
||||
add_detail_columns: 'Add column details',
|
||||
detail_columns: 'Column details',
|
||||
|
@ -4032,7 +4032,8 @@ export default {
|
||||
clear_selection: '取消選擇',
|
||||
truncate_table: '清空數據',
|
||||
truncate: '清空',
|
||||
confirm_truncate_table: '確定要清空數據嗎',
|
||||
confirm_truncate_table: '確定要清空數據嗎?',
|
||||
add_search_condition: '添加篩選條件',
|
||||
form: {
|
||||
add_detail_columns: '添加字段描述',
|
||||
detail_columns: '字段描述',
|
||||
|
@ -4036,7 +4036,8 @@ export default {
|
||||
clear_selection: '取消选择',
|
||||
truncate_table: '清空数据',
|
||||
truncate: '清空',
|
||||
confirm_truncate_table: '确定要清空数据吗',
|
||||
confirm_truncate_table: '确定要清空数据吗?',
|
||||
add_search_condition: '添加筛选条件',
|
||||
form: {
|
||||
add_detail_columns: '添加字段描述',
|
||||
detail_columns: '字段描述',
|
||||
|
Loading…
Reference in New Issue
Block a user