Merge pull request #13805 from kunl/patch-1

feat(工作台): 国际化,删除重复内容
This commit is contained in:
王嘉豪
2024-12-04 12:02:20 +08:00
committed by GitHub
3 changed files with 0 additions and 12 deletions

View File

@@ -2674,7 +2674,6 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
query_name_space2: 'Spacing between name and selection box',
button_color: 'Button Color',
button_text: 'Button Text',
font_size: 'Font Size',
show_button: 'Show Button',
query_tips:
'If the query button is displayed, the chart query will be triggered only after clicking the button. If not displayed, the query is triggered immediately after selecting the query conditions.',
@@ -2940,7 +2939,6 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
cancel_group: 'Cancel Group',
move_to_screen_show: 'Move to Screen Display Area',
move_to_pop_area: 'Move to Screen Popup Area',
sort: 'Sort',
hidden: 'Hidden',
cancel_hidden: 'Cancel Hidden',
template_view_tips: 'This is currently a template chart. Please replace the dataset...',
@@ -2961,7 +2959,6 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
unpublished_tips:
'After canceling publication, this dashboard cannot be viewed. Are you sure you want to cancel publication?',
position_adjust_component: 'Position Adjustment',
active_font_size: 'Active Font Size',
enable_carousel: 'Enable Carousel',
switch_time: 'Switch Time',
position_adjust: 'Position Adjustment',
@@ -3036,7 +3033,6 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
refresh_frequency: 'Refresh Frequency',
card_color_matching: 'Card Color Matching',
table_color_matching: 'Table Color Matching',
background_color: 'Background Color',
level: 'Level',
enlarge: 'Enlarge',
panel_style: 'Dashboard Style',
@@ -3672,7 +3668,6 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
please_choose_database_type: 'Please select the database type',
please_choose_database: 'Please select the database',
please_choose_table: 'Please select the table',
please_enter_sql: 'Please enter the SQL',
please_choose_incremental_field: 'Please select the incremental field',
please_enter_table_name: 'Please enter the table name',
input_limit_64: 'The length cannot exceed 64 characters',

View File

@@ -2610,7 +2610,6 @@ export default {
query_name_space2: '名稱與選框間距',
button_color: '按鈕顏色',
button_text: '按鈕文字',
font_size: '字號',
show_button: '展示按鈕',
query_tips:
'如果展示查詢按鈕,需要點擊該按鈕後才能觸發圖表查詢;如果不展示查詢按鈕,選擇完查詢條件後立即觸發圖表查詢',
@@ -2869,7 +2868,6 @@ export default {
cancel_group: '取消組合',
move_to_screen_show: '移動到大屏顯示區',
move_to_pop_area: '移動到大屏彈窗區',
sort: '排序',
hidden: '隱藏',
cancel_hidden: '取消隱藏',
template_view_tips: '當前為模板圖表,請更換數據集...',
@@ -3580,7 +3578,6 @@ export default {
please_choose_database_type: '請選擇資料庫類型',
please_choose_database: '請選擇資料庫',
please_choose_table: '請選擇表格',
please_enter_sql: '請輸入SQL',
please_choose_incremental_field: '請選擇增量欄位',
please_enter_table_name: '請輸入表名',
input_limit_64: '長度不能超過64個字元',

View File

@@ -2613,7 +2613,6 @@ export default {
query_name_space2: '名称与选框间距',
button_color: '按钮颜色',
button_text: '按钮文字',
font_size: '字号',
show_button: '展示按钮',
query_tips:
'如果展示查询按钮,需要点击该按钮后才能触发图表查询;如果不展示查询按钮,选择完查询条件后立即触发图表查询',
@@ -2872,7 +2871,6 @@ export default {
cancel_group: '取消组合',
move_to_screen_show: '移动到大屏显示区',
move_to_pop_area: '移动到大屏弹窗区',
sort: '排序',
hidden: '隐藏',
cancel_hidden: '取消隐藏',
template_view_tips: '当前为模板图表,请更换数据集...',
@@ -2880,7 +2878,6 @@ export default {
refresh: '刷新',
head_font_color: '头部字体颜色',
head_font_active_color: '激活字体颜色',
background_color: '背景色',
active_font_size: '激活字体大小',
scroll_speed: '滚动速度',
out_params_no_select: '外部参数无需选择',
@@ -3584,7 +3581,6 @@ export default {
please_choose_database_type: '请选择数据库类型',
please_choose_database: '请选择数据库',
please_choose_table: '请选择表',
please_enter_sql: '请输入SQL',
please_choose_incremental_field: '请选择增量字段',
please_enter_table_name: '请输入表名',
input_limit_64: '长度不能超过64个字符',