fix: miss gpu_selector value in catalog
This commit is contained in:
@@ -15,6 +15,7 @@ export default {
|
||||
'common.button.run': 'Run',
|
||||
'common.button.viewcode': 'View Code',
|
||||
'common.button.copy': 'Copy',
|
||||
'common.button.copied': 'Copied',
|
||||
'common.button.collapse': 'Collapse',
|
||||
'common.button.expand': 'Expand',
|
||||
'common.button.cancel': 'Cancel',
|
||||
|
||||
@@ -15,6 +15,7 @@ export default {
|
||||
'common.button.run': '実行',
|
||||
'common.button.viewcode': 'コードを表示',
|
||||
'common.button.copy': 'コピー',
|
||||
'common.button.copied': 'Copied',
|
||||
'common.button.collapse': '折りたたむ',
|
||||
'common.button.expand': '展開',
|
||||
'common.button.cancel': 'キャンセル',
|
||||
@@ -235,3 +236,7 @@ export default {
|
||||
'common.text.error': 'エラー',
|
||||
'common.text.tips': 'ヒント'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'common.button.copied',
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -15,6 +15,7 @@ export default {
|
||||
'common.button.run': 'Запустить',
|
||||
'common.button.viewcode': 'Посмотреть код',
|
||||
'common.button.copy': 'Копировать',
|
||||
'common.button.copied': 'Copied',
|
||||
'common.button.collapse': 'Свернуть',
|
||||
'common.button.expand': 'Развернуть',
|
||||
'common.button.cancel': 'Отмена',
|
||||
@@ -233,3 +234,7 @@ export default {
|
||||
'common.text.error': 'Ошибка',
|
||||
'common.text.tips': 'Советы'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'common.button.copied',
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -15,6 +15,7 @@ export default {
|
||||
'common.button.run': '运行',
|
||||
'common.button.viewcode': '查看代码',
|
||||
'common.button.copy': '复制',
|
||||
'common.button.copied': '复制成功',
|
||||
'common.button.collapse': '折叠',
|
||||
'common.button.expand': '展开',
|
||||
'common.button.submit': '提交',
|
||||
|
||||
Reference in New Issue
Block a user