-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from n4ze3m/next
v1.1.5
- Loading branch information
Showing
28 changed files
with
658 additions
and
27 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"pageAssist": "Помощник страницы", | ||
"selectAModel": "Выберите модель", | ||
"save": "Сохранить", | ||
"saved": "Сохранено", | ||
"cancel": "Отмена", | ||
"retry": "Повторить", | ||
"share": { | ||
"tooltip": { | ||
"share": "Поделиться" | ||
}, | ||
"modal": { | ||
"title": "Поделиться ссылкой на чат" | ||
}, | ||
"form": { | ||
"defaultValue": { | ||
"name": "Аноним", | ||
"title": "Безымянный чат" | ||
}, | ||
"title": { | ||
"label": "Название чата", | ||
"placeholder": "Введите название чата", | ||
"required": "Название чата обязательно" | ||
}, | ||
"name": { | ||
"label": "Ваше имя", | ||
"placeholder": "Введите ваше имя", | ||
"required": "Ваше имя обязательно" | ||
}, | ||
"btn": { | ||
"save": "Создать ссылку", | ||
"saving": "Создание ссылки..." | ||
} | ||
}, | ||
"notification": { | ||
"successGenerate": "Ссылка скопирована в буфер обмена", | ||
"failGenerate": "Не удалось создать ссылку" | ||
} | ||
}, | ||
"copyToClipboard": "Копировать в буфер обмена", | ||
"webSearch": "Поиск в интернете", | ||
"regenerate": "Пересоздать", | ||
"edit": "Редактировать", | ||
"saveAndSubmit": "Сохранить и отправить", | ||
"editMessage": { | ||
"placeholder": "Введите сообщение..." | ||
}, | ||
"submit": "Отправить", | ||
"noData": "Нет данных", | ||
"noHistory": "Нет истории чата", | ||
"chatWithCurrentPage": "Чат с текущей страницей", | ||
"beta": "Бета", | ||
"tts": "Прочитать вслух" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"addBtn": "Добавить новое знание", | ||
"columns": { | ||
"title": "Название", | ||
"status": "Статус", | ||
"embeddings": "Модель вложения", | ||
"createdAt": "Создано", | ||
"action": "Действия" | ||
}, | ||
"expandedColumns": { | ||
"name": "Имя" | ||
}, | ||
"tooltip": { | ||
"delete": "Удалить" | ||
}, | ||
"confirm": { | ||
"delete": "Вы уверены, что хотите удалить это знание?" | ||
}, | ||
"deleteSuccess": "Знание успешно удалено", | ||
"status": { | ||
"pending": "Ожидание", | ||
"finished": "Завершено", | ||
"processing": "Обработка" | ||
}, | ||
"addKnowledge": "Добавить знание", | ||
"form": { | ||
"title": { | ||
"label": "Название знания", | ||
"placeholder": "Введите название знания", | ||
"required": "Название знания обязательно" | ||
}, | ||
"uploadFile": { | ||
"label": "Загрузить файл", | ||
"uploadText": "Перетащите файл сюда или нажмите, чтобы загрузить", | ||
"uploadHint": "Поддерживаемые типы файлов: .pdf, .csv, .txt, .md", | ||
"required": "Файл обязателен" | ||
}, | ||
"submit": "Отправить", | ||
"success": "Знание успешно добавлено" | ||
}, | ||
"noEmbeddingModel": "Пожалуйста, сначала добавьте модель вложения на странице настроек Ollama" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"newChat": "Новый чат", | ||
"selectAPrompt": "Выберите подсказку", | ||
"githubRepository": "Репозиторий GitHub", | ||
"settings": "Настройки", | ||
"sidebarTitle": "История чата", | ||
"error": "Ошибка", | ||
"somethingWentWrong": "Что-то пошло не так", | ||
"validationSelectModel": "Пожалуйста, выберите модель, чтобы продолжить", | ||
"deleteHistoryConfirmation": "Вы уверены, что хотите удалить эту историю?", | ||
"editHistoryTitle": "Введите новое название" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"ollamaState": { | ||
"searching": "Поиск вашего Ollama 🦙", | ||
"running": "Ollama работает 🦙", | ||
"notRunning": "Не удалось подключиться к Ollama 🦙" | ||
}, | ||
"formError": { | ||
"noModel": "Пожалуйста, выберите модель", | ||
"noEmbeddingModel": "Пожалуйста, установите модель вложения на странице Настройки > Ollama" | ||
}, | ||
"form": { | ||
"textarea": { | ||
"placeholder": "Введите сообщение..." | ||
}, | ||
"webSearch": { | ||
"on": "Вкл", | ||
"off": "Выкл" | ||
} | ||
}, | ||
"tooltip": { | ||
"searchInternet": "Поиск в Интернете", | ||
"speechToText": "Речь в текст", | ||
"uploadImage": "Загрузить изображение", | ||
"stopStreaming": "Остановить поток", | ||
"knowledge": "Знание" | ||
}, | ||
"sendWhenEnter": "Отправить при нажатии клавиши Enter" | ||
} |
Oops, something went wrong.