add remote server launcher flow
This commit is contained in:
@@ -20,6 +20,9 @@ export const folderSelectionMessages = {
|
||||
"folderSelection.browse.subtitle": "Выберите любую папку на компьютере",
|
||||
"folderSelection.browse.button": "Обзор папок",
|
||||
"folderSelection.browse.buttonOpening": "Открытие…",
|
||||
"folderSelection.actions.title": "Открыть папку или подключить сервер",
|
||||
"folderSelection.actions.subtitle": "Откройте локальную папку или подключитесь к серверу CodeNomad",
|
||||
"folderSelection.actions.connectButton": "Подключить сервер CodeNomad",
|
||||
|
||||
"folderSelection.advancedSettings": "Расширенные настройки",
|
||||
"folderSelection.opencode": "OpenCode",
|
||||
@@ -39,4 +42,31 @@ export const folderSelectionMessages = {
|
||||
|
||||
"folderSelection.dialog.title": "Выберите рабочее пространство",
|
||||
"folderSelection.dialog.description": "Выберите рабочее пространство, чтобы начать писать код.",
|
||||
|
||||
"folderSelection.tabs.local": "Локальные папки",
|
||||
"folderSelection.tabs.servers": "Серверы",
|
||||
"folderSelection.servers.title": "Сохраненные серверы",
|
||||
"folderSelection.servers.subtitle": "Откройте сохраненный удаленный сервер CodeNomad в новом окне",
|
||||
"folderSelection.servers.count": "{count} серверов",
|
||||
"folderSelection.servers.empty.title": "Нет сохраненных серверов",
|
||||
"folderSelection.servers.empty.description": "Добавьте удаленный сервер, чтобы быстро подключаться к нему с этого устройства",
|
||||
"folderSelection.servers.connectTitle": "Подключиться к серверу",
|
||||
"folderSelection.servers.connectSubtitle": "Сохраните удаленный сервер CodeNomad и откройте его в новом окне",
|
||||
"folderSelection.servers.connectButton": "Подключиться к серверу",
|
||||
"folderSelection.servers.remove": "Удалить сохраненный сервер",
|
||||
"folderSelection.servers.skipTls": "Самоподписанный TLS",
|
||||
"folderSelection.servers.errorTitle": "Ошибка удаленного подключения",
|
||||
"folderSelection.servers.dialog.title": "Подключиться к серверу",
|
||||
"folderSelection.servers.dialog.description": "Добавьте удаленный сервер CodeNomad и при желании сразу откройте его.",
|
||||
"folderSelection.servers.dialog.name": "Имя сервера",
|
||||
"folderSelection.servers.dialog.namePlaceholder": "Продакшн сервер",
|
||||
"folderSelection.servers.dialog.url": "URL сервера",
|
||||
"folderSelection.servers.dialog.urlPlaceholder": "https://server.example.com",
|
||||
"folderSelection.servers.dialog.skipTls": "Пропустить проверку TLS для самоподписанных сертификатов.",
|
||||
"folderSelection.servers.dialog.cancel": "Отмена",
|
||||
"folderSelection.servers.dialog.save": "Сохранить",
|
||||
"folderSelection.servers.dialog.connect": "Подключиться",
|
||||
"folderSelection.servers.dialog.connecting": "Подключение...",
|
||||
"folderSelection.servers.dialog.errorRequired": "Имя сервера и URL обязательны.",
|
||||
"folderSelection.servers.dialog.errorConnect": "Не удалось подключиться к удаленному серверу.",
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user