Get rid of numbered keys

This commit is contained in:
Yokayo 2024-10-05 20:19:42 +07:00
parent 17fb9815b3
commit aaa5a84d58
4 changed files with 20 additions and 20 deletions

View File

@ -759,7 +759,7 @@
"(0 = unlimited, use budget)": "(0 = безграничная, использовать бюджет)",
"Ext. Media": "Внешн. медиа",
"Multiple swipes per generation": "Несколько свайпов на генерацию",
"Seed_desc": "Используется для получения предсказуемого результата. Введите -1 для случайного зерна",
"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": "Шаблон оформления информации о мире",
@ -1764,11 +1764,11 @@
"Not enough free tokens for mandatory prompts. Raise your token Limit or disable custom prompts.": "Недостаточно токенов для всех выбранных промптов. Повысьте лимит токенов или отключите часть промптов.",
"The name of at least one character contained whitespaces or special characters. Please check your user and character name.": "В имени одного из персонажей содержится пробел или иной спецсимвол. Проверьте имена пользователя и персонажа.",
"An unknown error occurred while counting tokens. Further information may be available in console.": "Неизвестная ошибка при подсчёте токенов. Проверьте консоль, возможно, подробная информация есть там.",
"quota_error_1": "При обработке вашего запроса возникла ошибка.",
"quota_error_2": "Убедитесь, что на вашем",
"quota_error_3": "аккаунте OpenAI",
"quota_error_4": "имеется достаточно кредитов.",
"quota_error_5": "Если кредитов достаточно, то повторите попытку позднее.",
"Encountered an error while processing your request.": "При обработке вашего запроса возникла ошибка.",
"Check you have credits available on your": "Убедитесь, что на вашем",
"OpenAI account quora_error": "аккаунте OpenAI",
"dot quota_error": "имеется достаточно кредитов.",
"If you have sufficient credits, please try again later.": "Если кредитов достаточно, то повторите попытку позднее.",
"Proxy preset '${0}' not found": "Пресет '${0}' не найден",
"Window.ai returned an error": "Window.ai вернул ошибку",
"Get it here:": "Загрузите здесь:",
@ -1799,8 +1799,8 @@
"Could not delete file": "Не удалось удалить файл",
"No attachments selected.": "Вложение не выбрано.",
"Data Bank": "Банк данных",
"No files were scraped.": "Не соскраплено ни одного файла.",
"Scraped ${0} files from ${1} to ${2}.": "Соскраплено ${0} файлов из ${1} в ${2}.",
"No files were scraped.": "Скрапинг не выполнен.",
"Scraped ${0} files from ${1} to ${2}.": "Соскраплено из ${0} файлов из ${1} в ${2}.",
"Check browser console for details.": "Подробности см. в консоли браузера.",
"Scraping failed": "Ошибка скрапинга",
"External media has been blocked": "Внешние медиа отключены",
@ -1863,10 +1863,10 @@
"Successfully renamed chat to: ${0}": "Чат успешно переименован в: ${0}",
"Character ${0} not found. Skipping deletion.": "Персонаж ${0} не найден. Удаление пропускается.",
"Failed to delete character": "При удалении персонажа произошло ошибка",
"duplicate_confirm_1": "Вы точно хотите клонировать этого персонажа?",
"duplicate_confirm_2": "Если вы хотите просто создать новый чат, воспользуйтесь кнопкой \"Начать новый чат\" в меню слева внизу.",
"delete_confirm_1": "ОТМЕНИТЬ БУДЕТ НЕВОЗМОЖНО!",
"delete_confirm_2": "Также удалить файлы чатов",
"Are you sure you want to duplicate this character?": "Вы точно хотите клонировать этого персонажа?",
"If you just want to start a new chat with the same character...": "Если вы хотите просто создать новый чат, воспользуйтесь кнопкой \"Начать новый чат\" в меню слева внизу.",
"THIS IS PERMANENT!": "ОТМЕНИТЬ БУДЕТ НЕВОЗМОЖНО!",
"Also delete the chat files": "Также удалить файлы чатов",
"Delete the character?": "Удалить персонажа?",
"Not a valid number": "Некорректное число",
"Author's Note depth updated": "Глубина заметок автора обновлена",

View File

@ -1,5 +1,5 @@
<b><span data-i18n="delete_confirm_1">THIS IS PERMANENT!</span><br><br>
<b><span data-i18n="THIS IS PERMANENT!">THIS IS PERMANENT!</span><br><br>
<label for="del_char_checkbox" class="checkbox_label justifyCenter">
<input type="checkbox" id="del_char_checkbox" />
<small data-i18n="delete_confirm_2">Also delete the chat files</small>
<small data-i18n="Also delete the chat files">Also delete the chat files</small>
</label></b>

View File

@ -1,5 +1,5 @@
<div>
<h3 data-i18n="duplicate_confirm_1">Are you sure you want to duplicate this character?</h3>
<span data-i18n="duplicate_confirm_2">If you just want to start a new chat with the same character, use "Start new chat" option in the bottom-left options menu.</span>
<h3 data-i18n="Are you sure you want to duplicate this character?">Are you sure you want to duplicate this character?</h3>
<span data-i18n="If you just want to start a new chat with the same character...">If you just want to start a new chat with the same character, use "Start new chat" option in the bottom-left options menu.</span>
<br>
</div>

View File

@ -1,4 +1,4 @@
<h3><span data-i18n="quota_error_1">Encountered an error while processing your request.</span><br>
<span data-i18n="quota_error_2">Check you have credits available on your</span>
<a href="https://platform.openai.com/account/usage" target="_blank" data-i18n="quota_error_3">OpenAI account</a><span data-i18n="quota_error_4">.</span><br>
<span data-i18n="quota_error_5">If you have sufficient credits, please try again later.</span></h3>
<h3><span data-i18n="Encountered an error while processing your request.">Encountered an error while processing your request.</span><br>
<span data-i18n="Check you have credits available on your">Check you have credits available on your</span>
<a href="https://platform.openai.com/account/usage" target="_blank" data-i18n="OpenAI account quora_error">OpenAI account</a><span data-i18n="dot quota_error">.</span><br>
<span data-i18n="If you have sufficient credits, please try again later.">If you have sufficient credits, please try again later.</span></h3>