mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-22 07:26:23 +01:00
update i18n
This commit is contained in:
parent
c6745d76a8
commit
ee2b09ec4c
@ -1169,7 +1169,7 @@
|
||||
<div data-newbie-hidden class="alignitemscenter flex-container flexFlowColumn flexBasis30p flexGrow flexShrink gap0">
|
||||
<small>
|
||||
<span data-i18n="Typical P">Typical P</span>
|
||||
<div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set" title="Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set. It maintains tokens whose cumulative probability is close to a predefined threshold (e.g., 0.5), emphasizing those with average information content. Set to 1.0 to disable."></div>
|
||||
<div class="fa-solid fa-circle-info opacity50p" title="Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set. It maintains tokens whose cumulative probability is close to a predefined threshold (e.g., 0.5), emphasizing those with average information content. Set to 1.0 to disable." data-i18n="[title]Typical_P_desc"></div>
|
||||
</small>
|
||||
<input class="neo-range-slider" type="range" id="typical_p_textgenerationwebui" name="volume" min="0" max="1" step="0.01">
|
||||
<input class="neo-range-input" type="number" min="0" max="1" step="0.01" data-for="typical_p_textgenerationwebui" id="typical_p_counter_textgenerationwebui">
|
||||
@ -4303,7 +4303,7 @@
|
||||
Chat Backgrounds
|
||||
</h3>
|
||||
<div id="bg_chat_hint" class="wide100p textAlignCenter">
|
||||
<span data-i18n="Chat backgrounds generated with the">Chat backgrounds generated with the</span> <code><i class="fa-solid fa-paintbrush"></i> Image Generation</code> <span data-i18n="extension will appear here.">extension will appear here.</span>
|
||||
<span data-i18n="bg_chat_hint_1">Chat backgrounds generated with the</span> <code><i class="fa-solid fa-paintbrush"></i> Image Generation</code> <span data-i18n="bg_chat_hint_2">extension will appear here.</span>
|
||||
</div>
|
||||
<div id="bg_custom_content" class="bg_list">
|
||||
</div>
|
||||
|
@ -1,4 +1,20 @@
|
||||
{
|
||||
"To enable multi-account features, restart the SillyTavern server with": "To enable multi-account features, restart the SillyTavern server with",
|
||||
"set to true in the config.yaml file.": "set to true in the config.yaml file.",
|
||||
"To change your user avatar, use the buttons below or select a default persona in the Persona Management menu.": "To change your user avatar, use the buttons below or select a default persona in the Persona Management menu.",
|
||||
"Set your custom avatar.": "Set your custom avatar.",
|
||||
"Remove your custom avatar.": "Remove your custom avatar.",
|
||||
"This account is password protected.": "This account is password protected.",
|
||||
"This account is not password protected.": "This account is not password protected.",
|
||||
"Account Info": "Account Info",
|
||||
"Account Actions": "Account Actions",
|
||||
"Manage your settings snapshots.": "Manage your settings snapshots.",
|
||||
"Settings Snapshots": "Settings Snapshots",
|
||||
"Download a complete backup of your user data.": "Download a complete backup of your user data.",
|
||||
"Danger Zone": "Danger Zone",
|
||||
"Reset your settings to factory defaults.": "Reset your settings to factory defaults.",
|
||||
"Wipe all user data and reset your account to factory settings.": "Wipe all user data and reset your account to factory settings.",
|
||||
"Hi,": "Hi,",
|
||||
" messages": " messages",
|
||||
" words": " words",
|
||||
"# Messages to Load": "# Msg. to Load",
|
||||
@ -189,6 +205,8 @@
|
||||
"Before EM": "↑EM",
|
||||
"Before Main Prompt / Story String": "Before Main Prompt / Story String",
|
||||
"Before you get started, you must select a persona name." : "Before you get started, you must select a persona name.",
|
||||
"bg_chat_hint_1": "Chat backgrounds generated with the",
|
||||
"bg_chat_hint_2": "extension will appear here.",
|
||||
"Bind to Context": "Bind to Context",
|
||||
"Bind user name to that avatar": "Bind user name to that avatar",
|
||||
"Blacklisted word count to swipe": "Blacklisted word count to swipe",
|
||||
@ -482,7 +500,6 @@
|
||||
"Exporting a character would also export the selected Lorebook file embedded in the JSON data.": "Exporting a character would also export the selected Lorebook file embedded in the JSON data.",
|
||||
"Expression API": "Expression API",
|
||||
"Ext. Media": "Ext. Media",
|
||||
"extension will appear here.": "extension will appear here.",
|
||||
"Extension will build its own prompt using messages that were not summarized yet. Blocks the chat until the summary is generated.": "Extension will build its own prompt using messages that were not summarized yet. Blocks the chat until the summary is generated.",
|
||||
"Extension will build its own prompt using messages that were not summarized yet. Does not block the chat while the summary is being generated. Not all backends support this mode.": "Extension will build its own prompt using messages that were not summarized yet. Does not block the chat while the summary is being generated. Not all backends support this mode.",
|
||||
"Extension will use the regular main prompt builder and add the summary request to it as the last system message.": "Extension will use the regular main prompt builder and add the summary request to it as the last system message.",
|
||||
@ -1267,7 +1284,6 @@
|
||||
"Type here...": "type here...",
|
||||
"Type in the desired custom grammar": "Type in the desired custom grammar",
|
||||
"Type in the desired JSON schema": "Type in the desired JSON schema",
|
||||
"Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set": "Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set.\nIt maintains tokens whose cumulative probability is close to a predefined threshold (e.g., 0.5), emphasizing those with average information content.\nSet to 1.0 to disable.",
|
||||
"Typical P": "Typical P",
|
||||
"Typical_P_desc": "Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set.\nIt maintains tokens whose cumulative probability is close to a predefined threshold (e.g., 0.5), emphasizing those with average information content.\nSet to 1.0 to disable.",
|
||||
"T_Position": "↑Char: Before Character Definitions\n↓Char: After Character Definitions\n↑EM: Before Example Messages\n↓EM: After Example Messages\n↑AN: Before Author",
|
||||
|
@ -1,7 +1,21 @@
|
||||
{
|
||||
"To enable multi-account features, restart the SillyTavern server with": "要啟用多帳號功能,請在 config.yaml 文件中將",
|
||||
"set to true in the config.yaml file.": "設為 true,然後重啟 SillyTavern 伺服器。",
|
||||
"To change your user avatar, use the buttons below or select a default persona in the Persona Management menu.": "要更改您的使用者頭像,請使用下方按鈕或在玩家角色管理選單中選擇一個預設人物。",
|
||||
"Set your custom avatar.": "設定您的頭像。",
|
||||
"Remove your custom avatar.": "移除您的頭像。",
|
||||
"This account is password protected.": "這個帳號受到密碼保護。",
|
||||
"This account is not password protected.": "這個帳號並未受到密碼保護。",
|
||||
"Account Actions": "帳號動作",
|
||||
"Manage your settings snapshots.": "管理您的設定值快照。",
|
||||
"Download a complete backup of your user data.": "下載您的完整使用者備份。",
|
||||
"Danger Zone": "危險區域",
|
||||
"Reset your settings to factory defaults.": "將您的設定值還原為原廠預設值。",
|
||||
"Wipe all user data and reset your account to factory settings.": "刪除您所有使用者設定以及帳號,還原成原廠預設值。",
|
||||
"Hi,": "嗨,",
|
||||
" messages": " 訊息",
|
||||
" words": " 文字",
|
||||
"# Messages to Load": "個要載入的訊息數量",
|
||||
"# Messages to Load": "每頁載入的訊息數",
|
||||
"( None )": "( 無 )",
|
||||
"(0 = All)": "(0 = 全部)",
|
||||
"(0 = Disable, 1 = Always)": "(0 = 停用, 1 = 永久)",
|
||||
@ -39,6 +53,7 @@
|
||||
"Abort request": "中止請求",
|
||||
"Abort script execution": "中止腳本執行",
|
||||
"About Token 'Limits'": "關於符記數「限制」",
|
||||
"Account Info": "帳號資訊",
|
||||
"Account": "帳號",
|
||||
"Activation Regex": "啟用正規表示式",
|
||||
"Activation Settings": "啟用設定",
|
||||
@ -126,7 +141,7 @@
|
||||
"Applies additional processing to the prompt before sending it to the API.": "這個選項會在將提示詞送往 API 之前,對它進行額外的處理。",
|
||||
"Apply a custom CSS style to all of the ST GUI": "將自訂 CSS 樣式應用於所有 ST GUI",
|
||||
"Are you sure you want to delete this user?": "您確定要刪除此使用者嗎?",
|
||||
"Are you sure you want to reset your settings to factory defaults?": "您確定要將設定重設為出廠預設值嗎?",
|
||||
"Are you sure you want to reset your settings to factory defaults?": "您確定要將設定重設為原廠預設值嗎?",
|
||||
"as": "作為",
|
||||
"Ask AI to write your message for you": "請 AI 為您撰寫訊息",
|
||||
"Ask to import the World Info/Lorebook for every new character with embedded lorebook. If unchecked, a brief message will be shown instead": "當新角色人物含有知識書時,詢問是否要匯入嵌入的世界資訊/知識書。如果未選中,則會顯示簡短的訊息。",
|
||||
@ -189,6 +204,8 @@
|
||||
"Before EM": "範例訊息之前",
|
||||
"Before Main Prompt / Story String": "在主要提示詞 / 故事字串之前",
|
||||
"Before you get started, you must select a persona name.": "在開始之前,您必須選擇一個玩家角色人物名稱",
|
||||
"bg_chat_hint_1": "使用擴充套件",
|
||||
"bg_chat_hint_2": "所產生的背景圖片將會出現在這裡。",
|
||||
"Bind to Context": "附加到上下文",
|
||||
"Bind user name to that avatar": "將使用者名稱附加到該頭像",
|
||||
"Blacklisted word count to swipe": "滑動的黑名單詞語數量",
|
||||
@ -483,7 +500,6 @@
|
||||
"Exporting a character would also export the selected Lorebook file embedded in the JSON data.": "匯出角色人物時,也會匯出嵌入 JSON 資料中的選定知識書檔案。",
|
||||
"Expression API": "表達 API",
|
||||
"Ext. Media": "外部媒體權限",
|
||||
"extension will appear here.": "擴充套件將會出現在這裡",
|
||||
"Extension will build its own prompt using messages that were not summarized yet. Blocks the chat until the summary is generated.": "擴充套件將使用尚未總結的訊息來建立自己的提示詞。在生成摘要之前阻塞聊天。",
|
||||
"Extension will build its own prompt using messages that were not summarized yet. Does not block the chat while the summary is being generated. Not all backends support this mode.": "擴充套件將使用尚未總結的訊息來建立自己的提示詞。在生成摘要時不阻塞聊天。並非所有後端都支援此模式。",
|
||||
"Extension will use the regular main prompt builder and add the summary request to it as the last system message.": "擴充套件將使用一般的主要提示詞生成器,並將摘要請求新增為最後的系統訊息。",
|
||||
@ -564,7 +580,7 @@
|
||||
"Group reply strategy": "群組回應策略",
|
||||
"Group Weight": "群組權重",
|
||||
"guikoboldaisettings": "GUI KoboldAI 設定",
|
||||
"Handle:": "控制代碼:",
|
||||
"Handle:": "使用者名稱:",
|
||||
"HD": "高畫質",
|
||||
"Height": "高度(H)",
|
||||
"Helpful tip coming soon.": "更多有用提示訊息即將推出。",
|
||||
@ -1093,7 +1109,7 @@
|
||||
"Sets the font size of the autocomplete.": "設置自動完成的字體大小",
|
||||
"Sets the style of the autocomplete.": "設置自動完成的樣式",
|
||||
"Sets the width of the autocomplete.": "設置自動完成的寬度",
|
||||
"Settings Snapshots": "設定快照",
|
||||
"Settings Snapshots": "設定值快照",
|
||||
"Shadow Color": "陰影顏色",
|
||||
"Show / Hide Description and First Message": "顯示/隱藏描述和第一條訊息",
|
||||
"Show a button in the input area to ask the AI to continue (extend) its last message": "在輸入區域顯示一個按鈕,請求 AI 繼續(擴充)其最後一條訊息",
|
||||
@ -1204,7 +1220,7 @@
|
||||
"Text or token ids": "文字或符記 ID",
|
||||
"Text Shadow Width": "文字陰影寬度",
|
||||
"The next chunk of the continued message will be appended using this as a separator.": "繼續訊息的下一塊將使用此作為分隔符附加",
|
||||
"The number of chat history messages to load before pagination.": "分頁前要載入的聊天歷史訊息數量",
|
||||
"The number of chat history messages to load before pagination.": "每頁載入的聊天歷史訊息數",
|
||||
"The prompt to be sent.": "要發送的提示詞。",
|
||||
"The server must be accessible from the SillyTavern host machine.": "伺服器必須能夠被 SillyTavern 主機存取。",
|
||||
"Theme Colors": "佈景主題顏色",
|
||||
|
Loading…
Reference in New Issue
Block a user