feat(chat): Add prompt variables

This commit is contained in:
cogwheel0
2025-12-07 10:47:57 +05:30
parent b286a25910
commit 898f1773c7
13 changed files with 927 additions and 10 deletions

View File

@@ -807,5 +807,9 @@
"tapToExpand": "Нажмите для раскрытия",
"byAuthor": "Автор: {name}",
"wordCount": "{count} слов",
"charCount": "{count} символов"
"charCount": "{count} символов",
"promptVariablesTitle": "Заполните данные",
"promptVariablesDescription": "Заполните поля ниже, чтобы настроить этот промпт.",
"promptVariableNumberMin": "Минимальное значение: {min}",
"promptVariableNumberMax": "Максимальное значение: {max}"
}