style: playground button tips
This commit is contained in:
@@ -10,6 +10,9 @@ export default {
|
||||
'common.button.save': 'Save',
|
||||
'common.button.saverun': 'Save and Run',
|
||||
'common.button.run': 'Run',
|
||||
'common.button.copy': 'Copy',
|
||||
'common.button.collapse': 'Collapse',
|
||||
'common.button.expand': 'Expand',
|
||||
'common.button.cancel': 'Cancel',
|
||||
'common.button.approval': 'Approve',
|
||||
'common.button.reject': 'Reject',
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import IconFont from '@/components/icon-font';
|
||||
|
||||
export default {
|
||||
'ar-EG': {
|
||||
lang: 'ar-EG',
|
||||
@@ -62,7 +64,7 @@ export default {
|
||||
'en-US': {
|
||||
lang: 'en-US',
|
||||
label: 'English',
|
||||
icon: '🇺🇸',
|
||||
icon: <IconFont type="icon-English" />,
|
||||
title: 'Language'
|
||||
},
|
||||
'es-ES': {
|
||||
@@ -314,7 +316,7 @@ export default {
|
||||
'zh-CN': {
|
||||
lang: 'zh-CN',
|
||||
label: '简体中文',
|
||||
icon: '🇨🇳',
|
||||
icon: <IconFont type="icon-chinese" />,
|
||||
title: '语言'
|
||||
},
|
||||
'zh-TW': {
|
||||
@@ -10,6 +10,9 @@ export default {
|
||||
'common.button.save': '保存',
|
||||
'common.button.saverun': '保存并运行',
|
||||
'common.button.run': '运行',
|
||||
'common.button.copy': '复制',
|
||||
'common.button.collapse': '折叠',
|
||||
'common.button.expand': '展开',
|
||||
'common.button.submit': '提交',
|
||||
'common.button.approval': '同意',
|
||||
'common.button.reject': '不同意',
|
||||
|
||||
Reference in New Issue
Block a user