Update translation-related stuff a little
| @@ -1953,5 +1953,11 @@ | ||
| 1953 | 1953 | "Delete the template": "Удалить шаблон", |
| 1954 | 1954 | "Rename current prompt": "Переименовать промпт", |
| 1955 | 1955 | "Select your current Context Template": "Выберите активный шаблон контекста", |
| 1956 | 1956 | "Select your current Instruct Template": "Выберите активный шаблон Instruct-режима", |
| 1957 | + "and connect to an": "и подключитесь к", | |
| 1958 | + "You can add more": "Можете добавить больше", | |
| 1959 | + "from other websites": "с других сайтов.", | |
| 1960 | + "Go to the": "Загляните в", | |
| 1961 | + "to install additional features.": ", чтобы установить разные дополнительные ресурсы.", | |
| 1962 | + "or_welcome": "; также доступен" | |
| 1957 | 1963 | } |
| @@ -6694,7 +6694,7 @@ export async function saveSettings(type) { | ||
| 6694 | 6694 | eventSource.emit(event_types.SETTINGS_UPDATED); |
| 6695 | 6695 | }, |
| 6696 | 6696 | error: function (jqXHR, exception) { |
| 6697 | 6697 | toastr.error(t`Check the server connection and reload the page to prevent data loss.t`, t`Settings could not be saved`); |
| 6698 | 6698 | console.log(exception); |
| 6699 | 6699 | console.log(jqXHR); |
| 6700 | 6700 | }, |
| @@ -10,7 +10,7 @@ | ||
| 10 | 10 | <span data-i18n="Click _space">Click </span> |
| 11 | 11 | <button class="menu_button menu_button_icon drawer-opener inline-flex" data-target="sys-settings-button"> |
| 12 | 12 | <i class="fa-solid fa-plug"></i> |
| 13 | 13 | <span data-i18n="[title]API Connections">API Connections</span> |
| 14 | 14 | </button> |
| 15 | 15 | <span data-i18n="and connect to an">and connect to an</span> |
| 16 | 16 | <a href="https://docs.sillytavern.app/usage/api-connections/" target="_blank"> |
| @@ -21,7 +21,7 @@ | ||
| 21 | 21 | <span data-i18n="Click _space">Click </span> |
| 22 | 22 | <button class="menu_button menu_button_icon drawer-opener inline-flex" data-target="rightNavHolder"> |
| 23 | 23 | <i class="fa-solid fa-address-card"></i> |
| 24 | 24 | <span data-i18n="[title]Character Management">Character Management</span> |
| 25 | 25 | </button> |
| 26 | 26 | <span data-i18n="and pick a character."> and pick a character.</span> |
| 27 | 27 | </li> |
| @@ -33,7 +33,7 @@ | ||
| 33 | 33 | <i class="fa-solid fa-image-portrait"></i> |
| 34 | 34 | <span data-i18n="Sample characters">Sample characters</span> |
| 35 | 35 | </button> |
| 36 | 36 | <span data-i18n="oror_welcome">or</span> |
| 37 | 37 | <button class="external_import_button menu_button menu_button_icon inline-flex"> |
| 38 | 38 | <i class="fa-solid fa-cloud-arrow-down"></i> |
| 39 | 39 | <span data-i18n="Import Characters">Import characters</span> |
| @@ -48,7 +48,7 @@ | ||
| 48 | 48 | |
| 49 | 49 | <button class="menu_button menu_button_icon drawer-opener inline-flex" data-target="extensions-settings-button"> |
| 50 | 50 | <i class="fa-solid fa-cubes"></i> |
| 51 | 51 | <span data-i18n="[title]Extensions">Extensions</span> |
| 52 | 52 | </button> |
| 53 | 53 | |
| 54 | 54 | <span data-i18n="to install additional features.">to install additional features.</span> |