forked from github/dataease
refactor(数据大屏): 刷新文案优化
This commit is contained in:
parent
c109a2cb40
commit
41e9cbfd1a
@ -91,7 +91,7 @@
|
||||
<el-tooltip class="item" :effect="toolTip" placement="bottom">
|
||||
<template #content>
|
||||
<div>
|
||||
{{ t('visualization.panel_view_result_tips') }}
|
||||
{{ t('visualization.panel_view_result_tips', [resourceType]) }}
|
||||
</div>
|
||||
</template>
|
||||
<el-icon class="hint-icon" :class="{ 'hint-icon--dark': themes === 'dark' }">
|
||||
|
@ -2139,7 +2139,7 @@ export default {
|
||||
link_add_tips_pre: '请在右侧配置网页信息..',
|
||||
web_add_tips_suf: '添加网页信息...',
|
||||
panel_view_result_show: '图表结果',
|
||||
panel_view_result_tips: '选择仪表板会覆盖图表的结果展示数量,取值范围1~10000',
|
||||
panel_view_result_tips: '选择{0}会覆盖图表的结果展示数量,取值范围1~10000',
|
||||
timeout_refresh: '请求超时,稍后刷新...',
|
||||
mobile_layout: '移动端布局',
|
||||
component_hidden: '隐藏的组件',
|
||||
|
Loading…
Reference in New Issue
Block a user