fix: cancel sorting
This commit is contained in:
@@ -266,5 +266,8 @@ export default {
|
||||
'common.form.rule.selectInput': 'Please select or enter a {name}',
|
||||
'common.tag.experimental': 'Experimental',
|
||||
'common.title.example': 'Example',
|
||||
'common.button.dontshowagain': "Don't show again"
|
||||
'common.button.dontshowagain': "Don't show again",
|
||||
'common.sorter.tips.ascend': 'Click to sort ascending',
|
||||
'common.sorter.tips.descend': 'Click to sort descending',
|
||||
'common.sorter.tips.cancel': 'Click to cancel sorting'
|
||||
};
|
||||
|
||||
@@ -266,7 +266,10 @@ export default {
|
||||
'common.form.rule.selectInput': 'Please select or enter a {name}',
|
||||
'common.tag.experimental': 'Experimental',
|
||||
'common.title.example': 'Example',
|
||||
'common.button.dontshowagain': "Don't show again"
|
||||
'common.button.dontshowagain': "Don't show again",
|
||||
'common.sorter.tips.ascend': 'Click to sort ascending',
|
||||
'common.sorter.tips.descend': 'Click to sort descending',
|
||||
'common.sorter.tips.cancel': 'Click to cancel sorting'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -298,5 +301,8 @@ export default {
|
||||
// 26. 'common.form.rule.selectInput': 'Please select or enter a {name}',
|
||||
// 27. 'common.tag.experimental': 'Experimental',
|
||||
// 28. 'common.title.example': 'Example',
|
||||
// 29. 'common.button.dontshowagain': "Don't show again"
|
||||
// 29. 'common.button.dontshowagain': "Don't show again",
|
||||
// 30. 'common.sorter.tips.ascend': 'Click to sort ascending',
|
||||
// 31. 'common.sorter.tips.descend': 'Click to sort descending',
|
||||
// 32. 'common.sorter.tips.cancel': 'Click to cancel sorting'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -133,5 +133,5 @@ export default {
|
||||
// 12. 'clusters.form.serverUrl.tips': 'Specify the server URL accessible from your cloud provider.'
|
||||
// 13. 'clusters.addworker.specifyWorkerIP': 'Specify Worker IP <span class="text-tertiary">{type}</span>',
|
||||
// 14. 'clusters.form.setDefault': 'Set as Default',
|
||||
// 15. 'clusters.form.setDefault.tips': 'Default for deployment'
|
||||
// 15. 'clusters.form.setDefault.tips': 'Default for deployment',
|
||||
// ================================================================
|
||||
|
||||
@@ -265,9 +265,15 @@ export default {
|
||||
'common.form.rule.selectInput': 'Выберите или введите {name}',
|
||||
'common.tag.experimental': 'Экспериментальный',
|
||||
'common.title.example': 'Пример',
|
||||
'common.button.dontshowagain': "Don't show again"
|
||||
'common.button.dontshowagain': "Don't show again",
|
||||
'common.sorter.tips.ascend': 'Click to sort ascending',
|
||||
'common.sorter.tips.descend': 'Click to sort descending',
|
||||
'common.sorter.tips.cancel': 'Click to cancel sorting'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'common.button.dontshowagain': "Don't show again"
|
||||
// 1. 'common.button.dontshowagain': "Don't show again",
|
||||
// 2. 'common.sorter.tips.ascend': 'Click to sort ascending',
|
||||
// 3. 'common.sorter.tips.descend': 'Click to sort descending',
|
||||
// 4. 'common.sorter.tips.cancel': 'Click to cancel sorting'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -258,5 +258,8 @@ export default {
|
||||
'common.form.rule.selectInput': '请选择或输入{name}',
|
||||
'common.tag.experimental': '实验性',
|
||||
'common.title.example': '示例',
|
||||
'common.button.dontshowagain': '不再提示'
|
||||
'common.button.dontshowagain': '不再提示',
|
||||
'common.sorter.tips.ascend': '点击升序',
|
||||
'common.sorter.tips.descend': '点击降序',
|
||||
'common.sorter.tips.cancel': '取消排序'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user