SillyTavern/public/locales/ru-ru.json

1645 lines
152 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.

{
"clickslidertips": "Кликайте по цифрам под ползунками, чтобы менять их вручную.",
"kobldpresets": "Пресеты для Kobold",
"guikoboldaisettings": "Настройки из интерфейса KoboldAI",
"openaipresets": "Пресеты для OpenAI",
"response legth(tokens)": "Ответ (в токенах)",
"context size(tokens)": "Контекст (в токенах)",
"unlocked": "Неограниченный",
"rep.pen": "Штраф за повтор",
"rep.pen range": "Окно для штрафов за повтор",
"Temperature controls the randomness in token selection": "Температура контролирует процесс выбора токена:\n- при низкой температуре (<1.0) предпочтение отдаётся наиболее вероятным токенам, текст получается предсказуемым.\n- при высокой температуре (>1.0) повышаются шансы у токенов с низкой вероятностью, текст получается более креативным.\nУстановите значение 1.0, чтобы вероятности не менялись.",
"Top_K_desc": "Top K задает жёсткое ограничение на количество рассматриваемых токенов.\nЕсли Top-K равен 20, это означает, что будут сохранены только 20 наиболее вероятных токенов (распределение их вероятностей в расчёт не берётся)\nУстановите значение 0, чтобы отключить.",
"Top_P_desc": "Top P (он же nucleus sampling) складывает все верхние токены, пока их суммарные вероятности не достигнут целевого процента.\nТо есть, если 2 верхних токена составляют 25%, а Top-P равен 0.50, учитываются только эти 2 верхних токена.\nУстановите значение 1.0, чтобы отключить.",
"Typical_P_desc": "Сэмплер Typical P определяет приоритет токенов на основе их отклонения от средней энтропии набора.\nОстаются токены, чья кумулятивная вероятность близка к заданному порогу (например, 0,5), выделяя те, которые имеют среднее информационное содержание.\nУстановите значение 1.0, чтобы отключить.",
"Min_P_desc": "Min P устанавливает базовую минимальную вероятность. Она масштабируется в зависимости от вероятности верхнего токена.\nЕсли вероятность верхнего токена составляет 80%, а Min P - 0.1, будут рассматриваться только токены с вероятностью выше 8%.\nУстановите значение 0, чтобы отключить.",
"Top_A_desc": "Top A устанавливает порог для отбора токенов на основе квадрата наибольшей вероятности токена.\nЕсли значение Top A равно 0.2, а вероятность верхнего токена равна 50%, то токены с вероятностью ниже 5% (0.2 * 0.5^2) будут исключены.\nУстановите значение 0, чтобы отключить.",
"Tail_Free_Sampling_desc": "Tail-Free Sampling (TFS) ищет хвост маловероятных токнов в распределении,\n анализируя скорость изменения вероятностей токенов с помощью производных. Он сохраняет токены до порога (например, 0.3), основанного на нормированной второй производной.\nЧем ближе к 0, тем больше отброшенных токенов. Установите значение 1.0, чтобы отключить.",
"Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "Epsilon cutoff устанавливает уровень вероятности, ниже которого токены исключаются из выборки.\nВ единицах 1e-4; разумное значение - 3.\nУстановите 0, чтобы отключить.",
"Scale Temperature dynamically per token, based on the variation of probabilities": "Динамическое масштабирование температуры для каждого токена, основанное на изменении вероятностей.",
"Minimum Temp": "Мин. температура",
"Maximum Temp": "Макс. температура",
"Exponent": "Экспонента",
"Mirostat Mode": "Режим",
"Mirostat Tau": "Tau",
"Mirostat Eta": "Eta",
"Variability parameter for Mirostat outputs": "Параметр изменчивости для выходных данных Mirostat.",
"Learning rate of Mirostat": "Скорость обучения Mirostat.",
"Strength of the Contrastive Search regularization term. Set to 0 to disable CS": "Сила условия регуляризации контрастивного поиска. Установите значение 0, чтобы отключить CS.",
"Temperature Last": "Температура последней",
"LLaMA / Mistral / Yi models only": "Только для моделей LLaMA / Mistral / Yi. Перед этим обязательно выберите подходящий токенизатор.\nПоследовательности, которых не должно быть на выходе.\nОдна на строку. Текст или [идентификаторы токенов].\nМногие токены имеют пробел впереди. Используйте счетчик токенов, если не уверены.",
"Example: some text [42, 69, 1337]": "Пример:\nкакой-то текст\n[42, 69, 1337]",
"Classifier Free Guidance. More helpful tip coming soon": "Classifier Free Guidance. Чуть позже опишем более подробно",
"Scale": "Scale",
"GBNF Grammar": "Грамматика GBNF",
"Usage Stats": "Статистика исп.",
"Click for stats!": "Нажмите для получения статистики!",
"Backup": "Бэкап",
"Backup your personas to a file": "Создать бэкап (резервную копию) персоны в виде файла",
"Restore": "Восстановить",
"Restore your personas from a file": "Восстановление персон из файла",
"Type in the desired custom grammar": "Введите нужную пользовательскую грамматику",
"Encoder Rep. Pen.": "Штраф за повтор для кодировщика",
"Smoothing Factor": "Коэффициент сглаживания",
"No Repeat Ngram Size": "Размер no_repeat_ngram",
"Min Length": "Мин. длина",
"Alternative server URL (leave empty to use the default value).": "Альтернативный URL сервера (оставьте пустым для стандартного значения)",
"Remove your real OAI API Key from the API panel BEFORE typing anything into this box": "Удалите свой личный OAI API Key из панели API, и ТОЛЬКО ПОСЛЕ ЭТОГО вводите что-то сюда",
"We cannot provide support for problems encountered while using an unofficial OpenAI proxy": "Мы не сможем предоставить помощь с проблемами, с которыми вы столкнетесь при использовании неофициальных прокси для OpenAI",
"Context Size (tokens)": "Размер контекста (в токенах)",
"Max Response Length (tokens)": "Макс. длина ответа (в токенах)",
"Temperature": "Температура",
"Frequency Penalty": "Штраф за частоту",
"Presence Penalty": "Штраф за присутствие",
"Top A": "Top А",
"Tail Free Sampling": "Tail Free Sampling",
"Rep. Pen. Slope": "Rep. Pen. Slope",
"Top K": "Top K",
"Top P": "Top P",
"Do Sample": "Сделать образец",
"Add BOS Token": "Добавлять BOS-токен",
"Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative": "Добавлять BOS-токен в начале промпта. Если выключить, ответы могут стать более креативными.",
"Ban EOS Token": "Запретить EOS-токен",
"Ban the eos_token. This forces the model to never end the generation prematurely": "Запрет EOS-токена не позволит модели завершить генерацию преждевременно",
"Skip Special Tokens": "Пропускать спец. токены",
"Beam search": "Поиск Beam",
"Number of Beams": "Количество Beam",
"Length Penalty": "Штраф за длину",
"Early Stopping": "Преждевременная остановка",
"Contrastive search": "Контрастный поиск",
"Penalty Alpha": "Penalty Alpha",
"Seed": "Зерно",
"Epsilon Cutoff": "Epsilon Cutoff",
"Eta Cutoff": "Eta Cutoff",
"Negative Prompt": "Отрицательный промпт",
"Mirostat (mode=1 is only for llama.cpp)": "Mirostat (режим=1 предназначен только для llama.cpp)",
"Add text here that would make the AI generate things you don't want in your outputs.": "Добавьте сюда текст, который заставит ИИ генерировать то, что вы не хотите видеть в его текстах",
"Phrase Repetition Penalty": "Штраф за повтор фразы",
"Preamble": "Преамбула",
"Use style tags to modify the writing style of the output.": "Используйте теги стиля, чтобы изменить стиль написания выходного текста.",
"Banned Tokens": "Запрещённые токены",
"Sequences you don't want to appear in the output. One per line.": "Строки, которых не должно быть в выходном тексте. По одной на строчку.",
"AI Module": "Модуль ИИ",
"Changes the style of the generated text.": "Изменяет стиль создаваемого текста.",
"Used if CFG Scale is unset globally, per chat or character": "Используется, если CFG Scale не установлен глобально, для каждого чата или персонажа.",
"Streaming": "Стриминг текста",
"Dynamic Temperature": "Динамическая температура",
"Restore current preset": "Восстановить текущий пресет",
"Neutralize Samplers": "Нейтрализовать сэмплеры",
"Text Completion presets": "Пресеты для Text Completion",
"Documentation on sampling parameters": "Документация по параметрам сэмплеров",
"Set all samplers to their neutral/disabled state.": "Установить все сэмплеры в нейтральное/отключенное состояние.",
"Only enable this if your model supports context sizes greater than 4096 tokens": "Включайте эту опцию, только если ваша модель поддерживает размер контекста более 4096 токенов.\nУвеличивайте только если вы знаете, что делаете.",
"Wrap in Quotes": "Заключать в кавычки",
"Wrap entire user message in quotes before sending.": "Перед отправкой заключать всё сообщение пользователя в кавычки.",
"Leave off if you use quotes manually for speech.": "Оставьте выключенным, если вручную выставляете кавычки для прямой речи.",
"Impersonation prompt": "Промпт для перевоплощения",
"Prompt that is used for Impersonation function": "Промпт, применяемый при генерации действий от лица пользователя",
"Logit Bias": "Смещение логитов",
"Helps to ban or reenforce the usage of certain words": "Запрещает или поощряет использование определенных слов",
"View / Edit bias preset": "Просмотр / Редактирование пресета смещения",
"Add bias entry": "Добавить правило смещения",
"Connect": "Подключиться",
"Test Message": "Тестовое сообщение",
"KoboldAI": "KoboldAI",
"API url": "URL-адрес API",
"PygmalionAI/aphrodite-engine": "PygmalionAI/aphrodite-engine (Режим обёртки API OpenAI)",
"Register a Horde account for faster queue times": "Заведите учетную запись Horde для ускорения генерации",
"Adjust context size to worker capabilities": "Уточнить размер контекста в соответствии с возможностями рабочих машин",
"Adjust response length to worker capabilities": "Уточнить длинну ответа в соответствии с возможностями рабочих машин",
"API key": "API-ключ",
"Tabby API key": "Tabby API-ключ",
"Get it here:": "Получить здесь:",
"Register": "Зарегистрироваться",
"TogetherAI Model": "Модель TogetherAI",
"Example: 127.0.0.1:5001": "Пример: http://127.0.0.1:5001",
"ggerganov/llama.cpp": "ggerganov/llama.cpp (сервер вывода)",
"Example: 127.0.0.1:8080": "Пример: http://127.0.0.1:8080",
"Example: 127.0.0.1:11434": "Пример: http://127.0.0.1:11434",
"Ollama Model": "Модель Ollama",
"Download": "Скачать",
"TogetherAI API Key": "TogetherAI API-ключ",
"-- Connect to the API --": "-- Подключитесь к API --",
"View my Kudos": "Посмотреть мой рейтинг(Kudos)",
"Enter": "Введите",
"to use anonymous mode.": "чтобы использовать анонимный режим.",
"Models": "Модели",
"Not connected...": "Нет подключения...",
"Novel API key": "API-ключ для NovelAI",
"Follow": "Следуйте",
"these directions": "данным инструкциям",
"Enter it in the box below": "Введите его в окошко ниже",
"Novel AI Model": "Модель NovelAI",
"Make sure you run it with": "Обязательно запускайте его с флагом",
"flag": "",
"API key (optional)": "Ключ API (опционально)",
"Server url": "URL-адрес сервера",
"Custom model (optional)": "Пользовательская модель (опционально)",
"Bypass API status check": "Обход проверки статуса API",
"Example: 127.0.0.1:5000": "Пример: http://127.0.0.1:5000",
"Legacy API (pre-OAI, no streaming)": "Устаревший API (до OAI, без стриминга)",
"Bypass status check": "Обход проверки статуса",
"Mancer API key": "Ключ от Mancer API",
"to get your OpenAI API key.": "для получения ключа от API OpenAI",
"Window AI Model": "Модель Window AI",
"OpenAI Model": "Модель OpenAI",
"Get your key from": "Получите ключ в",
"Anthropic's developer console": "консоли разработчика Anthropic",
"Slack and Poe cookies will not work here, do not bother trying.": "Cookie от Slack и Poe здесь не подойдут, можете их не пробовать.",
"Claude Model": "Модель Claude",
"Scale API Key": "Ключ от Scale API",
"Alt Method": "Альтернативный метод",
"AI21 API Key": "Ключ от API AI21",
"AI21 Model": "Модель AI21",
"View API Usage Metrics": "Посмотреть статистику использования API",
"Show External models (provided by API)": "Показать \"сторонние\" модели (предоставленные API)",
"Allow fallback routes": "Разрешить резервные маршруты",
"Allow fallback routes Description": "Автоматически выбирает альтернативную модель, если выбранная модель не может удовлетворить ваш запрос.",
"OpenRouter API Key": "Ключ от OpenRouter API",
"OpenRouter Model": "Модель OpenRouter",
"View Remaining Credits": "Посмотреть оставшиеся кредиты",
"Click Authorize below or get the key from": "Нажмите «Авторизоваться» ниже или получите ключ от",
"Auto-connect to Last Server": "Автоматическое подключение к последнему серверу",
"View hidden API keys": "Посмотреть скрытые API-ключи",
"Advanced Formatting": "Расширенное форматирование",
"Context Template": "Шаблон контекста",
"Replace Macro in Custom Stopping Strings": "Заменять макросы в пользовательских стоп-строках",
"Story String": "Строка истории",
"Example Separator": "Разделитель примеров сообщений",
"Chat Start": "Начало чата",
"Activation Regex": "Regex для активации",
"Instruct Mode": "Режим Instruct",
"Wrap Sequences with Newline": "Отделять строки символом новой строки",
"Include Names": "Добавлять имена",
"Force for Groups and Personas": "Также для групп и персон",
"System Prompt": "Системный промпт",
"Instruct Mode Sequences": "Строки для Instruct-режима",
"Stop Sequence": "Стоп-строка",
"Context Formatting": "Форматирование контекста",
"(Saved to Context Template)": "(Сохраняется в шаблоне контекста)",
"Tokenizer": "Токенайзер",
"Token Padding": "Кол-во добавочных токенов",
"Save preset as": "Сохранить пресет как",
"Always add character's name to prompt": "Всегда добавлять имя персонажа в промпт",
"Use as Stop Strings": "Использовать в качестве стоп-строк",
"Bind to Context": "Привязка к контексту",
"Generate only one line per request": "Генерировать одну строку на запрос",
"Misc. Settings": "Доп. настройки",
"Auto-Continue": "Авто-продолжение",
"Collapse Consecutive Newlines": "Сворачивать последовательные новые строки",
"Allow for Chat Completion APIs": "Разрешить для Chat Completion API",
"Target length (tokens)": "Целевая длина (в токенах)",
"World Info": "Информация о мире",
"Scan Depth": "Глубина сканирования",
"Case-Sensitive": "С учетом регистра",
"Match Whole Words": "Только полное совпадение",
"Use global setting": "Использовать глобальную настройку",
"Yes": "Да",
"No": "Нет",
"Context %": "Процент контекста",
"Budget Cap": "Бюджетный лимит",
"(0 = disabled)": "(0 = отключено)",
"None": "Отсутствует",
"User Settings": "Настройки пользователя",
"UI Language": "Язык интерфейса",
"Avatar Style": "Аватарки",
"Circle": "Круглые",
"Rectangle": "Прямоугольные",
"Square": "Квадратные",
"Default": "По умолчанию",
"Bubbles": "Пузыри",
"No Blur Effect": "Отключить размытие",
"No Text Shadows": "Отключить тень текста",
"Waifu Mode": "Рeжим Вайфу",
"Message Timer": "Таймер сообщений",
"Model Icon": "Значки моделей",
"Advanced Character Search": "Расширенный поиск по персонажам",
"Allow {{char}}: in bot messages": "Показывать {{char}}: в ответах",
"Allow {{user}}: in bot messages": "Показать {{user}}: в ответах",
"Show tags in responses": "Показывать <теги> в ответах",
"Lorebook Import Dialog": "Показывать окно импорта лорбука",
"MUI Preset": "Пресет MUI:",
"If set in the advanced character definitions, this field will be displayed in the characters list.": "Если это поле задано в расширенных параметрах персонажа, оно будет отображаться в списке персонажей.",
"Relaxed API URLS": "Смягчённые адреса API",
"Custom CSS": "Пользовательский CSS",
"Mancer Model": "Модель Mancer",
"API Type": "Тип API",
"Aphrodite API key": "Ключ от API Aphrodite",
"Relax message trim in Groups": "Мягкая обрезка сообщений в группах",
"Characters Hotswap": "HotSwap (смена персонажей на лету)",
"Request token probabilities": "Запрашивать вероятность токена",
"Movable UI Panels": "Подвижные панели UI",
"Main Text": "Основной текст",
"Italics Text": "Курсив",
"Quote Text": "Текст в кавычках",
"Shadow Color": "Цвет теней",
"Font Scale": "Размер текста",
"Blur Strength": "Сила размытия",
"Text Shadow Width": "Размер теней текста",
"Swipes": "Свайпы",
"Miscellaneous": "Разное",
"Background Sound Only": "Только фоновый звук",
"Auto-load Last Chat": "Автозагрузка последнего чата",
"Auto-save Message Edits": "Автоматически сохранять отредактированные сообщения",
"Auto-fix Markdown": "Автоисправление разметки",
"Auto-scroll Chat": "Автоматическая прокрутка чата",
"Render Formulas": "Рендер формул",
"Send on Enter": "Отправка на Enter",
"Debug Menu": "Меню отладки",
"Restore User Input": "Восстанавливать введённый текст",
"Character Handling": "Обработка персонажа",
"Example Messages Behavior": "Примеры сообщений:",
"Gradual push-out": "Постепенное выталкивание",
"Chat/Message Handling": "Обработка чата и сообщений",
"Always include examples": "Всегда применять примеры",
"Never include examples": "Никогда не применять примеры",
"Forbid External Media": "Запрет внешних медиа",
"System Backgrounds": "Системные фоны",
"Name": "Имя",
"Auto-connect": "Подключаться автоматически",
"First message": "Первое сообщение",
"Group Controls": "Управление группой",
"Group reply strategy": "Персонажи отвечают...",
"Natural order": "По алфавиту",
"List order": "По списку",
"Allow self responses": "Разрешить ответ себе",
"Auto Mode": "Авто-режим",
"Add Members": "Добавить участников",
"Current Members": "Текущие участники",
"Delete": "Удалить",
"Cancel": "Отменить",
"Advanced Defininitions": "Расширенное описание",
"Personality summary": "Резюме по личности",
"Scenario": "Сценарий",
"Talkativeness": "Разговорчивость",
"group chats!": "групповых чатах!",
"Shy": "Застенчивый",
"Normal": "Обычный",
"Chatty": "Разговорчивый",
"Examples of dialogue": "Примеры диалога",
"Save": "Сохранить",
"Chat History": "История чата",
"Content": "Содержание",
"Selective": "Выборочно",
"Disable": "Отключено",
"Back to parent chat": "Вернуться в основной чат",
"Convert to group": "Превратить в группу",
"Start new chat": "Начать новый чат",
"Delete messages": "Удалить сообщения",
"Impersonate": "Перевоплощение",
"Regenerate": "Повторная генерация",
"Message Sound": "Звук сообщения",
"Author's Note": "Заметки автора",
"Replace empty message": "Заменять пустые сообщения",
"Send this text instead of nothing when the text box is empty.": "Этот текст будет отправлен в случае отсутствия текста на отправку.",
"Unrestricted maximum value for the context slider": "Убрать потолок для ползунка контекста. Включайте только если точно знаете, что делаете",
"Chat Completion Source": "Источник для Chat Completion",
"Avoid sending sensitive information to the Horde.": "Избегайте отправки личной информации Horde",
"Review the Privacy statement": "Ознакомиться с заявлением о конфиденциальности",
"Trusted workers only": "Только доверенные рабочие машины",
"For privacy reasons, your API key will be hidden after you reload the page.": "По причинам безопасности ваш API-ключ будет скрыт после перезагрузки страницы.",
"-- Horde models not loaded --": "--Модель Horde не загружена--",
"Example: http://127.0.0.1:5000/api ": "Пример: http://127.0.0.1:5000/api",
"No connection...": "Нет соединения...",
"Get your NovelAI API Key": "Получите свой API-ключ для NovelAI",
"KoboldAI Horde": "KoboldAI Horde",
"NovelAI": "NovelAI",
"OpenAI API key": "Ключ для API OpenAI",
"Trim spaces": "Обрезать пробелы",
"Trim Incomplete Sentences": "Удалять неоконченные предложения",
"Include Newline": "Добавлять новую строку",
"Non-markdown strings": "Строки без разметки",
"Replace Macro in Sequences": "Заменить макросы в строках",
"Presets": "Пресеты",
"Start Reply With": "Начинать ответ с",
"Show reply prefix in chat": "Показывать префикс ответов в чате",
"Worlds/Lorebooks": "Миры и лорбуки",
"Sorted Evenly": "Равномерная сортировка",
"Active World(s) for all chats": "Активные миры для всех чатов",
"-- World Info not found --": "-- Информация о мире не найдена --",
"--- Pick to Edit ---": "--- Выберите для редактирования ---",
"or": "или",
"New": "Новый",
"Priority": "Приоритет",
"Custom": "Пользовательский",
"Title A-Z": "Название от A до Z",
"Title Z-A": "Название от Z до A",
"Tokens ↗": "Токены ↗",
"Tokens ↘": "Токены ↘",
"Depth ↗": "Глубина ↗",
"Depth ↘": "Глубина ↘",
"Order ↗": "Порядок ↗",
"Order ↘": "Порядок ↘",
"UID ↗": "UID ↗",
"UID ↘": "UID ↘",
"Trigger% ↗": "Триггер% ↗",
"Trigger% ↘": "Триггер% ↘",
"Order:": "Порядок:",
"Depth:": "Глубина:",
"Character Lore First": "Сначала лор персонажа",
"Global Lore First": "Сначала глобальный лор",
"Recursive Scan": "Рекурсивное сканирование",
"Case Sensitive": "Учитывать регистр",
"Alert On Overflow": "Оповещение о переполнении",
"Use Probability": "Использовать вероятность",
"Exclude from recursion": "Исключить из рекурсии",
"Entry Title/Memo": "Название или заметка о записи",
"Position:": "Положение:",
"T_Position": "↑Char: Перед определениями Персонажа\n↓Char: После определений Персонажа\n↑AN: Перед Пометок автора\n↓AN: После Пометок автора\n@D: На глубине",
"Before Char Defs": "↑Перс.",
"After Char Defs": "↓Перс.",
"Before AN": "↑АЗ",
"After AN": "↓АЗ",
"Order": "Порядок:",
"Update a theme file": "Обновить файл темы",
"Save as a new theme": "Сохранить как новую тему",
"Minimum number of blacklisted words detected to trigger an auto-swipe": "Минимальное количество обнаруженных запрещённых слов, при котором срабатывает авто-свайп.",
"User Message Blur Tint": "Ваши сообщения",
"AI Message Blur Tint": "Сообщения ИИ",
"Chat Backgrounds": "Фоны чата",
"Chat Background": "Фон чата",
"UI Background": "Фон UI",
"Mad Lab Mode": "Режим безумца",
"Show Message Token Count": "Счетчик токенов сообщения",
"Compact Input Area (Mobile)": "Компактная зона ввода",
"Zen Sliders": "Дзен слайдеры",
"UI Border": "Границы UI",
"Chat Style:": "Стиль чата",
"Chat Timestamps": "Метки времени в чате",
"Tags as Folders": "Теги как папки",
"Streaming FPS": "FPS для стриминга",
"Gestures": "Жесты",
"Message IDs": "ID сообщений",
"Prefer Character Card Prompt": "Приоритет промпту из карточки персонажа",
"Prefer Character Card Jailbreak": "Приоритет джейлбрейку из карточки персонажа",
"Press Send to continue": "Кнопка отправки продолжает сообщение",
"Quick 'Continue' button": "Кнопка быстрого продолжения",
"Log prompts to console": "Выводить промпты в консоль",
"Never resize avatars": "Не менять размер аватарок",
"Show avatar filenames": "Показывать названия файлов аватарок",
"Import Card Tags": "Импортировать теги карточки",
"Confirm message deletion": "Подтверждение удаления сообщений",
"Spoiler Free Mode": "Режим без спойлеров",
"Auto-swipe": "Автоматические свайпы",
"Minimum generated message length": "Минимальная длина сгенерированных сообщений",
"Blacklisted words": "Запрещенные слова",
"Blacklisted word count to swipe": "Количество запрещенных слов для свайпа",
"Reload Chat": "Перезагрузить чат",
"Search Settings": "Поиск по настройкам",
"Disabled": "Отключено",
"Automatic (PC)": "Автоматическое (ПК)",
"Enabled": "Включено",
"Simple": "Простой",
"Advanced": "Расширенный",
"Disables animations and transitions": "Отключение анимаций и переходов.",
"removes blur from window backgrounds": "Убрать размытие с фона окон, чтобы ускорить рендеринг.",
"Remove text shadow effect": "Удаление эффекта тени от текста.",
"Reduce chat height, and put a static sprite behind the chat window": "Уменьшить высоту чата и поместить статичный спрайт за окном чата.",
"Always show the full list of the Message Actions context items for chat messages, instead of hiding them behind '...'": "Всегда показывать полный список действий с сообщением, а не прятать их за '...'.",
"Alternative UI for numeric sampling parameters with fewer steps": "Альтернативный пользовательский интерфейс для числовых параметров выборки с меньшим количеством шагов.",
"Entirely unrestrict all numeric sampling parameters": "Снять ограничения со всех числовых сэмплеров.",
"Time the AI's message generation, and show the duration in the chat log": "Время генерации сообщений ИИ и его показ в журнале чата.",
"Show a timestamp for each message in the chat log": "Показывать временную метку для каждого сообщения в журнале чата.",
"Show an icon for the API that generated the message": "Показать значок API, сгенерировавшего сообщение.",
"Show sequential message numbers in the chat log": "Показывать порядковые номера сообщений в журнале чата.",
"Show the number of tokens in each message in the chat log": "Показать количество токенов в каждом сообщении в журнале чата.",
"Single-row message input area. Mobile only, no effect on PC": "Однорядная область ввода сообщений. Только для мобильных устройств, на ПК не работает.",
"In the Character Management panel, show quick selection buttons for favorited characters": "На панели управления персонажами будут отображены кнопки быстрого выбора для избранных персонажей.",
"Show tagged character folders in the character list": "Отобразить теговые папки с персонажами в списке персонажей.",
"Play a sound when a message generation finishes": "Воспроизведение звука при завершении генерации сообщения.",
"Only play a sound when ST's browser tab is unfocused": "Воспроизводить звук только тогда, когда вкладка браузера ST не выбрана.",
"Reduce the formatting requirements on API URLs": "Снижение требований к форматированию URL-адресов API.",
"Ask to import the World Info/Lorebook for every new character with embedded lorebook. If unchecked, a brief message will be shown instead": "Спрашивать разрешение на импорт лорбука для всех персонажей со встроенным лорбуком. При выключенной опции вместо этого будет показываться короткое сообщение",
"Restore unsaved user input on page refresh": "Восстановление несохраненного пользовательского запроса при обновлении страницы.",
"Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile": "Позволяет перемещать некоторые элементы интерфейса путем их перетаскивания. Только для ПК, на телефонах не работает.",
"MovingUI preset. Predefined/saved draggable positions": "Пресет для MovingUI. Предопределенные/сохраненные позиции для перетаскивания.",
"Save movingUI changes to a new file": "Сохранение изменений MovingUI в новый файл.",
"Apply a custom CSS style to all of the ST GUI": "Применять пользовательский CSS ко всему интерфейсу Таверны.",
"Use fuzzy matching, and search characters in the list by all data fields, not just by a name substring": "Искать персонажей по всем полям данных, а не только по имени.",
"If checked and the character card contains a prompt override (System Prompt), use that instead": "При включении этой опции, системный промпт будет заменяться кастомным промптом из карточки (при его наличии).",
"If checked and the character card contains a jailbreak override (Post History Instruction), use that instead": "При включении этой опции, пользовательский джейлбрейк будет заменяться кастомным джейлбрейком из карточки (при его наличии).",
"Show actual file names on the disk, in the characters list display only": "Отображение названий файлов персонажей на диске, только в списке персонажей.",
"Prompt to import embedded card tags on character import. Otherwise embedded tags are ignored": "Запрашивать разрешения на импорт встроенных тегов карт при импорте персонажей. В противном случае встроенные теги игнорируются.",
"Hide character definitions from the editor panel behind a spoiler button": "Спрятать определения персонажей из панели редактора за кнопку спойлера.",
"Show a button in the input area to ask the AI to continue (extend) its last message": "Показывать на форме ответа кнопку, по нажатии на которую ИИ продолжит своё предыдущее сообщение.",
"Show arrow buttons on the last in-chat message to generate alternative AI responses. Both PC and mobile": "Показывать кнопки со стрелками на последнем сообщении в чате, чтобы генерировать альтернативные ответы ИИ. Как для ПК, так и для мобильных устройств.",
"Allow using swiping gestures on the last in-chat message to trigger swipe generation. Mobile only, no effect on PC": "Позволяет использовать жесты смахивания на последнем сообщении в чате, чтобы вызвать альтернативную генерацию. Только для мобильных устройств, на ПК не работает.",
"Save edits to messages without confirmation as you type": "Сохранять правки в сообщениях без подтверждения по мере ввода текста.",
"Render LaTeX and AsciiMath equation notation in chat messages. Powered by KaTeX": "Отображение нотации уравнений LaTeX и AsciiMath в сообщениях чата. При поддержке KaTeX.",
"Skip encoding and characters in message text, allowing a subset of HTML markup as well as Markdown": "Не кодировать символы < и > в тексте сообщения, что позволяет использовать подмножество HTML-разметки, а также Markdown.",
"Allow AI messages in groups to contain lines spoken by other group members": "Разрешить ИИ в группах генерировать строчки за других участников группы в своих сообщениях.",
"Requests logprobs from the API for the Token Probabilities feature": "Запросить логпробы из API для функции Token Probabilities.",
"Automatically reject and re-generate AI message based on configurable criteria": "Автоматическое отклонение и повторная генерация сообщений AI на основе настраиваемых критериев.",
"Enable the auto-swipe function. Settings in this section only have an effect when auto-swipe is enabled": "Включить авто-свайп. Настройки в этом разделе действуют только при включенном авто-свайпе.",
"If the generated message is shorter than this, trigger an auto-swipe": "Если сгенерированное сообщение короче этого значения, срабатывает авто-свайп.",
"Reload and redraw the currently open chat": "Перезагрузить и перерисовать открытый в данный момент чат.",
"Auto-Expand Message Actions": "Развернуть действия",
"Persona Management": "Управление персоной",
"Persona Description": "Описание персоны",
"Your Persona": "Ваша персона",
"Show notifications on switching personas": "Показывать уведомления при смене персоны",
"In Story String / Prompt Manager": "В строке истории / Менеджер промптов",
"Top of Author's Note": "Сверху от заметок автора",
"Bottom of Author's Note": "Снизу от заметок автора",
"How do I use this?": "Как пользоваться?",
"More...": "Ещё...",
"Link to World Info": "Ссылка на информацию о мире",
"Import Card Lore": "Импортировать лор карточки",
"Scenario Override": "Перезапись сценария",
"Rename": "Переименовать",
"Character Description": "Описание персонажа",
"Creator's Notes": "Заметки создателя",
"A-Z": "A-Z",
"Z-A": "Z-A",
"Newest": "Новейшие",
"Oldest": "Старейшие",
"Favorites": "Избранные",
"Recent": "Последние",
"Most chats": "Больше всего чатов",
"Least chats": "Меньше всего чатов",
"Prompt Overrides": "Индивидуальные промпты",
"Insert {{original}} into either box to include the respective default prompt from system settings.": "Введите {{original}} в любое поле, чтобы вставить соответствующий промпт из системных настроек",
"Main Prompt": "Основной промпт",
"Jailbreak": "Джейлбрейк",
"Everything here is optional": "Все поля необязательные",
"Created by": "Автор",
"Character Version": "Версия персонажа",
"Tags to Embed": "Встраиваемые теги",
"Important to set the character's writing style.": "Серьёзно влияет на стиль письма персонажа.",
"Samplers Order": "Порядок сэмплеров",
"Samplers will be applied in a top-down order. Use with caution.": "Сэмплеры будут применяться в порядке от верхнего к нижнему. Используйте с осторожностью.",
"Repetition Penalty": "Штраф за повторы",
"Rep. Pen. Range.": "Диапазон поиска повторов",
"Rep. Pen. Freq.": "Частота штрафа за повторы",
"Rep. Pen. Presence": "Наличие штрафа за повторы",
"separate with commas w/o space between": "разделять запятыми без пробела",
"Document": "Документ",
"Continue": "Продолжить",
"CFG Scale": "CFG Scale",
"AI reply prefix": "Префикс для ответа ИИ",
"Custom Stopping Strings": "Стоп-строки",
"JSON serialized array of strings": "Список строк в формате JSON",
"words you dont want generated separated by comma ','": "слова, которые вы не хотите генерировать, через запятую ','",
"Enter your name": "Введите свое имя",
"Name this character": "Назовите этого персонажа",
"Search / Create Tags": "Искать / Создать тэги",
"Describe your character's physical and mental traits here.": "Опишите ментальные и физические черты персонажа",
"This will be the first message from the character that starts every chat.": "Это будет первое сообщение от персонажа при начале нового чата",
"Chat Name (Optional)": "Название чата (необязательно)",
"Search...": "Поиск...",
"Any contents here will replace the default Main Prompt used for this character. (v2 spec: system_prompt)": "Все содержимое этого поля будет заменять стандартный промпт",
"Any contents here will replace the default Jailbreak Prompt used for this character. (v2 spec: post_history_instructions)": "Все содержимое этого поля будет заменять стандартный джейлбрейк",
"(Botmaker's name / Contact Info)": "(Имя автора, контакты)",
"(If you want to track character versions)": "Если вы хотите отслеживать версии персонажа",
"(Describe the bot, give use tips, or list the chat models it has been tested on. This will be displayed in the character list.)": "(Описание персонажа, советы по использованию, список моделей, на которых он тестировался. Информация будет отображаться в списке персонажей)",
"(Write a comma-separated list of tags)": "(Список тегов через запятую)",
"(A brief description of the personality)": "(Краткое описание личности)",
"(Circumstances and context of the interaction)": "(Обстоятельства и контекст этого диалога)",
"(Examples of chat dialog. Begin each example with START on a new line.)": "(Примеры диалога. Начинайте каждый пример с START или новой линией.)",
"Type here...": "Пишите здесь...",
"Comma separated (required)": "Через запятую (обязательное поле)",
"What this keyword should mean to the AI, sent verbatim": "Что это ключевое слово должно означать для ИИ, отправляется дословно",
"Filter to Character(s)": "Фильтр по персонажу(ам)",
"Character Exclusion": "Исключить персонажей",
"Inclusion Group": "Включить персонажей",
"Only one entry with the same label will be activated": "Будет активна только одна запись с одинаковой меткой",
"-- Characters not found --": "-- Персонажей не найдено --",
"(This will be the first message from the character that starts every chat)": "(Это будет первое сообщение от персонажа, когда вы начинаете новый чат)",
"AI Response Configuration": "Настройка ответа ИИ",
"AI Configuration panel will stay open": "Панель настройки ИИ останется открытой",
"Update current preset": "Обновить текущий пресет",
"Import preset": "Импортировать пресет",
"Export preset": "Экспортировать пресет",
"Delete the preset": "Удалить пресет",
"Auto-select this preset for Instruct Mode": "Автоматический выбор этого пресета для режима Instruct.",
"Auto-select this preset on API connection": "Автоматический выбор этого пресета при подключении к API.",
"Wrap user messages in quotes before sending": "Перед отправкой заключать ответ пользователя в кавычки",
"Restore default prompt": "Восстановить станндартный промпт",
"New preset": "Новый пресет",
"Delete preset": "Удалить пресет",
"API Connections": "Соединения с API",
"Can help with bad responses by queueing only the approved workers. May slowdown the response time.": "Может помочь с плохими ответами ставя в очередь только подтвержденных работников. Может замедлить время ответа.",
"Clear your API key": "Стереть ключ от API",
"Refresh models": "Обновить модели",
"Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai": "Получите свой OpenRouter API токен используя OAuth. У вас будет открыта вкладка openrouter.ai",
"Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "Проверка работоспособности вашего соединения с API путём отправки короткого тестового сообщения. Внимание: оно будет отправлено от вашего имени.",
"Edit": "Редактировать",
"Locked = World Editor will stay open": "Закреплено = Редактор мира останется открытым",
"Entries can activate other entries by mentioning their keywords": "Записи могут активировать другие записи, если в них содержатся ключевые слова",
"Lookup for the entry keys in the context will respect the case": "Большая буква имеет значение при активации ключевого слова",
"If the entry key consists of only one word, it would not be matched as part of other words": "Если ключевое слово состоит только из одного слова, оно не будет активироваться как часть других слов",
"Open all Entries": "Открыть все записи",
"Close all Entries": "Закрыть все записи",
"Create": "Создать",
"Import World Info": "Импортировать мир",
"Export World Info": "Экспортировать мир",
"Delete World Info": "Удалить мир",
"Duplicate World Info": "Дублировать мир",
"Rename World Info": "Переименовать мир",
"Refresh": "Обновить",
"Primary Keywords": "Основные ключевые слова",
"Logic": "Логика",
"AND ANY": "И ЛЮБОЙ",
"AND ALL": ВСЕ",
"NOT ALL": "НЕ ВСЕ",
"NOT ANY": "НЕ ЛЮБОЙ",
"Optional Filter": "Дополнительный фильтр",
"New Entry": "Новая запись",
"Fill empty Memo/Titles with Keywords": "Заполните пустые Заметки/Названия ключевыми словами",
"AI Response Formatting": "Формат ответа ИИ",
"Change Background Image": "Изменить фон",
"Extensions": "Расширения",
"Click to set a new User Name": "Нажмите, чтобы задать новое имя пользователя.",
"Click to lock your selected persona to the current chat. Click again to remove the lock.": "Нажмите, чтобы закрепить выбранную персону для текущего чата. Нажмите еще раз, чтобы открепить.",
"Click to set user name for all messages": "Нажмите, чтобы задать имя пользователя для всех сообщений.",
"Create a dummy persona": "Создать персону-болванку",
"Character Management": "Управление персонажами",
"Locked = Character Management panel will stay open": "Закреплено = Панель управление персонажами останется открытой",
"Select/Create Characters": "Выбрать/Создать персонажа",
"Token counts may be inaccurate and provided just for reference.": "Счетчик токенов может быть неточным, используйте как ориентир",
"Click to select a new avatar for this character": "Нажмите чтобы выбрать новый аватар для этого персонажа",
"Example: [{{user}} is a 28-year-old Romanian cat girl.]": "Пример:\n [{{user}} is a 28-year-old Romanian cat girl.]",
"Toggle grid view": "Переключить вид сетки",
"Add to Favorites": "Добавить в Избранное",
"Advanced Definition": "Расширенное определение",
"Character Lore": "Лор персонажа",
"Export and Download": "Экспортировать и скачать",
"Duplicate Character": "Дублировать персонажа",
"Create Character": "Создать персонажа",
"Delete Character": "Удалить персонажа",
"View all tags": "Показать все тэги",
"Click to set additional greeting messages": "Нажмите чтобы создать дополнительное вступительное сообщение",
"Show / Hide Description and First Message": "Показать / убрать описание и первое сообщение",
"Click to select a new avatar for this group": "Нажмите чтобы выбрать новый аватар для этой группы",
"Set a group chat scenario": "Задать сценарий для группового чата",
"Restore collage avatar": "Восстановить аватар-коллаж",
"Create New Character": "Создать нового персонажа",
"Import Character from File": "Импортировать персонажа из файла",
"Import content from external URL": "Импортировать содержимое из внешнего URL",
"Create New Chat Group": "Создать новый групповой чат",
"Characters sorting order": "Порядок сортировки персонажей",
"Remove": "Убрать",
"Select a World Info file for": "Выбрать файл с миром для",
"Primary Lorebook": "Основного лорбука",
"A selected World Info will be bound to this character as its own Lorebook.": "Информация о мире будет привязана к персонажу как его собственный лорбук",
"When generating an AI reply, it will be combined with the entries from a global World Info selector.": "Когда ИИ генерирует ответ, он будет совмещён с записями из глобально выбранного мира",
"Exporting a character would also export the selected Lorebook file embedded in the JSON data.": "При экспорте персонажа вместе с ним также выгрузится выбранный лорбук в виде JSON",
"Additional Lorebooks": "Вспомогательные лорбуки",
"Associate one or more auxillary Lorebooks with this character.": "Привязать к этому персонажу один или больше вспомогательных лорбуков",
"NOTE: These choices are optional and won't be preserved on character export!": "ВНИМАНИЕ: эти выборы необязательные и не будут сохранены при экспорте персонажа!",
"Rename chat file": "Переименовать чат",
"Export JSONL chat file": "Экспортировать чат в формате JSONL",
"Download chat as plain text document": "Скачать чат в формате .txt",
"Delete chat file": "Удалить файл этого чата",
"Delete tag": "Удалить тэг",
"Translate message": "Перевести сообщение",
"Generate Image": "Создать изображение",
"Narrate": "Повествовать",
"Prompt": "Промпт",
"Copy": "Скопировать",
"Confirm": "Подтвердить",
"Copy this message": "Скопировать сообщение",
"Delete this message": "Удалить сообщение",
"Move message up": "Переместить сообщение вверх",
"Move message down": "Переместить сообщение вниз",
"Enlarge": "Увеличить",
"Temporarily disable automatic replies from this character": "Временно отключить автоматические сообщения от этого персонажа",
"Enable automatic replies from this character": "Включить автоматическую отправку сообщения этого персонажа",
"Trigger a message from this character": "Запросить сообщение от этого персонажа",
"Move up": "Переместить вверх",
"Move down": "Переместить вниз",
"View character card": "Посмотреть карточку персонажа",
"Remove from group": "Убрать из группы",
"Add to group": "Добавить в группу",
"Add": "Добавить",
"Abort request": "Прекратить генерацию",
"Send a message": "Отправить сообщение",
"Ask AI to write your message for you": "Попросить ИИ написать сообщение за вас",
"Continue the last message": "Продолжить текущее сообщение",
"Bind user name to that avatar": "Закрепить имя за этим аватаром",
"Select this as default persona for the new chats.": "Выберать эту Персону в качестве персоны по умолчанию для новых чатов.",
"Change persona image": "Сменить аватар персоны",
"Delete persona": "Удалить персону",
"Reduced Motion": "Сокращение анимаций",
"Auto-select": "Авто-выбор",
"Automatically select a background based on the chat context": "Автоматический выбор фона в зависимости от контекста чата",
"Filter": "Фильтр",
"Exclude message from prompts": "Исключить сообщение из промпта",
"Include message in prompts": "Включить сообщение в подсказки",
"Create checkpoint": "Создать чекпоинт",
"Create Branch": "Создать ветку",
"Embed file or image": "Вставить файл или изображение",
"UI Theme": "Тема UI",
"This message is invisible for the AI": "Это сообщение невидимо для ИИ",
"Sampler Priority": "Приоритет сэмплеров",
"Ooba only. Determines the order of samplers.": "Только Ooba. Определяет порядок сэмплеров.",
"Load default order": "Загрузить стандартный порядок",
"Max Tokens Second": "Макс. кол-во токенов в секунду",
"CFG": "CFG",
"Extras API key (optional)": "Ключ от Extras API (необязательно)",
"Notify on extension updates": "Уведомлять об обновлениях расширений",
"Toggle character grid view": "Изменить вид грида персонажей",
"Bulk delete characters": "Массовое удаление персонажей",
"Favorite characters to add them to HotSwaps": "Чтобы включить персонажа в HotSwaps, добавьте его в Избранное",
"Underlined Text": "Подчёркнутый",
"Token Probabilities": "Вероятности токенов",
"Close chat": "Закрыть чат",
"Manage chat files": "Все чаты",
"Import Extension From Git Repo": "Импортировать расширение из Git Repository",
"Install extension": "Установить расширение",
"Manage extensions": "Управление расширениями",
"Tokens persona description": "Токенов",
"Most tokens": "Больше всего токенов",
"Least tokens": "Меньше всего токенов",
"Random": "Случайно",
"Skip Example Dialogues Formatting": "Пропустить форматирование примеров диалогов",
"Import a theme file": "Импортировать файл темы",
"Export a theme file": "Экспортировать файл темы",
"Unlocked Context Size": "Неограниченный размер контекста",
"Display the response bit by bit as it is generated.": "Выводить текст последовательно по мере его генерации.",
"When this is off, responses will be displayed all at once when they are complete.": "Если параметр выключен, ответы будут отображаться сразу целиком, и только после полного завершения генерации.",
"Quick Prompts Edit": "Быстрое редактирование промптов",
"Enable OpenAI completion streaming": "Включить стриминг OpenAI",
"Main": "Основной",
"Utility Prompts": "Служебные промпты",
"Continue prefill": "Префилл для продолжения",
"Continue sends the last message as assistant role instead of system message with instruction.": "Продолжение отправляет последнее сообщение в роли ассистента, вместо системного сообщения с инструкцией.",
"Squash system messages": "Склеивать сообщения системы",
"Combines consecutive system messages into one (excluding example dialogues). May improve coherence for some models.": "Объединяет последовательные системные сообщения в одно (за исключением примеров диалогов). У некоторых моделей может улучшить логичность ответов.",
"Send inline images": "Отправлять inline-картинки",
"Assistant Prefill": "Префилл для ассистента",
"Start Claude's answer with...": "Начать ответ Клода с...",
"Use system prompt (Claude 2.1+ only)": "Использовать системный промпт (только Claude 2.1+)",
"Send the system prompt for supported models. If disabled, the user message is added to the beginning of the prompt.": "Отправлять системный промпт для поддерживаемых моделей. Если отключено, в начало промпта добавляется сообщение пользователя.",
"Prompts": "Промпты",
"Total Tokens:": "Всего токенов:",
"Insert prompt": "Вставить промпт",
"Delete prompt": "Удалить промпт",
"Import a prompt list": "Импортировать список промптов",
"Export this prompt list": "Экспортировать этот список промптов",
"Reset current character": "Сбросить текущего персонажа",
"New prompt": "Новый промпт",
"Tokens": "токенов",
"Want to update?": "Хотите обновиться?",
"How to start chatting?": "Как начать общение?",
"and select a": " и выберите ",
"Chat API": "API чата",
"in the chat bar": " в поле чата",
"Confused or lost?": "Не можете в чём-то разобраться?",
"click these icons!": "нажмите на эти значки!",
"SillyTavern Documentation Site": "Сайт документации SillyTavern",
"Extras Installation Guide": "Руководство по установке Extras",
"Still have questions?": "Остались вопросы?",
"Join the SillyTavern Discord": "Заходите на сервер SillyTavern в Discord",
"Post a GitHub issue": "Опубликуйте GitHub issue",
"Contact the developers": "Свяжитесь с разработчиками",
"Nucleus Sampling": "Nucleus Sampling",
"Typical P": "Typical P",
"Top K Sampling": "Top K",
"Top A Sampling": "Top A",
"Off": "Выключено",
"Very light": "Очень легкий",
"Light": "Легкий",
"Medium": "Средний",
"Aggressive": "Агрессивный",
"Very aggressive": "Очень агрессивный",
"Eta_Cutoff_desc": "Eta cutoff - основной параметр специальной техники сэмплинга под названием Eta Sampling.&#13;В единицах 1e-4; разумное значение - 3.&#13;Установите в 0, чтобы отключить.&#13;См. статью Truncation Sampling as Language Model Desmoothing от Хьюитт и др. (2022) для получения подробной информации.",
"Learn how to contribute your idle GPU cycles to the Horde": "Узнайте, как внести свой вклад в свои свободные GPU-циклы в орду",
"Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.": "Используйте соответствующий токенизатор для моделей Google через их API. Медленная обработка подсказок, но предлагает намного более точный подсчет токенов.",
"Load koboldcpp order": "Загрузить порядок из koboldcpp",
"Use Google Tokenizer": "Использовать токенизатор Google",
"koboldcpp API key (optional)": "Ключ от API koboldcpp (необязательно)",
"Reverse Proxy": "Прокси",
"Use Proxy password field instead. This input will be ignored.": "Используйте поле \"Пароль от прокси\". Значение в этом окошке игнорируется",
"Proxy Password": "Пароль от прокси",
"Will be used as a password for the proxy instead of API key.": "Будет использован в качестве пароля от прокси вместо ключа от API",
"Proxy Presets": "Пресеты для прокси",
"Saved addresses and passwords.": "Сохранённые адреса и пароли.",
"Save Proxy": "Сохранить прокси",
"Delete Proxy": "Удалить прокси",
"Proxy Name": "Название прокси",
"This will show up as your saved preset.": "Будет отображено в вашем списке пресетов.",
"Proxy Server URL": "Адрес прокси-сервера",
"MistralAI Model": "Модель MistralAI",
"MistralAI API Key": "Ключ от API MistralAI",
"MakerSuite API Key": "Ключ от API MakerSuite",
"Google Model": "Модель Google",
"Cohere API Key": "Ключ от API Cohere",
"Cohere Model": "Модель Cohere",
"Model Order": "Сортировка моделей OpenRouter",
"Alphabetically": "По алфавиту",
"Price": "По цене (наиболее низкая)",
"Context Size": "По размеру контекста",
"Group by vendors": "Сгруппировать по владельцу",
"Group by vendors Description": "Модели от OpenAI попадут в одну группу, от Anthropic - в другую, и т.д. Можно комбинировать с сортировкой.",
"LEGACY": "УСТАР.",
"Force Instruct Mode formatting": "Включить форматирование для Instruct-режима",
"Allow Jailbreak": "Разрешить джейлбрейк",
"System Prompt Wrapping": "Обрамление для системного промпта",
"System Prompt Prefix": "Префикс системного промпта",
"System Prompt Suffix": "Постфикс системного промпта",
"Chat Messages Wrapping": "Обрамление для сообщений в чате",
"User Message Prefix": "Префикс сообщения пользователя",
"User Message Suffix": "Постфикс сообщения пользователя",
"Assistant Message Prefix": "Префикс сообщения ассистента",
"Assistant Message Suffix": "Постфикс сообщения ассистента",
"System Message Prefix": "Префикс сообщения системы",
"System Message Suffix": "Постфикс сообщения системы",
"System same as User": "Для системы то же самое, что и для пользователя",
"Misc. Sequences": "Прочие строки",
"First Assistant Prefix": "Первый префикс ассистента",
"Last Assistant Prefix": "Последний префикс ассистента",
"System Instruction Prefix": "Префикс системной инструкции",
"User Filler Message": "Принудительное сообщение пользователя",
"Permanent": "перманентных",
"Alt. Greetings": "Др. варианты",
"Smooth Streaming": "Плавный стриминг",
"Save checkpoint": "Сохранить чекпоинт",
"Min Activations": "Мин. число активаций",
"Scan chronologically until reached min entries or token budget.": "Сканировать в хронологической последовательности, пока не будет достигнуто мин. число вхождений или не израсходуется бюджет токенов.",
"Max Depth": "Макс. глубина",
"(0 = unlimited, use budget)": "(0 = безграничная, использовать бюджет)",
"Ext. Media": "Внешн. медиа",
"Multiple swipes per generation": "Несколько свайпов на генерацию",
"Set to get deterministic results. Use -1 for random seed.": "Используется для получения предсказуемого результата. Введите -1 для случайного зерна",
"Most tokens have a leading space.": "У большинства токенов в начале пробел.",
"Text or token ids": "Текст или [идентификаторы токенов]",
"World Info Format Template": "Шаблон оформления информации о мире",
"Wraps activated World Info entries before inserting into the prompt.": "Дополняет информацию об активном на данный момент мире перед её отправкой в промпт.",
"Doesn't work? Try adding": "Не работает? Попробуйте добавить в конце",
"at the end!": "!",
"Authorize": "Авторизоваться",
"No persona description": "[Нет описания]",
"Not connected to API!": "Нет соединения с API!",
"Type a message, or /? for help": "Введите сообщение, или /? для получения справки",
"Welcome to SillyTavern!": "Добро пожаловать в SillyTavern!",
"Won't be shared with the character card on export.": "Не попадут в карточку персонажа при экспорте.",
"Web-search": "Веб-поиск",
"Persona Name:": "Имя персоны:",
"User first message": "Первое сообщение пользователя",
"extension_token_counter": "Токенов:",
"Character's Note": "Заметка о персонаже",
"(Text to be inserted in-chat @ designated depth and role)": "Этот текст будет вставлен в чат на заданную глубину и с определённой ролью",
"@ Depth": "Глубина",
"Role": "Роль",
"System": "Система",
"User": "Пользователь",
"Assistant": "Ассистент",
"How often the character speaks in": "Как часто персонаж говорит в",
"Creator's Metadata": "Метаданные",
"(Not sent with the AI Prompt)": "(не отправляются ИИ)",
"New Chat": "Новый чат",
"Import Chat": "Импорт чата",
"Chat Lore": "Лор чата",
"Chat Lorebook for": "Лорбук для чата",
"Missing key": "❌ Ключа нет",
"Key saved": "✔️ Ключ сохранён",
"Use the appropriate tokenizer for Jurassic models, which is more efficient than GPT's.": "Использовать токенайзер для моделей Jurassic, эффективнее GPT-токенайзера",
"Experimental feature. May not work for all backends.": "Экспериментальная возможность, на некоторых бэкендах может не работать.",
"Avatar Hover Magnification": "Зум аватарки по наведению",
"Enable magnification for zoomed avatar display.": "Добавляет возможность приближать увеличенную версию аватарки.",
"Unique to this chat": "Только для текущего чата",
"Checkpoints inherit the Note from their parent, and can be changed individually after that.": "Чекпоинты наследуют заметки от родительского чата, но впоследствие их всегда можно изменить.",
"Include in World Info Scanning": "Учитывать при сканировании Информации о мире",
"Before Main Prompt / Story String": "Перед основным промптом / строкой истории",
"After Main Prompt / Story String": "После основного промпта / строки истории",
"In-chat @ Depth": "Встав. на глуб.",
"as": "роль:",
"Insertion Frequency": "Частота вставки",
"(0 = Disable, 1 = Always)": "(0 = никогда, 1 = всегда)",
"User inputs until next insertion:": "Ваших сообщений до след. вставки:",
"Character Author's Note (Private)": "Заметки автора персонажа (личные)",
"Will be automatically added as the author's note for this character. Will be used in groups, but can't be modified when a group chat is open.": "Автоматически применятся к этому персонажу в качестве заметок автора. Будут использоваться в группах, но при активном групповом чате к редактированию недоступны.",
"Use character author's note": "Использовать заметки автора персонажа",
"Replace Author's Note": "Вместо заметок автора",
"Default Author's Note": "Стандартные заметки автора",
"Will be automatically added as the Author's Note for all new chats.": "Будут автоматически добавляться во все новые чаты в качестве Заметок автора",
"1 = disabled": "1 = откл.",
"write short replies, write replies using past tense": "пиши короткие ответы, пиши в настоящем времени",
"Positive Prompt": "Положительный промпт",
"Character CFG": "CFG для персонажа",
"Will be automatically added as the CFG for this character.": "Автоматически применится к персонажу как его CFG.",
"Global CFG": "Глобальный CFG",
"Will be used as the default CFG options for every chat unless overridden.": "Будет применяться как стандартный CFG для всех чатов, если не указаны индивидуальные настройки.",
"CFG Prompt Cascading": "Совмещение CFG-промптов",
"Combine positive/negative prompts from other boxes.": "Комбинировать различные положительные и негативные промпты.",
"For example, ticking the chat, global, and character boxes combine all negative prompts into a comma-separated string.": "К примеру, если отметить галочки с чатом, персонажем и глобальной настройкой, то все эти негативы соберутся в одну строку, разделённую запятыми.",
"Always Include": "Всегда применять",
"Chat Negatives": "Негативы от чата",
"Character Negatives": "Негативы от персонажа",
"Global Negatives": "Глобальные негативы",
"Custom Separator:": "Кастомный разделитель:",
"Insertion Depth:": "Глубина вставки:",
"Chat CFG": "CFG для чата",
"bg_chat_hint_1": "Здесь будут появляться фоны, сгенерированные расширением",
"bg_chat_hint_2": ".",
"Prevent further recursion (this entry will not activate others)": "Пресечь дальнейшую рекурсию (эта запись не будет активировать другие)",
"Alert if your world info is greater than the allocated budget.": "Оповещать, если ваш мир выходит за выделенный бюджет.",
"Convert to Persona": "Преобразовать в персону",
"Link to Source": "Ссылка на источник",
"Replace / Update": "Заменить / Обновить",
"Smoothing Curve": "Кривая сглаживания",
"Message Actions": "Действия с сообщением",
"SillyTavern is aimed at advanced users.": "SillyTavern рассчитана на продвинутых пользователей.",
"If you're new to this, enable the simplified UI mode below.": "Если вы новичок, советуем включить упрощённый UI.",
"Enable simple UI mode": "Включить упрощённый UI",
"welcome_message_part_1": "Ознакомьтесь с",
"welcome_message_part_2": "официальной документацией",
"welcome_message_part_3": ".",
"welcome_message_part_4": "Введите",
"welcome_message_part_5": "в чате, чтобы получить справку по командам и макросам.",
"welcome_message_part_6": "Заходите на наш",
"Discord server": "Discord-сервер,",
"welcome_message_part_7": "там публикуется много разной полезной информации, в том числе анонсы.",
"Before you get started, you must select a persona name.": "Для начала вам следует выбрать имя своей персоны.",
"welcome_message_part_8": "Его можно будет изменить в любое время через иконку",
"welcome_message_part_9": ".",
"Ignore EOS Token": "Игнорировать EOS-токен",
"Ignore the EOS Token even if it generates.": "Игнорировать EOS-токен, даже если он сгенерировался.",
"Hide Muted Member Sprites": "Скрыть спрайты заглушенных участников",
"Group generation handling mode": "Генерировать ответы путём...",
"Swap character cards": "Подмены карточки персонажа",
"Join character cards (exclude muted)": "Совмещения карточек (кроме заглушенных)",
"Join character cards (include muted)": "Совмещения карточек (включая заглушенных)",
"Click to allow/forbid the use of external media for this group.": "Нажмите, чтобы разрешить/запретить использование внешних медиа в этой группе.",
"Scenario Format Template": "Шаблон оформления сценария",
"scenario_format_template_part_1": "Используйте",
"scenario_format_template_part_2": "чтобы указать, куда именно вставляется основное содержимое.",
"Personality Format Template": "Шаблон оформления характера",
"Group Nudge Prompt Template": "Шаблон промпта-подсказки для групп",
"Sent at the end of the group chat history to force reply from a specific character.": "Добавляется в конец истории сообщений в групповом чате, чтобы запросить ответ от конкретного персонажа.",
"Set at the beginning of the chat history to indicate that a new chat is about to start.": "Добавляется в начале истории сообщений в качестве указания на то, что дальше начнётся новый чат.",
"New Group Chat": "Новый групповой чат",
"Set at the beginning of the chat history to indicate that a new group chat is about to start.": "Добавляется в начале истории сообщений в качестве указания на то, что дальше начнётся новый групповой чат.",
"New Example Chat": "Новый образец чата",
"Set at the beginning of Dialogue examples to indicate that a new example chat is about to start.": "Добавляется в начале примеров диалогов в качестве указания на то, что дальше начнётся новый чат-пример.",
"Continue nudge": "Подсказка для продолжения",
"Set at the end of the chat history when the continue button is pressed.": "Добавляется в конец истории чата, когда отправлен запрос на продолжение текущего сообщения.",
"Continue Postfix": "Постфикс для продолжения",
"Space": "Пробел",
"Newline": "Новая строка",
"Double Newline": "Две новые строки",
"The next chunk of the continued message will be appended using this as a separator.": "Используется в качестве разделителя между уже имеющимся сообщением и его новым отрывком, при генерации продолжения",
"Regex Editor": "Редактор рег. выражений",
"ext_regex_import_script": "Импорт скрипта",
"ext_regex_desc": "Regex - это инструмент, позволяющий находить и изменять строки, используя регулярные выражения. Для более подробной информации нажмите ? рядом с заголовком.",
"Input": "Поле ввода",
"ext_regex_test_input_placeholder": "Введите текст...",
"Output": "Результат",
"ext_regex_output_placeholder": "Пусто",
"Script Name": "Название скрипта",
"Find Regex": "Рег. выражение для поиска",
"Replace With": "Замена",
"ext_regex_replace_string_placeholder": "Чтобы вставить всё вхождение рег. выражения, используйте {{match}}. Чтобы вставить группу символов, используйте $1, $2 и т.д.",
"Trim Out": "Усечение",
"ext_regex_trim_placeholder": "Удалить перед обработкой ненужные части текста. Каждый элемент с новой строки.",
"Slash Commands": "Слэш-команды",
"Min Depth": "Мин. глубина",
"ext_regex_min_depth_desc": "При форматировании затрагивать только те сообщения, которые находятся как минимум на глубине N. 0 = последнее сообщение, 1 = предпоследнее и т.д. Учитываются только видимые сообщения, т.е. не скрытые и не системные.",
"ext_regex_max_depth_desc": "При форматировании затрагивать только те сообщения, которые находятся на глубине не более N. 0 = последнее сообщение, 1 = предпоследнее и т.д. Учитываются только видимые сообщения, т.е. не скрытые и не системные.",
"ext_regex_min_depth_placeholder": "Неогранич.",
"ext_regex_other_options": "Другие опции",
"Only Format Display": "Только визуально",
"ext_regex_only_format_prompt_desc": "История чата не изменится, замена будет осуществляться только в промпте (при генерации)",
"Only Format Prompt (?)": "Только промпт",
"Run On Edit": "Выполнять при редактировании",
"Substitute Regex": "Заменить в рег. выражении",
"ext_regex_substitute_regex_desc": "Перед выполнением заменять {{макросы}} в рег. выражении",
"Test Mode": "Протестировать",
"ext_regex_affects": "Затрагивает",
"ext_regex_user_input": "Ваши сообщения",
"ext_regex_ai_output": "Ответы ИИ",
"ext_regex_disable_script": "Выключить этот скрипт",
"ext_regex_enable_script": "Включить скрипт",
"ext_regex_edit_script": "Редактировать",
"ext_regex_export_script": "Экспортировать",
"ext_regex_delete_script": "Удалить",
"ext_sum_with": "Для пересказа использовать:",
"ext_sum_main_api": "Основное API",
"ext_sum_current_summary": "Текущий пересказ:",
"ext_sum_restore_previous": "Восстановить предыдущий",
"ext_sum_memory_placeholder": "Сгенерированный пересказ будет здесь...",
"ext_sum_force_text": "Пересказать сейчас",
"Disable automatic summary updates. While paused, the summary remains as-is. You can still force an update by pressing the Summarize now button (which is only available with the Main API).": "Отключить авто-обновление пересказа. Пересказ всё время будет фиксированным. Однако останется возможность принудительно обновить пересказ через кнопку \"Пересказать сейчас\" (доступно только через Основное API)",
"ext_sum_pause": "Приостановить",
"Omit World Info and Author's Note from text to be summarized. Only has an effect when using the Main API. The Extras API always omits WI/AN.": "Исключать из пересказа Информацию о мире и Заметки автора. Работает только для Основного API. Extras API всегда их исключает.",
"ext_sum_no_wi_an": "Без мира и заметок",
"ext_sum_settings_tip": "Изменить промпт пересказа, место для инжекта и т.д.",
"ext_sum_settings": "Настройки пересказа",
"ext_sum_prompt_builder": "Алгоритм формирования промпта",
"ext_sum_prompt_builder_1_desc": "Расширение само составит промпт с учётом непересказанных сообщений. Во время генерации чат недоступен.",
"ext_sum_prompt_builder_1": "Прямой, блокирующий",
"ext_sum_prompt_builder_2_desc": "Расширение само составит промпт с учётом непересказанных сообщений. Во время генерации чат доступен. Может не поддерживаться некоторыми бэкендами.",
"ext_sum_prompt_builder_2": "Прямой, неблокирующий",
"ext_sum_prompt_builder_3_desc": "Расширение будет использовать стандартные основные настройки промпта, и добавит свой промпт в качестве последнего системного сообщения.",
"ext_sum_prompt_builder_3": "Классический, блокирующий",
"Summary Prompt": "Промпт для пересказа",
"ext_sum_restore_default_prompt_tip": "Восстановить стандартный промпт",
"ext_sum_prompt_placeholder": "Этот промпт будет отправлен ИИ при запросе на генерацию пересказа. Макрос {{words}} будет заменён на значение параметра \"Количество слов\".",
"ext_sum_target_length_1": "Целевая длина пересказа (слов):",
"ext_sum_target_length_2": "",
"ext_sum_target_length_3": "",
"ext_sum_api_response_length_1": "Длина ответа от API (токенов):",
"ext_sum_api_response_length_2": "",
"ext_sum_api_response_length_3": " ",
"ext_sum_0_default": "по умолчанию = 0",
"ext_sum_raw_max_msg": "[Прямое форматирование] Макс. сообщений в запросе",
"ext_sum_0_unlimited": "неограничено = 0",
"Update frequency": "Частота обновления",
"ext_sum_update_every_messages_1": "Интервал обновления (кол-во сообщений):",
"ext_sum_update_every_messages_2": "",
"ext_sum_update_every_words_1": "Интервал обновления (кол-во слов):",
"ext_sum_update_every_words_2": "",
"ext_sum_0_disable": "для отключения поставьте 0",
"ext_sum_auto_adjust_desc": "Попытаться автоматически рассчитать значение интервала, исходя из статистики чата",
"ext_sum_both_sliders": "Если оба ползунка отличны от нуля, то оба будут триггерить генерацию пересказа с соответствующей периодичностью.",
"ext_sum_injection_template": "Шаблон для инжекта",
"ext_sum_memory_template_placeholder": "Макрос {{summary}} будет заменён на содержимое пересказа",
"ext_sum_injection_position": "Куда инжектить",
"How many messages before the current end of the chat.": "Сколько сообщений от конца чата.",
"Change it later in the 'User Settings' panel.": "Его можно будет выключить в меню \"Настройки пользователя\"",
"Looking for AI characters?": "Ищете ИИ-персонажей?",
"onboarding_import": "Импортируйте",
"from supported sources or view": "из источника или посмотрите",
"Sample characters": "Стандартных персонажей",
"popup-button-save": "Сохранить",
"popup-button-yes": "Да",
"popup-button-no": "Нет",
"popup-button-cancel": "Отмена",
"popup-button-import": "Импортировать",
"Enter the URL of the content to import": "Введите URL-адрес импортируемого контента",
"Supported sources:": "Поддерживаются следующие источники:",
"char_import_example": "Пример:",
"char_import_1": "Персонаж с Chub (прямая ссылка или ID)",
"char_import_2": "Лорбук с Chub (прямая ссылка или ID)",
"char_import_3": "Персонаж с JanitorAI (прямая ссылка или UUID)",
"char_import_4": "Персонаж с Pygmalion.chat (прямая ссылка или UUID)",
"char_import_5": "Персонаж с AICharacterCard.com (прямая ссылка или ID)",
"char_import_6": "Прямая ссылка на PNG-файл (чтобы узнать список разрешённых хостов, загляните в",
"char_import_7": ")",
"Grammar String": "Грамматика",
"GNBF or ENBF, depends on the backend in use. If you're using this you should know which.": "GNBF или ENBF, зависит от бэкенда. Если вы это используете, то, скорее всего, сами знаете, какой именно.",
"Account": "Аккаунт",
"Hi,": "Привет,",
"To enable multi-account features, restart the SillyTavern server with": "Чтобы активировать систему аккаунтов, перезапустите SillyTavern, выставив",
"set to true in the config.yaml file.": "в файле config.yaml в положение true.",
"Account Info": "Об аккаунте",
"Handle:": "Хэндл:",
"Role:": "Роль:",
"Created:": "Создан:",
"Password:": "Пароль:",
"This account is password protected.": "Аккаунт защищён паролем.",
"This account is not password protected.": "Аккаунт не защищён паролем.",
"Account Actions": "Действия",
"Settings Snapshots": "Снимки настроек",
"Manage your settings snapshots.": "Управление снимками настроек.",
"Download Backup": "Скачать бэкап",
"Download a complete backup of your user data.": "Скачать полный бэкап данных пользователя.",
"Danger Zone": "Опасно",
"Reset Settings": "Сбросить настройки",
"Reset your settings to factory defaults.": "Сбросить настройки до заводских.",
"Reset Everything": "Сбросить всё",
"Wipe all user data and reset your account to factory settings.": "Стереть все данные пользователя и сбросить аккаунт до заводских настроек.",
"Set your custom avatar.": "Установить аватарку",
"Remove your custom avatar.": "Сбросить аватарку",
"Make a Snapshot": "Сделать снимок",
"Avoid cropping and resizing imported character images. When off, crop/resize to 512x768": "Не менять размер картинок у импортируемых персонажей. При отключении все картинки будут приводиться к размеру 512х768",
"Char List Subheader": "Доп. заголовок в списке персонажей",
"# Messages to Load": "Сколько сообщений загружать",
"(0 = All)": "(0 = все)",
"Theme Colors": "Цвета темы",
"Specify colors for your theme.": "Настройте собственные цвета для вашей темы.",
"Update speed of streamed text.": "Скорость обновления текста при стриминге.",
"The number of chat history messages to load before pagination.": "Кол-во сообщений чата, загружаемых перед пагинацией.",
"Chat Width": "Ширина чата",
"Width of the main chat window in % of screen width": "Ширина окна с чатом, в % от ширины экрана",
"Blur strength on UI panels.": "Сила размытия на панелях UI.",
"Font size": "Размер шрифта",
"Strength of the text shadows": "Размер теней, отбрасываемых текстом",
"prompt_manager_edit": "Редактирование",
"prompt_manager_tokens": "Токенов",
"prompt_manager_name": "Имя",
"A name for this prompt.": "Имя данного промпта.",
"To whom this message will be attributed.": "От чьего лица будет отправляться сообщение.",
"AI Assistant": "ИИ-ассистент",
"prompt_manager_position": "Точка инжекта",
"Injection position. Next to other prompts (relative) or in-chat (absolute).": "Как рассчитывать позицию для инжекта. Она может располагаться по отношению к другим промптам (относительная) либо по отношению к чату (абсолютная).",
"prompt_manager_relative": "Относительная",
"prompt_manager_depth": "Глубина",
"Injection depth. 0 = after the last message, 1 = before the last message, etc.": "Глубина вставки. 0 = после последнего сообщения, 1 = перед последним сообщением, и т.д.",
"The prompt to be sent.": "Отправляемый ИИ промпт.",
"prompt_manager_forbid_overrides": "Запретить перезапись",
"This prompt cannot be overridden by character cards, even if overrides are preferred.": "Карточка персонажа не сможет перезаписать этот промпт, даже если настройки отдают приоритет именно ей.",
"image_inlining_hint_1": "Отправлять картинки как часть промпта, если позволяет модель (такой функционал поддерживают GPT-4V, Claude 3 или Llava 13B). Чтобы добавить в чат изображение, используйте на нужном сообщении действие",
"image_inlining_hint_2": ". Также это можно сделать через меню",
"image_inlining_hint_3": ".",
"Contest Winners": "Победители конкурса",
"Rename background": "Переименовать фон",
"Lock": "Закрепить",
"Unlock": "Открепить",
"Delete background": "Удалить фон",
"Export all": "Экспортировать всё",
"Export all your prompts to a file": "Экспортировать все промпты в виде файла",
"Don't add character names.": "Не добавлять имя персонажа",
"Add character names to completion objects.": "Добавлять имя персонажа как часть Completion object",
"Message Content": "Внутри сообщения",
"Prepend character names to message contents.": "Предварять сообщения именем персонажа.",
"Character Names Behavior": "Вставка имени персонажа",
"and pick a character.": "и выберите персонажа.",
"Record a snapshot of your current settings.": "Сделать снимок текущих настроек.",
"Restore this snapshot": "Откатиться к этому снимку",
"To change your user avatar, use the buttons below or select a default persona in the Persona Management menu.": "Чтобы сменить аватарку, используйте кнопки ниже, либо выберите персону по умолчанию в меню управления персоной.",
"These characters are the winners of character design contests and have outstandable quality.": "Персонажи наивысшего качества, одержавшие победу в конкурсе персонажей.",
"Featured Characters": "Рекомендуемые персонажи",
"These characters are the finalists of character design contests and have remarkable quality.": "Персонажи отличного качества, финалисты конкурса персонажей.",
"Inline Image Quality": "Качество inline-изображений",
"openai_inline_image_quality_auto": "Автоопределение",
"openai_inline_image_quality_low": "Низкое",
"openai_inline_image_quality_high": "Высокое",
"Assistant Impersonation Prefill": "Префилл для ассистента при перевоплощении",
"Hide Chat Avatars": "Не показывать аватарки в чате",
"Hide avatars in chat messages.": "Скрыть аватарки сбоку от сообщений в чате",
"Flat": "Стандартный",
"Toggle character info panel": "Показать / скрыть инфо-панель",
"(For Chat Completion and Instruct Mode)": "(для Chat Completion и режима Instruct)",
"help_1": "Приветствуем! Выберите тему, которая вас интересует:",
"help_2": "Слэш-команды",
"help_or": "также",
"help_3": "Разметка",
"help_4": "Горячие клавиши",
"help_5": "{{Макросы}}",
"help_6": "Не нашли ответа на свой вопрос? Загляните в",
"help_7": "официальную документацию SillyTavern",
"help_8": ", там система описана гораздо более подробно!",
"help_format_1": "Команды для разметки текста:",
"help_format_2": "*текст*",
"help_format_3": "добавляет ",
"help_format_4": "курсив",
"help_format_5": "**текст**",
"help_format_6": "делает текст ",
"help_format_7": "полужирным",
"help_format_8": "***текст***",
"help_format_9": "добавляет ",
"help_format_10": "полужирный курсив",
"help_format_11": "__текст__",
"help_format_12": "добавляет ",
"help_format_13": "подчёркивание",
"help_format_14": "~~текст~~",
"help_format_15": "делает текст ",
"help_format_16": "зачёркнутым",
"help_format_17": "[текст](url)",
"help_format_18": "добавляет в текст ",
"help_format_19": "ссылку",
"help_format_20": "![текст](url)",
"help_format_21": "добавляет в текст картинку",
"help_format_22": "```текст```",
"help_format_23": "оформляет текст как кусок кода (символ новой строки также допустим)",
"help_format_like_this": "вот так",
"help_format_24": "`текст`",
"help_format_25": "отображает кусок кода ",
"help_format_26": "внутри строки",
"help_format_27": "> текст",
"help_format_28": "отображает текст как цитату (обратите внимание на пробел после >)",
"help_format_29": "# текст",
"help_format_30": "создаёт крупный заголовок (обратите внимание на пробел)",
"help_format_32": "## текст",
"help_format_33": "создаёт средний заголовок (обратите внимание на пробел)",
"help_format_35": "### текст",
"help_format_36": "создаёт малый заголовок (обратите внимание на пробел)",
"help_format_38": "$$ текст $$",
"help_format_39": "отрендерить в виде формулы LaTeX (если включено в настройках)",
"help_format_40": "$ текст $",
"help_format_41": "отрендерить в виде формулы AsciiMath (если включено в настройках)",
"help_hotkeys_1": "Стрелка вверх",
"help_hotkeys_2": "Редактировать последнее сообщение в чате",
"help_hotkeys_3": "Ctrl+Стрелка вверх",
"help_hotkeys_4": "Редактировать ВАШЕ последнее сообщение в чате",
"help_hotkeys_5": "Стрелка влево",
"help_hotkeys_6": "Свайп влево",
"help_hotkeys_7": "Стрелка вправо",
"help_hotkeys_8": "Свайп вправо (ОБРАТИТЕ ВНИМАНИЕ: если в окошке ввода что-то есть, клавиши для свайпов не работают)",
"help_hotkeys_10": "(при фокусе на окошке ввода)",
"help_hotkeys_10_1": "Отправить сообщение",
"help_hotkeys_12": "Повторно сгенерировать последний ответ ИИ",
"help_hotkeys_14": "Продолжить последний ответ ИИ",
"help_hotkeys_16": "Остановить генерацию ответа, скрыть UI-панель, отменить редактирование сообщения",
"help_hotkeys_17": "Ctrl+Shift+Вверх",
"help_hotkeys_18": "Прокрутить до линии контекста",
"help_hotkeys_19": "Ctrl+Shift+Вниз",
"help_hotkeys_20": "Прокрутить вниз до конца",
"help_hotkeys_0": "Горячие клавиши",
"You can browse a list of bundled characters in the": "Комплектных персонажей можно найти в меню",
"Download Extensions & Assets": "Загрузить расширения и ресурсы",
"menu within": "внутри этих кубиков",
"Assets URL": "URL с описанием ресурсов",
"Custom (OpenAI-compatible)": "Кастомный (совместимый с OpenAI)",
"Custom Endpoint (Base URL)": "Кастомный эндпоинт (базовый URL)",
"Example: http://localhost:1234/v1": "Пример: http://localhost:1234/v1",
"at the end of the URL!": "!",
"Custom API Key": "Ключ от кастомного API",
"(Optional)": "(необязательно)",
"Enter a Model ID": "Введите идентификатор модели",
"Example: gpt-3.5-turbo": "Пример: gpt-3.5-turbo",
"Available Models": "Доступные модели",
"Prompt Post-Processing": "Постобработка промпта",
"Applies additional processing to the prompt before sending it to the API.": "Позволяет обработать промпт перед отправкой в API.",
"prompt_post_processing_none": "Отсутствует",
"Additional Parameters": "Доп. параметры",
"Include Body Parameters": "Добавить параметры в тело",
"custom_include_body_desc": "Эти параметры будут добавлены в тело запроса к API Chat Completion (YAML-объект)\n\nПример:\n- top_k: 20\n- repetition_penalty: 1.1",
"Exclude Body Parameters": "Исключить параметры из тела",
"custom_exclude_body_desc": "Эти параметры будут исключены из тела запроса к API Chat Completion (YAML-массив)\n\nПример:\n- frequency_penalty\n- presence_penalty",
"Include Request Headers": "Добавить заголовки запроса",
"custom_include_headers_desc": "Дополнительные заголовки, добавляемые к запросу в API Chat Completion (YAML-объект)\n\nПример:\n- CustomHeader: custom-value\n- AnotherHeader: custom-value",
"Groq API Key": "Ключ от API Groq",
"Groq Model": "Модель Groq",
"Perplexity API Key": "Ключ от API Perplexity",
"Perplexity Model": "Модель Perplexity",
"Enables a magnification effect on hover when you display the zoomed avatar after clicking an avatar's image in chat.": "Создаёт эффект приближения, когда вы наводитесь мышкой на изображение, отображаемое по клику на аватарку в чате.",
"STscript Settings": "Настройки STscript",
"Sets default flags for the STscript parser.": "Задаёт стандартные значения флагов для парсера STscript.",
"Parser Flags": "Флаги парсера",
"ext_regex_new_global_script": "+ Глобальный",
"ext_regex_new_scoped_script": "+ Локальный",
"ext_regex_new_global_script_desc": "Создать глобальный regex-скрипт",
"ext_regex_new_scoped_script_desc": "Создать локальный regex-скрипт",
"ext_regex_global_scripts": "Глобальные скрипты",
"ext_regex_global_scripts_desc": "Распространяются на всех персонажей. Сохраняются как часть настроек.",
"ext_regex_scoped_scripts": "Локальные скрипты",
"ext_regex_scoped_scripts_desc": "Распространяются только на этого персонажа. Сохраняются в его карточку.",
"ext_regex_allow_scoped": "Разрешить использование локальных скриптов",
"ext_regex_move_to_global": "Сделать глобальным",
"openai_logit_bias_no_items": "Правил нет",
"Enable function calling": "Включить функции",
"enable_functions_desc_1": "Включает возможность ",
"enable_functions_desc_2": "вызова функций",
"enable_functions_desc_3": "Используется расширениями для добавления нового функционала.",
"MAD LAB MODE ON": "ВКЛЮЧЕН РЕЖИМ БЕЗУМЦА",
"api_no_connection": "Нет соединения...",
"Sampler Select": "Выбор сэмплеров",
"Customize displayed samplers or add custom samplers.": "Выберите, какие сэмплеры хотите здесь отображать, или добавьте собственные сэмплеры",
"ext_translate_auto_mode": "Автоперевод",
"ext_translate_mode_none": "Откл.",
"ext_translate_mode_responses": "Переводить ответы ИИ",
"ext_translate_mode_inputs": "Переводить ваши сообщения",
"ext_translate_mode_both": "Переводить всё",
"ext_translate_mode_provider": "Переводчик",
"ext_translate_target_lang": "На какой язык переводить",
"ext_translate_clear": "Очистить переводы",
"ext_translate_btn_chat": "Перевести чат",
"ext_translate_btn_input": "Перевести моё сообщение",
"ext_translate_delete_confirm_1": "Вы уверены?",
"ext_translate_delete_confirm_2": "Будет удалён текст всех имеющихся в этом чате переводов. Отменить это действие невозможно.",
"Favorite": "Избранное",
"Tag": "Тег",
"Duplicate": "Duplicate",
"Persona": "Персона",
"novelaipresets": "Пресеты NovelAI",
"No Module": "No Module",
"Instruct": "Instruct",
"Prose Augmenter": "Prose Augmenter",
"Text Adventure": "Text Adventure",
"Streaming_desc": "Выводить текст последовательно по мере его генерации.\rЕсли параметр выключен, ответы будут отображаться сразу целиком, и только после полного завершения генерации.",
"Max prompt cost:": "Max prompt cost:",
"TFS": "TFS",
"Enable Cohere web-search connector": "Enable Cohere web-search connector",
"Allow the model to use the web-search connector.": "Allow the model to use the web-search connector.",
"Count Penalty": "Count Penalty",
"Min P": "Min P",
"NSFW": "NSFW",
"Restore default format": "Restore default format",
"Restore new chat prompt": "Restore new chat prompt",
"Restore new group chat prompt": "Restore default prompt",
"Mirostat": "Mirostat",
"Mode": "Режим",
"Mirostat_Mode_desc": "0 = отключить полностью. 1 = включить Mirostat 1.0. 2 = включить Mirostat 2.0.",
"Tau": "Tau",
"Mirostat_Tau_desc": "Controls variability of Mirostat outputs",
"Eta": "Eta",
"Mirostat_Eta_desc": "Controls learning rate of Mirostat",
"Ban_EOS_Token_desc": "Запретить токен конца последовательности (EOS) (актуально для KoboldCpp, но KoboldAI может запрещать ещё и другие токены).\rПодходит для написания историй, но не рекомендуется для режимов Chat и Instruct.",
"Mirostat LR": "Mirostat LR",
"rep.pen decay": "Rep Pen Decay",
"Skew": "Skew",
"Smooth Sampling": "Smooth Sampling",
"Smooth_Sampling_desc": "Allows you to use quadratic/cubic transformations to adjust the distribution. Lower Smoothing Factor values will be more creative, usually between 0.2-0.3 is the sweetspot (assuming the curve = 1). Higher Smoothing Curve values will make the curve steeper, which will punish low probability choices more aggressively. 1.0 curve is equivalent to only using Smoothing Factor.",
"DRY_Repetition_Penalty_desc": "DRY penalizes tokens that would extend the end of the input into a sequence that has previously occurred in the input. Set multiplier to 0 to disable.",
"DRY Repetition Penalty": "DRY Repetition Penalty",
"DRY_Multiplier_desc": "Set to value > 0 to enable DRY. Controls the magnitude of the penalty for the shortest penalized sequences.",
"Multiplier": "Multiplier",
"DRY_Base_desc": "Controls how fast the penalty grows with increasing sequence length.",
"Base": "Base",
"DRY_Allowed_Length_desc": "Longest sequence that can be repeated without being penalized.",
"Allowed Length": "Allowed Length",
"Penalty Range": "Penalty Range",
"DRY_Sequence_Breakers_desc": "Tokens across which sequence matching is not continued. Specified as a comma-separated list of quoted strings.",
"Sequence Breakers": "Sequence Breakers",
"JSON-serialized array of strings.": "Список строк в формате JSON.",
"Mirostat_desc": "Mirostat - своего рода термометр, измеряющий перплексию для выводимого текста.\nMirostat подгоняет перплексию генерируемого текста к перплексии входного текста, что позволяет избежать повторов.\n(когда по мере генерации текста авторегрессионным инференсом, перплексия всё больше приближается к нулю)\n а также ловушки перплексии (когда перплексия начинает уходить в сторону)\nБолее подробное описание в статье Mirostat: A Neural Text Decoding Algorithm that Directly Controls Perplexity by Basu et al. (2020).\nРежим выбирает версию Mirostat. 0=отключить, 1=Mirostat 1.0 (только llama.cpp), 2=Mirostat 2.0.",
"Helpful tip coming soon.": "Подсказку скоро добавим.",
"Temperature_Last_desc": "Использовать Temperature сэмплер в последнюю очередь. Это почти всегда разумно.\nПри включении: сначала выборка набора правдоподобных токенов, затем применение Temperature для корректировки их относительных вероятностей (технически, логитов).\nПри отключении: сначала применение Temperature для корректировки относительных вероятностей ВСЕХ токенов, затем выборка правдоподобных токенов из этого.\nОтключение Temperature Last увеличивает вероятности в хвосте распределения, что увеличивает шансы получить несогласованный ответ.",
"Speculative Ngram": "Speculative Ngram",
"Use a different speculative decoding method without a draft model": "Use a different speculative decoding method without a draft model.\rUsing a draft model is preferred. Speculative ngram is not as effective.",
"Spaces Between Special Tokens": "Spaces Between Special Tokens",
"JSON Schema": "JSON Schema",
"Type in the desired JSON schema": "Type in the desired JSON schema",
"Top P & Min P": "Top P & Min P",
"llama.cpp only. Determines the order of samplers. If Mirostat mode is not 0, sampler order is ignored.": "llama.cpp only. Determines the order of samplers. If Mirostat mode is not 0, sampler order is ignored.",
"Helps the model to associate messages with characters.": "Помогает модели связывать сообщения с персонажами.",
"character_names_none": "Except for groups and past personas. Otherwise, make sure you provide names in the prompt.",
"Completion": "Completion Object",
"character_names_completion": "Только латинские буквы, цифры и знак подчёркивания. Работает не для всех бэкендов, в частности для Claude, MistralAI, Google.",
"Use AI21 Tokenizer": "Использовать токенайзер AI21",
"Use system prompt": "Использовать системный промпт",
"(Gemini 1.5 Pro/Flash only)": "(только Gemini 1.5 Pro/Flash)",
"Merges_all_system_messages_desc_1": "Объединяет все системные сообщения до первого не-системного, и отсылает их в поле",
"Merges_all_system_messages_desc_2": ".",
"Restore User first message": "Restore User first message",
"Human message": "Сообщение, инструкция и т.п. от лица человека.\nПри пустом поле ничего не отправляется, тогда требуется самостоятельно отправить промт от лица пользователя.",
"Text Completion": "Text Completion",
"Chat Completion": "Chat Completion",
"Default (completions compatible)": "Default [OpenAI /completions compatible: oobabooga, LM Studio, etc.]",
"Model Providers": "Model Providers",
"InfermaticAI API Key": "Ключ от API InfermaticAI",
"InfermaticAI Model": "Модель InfermaticAI",
"DreamGen API key": "Ключ от API DreamGen",
"DreamGen Model": "Модель DreamGen",
"vllm-project/vllm": "vllm-project/vllm (режим враппера OpenAI API)",
"vLLM API key": "Ключ от API vLLM",
"Example: 127.0.0.1:8000": "Example: http://127.0.0.1:8000",
"vLLM Model": "Модель vLLM",
"Aphrodite Model": "Модель Aphrodite",
"Peek a password": "Посмотреть пароль",
"openrouter_force_instruct": "This option is outdated and will be removed in the future. To use instruct formatting, please switch to OpenRouter under Text Completion API instead.",
"Force_Instruct_Mode_formatting_Description": "If both Instruct Mode and this are enabled, the prompt will be formatted by SillyTavern using the current\n advanced formatting settings (except instruct System Prompt). If disabled, the prompt will be formatted by OpenRouter.",
"Clear your cookie": "Clear your cookie",
"Add Chat Start and Example Separator to a list of stopping strings.": "Использовать Начало чата и Разделитель примеров сообщений в качестве стоп-строк.",
"context_allow_jailbreak": "Если в карточке есть джейлбрейк И ПРИ ЭТОМ включена опция \"Приоритет джейлбрейку из карточки персонажа\", то этот джейлбрейк добавляется в конец промпта.\nНЕ РЕКОМЕНДУЕТСЯ ДЛЯ МОДЕЛЕЙ TEXT COMPLETION, МОЖЕТ ПОРТИТЬ ВЫХОДНОЙ ТЕКСТ.",
"Context Order": "Context Order",
"Summary": "Summary",
"Example Dialogues": "Примеры диалогов",
"Hint": "Hint:",
"In-Chat Position not affected": "Summary and Author's Note orders are only affected when they don't have an In-Chat position set.",
"instruct_bind_to_context": "If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference.",
"Inserted before a System prompt.": "Вставляется перед системным промптом.",
"Inserted after a System prompt.": "Вставляется после системного промпта.",
"Inserted before a User message and as a last prompt line when impersonating.": "Inserted before a User message and as a last prompt line when impersonating.",
"Inserted after a User message.": "Вставляется после сообщения пользователя.",
"Inserted before an Assistant message and as a last prompt line when generating an AI reply.": "Вставляется перед сообщением ассистента и в качестве последней строки промпта во время генерации ответа ИИ.",
"Inserted after an Assistant message.": "Вставляется после сообщения ассистента.",
"Inserted before a System (added by slash commands or extensions) message.": "Inserted before a System (added by slash commands or extensions) message.",
"Inserted after a System message.": "Вставляется после сообщения системы.",
"If enabled, System Sequences will be the same as User Sequences.": "Для сообщений системы будет использоваться то же обрамление, что и для пользователя.",
"Inserted before the first Assistant's message.": "Вставляется перед первым сообщением ассистента.",
"instruct_last_output_sequence": "Вставляется перед последним сообщением ассистента либо в качестве последней строки промпта во время генерации ответа ИИ (если роль не системная / нейтральная).",
"Will be inserted as a last prompt line when using system/neutral generation.": "Will be inserted as a last prompt line when using system/neutral generation.",
"If a stop sequence is generated, everything past it will be removed from the output (inclusive).": "Если ИИ генерирует стоп-строку, то всё после неё будет вырезано из ответа (включая и саму стоп-строку).",
"Will be inserted at the start of the chat history if it doesn't start with a User message.": "Вставляется в начале истории чата, если она начинается не с сообщения пользователя.",
"Global World Info/Lorebook activation settings": "Настройки активации глобального лорбука / Информации о мире",
"Click to expand": "Щёлкните, чтобы развернуть",
"Insertion Strategy": "Как инжектить",
"Only the entries with the most number of key matches will be selected for Inclusion Group filtering": "Only the entries with the most number of key matches will be selected for Inclusion Group filtering",
"Use Group Scoring": "Use Group Scoring",
"Search": "Search",
"Admin Panel": "Admin Panel",
"Logout": "Logout",
"Delete a theme": "Delete a theme",
"Tags_as_Folders_desc": "Recent change: Tags must be marked as folders in the Tag Management menu to appear as such. Click here to bring it up.",
"Slow": "Slow",
"Fast": "Fast",
"Reset MovingUI panel sizes/locations.": "Reset MovingUI panel sizes/locations.",
"Expand the editor": "Expand the editor",
"Disallow embedded media from other domains in chat messages": "Disallow embedded media from other domains in chat messages.",
"AutoComplete Settings": "AutoComplete Settings",
"Automatically hide details": "Automatically hide details",
"Determines how entries are found for autocomplete.": "Determines how entries are found for autocomplete.",
"Autocomplete Matching": "Matching",
"Starts with": "Starts with",
"Includes": "Includes",
"Fuzzy": "Fuzzy",
"Sets the style of the autocomplete.": "Sets the style of the autocomplete.",
"Autocomplete Style": "Style",
"Follow Theme": "Follow Theme",
"Dark": "Dark",
"Sets the font size of the autocomplete.": "Sets the font size of the autocomplete.",
"Sets the width of the autocomplete.": "Sets the width of the autocomplete.",
"Autocomplete Width": "Width",
"chat input box": "chat input box",
"entire chat width": "entire chat width",
"full window width": "full window width",
"Switch to stricter escaping, allowing all delimiting characters to be escaped with a backslash, and backslashes to be escaped as well.": "Switch to stricter escaping, allowing all delimiting characters to be escaped with a backslash, and backslashes to be escaped as well.",
"STRICT_ESCAPING": "STRICT_ESCAPING",
"Replace all {{getvar::}} and {{getglobalvar::}} macros with scoped variables to avoid double macro substitution.": "Replace all {{getvar::}} and {{getglobalvar::}} macros with scoped variables to avoid double macro substitution.",
"REPLACE_GETVAR": "REPLACE_GETVAR",
"Extras API:": "Extras API:",
"Extras API URL": "Extras API URL",
"Total tokens": "Total tokens",
"Calculating...": "Calculating...",
"Permanent tokens": "Permanent tokens",
"About Token 'Limits'": "About Token 'Limits'",
"Import Tags": "Импортировать теги",
"Click to allow/forbid the use of external media for this character.": "Нажмите, чтобы разрешить/запретить использование внешних медиа для этого персонажа.",
"Inserted before each part of the joined fields.": "Inserted before each part of the joined fields.",
"Join Prefix": "Join Prefix",
"When 'Join character cards' is selected, all respective fields of the characters are being joined together.This means that in the story string for example all character descriptions will be joined to one big text.If you want those fields to be separated, you can define a prefix or suffix here.This value supports normal macros and will also replace {{char}} with the relevant char's name and <FIELDNAME> with the name of the part (e.g.: description, personality, scenario, etc.)": "When 'Join character cards' is selected, all respective fields of the characters are being joined together.\rThis means that in the story string for example all character descriptions will be joined to one big text.\rIf you want those fields to be separated, you can define a prefix or suffix here.\r\rThis value supports normal macros and will also replace {{char}} with the relevant char's name and <FIELDNAME> with the name of the part (e.g.: description, personality, scenario, etc.)",
"Inserted after each part of the joined fields.": "Inserted after each part of the joined fields.",
"Join Suffix": "Join Suffix",
"Auto Mode delay": "Auto Mode delay",
"Bulk_edit_characters": "Bulk edit characters\r\rClick to toggle characters\rShift + Click to select/deselect a range of characters\rRight-click for actions",
"Bulk select all characters": "Bulk select all characters",
"Copy to system backgrounds": "Copy to system backgrounds",
"Chat Scenario Override": "Chat Scenario Override",
"Chat Lorebook": "Chat Lorebook for",
"chat_world_template_txt": "A selected World Info will be bound to this chat. When generating an AI reply,\n it will be combined with the entries from global and character lorebooks.",
"Use tag as folder": "Tag as folder",
"WI Entry Status:🔵 Constant🟢 Normal🔗 Vectorized❌ Disabled": "Статус записи:\n 🔵 Постоянная\n 🟢 Обычная\n 🔗 Векторизованная\n ❌ Отключена",
"WI_Entry_Status_Constant": "Постоянная",
"WI_Entry_Status_Normal": "Обычная",
"WI_Entry_Status_Vectorized": "Векторизованная",
"WI_Entry_Status_Disabled": "Отключена",
"Before EM": "↑EM",
"After EM": "↓EM",
"at Depth System": "@D ⚙️",
"at Depth User": "@D 👤",
"at Depth AI": "@D 🤖",
"Depth": "Глубина",
"Trigger %:": "Trigger %:",
"Probability": "Вероятность",
"Duplicate world info entry": "Дублировать запись",
"Delete world info entry": "Удалить запись",
"Keywords or Regexes": "Ключевые слова или регулярки",
"Comma separated list": "Comma separated list",
"Switch to plaintext mode": "Switch to plaintext mode",
"(ignored if empty)": "(пустое поле игнорируется)",
"Keywords or Regexes (ignored if empty)": "Ключевые слова или регулярки (пустое поле игнорируется)",
"Comma separated list (ignored if empty)": "Список через запятую (пустой игнорируется)",
"Can be used to automatically activate Quick Replies": "Can be used to automatically activate Quick Replies",
"Automation ID": "Automation ID",
"( None )": "( None )",
"Delay until recursion (this entry can only be activated on recursive checking)": "Delay until recursion (this entry can only be activated on recursive checking)",
"Inclusion Groups ensure only one entry from a group is activated at a time, if multiple are triggered.Documentation: World Info - Inclusion Group": "Inclusion Groups ensure only one entry from a group is activated at a time, if multiple are triggered.\rSupports multiple comma-separated groups.\r\rDocumentation: World Info - Inclusion Group",
"Prioritize this entry: When checked, this entry is prioritized out of all selections.If multiple are prioritized, the one with the highest 'Order' is chosen.": "Prioritize this entry: When checked, this entry is prioritized out of all selections.\rIf multiple are prioritized, the one with the highest 'Order' is chosen.\r",
"A relative likelihood of entry activation within the group": "A relative likelihood of entry activation within the group",
"Group Weight": "Group Weight",
"Add Memo": "Add Memo",
"close": "close",
"reset": "reset",
"save": "save",
"Open checkpoint chat": "Открыть чат из чекпоинта",
"Alternate Greetings": "Варианты первого сообщения",
"Alternate_Greetings_desc": "Будут отображаться в виде свайпов для первого сообщения нового чата.\n Участники групповых чатов могут выбирать одно из них при начале беседы.",
"alternate_greetings_hint_1": "Чтобы начать, нажмите на кнопку",
"alternate_greetings_hint_2": ".",
"Forbid Media Override explanation": "Ability of the current character/group to use external media in chats.",
"Forbid Media Override subtitle": "Media: images, videos, audio. External: not hosted on the local server.",
"Always forbidden": "Always forbidden",
"Always allowed": "Always allowed",
"View contents": "View contents",
"Remove the file": "Remove the file",
"Use character CFG scales": "Use character CFG scales",
"Select a token to see alternatives considered by the AI.": "Select a token to see alternatives considered by the AI.",
"Continue script execution": "Continue script execution",
"Pause script execution": "Pause script execution",
"Abort script execution": "Abort script execution",
"Toggle Panels": "Toggle Panels",
"Attach a File": "Attach a File",
"Open Data Bank": "Open Data Bank",
"Enter a URL or the ID of a Fandom wiki page to scrape:": "Enter a URL or the ID of a Fandom wiki page to scrape:",
"Examples:": "Examples:",
"Example:": "Example:",
"Single file": "Single file",
"All articles will be concatenated into a single file.": "All articles will be concatenated into a single file.",
"File per article": "File per article",
"Each article will be saved as a separate file.": "Not recommended. Each article will be saved as a separate file.",
"Data Bank": "Data Bank",
"These files will be available for extensions that support attachments (e.g. Vector Storage).": "These files will be available for extensions that support attachments (e.g. Vector Storage).",
"Supported file types: Plain Text, PDF, Markdown, HTML, EPUB.": "Supported file types: Plain Text, PDF, Markdown, HTML, EPUB.",
"Drag and drop files here to upload.": "Drag and drop files here to upload.",
"Date (Newest First)": "Date (Newest First)",
"Date (Oldest First)": "Date (Oldest First)",
"Name (A-Z)": "Name (A-Z)",
"Name (Z-A)": "Name (Z-A)",
"Size (Smallest First)": "Size (Smallest First)",
"Size (Largest First)": "Size (Largest First)",
"Bulk Edit": "Bulk Edit",
"Select All": "Select All",
"Select None": "Select None",
"Enable": "Enable",
"Global Attachments": "Global Attachments",
"These files are available for all characters in all chats.": "These files are available for all characters in all chats.",
"Character Attachments": "Character Attachments",
"These files are available for the current character in all chats they are in.": "These files are available for the current character in all chats they are in.",
"Saved locally. Not exported.": "Saved locally. Not exported.",
"Chat Attachments": "Chat Attachments",
"These files are available for all characters in the current chat.": "These files are available for all characters in the current chat.",
"Enter a base URL of the MediaWiki to scrape.": "Enter a base URL of the MediaWiki to scrape.",
"Don't include the page name!": "Don't include the page name!",
"Enter web URLs to scrape (one per line):": "Enter web URLs to scrape (one per line):",
"Enter a video URL to download its transcript.": "Enter a video URL or ID to download its transcript.",
"Expression API": "Local\nExtras\nLLM",
"Trigger a summary update right now.": "Сгенерировать пересказ прямо сейчас.",
"ext_regex_title": "Regex",
"ext_regex_import_target": "Импортировать в:",
"ext_regex_move_to_scoped": "Сделать локальным",
"Trigger Stable Diffusion": "Trigger Stable Diffusion",
"sd_Yourself": "Yourself",
"sd_Your_Face": "Your Face",
"sd_Me": "Me",
"sd_The_Whole_Story": "The Whole Story",
"sd_The_Last_Message": "The Last Message",
"sd_Raw_Last_Message": "Raw Last Message",
"sd_Background": "Background",
"Image Generation": "Image Generation",
"sd_refine_mode": "Allow to edit prompts manually before sending them to generation API",
"sd_refine_mode_txt": "Edit prompts before generation",
"sd_interactive_mode": "Automatically generate images when sending messages like 'send me a picture of cat'.",
"sd_interactive_mode_txt": "Interactive mode",
"sd_multimodal_captioning": "Use multimodal captioning to generate prompts for user and character portraits based on their avatars.",
"sd_multimodal_captioning_txt": "Use multimodal captioning for portraits",
"sd_expand": "Automatically extend prompts using text generation model",
"sd_expand_txt": "Auto-enhance prompts",
"sd_snap": "Snap generation requests with a forced aspect ratio (portraits, backgrounds) to the nearest known resolution, while trying to preserve the absolute pixel counts (recommended for SDXL).",
"sd_snap_txt": "Snap auto-adjusted resolutions",
"Source": "Source",
"sd_auto_url": "Example: {{auto_url}}",
"Authentication (optional)": "Authentication (optional)",
"Example: username:password": "Example: username:password",
"Important:": "Important:",
"sd_auto_auth_warning_1": "run SD Web UI with the",
"sd_auto_auth_warning_2": "flag! The server must be accessible from the SillyTavern host machine.",
"sd_drawthings_url": "Example: {{drawthings_url}}",
"sd_drawthings_auth_txt": "run DrawThings app with HTTP API switch enabled in the UI! The server must be accessible from the SillyTavern host machine.",
"sd_vlad_url": "Example: {{vlad_url}}",
"The server must be accessible from the SillyTavern host machine.": "The server must be accessible from the SillyTavern host machine.",
"Hint: Save an API key in Horde KoboldAI API settings to use it here.": "Hint: Save an API key in Horde KoboldAI API settings to use it here.",
"Allow NSFW images from Horde": "Разрешить NSFW-картинки в Horde",
"Sanitize prompts (recommended)": "Sanitize prompts (recommended)",
"Automatically adjust generation parameters to ensure free image generations.": "Automatically adjust generation parameters to ensure free image generations.",
"Avoid spending Anlas": "Avoid spending Anlas",
"Opus tier": "(Opus tier)",
"View my Anlas": "View my Anlas",
"These settings only apply to DALL-E 3": "These settings only apply to DALL-E 3",
"Image Style": "Image Style",
"Image Quality": "Image Quality",
"Standard": "Standard",
"HD": "HD",
"sd_comfy_url": "Example: {{comfy_url}}",
"Open workflow editor": "Open workflow editor",
"Create new workflow": "Create new workflow",
"Delete workflow": "Delete workflow",
"Enhance": "Enhance",
"Refine": "Refine",
"Decrisper": "Decrisper",
"Sampling steps": "Sampling steps ()",
"Width": "Width ()",
"Height": "Height ()",
"Resolution": "Resolution",
"Model": "Model",
"Sampling method": "Sampling method",
"Karras (not all samplers supported)": "Karras (not all samplers supported)",
"SMEA versions of samplers are modified to perform better at high resolution.": "SMEA versions of samplers are modified to perform better at high resolution.",
"SMEA": "SMEA",
"DYN variants of SMEA samplers often lead to more varied output, but may fail at very high resolutions.": "DYN variants of SMEA samplers often lead to more varied output, but may fail at very high resolutions.",
"DYN": "DYN",
"Scheduler": "Scheduler",
"Restore Faces": "Restore Faces",
"Hires. Fix": "Hires. Fix",
"Upscaler": "Upscaler",
"Upscale by": "Upscale by",
"Denoising strength": "Denoising strength",
"Hires steps (2nd pass)": "Hires steps (2nd pass)",
"Preset for prompt prefix and negative prompt": "Preset for prompt prefix and negative prompt",
"Style": "Style",
"Save style": "Save style",
"Delete style": "Delete style",
"Common prompt prefix": "Common prompt prefix",
"sd_prompt_prefix_placeholder": "Use {prompt} to specify where the generated prompt will be inserted",
"Negative common prompt prefix": "Negative common prompt prefix",
"Character-specific prompt prefix": "Character-specific prompt prefix",
"Won't be used in groups.": "Won't be used in groups.",
"sd_character_prompt_placeholder": "Any characteristics that describe the currently selected character. Will be added after a common prompt prefix.\nExample: female, green eyes, brown hair, pink shirt",
"Character-specific negative prompt prefix": "Character-specific negative prompt prefix",
"sd_character_negative_prompt_placeholder": "Any characteristics that should not appear for the selected character. Will be added after a negative common prompt prefix.\nExample: jewellery, shoes, glasses",
"Shareable": "Shareable",
"Image Prompt Templates": "Image Prompt Templates",
"ext_translate_title": "Chat Translation",
"Vectors Model Warning": "It is recommended to purge vectors when changing the model mid-chat. Otherwise, it will lead to sub-par results.",
"Translate files into English before processing": "Translate files into English before processing",
"Manager Users": "Manage Users",
"New User": "New User",
"Status:": "Status:",
"Display Name:": "Отображаемое имя:",
"User Handle:": "Хэндл пользователя:",
"Confirm Password:": "Подтвердждение пароля:",
"This will create a new subfolder...": "В папке /data/ будет создана новая подпапка, названная согласно хэндлу пользователя.",
"Current Password:": "Текущий пароль:",
"New Password:": "Новый пароль:",
"Confirm New Password:": "Подтвердите новый пароль:",
"Debug Warning": "Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences.",
"Execute": "Execute",
"Are you sure you want to delete this user?": "Вы точно хотите удалить этого пользователя?",
"Deleting:": "Удаляется:",
"Also wipe user data.": "Также стереть данные пользователя.",
"Warning:": "Предупреждение:",
"This action is irreversible.": "Данное действие невозможно отменить.",
"Type the user's handle below to confirm:": "Для подтверждения введите хэндл пользователя:",
"help_hotkeys_9": "Enter",
"help_hotkeys_11": "Ctrl+Enter",
"help_hotkeys_13": "Alt+Enter",
"help_hotkeys_15": "Escape",
"Import Characters": "Импорт персонажей",
"char_import_8": "Персонаж с RisuRealm (прямая ссылка)",
"Supports importing multiple characters.": "Можно импортировать несколько персонажей за раз.",
"Write each URL or ID into a new line.": "Запишите URL-адреса / идентификаторы на отдельных строчках.",
"System-wide Replacement Macros (in order of evaluation):": "System-wide Replacement Macros (in order of evaluation):",
"help_macros_1": "only for slash command batching. Replaced with the returned result of the previous command.",
"help_macros_2": "just inserts a newline.",
"help_macros_3": "trims newlines surrounding this macro.",
"help_macros_4": "no operation, just an empty string.",
"help_macros_5": "global prompts defined in API settings. Only valid in Advanced Definitions prompt overrides.",
"help_macros_6": "the user input",
"help_macros_7": "the Character's Main Prompt override",
"help_macros_8": "the Character's Jailbreak Prompt override",
"help_macros_9": "the Character's Description",
"help_macros_10": "the Character's Personality",
"help_macros_11": "the Character's Scenario",
"help_macros_12": "your current Persona Description",
"help_macros_13": "the Character's Dialogue Examples",
"help_macros_14": "unformatted Dialogue Examples",
"help_macros_15": "your current Persona username",
"help_macros_16": "the Character's name",
"help_macros_17": "the Character's version number",
"help_macros_18": "a comma-separated list of group member names or the character name in solo chats. Alias: {{charIfNotGroup}}",
"help_macros_19": "a text generation model name for the currently selected API.",
"help_macros_20": "the text of the latest chat message.",
"help_macros_21": "index # of the latest chat message. Useful for slash command batching.",
"help_macros_22": "the ID of the first message included in the context. Requires generation to be ran at least once in the current session.",
"help_macros_23": "the 1-based ID of the current swipe in the last chat message. Empty string if the last message is user or prompt-hidden.",
"help_macros_24": "the number of swipes in the last chat message. Empty string if the last message is user or prompt-hidden.",
"help_macros_25": "you can leave a note here, and the macro will be replaced with blank content. Not visible for the AI.",
"help_macros_26": "the current time",
"help_macros_27": "the current date",
"help_macros_28": "the current weekday",
"help_macros_29": "the current ISO time (24-hour clock)",
"help_macros_30": "the current ISO date (YYYY-MM-DD)",
"help_macros_31": "the current date/time in the specified format, e. g. for German date/time:",
"help_macros_32": "the current time in the specified UTC time zone offset, e.g. UTC-4 or UTC+2",
"help_macros_33": "the time difference between time1 and time2. Accepts time and date macros. (Ex: {{timeDiff::{{isodate}} {{time}}::2024/5/11 12:30:00}})",
"help_macros_34": "the time since the last user message was sent",
"help_macros_35": "sets a behavioral bias for the AI until the next user input. Quotes around the text are important.",
"help_macros_36": "rolls a dice. (ex:",
"help_macros_37": "returns a random item from the list. (ex:",
"help_macros_38": "alternative syntax for random that allows to use commas in the list items.",
"help_macros_39": "picks a random item from the list. Works the same as {{random}}, with the same possible syntax options, but the pick will stay consistent for this chat once picked and won't be re-rolled on consecutive messages and prompt processing.",
"help_macros_40": "dynamically add text in the quotes to banned words sequences, if Text Generation WebUI backend used. Do nothing for others backends. Can be used anywhere (Character description, WI, AN, etc.) Quotes around the text are important.",
"Instruct Mode and Context Template Macros:": "Instruct Mode and Context Template Macros:",
"(enabled in the Advanced Formatting settings)": "(enabled in the Advanced Formatting settings)",
"help_macros_41": "max allowed prompt length in tokens = (context size - response length)",
"help_macros_42": "context template example dialogues separator",
"help_macros_43": "context template chat start line",
"help_macros_44": "main system prompt (either character prompt override if chosen, or instructSystemPrompt)",
"help_macros_45": "instruct system prompt",
"help_macros_46": "instruct system prompt prefix sequence",
"help_macros_47": "instruct system prompt suffix sequence",
"help_macros_48": "instruct user prefix sequence",
"help_macros_49": "instruct user suffix sequence",
"help_macros_50": "instruct assistant prefix sequence",
"help_macros_51": "instruct assistant suffix sequence",
"help_macros_52": "instruct assistant first output sequence",
"help_macros_53": "instruct assistant last output sequence",
"help_macros_54": "instruct system message prefix sequence",
"help_macros_55": "instruct system message suffix sequence",
"help_macros_56": "instruct system instruction prefix",
"help_macros_57": "instruct first user message filler",
"help_macros_58": "instruct stop sequence",
"Chat variables Macros:": "Chat variables Macros:",
"Local variables = unique to the current chat": "Local variables = unique to the current chat",
"Global variables = works in any chat for any character": "Global variables = works in any chat for any character",
"Scoped variables = works in STscript": "Scoped variables = works in STscript",
"help_macros_59": "replaced with the value of the local variable \"name\"",
"help_macros_60": "replaced with empty string, sets the local variable \"name\" to \"value\"",
"help_macros_61": "replaced with empty strings, adds a numeric value of \"increment\" to the local variable \"name\"",
"help_macros_62": "replaced with the result of the increment of value of the variable \"name\" by 1",
"help_macros_63": "replaced with the result of the decrement of value of the variable \"name\" by 1",
"help_macros_64": "replaced with the value of the global variable \"name\"",
"help_macros_65": "replaced with empty string, sets the global variable \"name\" to \"value\"",
"help_macros_66": "replaced with empty string, adds a numeric value of \"increment\" to the global variable \"name\"",
"help_macros_67": "replaced with the result of the increment of value of the global variable \"name\" by 1",
"help_macros_68": "replaced with the result of the decrement of value of the global variable \"name\" by 1",
"help_macros_69": "replaced with the value of the scoped variable \"name\"",
"help_macros_70": "replaced with the value of item at index (for arrays / lists or objects / dictionaries) of the scoped variable \"name\"",
"Export for character": "Export for character",
"Export prompts for this character, including their order.": "Export prompts for this character, including their order.",
"Are you sure you want to reset your settings to factory defaults?": "Вы точно хотите сбросить настройки до заводских?",
"Don't forget to save a snapshot of your settings before proceeding.": "Настоятельно советуем перед этим сохранить снимок текущих настроек.",
"Change Password": "Сменить пароль",
"Reset Code:": "Reset Code:",
"Click _space": "Нажмите ",
"Alternate Greeting #": "Вариант #",
"Defines on importing cards which action should be chosen for importing its listed tags. 'Ask' will always display the dialog.": "Выберите, какие действия следует предпринять по отношению к тегам импортируемой карточки. При выборе опции \"Спрашивать\" вы будете решать это индивидуально для каждой карточки.",
"Ask": "Спрашивать",
"tag_import_all": "Все",
"Existing": "Только существующие",
"tag_import_none": "Не импортировать"
}