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