mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: 编译报错 (#15377)
This commit is contained in:
@@ -3,7 +3,8 @@ export default {
|
||||
empty: ' ',
|
||||
associated_chart: 'Associated chart',
|
||||
associated_chart_first: 'First level associated chart',
|
||||
other_levels: 'Except for level 1, no query condition configuration is required for other levels',
|
||||
other_levels:
|
||||
'Except for level 1, no query condition configuration is required for other levels',
|
||||
tree_structure: 'The drop-down tree structure cannot be empty',
|
||||
component: {
|
||||
input: 'Input',
|
||||
@@ -3653,7 +3654,7 @@ export default {
|
||||
'Unit: minutes, range: [0-1440], 0 means no time limit, starting from the first access using the ticket',
|
||||
arg_val_tips: 'Please enter parameter values',
|
||||
arg_format_tips:
|
||||
'Please use JSON format string, example single valued [argVal], multi valued [argVal1, argVal2]'
|
||||
'Please use JSON format string, example single valued argVal, multi valued [argVal1, argVal2]'
|
||||
},
|
||||
pblink: {
|
||||
key_pwd: 'Please enter the password to open the link',
|
||||
|
||||
Reference in New Issue
Block a user