mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
refactor: 国际化修复 (#16981)
This commit is contained in:
@@ -2917,6 +2917,15 @@ export default {
|
||||
column_name: 'Field name'
|
||||
},
|
||||
visualization: {
|
||||
select_resource: 'Select {0}',
|
||||
change_screen_page: 'Change {0}',
|
||||
new_screen_page: 'New page',
|
||||
screen_page: 'Page',
|
||||
color_setting: 'Color{0}',
|
||||
decoration_name: 'Decoration {0}',
|
||||
decoration: 'Decoration',
|
||||
dynamic_background_name: 'Animated {0}',
|
||||
dynamic_background: 'Animated Image',
|
||||
support_query: 'Only query components can be added',
|
||||
publish_update_tips: 'Update available',
|
||||
filter_freeze_tips:
|
||||
|
||||
@@ -2836,6 +2836,15 @@ export default {
|
||||
column_name: '欄位名稱'
|
||||
},
|
||||
visualization: {
|
||||
select_resource: '請選擇{0}',
|
||||
change_screen_page: '更換{0}',
|
||||
new_screen_page: '新建分頁',
|
||||
screen_page: '分頁',
|
||||
color_setting: '配色{0}',
|
||||
decoration_name: '裝飾{0}',
|
||||
decoration: '裝飾',
|
||||
dynamic_background_name: '動圖{0}',
|
||||
dynamic_background: '動圖',
|
||||
support_query: '僅可新增查詢元件',
|
||||
publish_update_tips: '有更新',
|
||||
filter_freeze_tips: '已存在置頂查詢組件,確定切換該組件?',
|
||||
|
||||
@@ -2842,6 +2842,15 @@ export default {
|
||||
column_name: '字段名称'
|
||||
},
|
||||
visualization: {
|
||||
select_resource: '请选择{0}',
|
||||
change_screen_page: '更换{0}',
|
||||
new_screen_page: '新建分页',
|
||||
screen_page: '分页',
|
||||
color_setting: '配色{0}',
|
||||
decoration_name: '装饰{0}',
|
||||
decoration: '装饰',
|
||||
dynamic_background_name: '背景{0}',
|
||||
dynamic_background: '动图',
|
||||
support_query: '仅支持添加查询组件',
|
||||
publish_update_tips: '有更新',
|
||||
filter_freeze_tips: '已存在置顶查询组件,确定切换该组件?',
|
||||
|
||||
Reference in New Issue
Block a user