fix: api based extension modal title (#2414)
This commit is contained in:
@@ -273,7 +273,7 @@ const translation = {
|
||||
maxLength: '最大长度',
|
||||
options: '选项',
|
||||
addOption: '添加选项',
|
||||
apiBasedVar: '基于API的变量',
|
||||
apiBasedVar: '基于 API 的变量',
|
||||
},
|
||||
vision: {
|
||||
name: '视觉',
|
||||
|
||||
@@ -370,6 +370,7 @@ const translation = {
|
||||
lengthError: 'API-key length cannot be less than 5 characters',
|
||||
},
|
||||
},
|
||||
type: 'Type',
|
||||
},
|
||||
about: {
|
||||
changeLog: 'Changlog',
|
||||
|
||||
@@ -198,6 +198,7 @@ const translation = {
|
||||
lengthError: 'O comprimento da chave da API não pode ser inferior a 5 caracteres',
|
||||
},
|
||||
},
|
||||
type: 'Tipo',
|
||||
},
|
||||
about: {
|
||||
changeLog: 'Registro de alterações',
|
||||
|
||||
@@ -370,6 +370,7 @@ const translation = {
|
||||
lengthError: 'API-key 不能少于 5 位',
|
||||
},
|
||||
},
|
||||
type: '类型',
|
||||
},
|
||||
about: {
|
||||
changeLog: '更新日志',
|
||||
|
||||
Reference in New Issue
Block a user