fix: api info example
This commit is contained in:
@@ -264,5 +264,6 @@ export default {
|
||||
'common.help.default': 'Default: {content}',
|
||||
'common.filter.status': 'Filter by status',
|
||||
'common.form.rule.selectInput': 'Please select or enter a {name}',
|
||||
'common.tag.experimental': 'Experimental'
|
||||
'common.tag.experimental': 'Experimental',
|
||||
'common.title.example': 'Example'
|
||||
};
|
||||
|
||||
@@ -264,7 +264,8 @@ export default {
|
||||
'common.help.default': 'Default: {content}',
|
||||
'common.filter.status': 'Filter by status',
|
||||
'common.form.rule.selectInput': 'Please select or enter a {name}',
|
||||
'common.tag.experimental': 'Experimental'
|
||||
'common.tag.experimental': 'Experimental',
|
||||
'common.title.example': 'Example'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -295,4 +296,5 @@ export default {
|
||||
// 25. 'common.filter.status': 'Filter by status'
|
||||
// 26. 'common.form.rule.selectInput': 'Please select or enter a {name}',
|
||||
// 27. 'common.tag.experimental': 'Experimental',
|
||||
// 28. 'common.title.example': 'Example'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -263,11 +263,13 @@ export default {
|
||||
'common.help.default': 'По умолчанию: {content}',
|
||||
'common.filter.status': 'Filter by status',
|
||||
'common.form.rule.selectInput': 'Please select or enter a {name}',
|
||||
'common.tag.experimental': 'Experimental'
|
||||
'common.tag.experimental': 'Experimental',
|
||||
'common.title.example': 'Example'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'common.filter.status': 'Filter by status'
|
||||
// 2. 'common.form.rule.selectInput': 'Please select or enter a {name}',
|
||||
// 3. 'common.tag.experimental': 'Experimental'
|
||||
// 3. 'common.tag.experimental': 'Experimental',
|
||||
// 4. 'common.title.example': 'Example'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -256,5 +256,6 @@ export default {
|
||||
'common.help.default': '默认: {content}',
|
||||
'common.filter.status': '按状态筛选',
|
||||
'common.form.rule.selectInput': '请选择或输入{name}',
|
||||
'common.tag.experimental': '实验性'
|
||||
'common.tag.experimental': '实验性',
|
||||
'common.title.example': '示例'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user