|
106 | 106 | readOnlyProjectName: '', |
107 | 107 | readOnlyProjectVersion: '', |
108 | 108 | availableClassifiers: [ |
109 | | - { value: 'APPLICATION', text: 'Application' }, |
110 | | - { value: 'FRAMEWORK', text: 'Framework' }, |
111 | | - { value: 'LIBRARY', text: 'Library' }, |
112 | | - { value: 'CONTAINER', text: 'Container' }, |
113 | | - { value: 'OPERATING_SYSTEM', text: 'Operating System' }, |
114 | | - { value: 'DEVICE', text: 'Device' }, |
115 | | - { value: 'FIRMWARE', text: 'Firmware' }, |
116 | | - { value: 'FILE', text: 'File' } |
| 109 | + { value: 'APPLICATION', text: this.$i18n.t('message.component_application') }, |
| 110 | + { value: 'FRAMEWORK', text: this.$i18n.t('message.component_framework') }, |
| 111 | + { value: 'LIBRARY', text: this.$i18n.t('message.component_library') }, |
| 112 | + { value: 'CONTAINER', text: this.$i18n.t('message.component_container') }, |
| 113 | + { value: 'OPERATING_SYSTEM', text: this.$i18n.t('message.component_operating_system') }, |
| 114 | + { value: 'DEVICE', text: this.$i18n.t('message.component_device') }, |
| 115 | + { value: 'FIRMWARE', text: this.$i18n.t('message.component_firmware') }, |
| 116 | + { value: 'FILE', text: this.$i18n.t('message.component_file') } |
117 | 117 | ], |
118 | 118 | tag: '', // The contents of a tag as its being typed into the vue-tag-input |
119 | 119 | tags: [], // An array of tags bound to the vue-tag-input |
|
0 commit comments