fix: support editing upstream entries in wizard
This commit is contained in:
@@ -458,6 +458,9 @@ var TRANSLATIONS = {
|
||||
'wizard.step2.upstream_placeholder': 'Select an upstream…',
|
||||
'wizard.step2.search_placeholder': 'Search by name or URL…',
|
||||
'wizard.step2.change': 'Change',
|
||||
'wizard.step2.auth_none': 'No auth',
|
||||
'wizard.step2.auth_bearer': 'Bearer token',
|
||||
'wizard.step2.auth_apikey': 'API key',
|
||||
'wizard.step2.register_new': 'Register new upstream',
|
||||
'wizard.step2.name': 'Name',
|
||||
'wizard.step2.base_url': 'Base URL',
|
||||
@@ -1237,6 +1240,9 @@ var TRANSLATIONS = {
|
||||
'wizard.step2.upstream_placeholder': 'Выберите upstream…',
|
||||
'wizard.step2.search_placeholder': 'Поиск по имени или URL…',
|
||||
'wizard.step2.change': 'Изменить',
|
||||
'wizard.step2.auth_none': 'Без авторизации',
|
||||
'wizard.step2.auth_bearer': 'Bearer token',
|
||||
'wizard.step2.auth_apikey': 'API key',
|
||||
'wizard.step2.register_new': 'Зарегистрировать новый upstream',
|
||||
'wizard.step2.name': 'Имя',
|
||||
'wizard.step2.base_url': 'Base URL',
|
||||
|
||||
Reference in New Issue
Block a user