Get rid of numbered keys

aaa5a84d5859188859a22c73966a33309af37a45

Yokayo <nonameutubecomm@gmail.com>

4 files changed, +20 -20Ignore whitespace
public/locales/ru-ru.json+12 -12
@@ -759,7 +759,7 @@
759759 "(0 = unlimited, use budget)": "(0 = безграничная, использовать бюджет)",
760760 "Ext. Media": "Внешн. медиа",
761761 "Multiple swipes per generation": "Несколько свайпов на генерацию",
762762 "Seed_descSet to get deterministic results. Use -1 for random seed.": "Используется для получения предсказуемого результата. Введите -1 для случайного зерна",
763763 "Most tokens have a leading space.": "У большинства токенов в начале пробел.",
764764 "Text or token ids": "Текст или [идентификаторы токенов]",
765765 "World Info Format Template": "Шаблон оформления информации о мире",
@@ -1764,11 +1764,11 @@
17641764 "Not enough free tokens for mandatory prompts. Raise your token Limit or disable custom prompts.": "Недостаточно токенов для всех выбранных промптов. Повысьте лимит токенов или отключите часть промптов.",
17651765 "The name of at least one character contained whitespaces or special characters. Please check your user and character name.": "В имени одного из персонажей содержится пробел или иной спецсимвол. Проверьте имена пользователя и персонажа.",
17661766 "An unknown error occurred while counting tokens. Further information may be available in console.": "Неизвестная ошибка при подсчёте токенов. Проверьте консоль, возможно, подробная информация есть там.",
17671767 "quota_error_1Encountered an error while processing your request.": "При обработке вашего запроса возникла ошибка.",
17681768 "quota_error_2Check you have credits available on your": "Убедитесь, что на вашем",
17691769 "quota_error_3OpenAI account quora_error": "аккаунте OpenAI",
17701770 "quota_error_4dot quota_error": "имеется достаточно кредитов.",
17711771 "quota_error_5If you have sufficient credits, please try again later.": "Если кредитов достаточно, то повторите попытку позднее.",
17721772 "Proxy preset '${0}' not found": "Пресет '${0}' не найден",
17731773 "Window.ai returned an error": "Window.ai вернул ошибку",
17741774 "Get it here:": "Загрузите здесь:",
@@ -1799,8 +1799,8 @@
17991799 "Could not delete file": "Не удалось удалить файл",
18001800 "No attachments selected.": "Вложение не выбрано.",
18011801 "Data Bank": "Банк данных",
18021802 "No files were scraped.": "Не соскраплено ниСкрапинг одногоне файлавыполнен.",
18031803 "Scraped ${0} files from ${1} to ${2}.": "Соскраплено из ${0} файлов из ${1} в ${2}.",
18041804 "Check browser console for details.": "Подробности см. в консоли браузера.",
18051805 "Scraping failed": "Ошибка скрапинга",
18061806 "External media has been blocked": "Внешние медиа отключены",
@@ -1863,10 +1863,10 @@
18631863 "Successfully renamed chat to: ${0}": "Чат успешно переименован в: ${0}",
18641864 "Character ${0} not found. Skipping deletion.": "Персонаж ${0} не найден. Удаление пропускается.",
18651865 "Failed to delete character": "При удалении персонажа произошло ошибка",
18661866 "duplicate_confirm_1Are you sure you want to duplicate this character?": "Вы точно хотите клонировать этого персонажа?",
18671867 "duplicate_confirm_2If you just want to start a new chat with the same character...": "Если вы хотите просто создать новый чат, воспользуйтесь кнопкой \"Начать новый чат\" в меню слева внизу.",
18681868 "delete_confirm_1THIS IS PERMANENT!": "ОТМЕНИТЬ БУДЕТ НЕВОЗМОЖНО!",
18691869 "delete_confirm_2Also delete the chat files": "Также удалить файлы чатов",
18701870 "Delete the character?": "Удалить персонажа?",
18711871 "Not a valid number": "Некорректное число",
18721872 "Author's Note depth updated": "Глубина заметок автора обновлена",
public/scripts/templates/deleteConfirm.html+2 -2
@@ -1,5 +1,5 @@
11<b><span data-i18n="delete_confirm_1THIS IS PERMANENT!">THIS IS PERMANENT!</span><br><br>
22<label for="del_char_checkbox" class="checkbox_label justifyCenter">
33 <input type="checkbox" id="del_char_checkbox" />
44 <small data-i18n="delete_confirm_2Also delete the chat files">Also delete the chat files</small>
55</label></b>
55 \ No newline at end of file
public/scripts/templates/duplicateConfirm.html+2 -2
@@ -1,5 +1,5 @@
11<div>
22 <h3 data-i18n="duplicate_confirm_1Are you sure you want to duplicate this character?">Are you sure you want to duplicate this character?</h3>
33 <span data-i18n="duplicate_confirm_2If 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>
44 <br>
55</div>
public/scripts/templates/quotaError.html+4 -4
@@ -1,4 +1,4 @@
1-<h3><span data-i18n="quota_error_1">Encountered an error while processing your request.</span><br>
2- <span data-i18n="quota_error_2">Check you have credits available on your</span>
3- <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>
4- <span data-i18n="quota_error_5">If you have sufficient credits, please try again later.</span></h3>
4 \ No newline at end of file
1+<h3><span data-i18n="Encountered an error while processing your request.">Encountered an error while processing your request.</span><br>
2+ <span data-i18n="Check you have credits available on your">Check you have credits available on your</span>
3+ <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>
4+ <span data-i18n="If you have sufficient credits, please try again later.">If you have sufficient credits, please try again later.</span></h3>
4 \ No newline at end of file