From 2beae9ea5b8603f76c3e390e631f81ffd8b29192 Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:06:18 +0600 Subject: [PATCH] Update playground.ts update translation playground.chat.thinking --- src/locales/ru-RU/playground.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/locales/ru-RU/playground.ts b/src/locales/ru-RU/playground.ts index a64b960e..75e3f451 100644 --- a/src/locales/ru-RU/playground.ts +++ b/src/locales/ru-RU/playground.ts @@ -121,7 +121,7 @@ export default { 'playground.image.edit': 'Редактировать', 'playground.image.fitview': 'Подогнать размер', 'playground.chat.aithought': 'Рассуждение (CoT)', - 'playground.chat.thinking': 'Thinking...', + 'playground.chat.thinking': 'Рассуждение...', 'playground.image.mask.uploaded': 'Маска загружена', 'playground.image.mask.upload': 'Маска загрузки: Дополнительное редактирование запрещено после загрузки.', 'playground.params.frequency_penalty.tips': `Число от -2.0 до 2.0. Положительные значения снижают вероятность повторения токенов, уже часто встречающихся в тексте, уменьшая склонность модели дословно повторять одни и те же фразы.`, @@ -133,8 +133,6 @@ export default { // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. playground.chat.thinking -// 2. playground.image.mask.upload -// 3. playground.image.negativeMask.tips + // ========== End of To-Do List ==========