page-assist/src/assets/locale/ru/playground.json
2024-04-27 15:05:12 +05:00

29 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}