Merge pull request #3547 from PeterDaveHello/zh-tw Improve zh-TW Traditional Chinese locale a bit

68234cdcefad5ff70c229d578bce64fa810acb21

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +330 -330Ignore whitespace
public/locales/zh-tw.json+330 -330
@@ -6,21 +6,21 @@
66 "Delete": "刪除",
77 "AI Response Configuration": "AI 回應設定",
88 "AI Configuration panel will stay open": "上鎖 = AI 設定面板將保持開啟",
99 "clickslidertips": "點擊滑桿旁的數字以手動輸入點選滑桿旁的數字以手動輸入。",
1010 "MAD LAB MODE ON": "瘋狂實驗室模式",
1111 "Documentation on sampling parameters": "取樣參數的說明文件。",
1212 "kobldpresets": "Kobold 預設設定檔",
1313 "guikoboldaisettings": "GUI KoboldAI 設定",
1414 "Update current preset": "更新預設更新預設設定檔",
1515 "Save preset as": "另存新預設另存新預設設定檔",
1616 "Import preset": "匯入預設匯入預設設定檔",
1717 "Export preset": "匯出預設設定檔",
1818 "Restore current preset": "還原目前預設還原目前預設設定檔",
1919 "Delete the preset": "刪除預設刪除預設設定檔",
2020 "novelaipresets": "NovelAI 預設設定檔",
2121 "Default": "預設",
2222 "openaipresets": "OpenAI 預設設定檔",
2323 "Text Completion presets": "文本補全預設文字補全預設設定檔",
2424 "AI Module": "AI 模組",
2525 "Changes the style of the generated text.": "變更生成文字的樣式。",
2626 "No Module": "無模組",
@@ -80,7 +80,7 @@
8080 "Scenario Format Template": "場景格式",
8181 "Personality Format Template": "個性格式",
8282 "Group Nudge Prompt Template": "群組聊天格式微調",
8383 "Sent at the end of the group chat history to force reply from a specific character.": "在群組聊天歷史結束時發送以強制特定角色回覆在群組聊天歷史結束時傳送以強制特定角色回覆",
8484 "New Chat": "新聊天",
8585 "Restore new chat prompt": "還原新聊天的提示詞",
8686 "Set at the beginning of the chat history to indicate that a new chat is about to start.": "設定在聊天歷史的開頭以表明即將開始新的聊天",
@@ -90,19 +90,19 @@
9090 "New Example Chat": "新範例聊天",
9191 "Set at the beginning of Dialogue examples to indicate that a new example chat is about to start.": "設定在對話範例的開頭以表明即將開始新的範例聊天",
9292 "Continue nudge": "繼續輔助微調",
9393 "Set at the end of the chat history when the continue button is pressed.": "按下「繼續」按鈕時,插入於聊天歷史的末尾插入於聊天歷史的結尾",
9494 "Replace empty message": "取代空白訊息",
9595 "Send this text instead of nothing when the text box is empty.": "當文本框為空時當文字框為空時發送此文本以取代空白傳送此文字以取代空白。",
9696 "Seed": "種子",
9797 "Set to get deterministic results. Use -1 for random seed.": "設定數值以取得可重現的結果。使用 -1 作為隨機種子",
9898 "Temperature controls the randomness in token selection": "溫度(Temperature)控制符元選擇的隨機性。\n- 低溫(<1.0):產生更可預測且具邏輯性的文本產生更可預測且具邏輯性的文字,優先選擇機率較高的符元。\n- 高溫(>1.0):提升創造性與輸出的多樣性,更常選擇機率較低的符元。\n將值設為 1.0 可使用原始機率。",
9999 "Top_K_desc": "Top K 設定可以選擇的最高符元數量。\n例如,Top K 為 20,這意味著只保留排名前 20 的符元(無論它們的機率是多樣還是有限的)。\n設定為 0 以停用。",
100100 "Top_P_desc": "Top P(又名核心取樣) 會將所有頂級符元加總,直到達到目標百分比。\n例如,如果前兩個符元都是 25%,而 Top P 設為 0.5,那麼只有前兩個符元會被考慮。\n設定為 1.0 以停用。",
101101 "Typical P": "Typical P",
102102 "Typical_P_desc": "Typical P 取樣根據符元偏離集合平均熵的程度進行優先排序。\n它會保留累積機率接近預設閾值 (例如0例如 0.5) 的符元,強調那些具有平均信息量的符元強調那些具有平均資訊量的符元。\n設定為 1.0 以停用。",
103103 "Min_P_desc": "Min P 設定基本最小機率。\n這個值會根據最高符元的機率進行調整。例如,如果最高符元機率為 80%,而 Min P 設為 0.1 ,那麼只有機率高於 8% 的符元會被考慮。\n設定為 0 以停用。",
104104 "Top_A_desc": "Top A 根據最高符元機率的平方設定符元選擇的門檻。\n例如,如果 Top A 值為 0.2,而最高符元機率為 50%,那麼低於 5%(0.2 * 0.5^2) 的符元機率就會被排除。\n設定為 0 以停用。",
105105 "Tail_Free_Sampling_desc": "無尾取樣 (Tail-Free Sampling, TFS) 會透過分析符元機率的變化率 (使用導數) 來尋找分佈中的低機率符元尾部。\n它會根據標準化的二階導數,保留直到某個閾值 (例如0例如 0.3) 的符元。\n數值越接近 0 ,表示會棄去越多符元。設定為 1.0 以停用。",
106106 "rep.pen range": "重複懲罰範圍",
107107 "Mirostat": "Mirostat",
108108 "Mode": "模式",
@@ -144,14 +144,14 @@
144144 "Epsilon Cutoff": "Epsilon 截斷",
145145 "Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "Epsilon 截斷設定排除符元的機率下限",
146146 "Eta Cutoff": "Eta 截斷",
147147 "Eta_Cutoff_desc": "Eta 截斷是特殊 Eta 取樣技術的主要參數。\n單位為 1e-4;合理值為 3。\n設為 0 以停用。\n詳情請參見n詳細資訊請參見 Hewitt 等人於 2022 年撰寫的論文《Truncation Sampling as Language Model Desmoothing》。",
148148 "rep.pen decay": "重複懲罰衰減",
149149 "Encoder Rep. Pen.": "編碼器重複懲罰",
150150 "No Repeat Ngram Size": "無重複 Ngram 大小",
151151 "Skew": "Skew",
152152 "Max Tokens Second": "最大符元/秒",
153153 "Smooth Sampling": "平滑取樣",
154154 "Smooth_Sampling_desc": "允許您使用二次/三次變換來調整分佈。較低的平滑因子值將更具創造性,通常在 0.2-0.3 之間是最佳點(假設曲線=1)。較高的平滑曲線值會使曲線更陡峭,這將更加激烈地懲罰低概率選擇這將更加激烈地懲罰低機率選擇。1.0 的曲線值相當於僅使用平滑因子。",
155155 "Smoothing Factor": "平滑因子",
156156 "Smoothing Curve": "平滑曲線",
157157 "DRY_Repetition_Penalty_desc": "DRY 會懲罰那些將輸入的結尾擴充為已在先前輸入中出現過序列的符元。將乘法器設為 0 以停用。",
@@ -183,7 +183,7 @@
183183 "Length Penalty": "長度懲罰",
184184 "Early Stopping": "提前停止",
185185 "Contrastive search": "對比搜尋",
186186 "Contrastive_search_txt": "一種取樣器,通過利用大多數透過利用大多數 LLM 的表示空間的等向性,鼓勵多樣性的同時保持一致性。詳情請參閱詳細資訊請參閱 Su 等人於 2022 年發表的論文《A Contrastive Framework for Neural Text Generation》。",
187187 "Penalty Alpha": "懲罰 Alpha",
188188 "Strength of the Contrastive Search regularization term. Set to 0 to disable CS": "對比搜尋正則化項的強度。設定為 0 以停用 CS",
189189 "Do Sample": "進行取樣",
@@ -194,7 +194,7 @@
194194 "Ignore the EOS Token even if it generates.": "即使生成也忽略 EOS 符元",
195195 "Skip Special Tokens": "跳過特殊符元",
196196 "Temperature Last": "最後的溫度",
197197 "Temperature_Last_desc": "使用最後應用溫度取樣器。這幾乎總是明智的做法。\n啟用時:首先取樣一組合理的符元,然後應用溫度來調整它們的相對機率(技術上講,是 logits)。\n停用時:首先應用溫度調整所有符元的相對機率,然後從中取樣合理的符元。\n停用「最後應用溫度取樣」會增加分佈尾部的概率會增加分佈尾部的機率,這傾向於放大獲得不連貫回應的機會。",
198198 "Speculative Ngram": "推測性 Ngram",
199199 "Use a different speculative decoding method without a draft model": "使用不含草稿模型的不同推測性解碼方法。",
200200 "Spaces Between Special Tokens": "特殊符元之間的空格",
@@ -222,21 +222,21 @@
222222 "Message Content": "訊息內容",
223223 "Prepend character names to message contents.": "在訊息內容前新增角色名稱",
224224 "Continue Postfix": "繼續後綴",
225225 "The next chunk of the continued message will be appended using this as a separator.": "繼續訊息的下一塊將使用此作為分隔符附加繼續訊息的下一塊將使用此作為分隔符號附加",
226226 "Space": "空格",
227227 "Newline": "換行",
228228 "Double Newline": "雙換行",
229229 "Wrap user messages in quotes before sending": "發送前將使用者訊息用引號括起來傳送前將使用者訊息用引號括起來",
230230 "Wrap in Quotes": "用引號包裹",
231231 "Wrap entire user message in quotes before sending.": "在發送之前將整個使用者訊息用引號包裹在傳送之前將整個使用者訊息用引號包裹。",
232232 "Leave off if you use quotes manually for speech.": "如果您手動使用引號進行發言,請關閉。",
233233 "Continue prefill": "繼續預先填充",
234234 "Continue sends the last message as assistant role instead of system message with instruction.": "繼續將最後的訊息作為助理角色發送繼續將最後的訊息作為助理角色傳送,而不是帶有指令的系統訊息。",
235235 "Squash system messages": "合併系統訊息",
236236 "Combines consecutive system messages into one (excluding example dialogues). May improve coherence for some models.": "將連續的系統訊息合併為一個(不包括對話範例)。可能會提高某些模型的一致性。",
237237 "Enable function calling": "啟用函數調用啟用函式呼叫",
238238 "Send inline images": "發送內嵌圖片傳送內嵌圖片",
239239 "image_inlining_hint_1": "如果模型支援(例如:GPT-4V、Claude 3 或 Llava 13B),則在提示詞中發送圖片則在提示詞中傳送圖片。\n使用任何訊息上的",
240240 "image_inlining_hint_2": "動作或",
241241 "image_inlining_hint_3": "選單來附加圖片文件到聊天中。",
242242 "Inline Image Quality": "內嵌圖片品質",
@@ -246,31 +246,31 @@
246246 "Use AI21 Tokenizer": "使用 AI21 分詞器",
247247 "Use the appropriate tokenizer for Jurassic models, which is more efficient than GPT's.": "對於 Jurassic 模型使用適當的分詞器,比 GPT 的更高效",
248248 "Use Google Tokenizer": "使用 Google 分詞器",
249249 "Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.": "通過透過 Google 模型的 API 使用適當的分詞器。提示詞處理速度較慢,但提供更準確的符元計數。",
250250 "Use system prompt": "使用系統提示詞",
251251 "(Gemini 1.5 Pro/Flash only)": "(僅限於 Gemini 1.5 Pro/Flash)",
252252 "Merges_all_system_messages_desc_1": "合併所有系統訊息,直到第一則非系統角色的訊息,並通過並透過 google 的",
253253 "Merges_all_system_messages_desc_2": "字段發送欄位傳送而不是與其餘提示詞內容一起發送而不是與其餘提示詞內容一起傳送。",
254254 "Assistant Prefill": "預先填充助理訊息",
255255 "Start Claude's answer with...": "開始 Claude 的回答⋯",
256256 "Assistant Impersonation Prefill": "助理扮演時的預先填充",
257257 "Use system prompt (Claude 2.1+ only)": "使用系統提示詞(僅限 Claude 2.1+)",
258258 "Send the system prompt for supported models. If disabled, the user message is added to the beginning of the prompt.": "為支援的模型發送系統提示詞為支援的模型傳送系統提示詞。停用時,使用者訊息將新增到提示詞的開頭。",
259259 "User first message": "使用者第一則訊息",
260260 "Restore User first message": "還原使用者第一則訊息",
261261 "Human message": "人類訊息、指令等。\n當空白時不加入任何內容,也就是需要一個帶有使用者角色的新提示詞。",
262262 "New preset": "新預設新預設設定檔",
263263 "Delete preset": "刪除預設刪除預設設定檔",
264264 "View / Edit bias preset": "查看檢視/編輯 Bias 預設預設設定檔",
265265 "Add bias entry": "新增 Bias 條目",
266266 "Most tokens have a leading space.": "大多數符元有前導空格",
267267 "API Connections": "API 連線",
268268 "Text Completion": "文本補全文字補全",
269269 "Chat Completion": "聊天補全",
270270 "NovelAI": "NovelAI",
271271 "AI Horde": "AI Horde",
272272 "KoboldAI": "KoboldAI",
273273 "Avoid sending sensitive information to the Horde.": "避免發送敏感資訊到避免傳送敏感資訊到 Horde。",
274274 "Review the Privacy statement": "檢視隱私聲明",
275275 "Register a Horde account for faster queue times": "註冊 Horde 帳號以縮短等待時間",
276276 "Learn how to contribute your idle GPU cycles to the Horde": "了解如何將閒置的 GPU 週期貢獻給 Horde",
@@ -279,7 +279,7 @@
279279 "Can help with bad responses by queueing only the approved workers. May slowdown the response time.": "僅將已批准的 worker 排隊,可以幫助處理不良回應。可能會延長回應時間。",
280280 "Trusted workers only": "僅限受信任的 worker",
281281 "API key": "API 金鑰",
282282 "Get it here:": "在這裡獲取在這裡取得:",
283283 "Register": "註冊",
284284 "View my Kudos": "瀏覽我的讚賞記錄",
285285 "Enter": "輸入",
@@ -346,7 +346,7 @@
346346 "Save Proxy": "儲存代理伺服器",
347347 "Delete Proxy": "刪除代理伺服器",
348348 "Proxy Name": "代理伺服器名稱",
349349 "This will show up as your saved preset.": "這將顯示為您儲存的預設這將顯示為您儲存的預設設定檔",
350350 "Proxy Server URL": "代理伺服器 URL",
351351 "Alternative server URL (leave empty to use the default value).": "替代伺服器 URL(留空以使用預設值)。",
352352 "Remove your real OAI API Key from the API panel BEFORE typing anything into this box": "在此框中輸入任何內容之前,從 API 面板中刪除您的實際 OAI API 金鑰",
@@ -357,7 +357,7 @@
357357 "Will be used as a password for the proxy instead of API key.": "將用作代理的密碼,而不是 API 金鑰",
358358 "Peek a password": "顯示密碼",
359359 "OpenAI API key": "OpenAI API 金鑰",
360360 "View API Usage Metrics": "查看檢視 API 使用指標",
361361 "Follow": "遵循",
362362 "these directions": "這些指示",
363363 "to get your OpenAI API key.": "以取得您的 OpenAI API 金鑰。",
@@ -397,16 +397,16 @@
397397 "Available Models": "可用模型",
398398 "Prompt Post-Processing": "提示詞後處理",
399399 "Applies additional processing to the prompt before sending it to the API.": "這個選項會在將提示詞送往 API 之前,對它進行額外的處理。",
400400 "Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "透過發送簡短的測試訊息來驗證您的透過傳送簡短的測試訊息來驗證您的 API 連線。請注意,您將因此獲得榮譽!",
401401 "Test Message": "測試訊息",
402402 "Auto-connect to Last Server": "自動連接至上次使用的伺服器",
403403 "Missing key": "❌ 鑰匙遺失",
404404 "Key saved": "✔️ 金鑰已儲存",
405405 "View hidden API keys": "查看隱藏的檢視隱藏的 API 金鑰",
406406 "AI Response Formatting": "AI 回應進階格式化",
407407 "Advanced Formatting": "進階格式化",
408408 "Context Template": "上下文範本",
409409 "Auto-select this preset for Instruct Mode": "自動選擇此預設用於指令模式自動選擇此預設設定檔用於指令模式",
410410 "Story String": "故事字串",
411411 "Example Separator": "分隔符號範例",
412412 "Chat Start": "聊天開始符號",
@@ -458,7 +458,7 @@
458458 "Inserted before the first Assistant's message.": "插入在第一則助理訊息之前。",
459459 "First Assistant Prefix": "開頭助理前綴",
460460 "instruct_last_output_sequence": "插入在最後一則助理訊息之前,或在生成 AI 回覆時作為最後一行提示詞(除了中立/系統角色)。",
461461 "Last Assistant Prefix": "末尾助理前綴結尾助理前綴",
462462 "Will be inserted as a last prompt line when using system/neutral generation.": "在使用系統/中立生成時作為最後一行提示詞插入。",
463463 "System Instruction Prefix": "系統指令前綴",
464464 "If a stop sequence is generated, everything past it will be removed from the output (inclusive).": "如果生成了停止序列,包括該序列以及之後的所有內容將從輸出中刪除。",
@@ -482,7 +482,7 @@
482482 "Non-markdown strings": "非 Markdown 字串",
483483 "separate with commas w/o space between": "用逗號分隔,之間無空格",
484484 "Custom Stopping Strings": "自訂停止字串",
485485 "JSON serialized array of strings": "JSON 序列化字串數組序列化字串陣列",
486486 "Replace Macro in Stop Strings": "取代自訂停止字串中的巨集",
487487 "Auto-Continue": "自動繼續",
488488 "Allow for Chat Completion APIs": "允許聊天補全 API",
@@ -493,7 +493,7 @@
493493 "Active World(s) for all chats": "所有聊天啟用中的世界書",
494494 "-- World Info not found --": "-- 未找到世界資訊 --",
495495 "Global World Info/Lorebook activation settings": "全域世界資訊/知識書啟動設定",
496496 "Click to expand": "點擊展開點選展開",
497497 "Scan Depth": "掃描深度",
498498 "Context %": "上下文百分比",
499499 "Budget Cap": "預算上限",
@@ -506,16 +506,16 @@
506506 "Sorted Evenly": "均等排序",
507507 "Character Lore First": "角色知識書優先",
508508 "Global Lore First": "全域知識書優先",
509509 "Entries can activate other entries by mentioning their keywords": "條目可以通過提及其關鍵字來啟用其他條目條目可以透過提及其關鍵字來啟用其他條目",
510510 "Recursive Scan": "遞迴掃描",
511511 "Lookup for the entry keys in the context will respect the case": "在上下文中查找條目鍵將區分大小寫在上下文中查詢條目鍵將區分大小寫",
512512 "Case Sensitive": "區分大小寫",
513513 "If the entry key consists of only one word, it would not be matched as part of other words": "如果條目鍵僅包含一個詞,則不會作為其他詞的一部分進行配對",
514514 "Match Whole Words": "完全配對",
515515 "Only the entries with the most number of key matches will be selected for Inclusion Group filtering": "只有符合最多鍵值數量的條目將被選中進行包含群組過濾",
516516 "Use Group Scoring": "使用群組評分",
517517 "Alert if your world info is greater than the allocated budget.": "如果您的世界資訊超過分配的預算則提醒",
518518 "Alert On Overflow": "溢出時警告溢位時警告",
519519 "New": "新增",
520520 "or": "或",
521521 "--- Pick to Edit ---": "--- 選擇編輯 ---",
@@ -548,7 +548,7 @@
548548 "User Settings": "使用者設定",
549549 "Simple": "簡單",
550550 "Advanced": "進階",
551551 "UI Language": "介面語言:",
552552 "Account": "帳號",
553553 "Admin Panel": "管理面板",
554554 "Logout": "登出",
@@ -580,9 +580,9 @@
580580 "User Message Blur Tint": "使用者訊息模糊色調",
581581 "AI Message Blur Tint": "AI 訊息模糊色調",
582582 "Chat Width": "對話框寬度",
583583 "Width of the main chat window in % of screen width": "主聊天視窗寬度占螢幕寬度的百分比主聊天視窗寬度佔螢幕寬度的百分比",
584584 "Font Scale": "字體比例字型比例",
585585 "Font size": "字體大小字型大小",
586586 "Blur Strength": "模糊強度",
587587 "Blur strength on UI panels.": "UI 面板上的模糊強度",
588588 "Text Shadow Width": "文字陰影寬度",
@@ -622,22 +622,22 @@
622622 "Enables a magnification effect on hover when you display the zoomed avatar after clicking an avatar's image in chat.": "當你在聊天中點選頭像的圖片後,這會啟用滑鼠懸停時的放大效果。",
623623 "Show tagged character folders in the character list": "在角色列表中顯示標籤角色資料夾。",
624624 "Tags as Folders": "標籤作為資料夾",
625625 "Tags_as_Folders_desc": "標籤必須在「標籤管理」選單中標記為資料夾才可適用。點擊這裡打開點選這裡開啟。",
626626 "Character Handling": "角色處理",
627627 "If set in the advanced character definitions, this field will be displayed in the characters list.": "如果在進階角色定義中設定,這個欄位將顯示在角色清單中。",
628628 "Char List Subheader": "角色列表子標題",
629629 "Character Version": "角色版本",
630630 "Created by": "創作者",
631631 "Use fuzzy matching, and search characters in the list by all data fields, not just by a name substring": "使用模糊配對,並通過所有資料欄位在列表中搜尋角色並透過所有資料欄位在列表中搜尋角色而不僅僅是通過名稱子字串而不僅僅是透過名稱子字串。",
632632 "Advanced Character Search": "進階角色搜尋",
633633 "If checked and the character card contains a prompt override (System Prompt), use that instead": "如果選中並且角色卡包含提示詞覆寫(系統提示詞),則使用該提示詞。",
634634 "Prefer Character Card Prompt": "角色卡主要提示詞優先",
635635 "If checked and the character card contains a jailbreak override (Post History Instruction), use that instead": "如果選中並且角色卡包含越獄覆寫(聊天歷史後指示),則使用該提示詞。",
636636 "Prefer Character Card Jailbreak": "角色卡越獄優先",
637637 "never_resize_avatars_tooltip": "避免裁剪與調整導入的角色頭像大小避免裁剪與調整匯入的角色頭像大小。未啟用此選項時,圖片將被裁剪/調整為 512x768。此設定會關閉上傳頭像時的裁剪彈出視窗。",
638638 "Never resize avatars": "永不調整頭像大小",
639639 "Show actual file names on the disk, in the characters list display only": "僅在角色列表顯示實際檔案名稱。",
640640 "Show avatar filenames": "顯示頭像檔案名顯示頭像檔案名稱",
641641 "Prompt to import embedded card tags on character import. Otherwise embedded tags are ignored": "在角色匯入時提示詞匯入嵌入的卡片標籤。否則,嵌入的標籤將被忽略。",
642642 "Import Card Tags": "匯入卡片中的標籤",
643643 "Hide character definitions from the editor panel behind a spoiler button": "在編輯器面板中將角色定義隱藏在劇透按鈕後面。",
@@ -658,14 +658,14 @@
658658 "Relaxed API URLS": "寬鬆的 API URL 格式",
659659 "Ask to import the World Info/Lorebook for every new character with embedded lorebook. If unchecked, a brief message will be shown instead": "當新角色含有知識書時,詢問是否要匯入嵌入的世界資訊/知識書。如果未選中,則會顯示簡短的訊息。",
660660 "Lorebook Import Dialog": "匯入知識書對話框",
661661 "Restore unsaved user input on page refresh": "在頁面刷新時還原未儲存的使用者輸入在頁面重新整理時還原未儲存的使用者輸入。",
662662 "Restore User Input": "還原使用者輸入",
663663 "Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile": "允許通過拖動重新定位某些允許透過拖動重新定位某些 UI 元素。僅適用於 PC 版。",
664664 "Movable UI Panels": "可拖動的 UI 模式",
665665 "MovingUI preset. Predefined/saved draggable positions": "MovingUI 預設預設設定檔。預先定義/儲存可拖動位置。",
666666 "MUI Preset": "MovingUI 預設預設設定檔",
667667 "Save movingUI changes to a new file": "另存 MovingUI 變更為新檔案",
668668 "Reset MovingUI panel sizes/locations.": "重置重設 MovingUI 面板大小/位置",
669669 "Apply a custom CSS style to all of the ST GUI": "將自訂 CSS 樣式應用於所有 SillyTavern 介面",
670670 "Custom CSS": "自訂 CSS 樣式",
671671 "Expand the editor": "展開編輯器",
@@ -679,7 +679,7 @@
679679 "Gradual push-out": "逐步推出",
680680 "Always include examples": "總是包含範例",
681681 "Never include examples": "永不包含範例",
682682 "Send on Enter": "按下 Enter 鍵發送鍵傳送:",
683683 "Disabled": "停用",
684684 "Automatic (PC)": "自動(PC)",
685685 "Press Send to continue": "按下傳送繼續",
@@ -699,14 +699,14 @@
699699 "Forbid External Media": "禁止使用外部媒體",
700700 "Allow {{char}}: in bot messages": "允許機器人訊息中使用 {{char}}:",
701701 "Allow {{user}}: in bot messages": "允許機器人訊息中使用 {{user}}:",
702702 "Skip encoding and characters in message text, allowing a subset of HTML markup as well as Markdown": "跳過編碼訊息文字中的 < 和 > 字符字元,允許一部分 HTML 標記以及 Markdown",
703703 "Show tags in responses": "在回應中顯示標籤",
704704 "Allow AI messages in groups to contain lines spoken by other group members": "允許群組中的 AI 訊息包含其他群組成員說的話",
705705 "Relax message trim in Groups": "放寬群組中的訊息修剪",
706706 "Log prompts to console": "將提示詞記錄到控制台",
707707 "Requests logprobs from the API for the Token Probabilities feature": "從 API 請求 logprobs 用於符元機率功能。",
708708 "Request token probabilities": "請求符元機率",
709709 "Automatically reject and re-generate AI message based on configurable criteria": "根據可配置標準自動拒絕並重新生成根據可設定標準自動拒絕並重新生成 AI 訊息。",
710710 "Auto-swipe": "自動滑動",
711711 "Enable the auto-swipe function. Settings in this section only have an effect when auto-swipe is enabled": "啟用自動滑動功能。此部分的設定僅在啟用自動滑動時有效。",
712712 "Minimum generated message length": "生成訊息的最小長度",
@@ -714,7 +714,7 @@
714714 "Blacklisted words": "黑名單詞語",
715715 "words you dont want generated separated by comma ','": "您不想生成的文字,使用逗號分隔",
716716 "Blacklisted word count to swipe": "滑動的黑名單詞語數量",
717717 "Minimum number of blacklisted words detected to trigger an auto-swipe": "檢測到的黑名單詞語數量觸發自動滑動的最小值偵測到的黑名單詞語數量觸發自動滑動的最小值。",
718718 "AutoComplete Settings": "自動完成設定",
719719 "Automatically hide details": "自動隱藏詳細資訊",
720720 "Determines how entries are found for autocomplete.": "決定如何找到自動完成的條目",
@@ -726,18 +726,18 @@
726726 "Autocomplete Style": "自動完成樣式",
727727 "Follow Theme": "沿用介面主題",
728728 "Dark": "深色",
729729 "Sets the font size of the autocomplete.": "設定自動完成的字體大小設定自動完成的字型大小",
730730 "Sets the width of the autocomplete.": "設定自動完成的寬度",
731731 "Autocomplete Width": "自動完成寬度",
732732 "chat input box": "聊天輸入框",
733733 "entire chat width": "整個聊天寬度",
734734 "full window width": "全視窗寬度",
735735 "STscript Settings": "STscript 設定",
736736 "Sets default flags for the STscript parser.": "設定 STscript 解析器的預設標誌解析器的預設象徵",
737737 "Parser Flags": "解析器標誌解析器象徵",
738738 "Switch to stricter escaping, allowing all delimiting characters to be escaped with a backslash, and backslashes to be escaped as well.": "切換到更嚴格的字元跳脫,允許所有分隔符號使用反斜線跳脫,反斜線自己也可以跳脫。",
739739 "STRICT_ESCAPING": "STRICT_ESCAPING",
740740 "Replace all {{getvar::}} and {{getglobalvar::}} macros with scoped variables to avoid double macro substitution.": "將所有 {{getvar::}} 和 {{getglobalvar::}} 巨集取代為作用域變量以避免雙重巨集取代巨集取代為區域變數以避免雙重巨集取代",
741741 "REPLACE_GETVAR": "REPLACE_GETVAR",
742742 "Change Background Image": "變更背景圖片",
743743 "Filter": "篩選",
@@ -758,7 +758,7 @@
758758 "Extras API key (optional)": "擴充功能 API 金鑰(選填)",
759759 "Persona Management": "使用者角色管理",
760760 "How do I use this?": "我該如何使用這個?",
761761 "Click for stats!": "點擊以查看統計資料點選以檢視統計資料!",
762762 "Usage Stats": "統計資料",
763763 "Backup your personas to a file": "備份您的使用者角色檔案",
764764 "Backup": "備份",
@@ -766,20 +766,20 @@
766766 "Restore": "還原",
767767 "Create a dummy persona": "建立一個虛構使用者角色",
768768 "Create": "建立",
769769 "Toggle grid view": "切換為網格視圖切換為網格檢視",
770770 "No persona description": "無使用者角色描述",
771771 "Name": "名稱",
772772 "Enter your name": "輸入您的名字",
773773 "Click to set a new User Name": "設定新的使用者名稱",
774774 "Click to lock your selected persona to the current chat. Click again to remove the lock.": "綁定目前所選的使用者角色至本次聊天。再次點擊則可移除綁定再次點選則可移除綁定。",
775775 "Click to set user name for all messages": "設定所有訊息的使用者名稱",
776776 "Persona Description": "使用者角色描述",
777777 "Example: [{{user}} is a 28-year-old Romanian cat girl.]": "範例:[{{user}} 是一個 28 歲的羅馬尼亞貓娘。]",
778778 "Tokens persona description": "角色描述符元數",
779779 "Position:": "插入位置:",
780780 "In Story String / Prompt Manager": "提示詞管理器/故事字串中",
781781 "Top of Author's Note": "作者備註的頂部作者備註的頂端",
782782 "Bottom of Author's Note": "作者備註的底部作者備註的底端",
783783 "In-chat @ Depth": "聊天中 @ 深度",
784784 "Depth:": "深度:",
785785 "Role:": "角色:",
@@ -820,7 +820,7 @@
820820 "Replace / Update": "取代/更新",
821821 "Import Tags": "匯入標籤",
822822 "Search / Create Tags": "搜尋/建立標籤",
823823 "View all tags": "查看所有標籤檢視所有標籤",
824824 "Creator's Notes": "創作者備註",
825825 "Show / Hide Description and First Message": "顯示/隱藏描述和第一則訊息",
826826 "Character Description": "角色描述",
@@ -830,7 +830,7 @@
830830 "First message": "初始訊息",
831831 "Click to set additional greeting messages": "點選以設定額外的問候訊息",
832832 "Alt. Greetings": "額外問候語",
833833 "This will be the first message from the character that starts every chat.": "這將是每次聊天開始時角色發送的第一則訊息這將是每次聊天開始時角色傳送的第一則訊息。",
834834 "Group Controls": "群組控制",
835835 "Chat Name (Optional)": "聊天名稱(選填)",
836836 "Click to select a new avatar for this group": "點選以選擇此群組的新頭像",
@@ -843,7 +843,7 @@
843843 "Join character cards (include muted)": "合併角色卡欄位(包括靜音)",
844844 "Inserted before each part of the joined fields.": "插入在合併欄位的每一部分之前。",
845845 "Join Prefix": "加入前綴",
846846 "When 'Join character cards' is selected, all respective fields of the characters are being joined together.This means that in the story string for example all character descriptions will be joined to one big text.If you want those fields to be separated, you can define a prefix or suffix here.This value supports normal macros and will also replace {{char}} with the relevant char's name and <FIELDNAME> with the name of the part (e.g.: description, personality, scenario, etc.)": "選擇「合併角色卡欄位」時,所有角色的相關欄位將被合併。\r例如,在故事字串中,所有角色的描述將合併為一段大文本所有角色的描述將合併為一段大文字。\r若您希望這些欄位保持分隔,您可以在此定義前綴或後綴。\r\r此值支持常規巨集r此值支援常規巨集 {{macros}},並會將 {{char}} 替換為相關角色的名稱,可將 <FIELDNAME> 替換為欄位名稱(例如:角色描述、個性、場景等)。",
847847 "Inserted after each part of the joined fields.": "插入在合併欄位的每一部分之後。",
848848 "Join Suffix": "加入後綴",
849849 "Set a group chat scenario": "設定群組聊天場景",
@@ -855,10 +855,10 @@
855855 "Hide Muted Member Sprites": "於群組拼貼頭像中隱藏靜音成員",
856856 "Current Members": "目前成員",
857857 "Add Members": "新增成員",
858858 "Create New Character": "創建角色建立角色",
859859 "Import Character from File": "由本地檔案匯入角色由本機檔案匯入角色",
860860 "Import content from external URL": "由外部 URL 匯入內容",
861861 "Create New Chat Group": "創建聊天群組建立聊天群組",
862862 "Characters sorting order": "角色排序依據",
863863 "A-Z": "A-Z",
864864 "Z-A": "Z-A",
@@ -871,8 +871,8 @@
871871 "Most tokens": "最多符元",
872872 "Least tokens": "最少符元",
873873 "Random": "隨機",
874874 "Toggle character grid view": "切換為角色網格視圖切換為角色網格檢視",
875875 "Bulk_edit_characters": "批次編輯角色\n\n點選以切換角色\n「Shift+點擊點選」可選擇/取消選擇範圍的角色\n右鍵以查看動作n右鍵以檢視動作\n右鍵以查看動作n右鍵以檢視動作",
876876 "Bulk select all characters": "全選所有角色",
877877 "Bulk delete characters": "批次刪除角色",
878878 "popup-button-save": "儲存",
@@ -887,9 +887,9 @@
887887 "Main Prompt": "主要提示詞",
888888 "Any contents here will replace the default Main Prompt used for this character. (v2 spec: system_prompt)": "此處的任何內容將取代此角色使用的預設主要提示詞。(v2 規範:system_prompt)",
889889 "Any contents here will replace the default Jailbreak Prompt used for this character. (v2 spec: post_history_instructions)": "此處的任何內容將取代此角色使用的預設越獄提示詞。(v2 規範:post_history_instructions)",
890890 "Creator's Metadata (Not sent with the AI prompt)": "創作者的中繼資料(不會與 AI 提示詞一起發送提示詞一起傳送)",
891891 "Creator's Metadata": "創作者的中繼資料",
892892 "(Not sent with the AI Prompt)": "(不與 AI 提示詞一起發送提示詞一起傳送)",
893893 "Everything here is optional": "此處所有內容均為選填",
894894 "(Botmaker's name / Contact Info)": "(機器人創作者的名字/聯絡資訊)",
895895 "(If you want to track character versions)": "(若您想追蹤角色版本)",
@@ -901,7 +901,7 @@
901901 "Scenario": "場景設想",
902902 "(Circumstances and context of the interaction)": "(互動情形與聊天背景)",
903903 "Character's Note": "角色備註",
904904 "(Text to be inserted in-chat @ designated depth and role)": "(在聊天中以指定角色於 @ 深度位置插入文本深度位置插入文字)",
905905 "@ Depth": "@ 深度",
906906 "Role": "角色",
907907 "Talkativeness": "健談度",
@@ -990,13 +990,13 @@
990990 "Exclude from recursion": "不可遞迴(此條目不會被其他條目啟用)",
991991 "Prevent further recursion (this entry will not activate others)": "防止進一步遞迴(此條目不會啟用其他條目)",
992992 "Delay until recursion (this entry can only be activated on recursive checking)": "延遲遞迴(此條目只能在遞迴檢查時啟用)",
993993 "What this keyword should mean to the AI, sent verbatim": "這個關鍵字對 AI 應意味著什麼,逐字發送逐字傳送",
994994 "Filter to Character(s)": "角色篩選",
995995 "Character Exclusion": "角色排除",
996996 "-- Characters not found --": "-- 未找到角色 --",
997997 "Inclusion Group": "包含的群組",
998998 "Inclusion Groups ensure only one entry from a group is activated at a time, if multiple are triggered.Documentation: World Info - Inclusion Group": "如果觸發多個條目,包含群組可確保一次僅啟動一組中的一個條目。\r支援多個以逗號分隔的群組。\r\r文件:世界資訊——包容性集團",
999999 "Prioritize this entry: When checked, this entry is prioritized out of all selections.If multiple are prioritized, the one with the highest 'Order' is chosen.": "優先考慮此條目:選取後,此條目將在所有選擇中優先。\r如果有多個優先級r如果有多個優先順序,則選擇「順序」最高的一個。",
10001000 "Only one entry with the same label will be activated": "僅會啟用具有相同標籤的一個條目",
10011001 "A relative likelihood of entry activation within the group": "群組內條目啟用的相對可能性",
10021002 "Group Weight": "群組權重",
@@ -1016,7 +1016,7 @@
10161016 "prompt_manager_depth": "深度",
10171017 "Injection depth. 0 = after the last message, 1 = before the last message, etc.": "注入深度。0 = 在最後一則訊息之後,1 = 在最後一則訊息之前,以此類推。",
10181018 "Prompt": "提示詞",
10191019 "The prompt to be sent.": "要發送的提示詞要傳送的提示詞。",
10201020 "This prompt cannot be overridden by character cards, even if overrides are preferred.": "即使啟用優先覆寫,此提示詞也不能被角色卡片覆寫。",
10211021 "prompt_manager_forbid_overrides": "禁止覆寫",
10221022 "reset": "重設",
@@ -1069,13 +1069,13 @@
10691069 "Trigger a message from this character": "觸發此角色的訊息",
10701070 "Move up": "上移",
10711071 "Move down": "下移",
10721072 "View character card": "查看角色卡檢視角色卡",
10731073 "Remove from group": "從群組中移除",
10741074 "Add to group": "新增到群組",
10751075 "Alternate Greetings": "額外問候語",
10761076 "Alternate_Greetings_desc": "這些將在開始新聊天時顯示為第一則訊息的滑動選項。\n群組成員可以選擇其中之一來開始對話。",
10771077 "Alternate Greetings Hint": "額外問候語的提示訊息",
10781078 "(This will be the first message from the character that starts every chat)": "(這將是每次聊天開始時角色發送的第一則訊息這將是每次聊天開始時角色傳送的第一則訊息)",
10791079 "Forbid Media Override explanation": "此角色/群組在聊天中使用外部媒體的能力。",
10801080 "Forbid Media Override subtitle": "禁止媒體覆寫副標題",
10811081 "Always forbidden": "總是禁止",
@@ -1089,7 +1089,7 @@
10891089 "After Main Prompt / Story String": "在主要提示詞/故事字串之後",
10901090 "as": "作為",
10911091 "Insertion Frequency": "插入頻率",
10921092 "(0 = Disable, 1 = Always)": "(0 = 停用, 1 = 永久)",
10931093 "User inputs until next insertion:": "使用者輸入直到下一次插入:",
10941094 "Character Author's Note (Private)": "角色作者備註(私人)",
10951095 "Won't be shared with the character card on export.": "匯出時不與角色卡共享。",
@@ -1114,7 +1114,7 @@
11141114 "Chat Negatives": "聊天負面提示詞",
11151115 "Character Negatives": "角色負面提示詞",
11161116 "Global Negatives": "全域負面提示詞",
11171117 "Custom Separator:": "自訂分隔符自訂分隔符號:",
11181118 "Insertion Depth:": "插入深度:",
11191119 "Token Probabilities": "符元機率",
11201120 "Select a token to see alternatives considered by the AI.": "選擇一個符元以檢視 AI 考慮的替代方案",
@@ -1125,7 +1125,7 @@
11251125 "Abort script execution": "中止腳本執行",
11261126 "Abort request": "中止請求",
11271127 "Continue the last message": "繼續生成最新訊息",
11281128 "Send a message": "發送訊息傳送訊息",
11291129 "Close chat": "關閉聊天",
11301130 "Toggle Panels": "切換面板",
11311131 "Back to parent chat": "返回上層聊天",
@@ -1156,7 +1156,7 @@
11561156 "File per article": "每篇文章一個檔案",
11571157 "Each article will be saved as a separate file.": "每篇文章將另存為一個檔案。",
11581158 "Data Bank": "資料庫",
11591159 "These files will be available for extensions that support attachments (e.g. Vector Storage).": "這些檔案將可用於支援附件的擴充功能(例如向量存儲例如向量儲存)。",
11601160 "Supported file types: Plain Text, PDF, Markdown, HTML, EPUB.": "支援的檔案類型:純文字,PDF,Markdown,HTML,EPUB。",
11611161 "Drag and drop files here to upload.": "拖放檔案至此即可上傳。",
11621162 "Date (Newest First)": "日期(最新優先)",
@@ -1172,7 +1172,7 @@
11721172 "These files are available for all characters in all chats.": "適用於所有聊天、所有角色。",
11731173 "Character Attachments": "角色附件",
11741174 "These files are available the current character in all chats they are in.": "適用於該角色參與的所有聊天。",
11751175 "Saved locally. Not exported.": "僅本地保存僅本機儲存,不匯出。",
11761176 "Chat Attachments": "聊天附件",
11771177 "These files are available to all characters in the current chat.": "適用於本次聊天中的所有角色。",
11781178 "Enter a base URL of the MediaWiki to scrape.": "輸入要抓取的 MediaWiki 的基礎 URL。",
@@ -1189,7 +1189,7 @@
11891189 "ext_sum_memory_placeholder": "將在此生成摘要⋯",
11901190 "Trigger a summary update right now.": "立即更新摘要內容。",
11911191 "ext_sum_force_text": "重新摘要",
11921192 "Disable automatic summary updates. While paused, the summary remains as-is. You can still force an update by pressing the Summarize now button (which is only available with the Main API).": "停用自動摘要更新。暫停時,摘要保持原樣。您仍可以透過點擊您仍可以透過點選「重新摘要」按鈕強制更新(僅適用於使用「主要 API」)。",
11931193 "ext_sum_pause": "暫停",
11941194 "Omit World Info and Author's Note from text to be summarized. Only has an effect when using the Main API. The Extras API always omits WI/AN.": "摘要時將省略世界資訊和作者備註。此選項僅適用於使用主要 API,擴充功能 API 始終自動省略世界資訊與作者備註。",
11951195 "ext_sum_no_wi_an": "排除世界資訊及作者備註",
@@ -1204,7 +1204,7 @@
12041204 "ext_sum_prompt_builder_3": "經典、阻塞",
12051205 "Summary Prompt": "摘要提示詞",
12061206 "ext_sum_restore_default_prompt_tip": "還原為預設提示詞",
12071207 "ext_sum_prompt_placeholder": "此提示詞將發送給此提示詞將傳送給 AI 以請求生成摘要。{{words}} 將解析為「字數」參數。",
12081208 "ext_sum_target_length_1": "目標摘要長度",
12091209 "ext_sum_target_length_2": "(",
12101210 "ext_sum_target_length_3": "字)",
@@ -1222,17 +1222,17 @@
12221222 "ext_sum_update_every_words_1": "更新每",
12231223 "ext_sum_update_every_words_2": " 字",
12241224 "ext_sum_both_sliders": "若兩個滑桿數值皆不為零,則將各自按照其時間間隔更新摘要。",
12251225 "ext_sum_injection_template": "插入模板插入範本",
12261226 "ext_sum_memory_template_placeholder": "{{summary}} 會解析為目前的摘要內容。",
12271227 "ext_sum_injection_position": "插入位置",
12281228 "How many messages before the current end of the chat.": "距離本次聊天結尾前的訊息數量。",
12291229 "ext_regex_title": "正規表示式",
12301230 "ext_regex_new_global_script": "+ 全域",
12311231 "ext_regex_new_scoped_script": "+ 局部區域",
12321232 "ext_regex_import_script": "匯入腳本",
12331233 "ext_regex_global_scripts": "全域腳本",
12341234 "ext_regex_global_scripts_desc": "適用於所有角色,資料將儲存到本地資料將儲存到本機。",
12351235 "ext_regex_scoped_scripts": "局部腳本區域腳本",
12361236 "ext_regex_scoped_scripts_desc": "僅適用於目前角色,資料將儲存到該角色卡中。",
12371237 "Regex Editor": "正規表示式編輯器",
12381238 "Test Mode": "測試模式",
@@ -1247,27 +1247,27 @@
12471247 "ext_regex_replace_string_placeholder": "使用 {{match}} 來包含來自尋找正規表示式的匹配文字或 $1、$2 等捕獲組。",
12481248 "Trim Out": "修剪掉",
12491249 "ext_regex_trim_placeholder": "在取代之前,全域修剪正規表示式匹配中的任何不需要的部分。每個元素用輸入鍵分隔。",
12501250 "ext_regex_affects": "影響對象影響物件",
12511251 "ext_regex_user_input": "使用者輸入",
12521252 "ext_regex_ai_output": "AI 輸出",
12531253 "Slash Commands": "斜線命令",
12541254 "ext_regex_min_depth_desc": "當應用於提示或顯示時,僅影響至少 N 層深的消息層深的訊息 0 = 最後一則訊息,1 = 倒數第二個訊息等。",
12551255 "Min Depth": "最小深度",
12561256 "ext_regex_min_depth_placeholder": "無限制",
12571257 "ext_regex_max_depth_desc": "當應用於提示或顯示時,僅影響不超過 N 層深度的訊息。 0 = 最後一則訊息,1 = 倒數第二個訊息等。",
12581258 "ext_regex_other_options": "其他選項",
12591259 "Only Format Display": "僅修改聊天顯示",
12601260 "ext_regex_only_format_prompt_desc": "不修改聊天記錄,僅修改發送訊息僅修改傳送訊息請求文本生成時請求文字生成時)時的系統提示詞。",
12611261 "Only Format Prompt (?)": "僅修改系統提示詞",
12621262 "Run On Edit": "編輯時執行",
12631263 "ext_regex_substitute_regex_desc": "在執行「尋找正規表達式」前,將 {{macros}}(巨集) 替換為對應內容",
12641264 "Substitute Regex": "取代正規表示式",
12651265 "ext_regex_import_target": "匯入至:",
12661266 "ext_regex_disable_script": "停用腳本",
12671267 "ext_regex_enable_script": "啟用腳本",
12681268 "ext_regex_edit_script": "編輯腳本",
12691269 "ext_regex_move_to_global": "移至全域腳本",
12701270 "ext_regex_move_to_scoped": "移至作用域腳本移至區域腳本",
12711271 "ext_regex_export_script": "匯出腳本",
12721272 "ext_regex_delete_script": "刪除腳本",
12731273 "Trigger Stable Diffusion": "觸發 Stable Diffusion",
@@ -1281,24 +1281,24 @@
12811281 "Image Generation": "圖片生成設定",
12821282 "sd_refine_mode": "允許在傳送至生成 API 前,手動編輯提示詞字串",
12831283 "sd_refine_mode_txt": "生成前編輯提示詞",
12841284 "sd_interactive_mode": "當發送當傳送「給我一張貓的圖片」這類訊息時,自動生成圖片。",
12851285 "sd_interactive_mode_txt": "互動模式",
12861286 "sd_multimodal_captioning": "根據使用者和角色的頭像,使用多模態模型描述生成肖像提示詞。",
12871287 "sd_multimodal_captioning_txt": "對肖像使用多模態模型描述",
12881288 "sd_expand": "使用文本生成模型自動擴寫提示詞使用文字生成模型自動擴寫提示詞。",
12891289 "sd_expand_txt": "自動潤色提示詞自動潤飾提示詞",
12901290 "sd_snap": "對於具有特定長寬比的生成請求(如肖像、背景),將其調整至最接近的已知解析度,同時儘量保持絕對像素數(建議用於 SDXL)。",
12911291 "sd_snap_txt": "自動調整解析度",
12921292 "Source": "來源",
12931293 "sd_auto_url": "範例: {{auto_url}}",
12941294 "Authentication (optional)": "授權驗證(選填)",
12951295 "Example: username:password": "範例:帳號:密碼",
12961296 "Important:": "重要:",
12971297 "sd_auto_auth_warning_1": "使用",
12981298 "sd_auto_auth_warning_2": "旗標執行 SD Web UI!伺服器必須能夠被 SillyTavern 主機存取。",
12991299 "sd_drawthings_url": "範例: {{drawthings_url}}",
13001300 "sd_drawthings_auth_txt": "執行 DrawThings 應用程式並在介面中啟用 HTTP API 開關!伺服器必須能夠被 SillyTavern 主機存取。",
13011301 "sd_vlad_url": "範例: {{vlad_url}}",
13021302 "The server must be accessible from the SillyTavern host machine.": "伺服器必須能夠被 SillyTavern 主機存取。",
13031303 "Hint: Save an API key in AI Horde API settings to use it here.": "提示訊息:在 AI Horde API 設定中儲存一個 API 金鑰,以便在此使用。",
13041304 "Allow NSFW images from Horde": "允許來自 Horde 的 NSFW 圖片",
@@ -1312,7 +1312,7 @@
13121312 "Image Quality": "圖片品質",
13131313 "Standard": "標準",
13141314 "HD": "高畫質",
13151315 "sd_comfy_url": "範例: {{comfy_url}}",
13161316 "Open workflow editor": "開啟 workflow 編輯器",
13171317 "Create new workflow": "建立新的 workflow",
13181318 "Delete workflow": "刪除 workflow",
@@ -1330,14 +1330,14 @@
13301330 "SMEA": "SMEA",
13311331 "DYN variants of SMEA samplers often lead to more varied output, but may fail at very high resolutions.": "SMEA 取樣器的 DYN 變體通常會產生更多樣化的輸出,但在非常高的解析度下可能會失敗。",
13321332 "DYN": "DYN",
13331333 "Scheduler": "調度器排程器",
13341334 "Restore Faces": "修復臉部",
13351335 "Hires. Fix": "高解析度修正",
13361336 "Upscaler": "放大演算法放大演演算法",
13371337 "Upscale by": "放大倍率",
13381338 "Denoising strength": "重繪幅度",
13391339 "Hires steps (2nd pass)": "高解析步驟(2nd pass)",
13401340 "Preset for prompt prefix and negative prompt": "提示詞前綴和負面提示詞的預設設定提示詞前綴和負面提示詞的預設設定檔",
13411341 "Style": "樣式",
13421342 "Save style": "儲存樣式",
13431343 "Delete style": "刪除樣式",
@@ -1346,9 +1346,9 @@
13461346 "Negative common prompt prefix": "通用負面提示詞前綴",
13471347 "Character-specific prompt prefix": "角色提示詞前綴",
13481348 "Won't be used in groups.": "群聊中無效",
13491349 "sd_character_prompt_placeholder": "描述該角色的特徵。這些特徵將添加在通用提示詞前綴之後這些特徵將新增在通用提示詞前綴之後。例如:女性、綠色眼睛、棕色頭髮、粉紅色襯衫。",
13501350 "Character-specific negative prompt prefix": "角色負面提示詞前綴",
13511351 "sd_character_negative_prompt_placeholder": "不應出現在該角色上的任何特徵。這些特徵將添加在負面通用提示詞前綴之後這些特徵將新增在負面通用提示詞前綴之後。例如:珠寶、鞋子、眼鏡。",
13521352 "Shareable": "分享至角色卡",
13531353 "Image Prompt Templates": "圖片生成提示詞",
13541354 "Vectors Model Warning": "向量模型警告",
@@ -1358,7 +1358,7 @@
13581358 "Status:": "狀態:",
13591359 "Created:": "建立於:",
13601360 "Display Name:": "顯示名稱:",
13611361 "User Handle:": "使用者控制代碼使用者控制程式碼:",
13621362 "Password:": "密碼:",
13631363 "Confirm Password:": "確認密碼:",
13641364 "This will create a new subfolder...": "這將建立一個新的子資料夾⋯",
@@ -1372,11 +1372,11 @@
13721372 "Also wipe user data.": "同時清除使用者資料。",
13731373 "Warning:": "警告:",
13741374 "This action is irreversible.": "此動作不可逆轉。",
13751375 "Type the user's handle below to confirm:": "在下方輸入使用者的控制代碼以確認在下方輸入使用者的控制程式碼以確認:",
13761376 "Import Characters": "匯入角色",
13771377 "Enter the URL of the content to import": "輸入要匯入的內容的 URL",
13781378 "Supported sources:": "支持的來源支援的來源:",
13791379 "char_import_1": "Chub角色Chub 角色(直接連結或 ID)",
13801380 "char_import_example": "例子:",
13811381 "char_import_2": "Chub Lorebook(直接連結或 ID)",
13821382 "char_import_3": "JanitorAI 角色(直接連結或 ID)",
@@ -1384,10 +1384,10 @@
13841384 "char_import_5": "AICharacterCards.com 角色(直接連結或 ID)",
13851385 "char_import_6": "直接 PNG 連結(請參閱",
13861386 "char_import_7": "對於允許的主機)",
13871387 "char_import_8": "RisuRealm角色RisuRealm 角色(直接連結)",
13881388 "Supports importing multiple characters.": "支援匯入多個字元。",
13891389 "Write each URL or ID into a new line.": "將每個 URL 或 ID 寫入新行。",
13901390 "Export for character": "匯出字符匯出字元",
13911391 "Export prompts for this character, including their order.": "匯出該角色的提示,包括其順序。",
13921392 "Export all": "全部匯出",
13931393 "Export all your prompts to a file": "將所有提示匯出到文件",
@@ -1395,7 +1395,7 @@
13951395 "Delete prompt": "刪除提示",
13961396 "Import a prompt list": "匯入提示列表",
13971397 "Export this prompt list": "匯出此提示列表",
13981398 "Reset current character": "重置目前字符重設目前字元",
13991399 "New prompt": "新提示",
14001400 "Prompts": "提示",
14011401 "Total Tokens:": "代幣總數:",
@@ -1444,92 +1444,92 @@
14441444 "Still have questions?": "仍有更多問題?",
14451445 "Join the SillyTavern Discord": "加入 SillyTavern Discord",
14461446 "Post a GitHub issue": "發布 GitHub 問題",
14471447 "Contact the developers": "聯繫開發者聯絡開發者",
14481448 "(-1 for random)": "(-1 表示隨機)",
14491449 "(Optional)": "(可選)",
14501450 "(use _space": "(使用",
14511451 "api_no_connection": "未連線⋯",
14521452 "No model description": "[無描述]",
14531453 "openai_logit_bias_no_items": "無項目",
14541454 "Any contents here will replace the default Post-History Instructions used for this character. (v2 specpost_history_instructions)": "此處填入的內容將取代該角色的默認聊天歷史後指示此處填入的內容將取代該角色的預設聊天歷史後指示(Post-History Instructions)。\n(v2 格式:specpost_history_instructions)",
14551455 "comma delimited,no spaces between": "逗號分割,無需空格",
14561456 "e.g. black-forest-labs/FLUX.1-dev": "例如:black-forest-labs/FLUX.1-dev",
14571457 "Example: gpt-4o": "例如:gpt-4o",
14581458 "Example: http://localhost:1234/v1": "例如:http://localhost:1234/v1",
14591459 "popup-button-crop": "裁剪",
14601460 "(disabled when max recursion steps are used)": "(當最大遞歸步驟數使用時將停用當最大遞迴步驟數使用時將停用)",
14611461 "A greedy, brute-force algorithm used in LLM sampling to find the most likely sequence of words or tokens. It expands multiple candidate sequences at once, maintaining a fixed number (beam width) of top sequences at each step.": "一種用於 LLM 抽樣的貪婪演算法抽樣的貪婪演演算法,用於尋找最可能的單詞或標記序列。該方法會同時展開多個候選序列,並在每一步中保持固定數量的頂級序列(beam width)。",
14621462 "A multiplicative factor to expand the overall area that the nodes take up.": "節點佔用該擴充功能區域的倍數。",
14631463 "Abort current image generation task": "終止目前的圖片生成任務",
14641464 "Add Character and User names to a list of stopping strings.": "將角色和使用者角色名稱添加至停止字符列表將角色和使用者角色名稱新增至停止字元列表。",
14651465 "Alignment for rank nodes.": "對排名節點的對齊方式。",
14661466 "Always show the node full info panel at the bottom left of the timeline view. When off, show it near the node.": "始終將節點的完整資訊面板顯示在時間軸視圖的左下角始終將節點的完整資訊面板顯示在時間軸檢視的左下角。關閉時,將顯示在節點附近。",
14671467 "Always show the node tooltip at the bottom left of the timeline view. When off, show it near the node.": "始終將節點的工具提示欄顯示在時間軸視圖的左下角始終將節點的工具提示欄顯示在時間軸檢視的左下角。關閉時,將顯示在節點附近。",
14681468 "Apply current sorting as Order": "應用此排序為順序",
14691469 "Cap the number of entry activation recursions": "限制入口啟動的遞歸次數限制入口啟動的遞迴次數",
14701470 "Caption": "標題",
14711471 "Close popup": "關閉彈出視窗",
14721472 "Color configuration for Timelines when 'Use UI Theme' in Style Settings is off.": "關閉「使用介面主題」的時間線顏色。",
14731473 "context_allow_post_history_instructions": "在文本完成模式中包含聊天歷史後指示在文字完成模式中包含聊天歷史後指示(Post-History Instructions),但可能導致不良輸出。",
14741474 "Create a new connection profile": "建立新的連線設定檔",
14751475 "Defines on importing cards which action should be chosen for importing its listed tags. 'Ask' will always display the dialog.": "定義匯入角色卡時應採取的動作。選擇「詢問」將始終顯示對話框。",
14761476 "delay_until_recursion_level": "定義遞迴掃描的延遲層級。\r最初僅匹配第一層(數字最小的層級)。\r未找到匹配時,下一層將成為可匹配的層級。\r此過程會重複,直到所有層級都被檢查完畢。\r與「延遲至遞歸延遲至遞迴」設定相關聯。",
14771477 "Delete a connection profile": "刪除連線設定檔",
14781478 "Delete template": "刪除模板刪除範本",
14791479 "Delete the template": "刪除此模板刪除此範本",
14801480 "Disabling is not recommended.": "不建議禁用不建議停用。",
14811481 "Display swipe numbers for all messages, not just the last.": "顯示所有訊息的滑動編號,而不僅是最後一條訊息。",
14821482 "Duplicate persona": "複製使用者角色",
14831483 "Edit a connection profile": "編輯連線設定檔",
14841484 "Enable auto-select of input text in some text fields when clicking/selecting them. Applies to popup input textboxes, and possible other custom input fields.": "啟用自動選擇輸入框中的文本啟用自動選擇輸入框中的文字,適用於彈出輸入框及其他自定義輸入框。",
14851485 "Entries with a cooldown can't be activated N messages after being triggered.": "設有冷卻時間的條目於觸發後的 N 條訊息內無法再次啟用。",
14861486 "Entries with a delay can't be activated until there are N messages present in the chat.": "有延遲的條目需等待聊天中出現 N 條訊息後才能啟用。",
14871487 "Expand swipe nodes when the timeline view first opens, and whenever the graph is refreshed. When off, you can expand them by long-pressing a node, or by pressing the Toggle Swipes button.": "時間線視圖首次打開或刷新時展開滑動節點時間線檢視首次開啟或重新整理時展開滑動節點關閉時可通過長按節點或點選關閉時可透過長按節點或點選「切換滑動」按鈕展開。",
14881488 "Export Advanced Formatting settings": "匯出進階格式設定",
14891489 "Export template": "匯出模板匯出範本",
14901490 "Find similar characters": "尋找相似角色",
14911491 "Height of a node, in pixels at zoom level 1.0.": "縮放等級為 1.0 時的節點像素高度。",
14921492 "How the automatic graph builder assigns a rank (layout depth) to graph nodes.": "自動圖表生成器分配圖節點等級(佈局深度配置深度)的方式。",
14931493 "If checked and the character card contains a Post-History Instructions override, use that instead": "勾選後,將使用角色卡中的聊天歷史後指示(Post-History Instructions)覆蓋。",
14941494 "Import Advanced Formatting settings": "匯入進階格式設定\n也可提供舊版檔案作為提示詞和上下文範本使用",
14951495 "Import template": "匯入模板匯入範本",
14961496 "In group chat, highlight the character(s) that are currently queued to generate responses and the order in which they will respond.": "在群組聊天中,突出顯示該生成回應的角色及順序。",
14971497 "Include names with each message into the context for scanning": "將每條訊息的名稱納入掃描上下文",
14981498 "Inserted before the first User's message": "插入到第一條使用者訊息前。",
14991499 "instruct_enabled": "啟用指令模式(Instruct Mode)",
15001500 "instruct_last_input_sequence": "插入到最後一條使用者訊息之前。",
15011501 "instruct_template_activation_regex_desc": "連線 API 或選擇模型時,若模型名稱符合所提供的正規表達式,則自動啟動該指令模板則自動啟動該指令範本(Instruct Template)。",
15021502 "Load Asset List": "載入資源列表",
15031503 "load_asset_list_desc": "根據資源列表文件載入擴充功能及資源。\n\n該字段中的默認資源n該欄位中的預設資源 URL 指向官方擴充功能及資源列表。\n可在此插入您的自定義資源列表。\n\n若需安裝單個第三方擴充功能,請使用右上角的「安裝擴充功能」按鈕。",
15041504 "markdown_hotkeys_desc": "啟用快捷鍵以在某些文本輸入框中插入啟用快捷鍵以在某些文字輸入框中插入 Markdown 格式字符格式字元。詳見「/help hotkeys」。",
15051505 "Not all samplers supported.": "並非所有採樣器均受支援並非所有取樣器均受支援。",
15061506 "Open the timeline view. Same as the slash command '/tl'.": "打開時間線視圖開啟時間線檢視,與斜線指令「/tl」相同。",
15071507 "Penalize sequences based on their length.": "根據序列長度進行懲罰。",
15081508 "Reload a connection profile": "重新載入連線設定檔",
15091509 "Rename current preset": "重新命名此預設重新命名此預設設定檔",
15101510 "Rename current prompt": "重新命名此提示詞",
15111511 "Rename current template": "重新命名此模板重新命名此範本",
15121512 "Reset all Timelines settings to their default values.": "將所有時間軸設定重置為預設值將所有時間軸設定重設為預設值。",
15131513 "Restore current prompt": "還原目前的提示詞",
15141514 "Restore current template": "還原目前的模板還原目前的範本",
15151515 "Save prompt as": "另存提示詞為",
15161516 "Save template as": "另存模板為另存範本為",
15171517 "sd_adetailer_face": "在生成過程中使用 ADetailer 臉部模型。需在後端安裝 ADetailer 擴充功能。",
15181518 "sd_free_extend": "自動使用目前選定的 LLM 擴充功能的「自由模式」提示詞(不包括肖像或背景)。",
15191519 "sd_function_tool": "使用功能工具自動檢測意圖以生成圖片使用功能工具自動偵測意圖以生成圖片。",
15201520 "Seed_desc": "用於生成確定性和可重現輸出的隨機種子。設定為 -1 時將使用隨機種子。",
15211521 "Select your current Context Template": "選擇您目前的上下文模板選擇您目前的上下文範本",
15221522 "Select your current Instruct Template": "選擇您目前的指令模板選擇您目前的指令範本",
15231523 "Select your current System Prompt": "選擇您目前的系統提示詞",
15241524 "Separation between adjacent edges in the same rank.": "同一層級中相鄰邊之間的間距。",
15251525 "Separation between adjacent nodes in the same rank.": "同一層級中相鄰節點之間的間距。",
15261526 "Separation between each rank in the layout.": "佈局中各層級之間的間距配置中各層級之間的間距。",
15271527 "Settings for the visual appearance of the Timelines graph.": "時間線圖形的視覺外觀設置時間線圖形的視覺外觀設定。",
15281528 "Show a button in the input area to ask the AI to impersonate your character for a single message": "於輸入框中添加按鈕於輸入框中新增按鈕,讓 AI 模仿您的角色發送一則訊息模仿您的角色傳送一則訊息。",
15291529 "Show a legend for colors corresponding to different characters and chat checkpoints.": "顯示一個圖例,標註不同角色和對話檢查點對應的顏色。",
15301530 "Show the AI character's avatar as the graph root node. When off, the root node is blank.": "將 AI 角色的頭像作為圖形的根節點;關閉時,根節點為空。",
15311531 "Sticky entries will stay active for N messages after being triggered.": "觸發後,置頂條目將在接下來的 N 條訊息中保持活躍。",
15321532 "stscript_parser_flag_replace_getvar_label": "防止 {{getvar::}} 和 {{getglobalvar::}} 巨集的字面巨集樣值被自動解析。\n例如,{{newline}} 將保持為字面字串 {{newline}}。\n\n(此功能通過內部將此功能透過內部將 {{getvar::}} 和 {{getglobalvar::}} 巨集替換為局部變數來實現巨集替換為區域變數來實現。)",
15331533 "Style and routing of graph edges.": "圖形邊的樣式和路徑。",
15341534 "Swap width and height": "交換寬度與高度",
15351535 "Swipe left": "向左滑動",
@@ -1540,14 +1540,14 @@
15401540 "The visual appearance of a node in the graph.": "圖形中節點的視覺外觀。",
15411541 "Update a connection profile": "更新連線設定檔",
15421542 "Update current prompt": "更新此提示詞",
15431543 "Update current template": "更新此模板更新此範本",
15441544 "Use GPU acceleration for positioning the full info panel that appears when you click a node. If the tooltip arrow tends to disappear, turning this off may help.": "啟用 GPU 加速來定位點擊節點時出現的完整資訊面板加速來定位點選節點時出現的完整資訊面板。若發現工具提示箭頭經常消失,可考慮關閉此功能。",
15451545 "Use the colors of the ST GUI theme, instead of the colors configured in Color Settings specifically for this extension.": "使用使用者設定中的介面主題顏色,取代下方「顏色設定」中額外設定的顏色。",
15461546 "View connection profile details": "查看連線設定檔詳情檢視連線設定檔詳細資訊",
15471547 "When enabled, nodes that have swipes splitting off of them will appear subtly larger, in addition to having the double border.": "啟用後,具分支滑動的節點將顯示雙重邊框,還會略微放大。",
15481548 "WI Entry Status:🔵 Constant🟢 Normal🔗 Vectorized": "世界資訊條目狀態:\\r🔵 恆定\\r🟢 正常\\r🔗 向量化",
15491549 "Width of a node, in pixels at zoom level 1.0.": "縮放等級為 1.0 時,節點的像素寬度。",
15501550 "world_button_title": "角色背景設定\n「Shift+點擊點選」可開啟「連結至世界資訊」彈窗",
15511551 "# of Beams": "# of Beams",
15521552 "01.AI API Key": "01.AI API 金鑰",
15531553 "01.AI Model": "01.AI 模型",
@@ -1558,7 +1558,7 @@
15581558 "Allow Post-History Instructions": "允許聊天歷史後指示",
15591559 "Allow reverse proxy": "允許反向代理",
15601560 "Alternate Greeting #": "備選問候語 #",
15611561 "alternate_greetings_hint_1": "點擊點選",
15621562 "alternate_greetings_hint_2": "按鈕開始!",
15631563 "Always": "總是",
15641564 "ANY support requests will be REFUSED if you are using a proxy.": "使用代理時,所有支援請求均不予受理。",
@@ -1570,14 +1570,14 @@
15701570 "Assistant Message Sequences": "助理訊息序列",
15711571 "Assistant Prefix": "助理訊息前綴",
15721572 "Assistant Suffix": "助理訊息後綴",
15731573 "at the end of the URL!": "在 URL 末尾結尾!",
15741574 "Audio Playback Speed": "音檔播放速度",
15751575 "Auto-select Input Text": "自動選擇輸入文本自動選擇輸入文字",
15761576 "Automatically caption images": "自動產生圖片註解",
15771577 "Auxiliary": "輔助提示詞",
15781578 "Background Image": "背景圖片",
15791579 "Block Entropy API Key": "Block Entropy API 金鑰",
15801580 "Can be set manually or with an _space": "可以手動設置或使用可以手動設定或使用 _space",
15811581 "Caption Prompt": "註解功能提示詞",
15821582 "category": "類別",
15831583 "Character Expressions": "角色情緒立繪",
@@ -1590,12 +1590,12 @@
15901590 "Checkpoint Color": "檢查點節點邊框顏色",
15911591 "Chunk boundary": "Chunk 邊界",
15921592 "Chunk overlap (%)": "Chunk 重疊(%)",
15931593 "Chunk size (chars)": "Chunk 大小(字符數字元數)",
15941594 "class": "所有類別",
15951595 "Classifier API": "分類器 API",
15961596 "Click to set": "點擊以設定點選以設定",
15971597 "CLIP Skip": "CLIP 跳過",
15981598 "Completion Object": "完成對象完成物件",
15991599 "Conf": "設定檔",
16001600 "Connection Profile": "連線設定檔",
16011601 "Cooldown": "冷卻時間",
@@ -1604,13 +1604,13 @@
16041604 "currently_selected": "[目前已選取]",
16051605 "Custom (OpenAI-compatible)": "自定義(相容 OpenAI)",
16061606 "Custom Expressions": "自定義角色表情",
16071607 "Data Bank files": "數據庫文件資料庫文件",
16081608 "Default / Fallback Expression": "默認預設/回退表情",
16091609 "Delay": "延遲",
16101610 "Delay until recursion (can only be activated on recursive checking)": "遞迴掃描延遲(僅在啟用遞迴掃描時可用)",
16111611 "Do not proceed if you do not agree to this!": "若不同意此條款,請勿繼續!",
16121612 "Edge Color": "邊緣顏色",
16131613 "Edit captions before saving": "在保存前編輯註解在儲存前編輯註解",
16141614 "Enable for files": "啟用文件檔案向量化",
16151615 "Enable for World Info": "啟用世界資訊向量化",
16161616 "enable_functions_desc_1": "允許使用",
@@ -1622,7 +1622,7 @@
16221622 "Enter a Model ID": "輸入模型 ID",
16231623 "Example: https://****.endpoints.huggingface.cloud": "例如:https://****.endpoints.huggingface.cloud",
16241624 "Exclude": "排除",
16251625 "Exclude Top Choices (XTC)": "排除頂部選項排除頂端選項(XTC)",
16261626 "Existing": "現有項目",
16271627 "expression_label_pattern": "[情緒名稱].[圖檔格式](例如:neutral.png)。",
16281628 "ext_translate_auto_mode": "自動翻譯模式",
@@ -1643,11 +1643,11 @@
16431643 "File vectorization settings": "檔案向量化設定",
16441644 "Filter to Characters or Tags": "角色/標籤篩選",
16451645 "First User Prefix": "第一使用者前綴",
16461646 "folder of your user data directory and name it as the name of the character.": "」中新建資料夾中新增資料夾,並將該資料夾命名為角色名稱(名稱需與使用者資料夾中的角色名稱一致)。",
16471647 "Group Scoring": "群組評分",
16481648 "Groups and Past Personas": "群組與過去的使用者角色設定",
16491649 "Hint:": "提示:",
16501650 "Hint: Set the URL in the API connection settings.": "提示:在 API 連線設置中設定連線設定中設定 URL。",
16511651 "Horde": "Horde",
16521652 "HuggingFace Token": "HuggingFace 符元",
16531653 "Image Captioning": "圖片註解",
@@ -1660,17 +1660,17 @@
16601660 "Instruct Template": "指令範本",
16611661 "Interactive Mode": "互動模式",
16621662 "Karras": "Karras",
16631663 "Keep model in memory": "將模型保存在記憶體中將模型儲存在記憶體中",
16641664 "Keyboard": "鍵盤:",
16651665 "AI Horde Website": "AI Horde 網站",
16661666 "Last User Prefix": "最後用戶前綴最後使用者前綴",
16671667 "Linear": "線性",
16681668 "LLM": "LLM",
16691669 "LLM Prompt": "LLM 提示詞",
16701670 "Load a custom asset list or select": "載入或選擇自定義資源列表",
16711671 "Load an asset list": "載入資源列表",
16721672 "Local": "本地本機",
16731673 "Local (Transformers)": "本地本機(Transformers)",
16741674 "macro)": "巨集)",
16751675 "Main API": "主要 API",
16761676 "Markdown Hotkeys": "Markdown 快捷鍵",
@@ -1679,20 +1679,20 @@
16791679 "Max Entries": "最大條目數",
16801680 "Max Recursion Steps": "最大遞迴步數",
16811681 "Message attachments": "訊息附件",
16821682 "Message Template": "訊息模板訊息範本",
16831683 "Model ID": "模型 ID",
16841684 "mui_reset": "重置重設",
16851685 "Multimodal (OpenAI / Anthropic / llama / Google)": "多模態(OpenAI/Anthropic/llama/Google)",
16861686 "must be set in Tabby's config.yml to switch models.": "須在 Tabby's config.yml 中設置以切換模型中設定以切換模型。",
16871687 "Names as Stop Strings": "將名稱用作停止字串",
16881688 "Never": "從不",
16891689 "NomicAI API Key": "NomicAI API 金鑰",
16901690 "Non-recursable (will not be activated by another)": "不可遞迴(不會被其他條目啟動)",
16911691 "None (disabled)": "無(已禁用已停用)",
16921692 "OK": "確定",
16931693 "Old messages are vectorized gradually as you chat. To process all previous messages, click the button below.": "舊訊息會在聊天時逐步向量化。\n若要處理所有先前訊息,請點擊下方按鈕請點選下方按鈕。",
16941694 "Only used when Main API or WebLLM Extension is selected.": "僅在選擇主要 API 或 WebLLM 擴充功能時使用。",
16951695 "Open a chat to see the character expressions.": "開啟聊天以查看角色表情開啟聊天以檢視角色表情。",
16961696 "Post-History Instructions": "聊天歷史後指示",
16971697 "Prefer Character Card Instructions": "角色卡聊天歷史後指示優先",
16981698 "Prioritize": "優先處理",
@@ -1714,7 +1714,7 @@
17141714 "sd_free_extend_small": "(互動/指令)",
17151715 "sd_free_extend_txt": "使用「自由模式」。由 LLM 自動擴寫圖片生成提示",
17161716 "sd_function_tool_txt": "使用功能工具",
17171717 "sd_prompt_-1": "聊天訊息模板聊天訊息範本",
17181718 "sd_prompt_-2": "功能工具提示詞",
17191719 "sd_prompt_0": "角色(第二人稱,你)",
17201720 "sd_prompt_1": "使用者(第一人稱,我)",
@@ -1732,19 +1732,19 @@
17321732 "Select with Enter": "按 Enter 選擇",
17331733 "Select with Tab": "按 Tab 選擇",
17341734 "Select with Tab or Enter": "按 Tab 或 Enter 選擇",
17351735 "Separators as Stop Strings": "以分隔符作為停止字串以分隔符號作為停止字串",
17361736 "Set the default and fallback expression being used when no matching expression is found.": "設定在無法配對表情時所使用的預設表情和備用圖片。",
17371737 "Set your API keys and endpoints in the API Connections tab first.": "請先在「API 連線」頁面中設定您的 API 金鑰和端點。",
17381738 "Show default images (emojis) if sprite missing": "無對應圖片時,顯示為預設表情符號(emoji)",
17391739 "Show group chat queue": "顯示群組聊天隊列顯示群組聊天佇列",
17401740 "Size threshold (KB)": "大小閾值(KB)",
17411741 "Slash Command": "斜線命令",
17421742 "space_ slash command.": " 斜線命令。",
17431743 "Sprite Folder Override": "表情立繪資料夾覆蓋",
17441744 "Sprite set:": "立繪組:",
17451745 "Show Gallery": "查看圖庫檢視相簿",
17461746 "Sticky": "黏性",
17471747 "Style Preset": "預設樣式樣式預設設定檔",
17481748 "Summarize chat messages for vector generation": "摘要聊天訊息以進行向量化處理",
17491749 "Summarize chat messages when sending": "傳送時摘要聊天內容",
17501750 "Swipe # for All Messages": "為所有訊息分配滑動編號 #",
@@ -1756,16 +1756,16 @@
17561756 "tag_import_all": "全部匯入",
17571757 "tag_import_none": "不匯入",
17581758 "Text Generation WebUI (oobabooga)": "文字生成 WebUI (oobabooga)",
17591759 "The server MUST be started with the --embedding flag to use this feature!": "若要使用此功能,伺服器必須啟動時加上 --embedding 標誌象徵。",
17601760 "Threshold": "閾值",
17611761 "to install 3rd party extensions.": "用於安裝第三方擴充功能。",
17621762 "Top": "頂部頂端",
17631763 "Translate text to English before classification": "分類前,將訊息翻譯為英文",
17641764 "Uncheck to hide the extensions messages in chat prompts.": "不勾選即可隱藏聊天提示詞中的擴充功能訊息。",
17651765 "Unchecked: only entries with ❌ status can be activated.": "未勾選時:僅允許啟用狀態為 ❌ 的條目。",
17661766 "Unified Sampling": "統一取樣(Unified Sampling)",
17671767 "Upload sprite pack (ZIP)": "批次上傳立繪包(.ZIP)",
17681768 "Use a forward slash to specify a subfolder. Example: _space": "使用「/」來設置子目錄來設定子目錄,例如:_space",
17691769 "Use ADetailer (Face)": "使用 ADetailer 進行臉部處理。",
17701770 "Use an admin API key.": "使用管理員的 API 金鑰。",
17711771 "Use global": "啟用全域設定",
@@ -1773,21 +1773,21 @@
17731773 "User Node Color": "使用者節點顏色",
17741774 "User Prefix": "使用者訊息前綴",
17751775 "User Suffix": "使用者訊息後綴",
17761776 "Using a proxy that youre not running yourself is a risk to your data privacy.": "使用非自行管理的代理服務存在數據隱私洩漏風險使用非自行管理的代理服務存在資料隱私洩漏風險。",
17771777 "Vector Storage": "向量存儲向量儲存",
17781778 "Vector Summarization": "向量摘要",
17791779 "Vectorization Model": "向量生成模型",
17801780 "Vectorization Source": "向量化來源",
17811781 "Vectorize All": "向量化全部數據向量化全部資料",
17821782 "View Stats": "查看統計資料檢視統計資料",
17831783 "Warning: This might cause your sent messages to take a bit to process and slow down response time.": "警告:這可能會導致訊息處理速度變慢,並延長回應時間。",
17841784 "WarningThis might cause your sent messages to take a bit to process and slow down response time.": "警告:這將顯著減緩向量生成速度,因為所有消息都需先進行摘要因為所有訊息都需先進行摘要。",
17851785 "WebLLM Extension": "WebLLM 擴充功能",
17861786 "Whole Words": "匹配完整單字",
17871787 "Will be used if the API doesnt support JSON schemas or function calling.": "若 API 不支持不支援 JSON 模式或函數調用模式或函式呼叫,將使用此設定。",
17881788 "World Info settings": "世界資訊設定",
17891789 "You are in offline mode. Click on the image below to set the expression.": "您目前為離線狀態,請點擊下方圖片進行表情設定請點選下方圖片進行表情設定。",
17901790 "You can find your API key in the Stability AI dashboard.": "API 金鑰可在 Stability AI 儀表板中查看儀錶板中檢視。",
17911791 "Stop Inspecting": "停止檢查",
17921792 "Inspect Prompts": "檢查提示詞",
17931793 "Toggle prompt inspection": "切換提示詞檢查",
@@ -1797,19 +1797,19 @@
17971797 "KoboldAI Horde": "KoboldAI Horde",
17981798 "KoboldAI Horde Website": "KoboldAI Horde 網站",
17991799 "Derive context size from backend": "從後端推導上下文大小",
18001800 "Using a proxy that you're not running yourself is a risk to your data privacy.": "使用非自行管理的代理服務可能導致您的數據隱私外洩使用非自行管理的代理服務可能導致您的資料隱私外洩。",
18011801 "Claude API Key": "Claude API 金鑰",
18021802 "NanoGPT API Key": "NanoGPT API 金鑰",
18031803 "NanoGPT Model": "NanoGPT 模型",
18041804 "context_derived": "若可能,根據模型元數據推導根據模型後設資料推導。",
18051805 "instruct_derived": "若可能,根據模型元數據推導根據模型後設資料推導。",
18061806 "Inserted before the first User's message.": "插入於第一則使用者訊息之前。",
18071807 "0 = unlimited, 1 = scans once and doesn't recurse, 2 = scans once and recurses once, etc": "0 = 無限制,1 = 掃描一次不遞歸掃描一次不遞迴,2 = 掃描一次後遞歸一次掃描一次後遞迴一次 ⋯以此類推\n(啟用最小啟動次數時無效)",
18081808 "Quick 'Impersonate' button": "快速「AI 扮演使用者」按鈕",
18091809 "Manual": "手動",
18101810 "Any contents here will replace the default Post-History Instructions used for this character. (v2 spec: post_history_instructions)": "此處填入的內容將取代該角色的默認聊天歷史後指示此處填入的內容將取代該角色的預設聊天歷史後指示(Post-History Instructions)。\n(v2 格式:specpost_history_instructions)",
18111811 "The content of this prompt is pulled from elsewhere and cannot be edited here.": "此提示內容由其他地方提取,無法在此進行編輯。",
18121812 "Open checkpoint chat\nShift+Click to replace the existing checkpoint with a new one": "開啟檢查點聊天\n使用「Shift+點擊點選」將以新檢查點替換現有的。",
18131813 "Reroll with the entire prefix": "使用完整前綴重新生成",
18141814 "Disable": "停用",
18151815 "Enable": "啟用",
@@ -1821,17 +1821,17 @@
18211821 "{{@key}}": "{{@key}}:",
18221822 "Enter a name:": "輸入名稱:",
18231823 "Omitted Settings:": "忽略的設定:",
18241824 "Will be used if the API doesn't support JSON schemas or function calling.": "將於 API 不支援 JSON 結構或函數調用時使用結構或函式呼叫時使用。",
18251825 "ext_sum_webllm": "WebLLM 擴充功能",
18261826 "ext_sum_restore_tip": "恢復先前的摘要;重複使用以清除此聊天的摘要狀態。",
18271827 "ext_sum_force_tip": "將立即更新摘要。",
18281828 "ext_sum_include_wi_scan_desc": "於掃描世界資訊時包含最新摘要。",
18291829 "ext_sum_include_wi_scan": "包含世界資訊掃描",
18301830 "None (not injected)": "無(不插入)",
18311831 "ext_sum_injection_position_none": "此摘要將不會插入提示詞中,但可通過但可透過 {{summary}} 巨集訪問巨集存取。",
18321832 "Labels and Message": "標籤與訊息",
18331833 "Label": "標籤",
18341834 "(label of the button, if no icon is chosen) ": "(若未選擇圖標若未選擇圖示,則為按鈕的標籤)",
18351835 "Title": "名稱",
18361836 "(tooltip, leave empty to show message or /command)": "(工具提示,留空以顯示訊息或 /command)",
18371837 "Message / Command:": "訊息/指令:",
@@ -1846,7 +1846,7 @@
18461846 "Execute on user message": "根據使用者訊息執行",
18471847 "Execute on AI message": "根據 AI 訊息執行",
18481848 "Execute on chat change": "聊天內容變更時執行",
18491849 "Execute on new chat": "新建聊天時執行新增聊天時執行",
18501850 "Execute on group member draft": "群組成員變更時執行",
18511851 "Automation ID:": "自動化 ID:",
18521852 "Testing": "測試",
@@ -1857,33 +1857,33 @@
18571857 "Global Quick Reply Sets": "全域快速回覆",
18581858 "Chat Quick Reply Sets": "聊天快速回覆",
18591859 "Edit Quick Replies": "編輯快速回覆",
18601860 "Disable Send (Insert Into Input Field)": "停用發送停用傳送插入到輸入字段插入到輸入欄位)",
18611861 "Place Quick Reply Before Input": "在輸入前插入快速回覆",
18621862 "Inject user input automatically": "自動插入使用者輸入",
18631863 "(if disabled, use ": "(若停用,請使用",
18641864 "macro for manual injection)": "巨集進行手動插入)",
18651865 "Color": "顏色",
18661866 "Only apply color as accent": "僅使用顏色作為強調",
18671867 "ext_regex_new_global_script_desc": "新建新增「全域」正規表達式",
18681868 "ext_regex_new_scoped_script_desc": "新建新增作用域區域」正規表達式",
18691869 "ext_regex_disallow_scoped": "不使用作用域正規表達式不使用區域正規表達式",
18701870 "ext_regex_allow_scoped": "使用作用域正規表達式使用區域正規表達式",
18711871 "ext_regex_user_input_desc": "使用者發送的訊息使用者傳送的訊息。",
18721872 "ext_regex_ai_input_desc": "從生成式 API 接收到的訊息。",
18731873 "ext_regex_slash_desc": "使用 STscript 指令發送的訊息指令傳送的訊息。",
18741874 "ext_regex_wi_desc": "世界資訊/知識書條目內容。需要勾選「僅格式化提示詞」!",
18751875 "ext_regex_run_on_edit_desc": "當指定角色的訊息被編輯時執行正規腳本。",
18761876 "Macro in Find Regex": "巨集替換模式",
18771877 "Don't substitute": "不替換(純文字匹配)",
18781878 "Substitute (raw)": "原始替換(不處理 *、. 等特殊字符等特殊字元)",
18791879 "Substitute (escaped)": "轉義替換(將特殊字符將特殊字元 *、. 等當作普通文字處理)",
18801880 "Ephemerality": "暫時性",
18811881 "ext_regex_only_format_visual_desc": "僅改變聊天界面顯示的訊息僅改變聊天介面顯示的訊息,不修改聊天記錄檔案內容。",
18821882 "Hint: Save an API key in Horde KoboldAI API settings to use it here.": "提示:請於 Horde KoboldAI API 設定中保存設定中儲存 API 金鑰以進行使用。",
18831883 "Prompt Upsampling": "提示提升(Upsampling)",
18841884 "Uncheck to hide the extension's messages in chat prompts.": "取消選取可在聊天提示詞中隱藏擴充功能的訊息。",
18851885 "ext_translate_delete_confirm_1": "確定要刪除嗎?",
18861886 "ext_translate_delete_confirm_2": "這將「永久刪除」本次聊天中所有訊息的翻譯文本本次聊天中所有訊息的翻譯文字,且無法復原。",
18871887 "Select TTS Provider": "選擇 TTS 提供者",
18881888 "tts_enabled": "啟用",
18891889 "Narrate user messages": "朗讀使用者訊息",
@@ -1892,8 +1892,8 @@
18921892 "Narrate by paragraphs (when streaming)": "按段落朗讀(使用「串流」時)",
18931893 "Only narrate quotes": "僅朗讀「引號」中的文字",
18941894 "Ignore text, even quotes, inside asterisk": "忽略 *(星號)內的文字(包括「引號」)",
18951895 "Narrate only the translated text": "僅朗讀翻譯後的文本僅朗讀翻譯後的文字",
18961896 "Skip codeblocks": "跳過代碼塊跳過程式碼塊",
18971897 "Skip tagged blocks": "跳過 <標記> 塊",
18981898 "Pass Asterisks to TTS Engine": "將 *(星號)視為普通文字傳送至 TTS 引擎(否則忽略)",
18991899 "Warning: This will slow down vector generation drastically, as all messages have to be summarized first.": "警告:操作後將顯著降低向量生成速度,因為所有訊息都必須先進行摘要。",
@@ -1901,42 +1901,42 @@
19011901 "this chat is temporary and will be deleted as soon as you leave it.": "此聊天為臨時聊天,離開後將被刪除。",
19021902 "Import Tags For _begin": "為",
19031903 "Import Tags For _end": "匯入標籤",
19041904 "Click remove on any tag to remove it from this import.<br />Select one of the import options to finish importing the tags.": "點擊任意標籤上的點選任意標籤上的「移除」可將其於本次匯入中刪除。\n選擇一個匯入選項以完成標籤匯入。",
19051905 "Existing Tags": "現有標籤",
19061906 "New Tags": "新標籤",
19071907 "Folder Tags": "資料夾標籤",
19081908 "The following tags will be auto-imported based on the currently selected folders": "以下標籤將根據目前選擇的文件夾自動匯入以下標籤將根據目前選擇的資料夾自動匯入",
19091909 "Import None": "不匯入",
19101910 "Import All": "全部匯入",
19111911 "Import Existing": "匯入現有標籤",
19121912 "Import": "匯入",
19131913 "chat_rename_1": "輸入此聊天檔案的新名稱:",
19141914 "chat_rename_2": "!! 使用已存在的檔案名將導致錯誤使用已存在的檔案名稱將導致錯誤 !!",
19151915 "chat_rename_3": "這將斷開各檢查點間的連結。",
19161916 "chat_rename_4": "無需在末尾加上無需在結尾加上 `.jsonl`。",
19171917 "Include Body Parameters": "包含請求主體參數",
19181918 "custom_include_body_desc": "包含在 Chat Completion 請求體中的參數(YAML 格式)\n\n範例:\n- top_k: 20\n- repetition_penalty: 1.1",
19191919 "Exclude Body Parameters": "排除請求主體參數",
19201920 "custom_exclude_body_desc": "排除於 Chat Completion 請求體中的參數(YAML 格式)\n\n範例:\n- frequency_penalty\n- presence_penalty",
19211921 "Include Request Headers": "包含請求頭包含請求標頭(Request Headers)",
19221922 "custom_include_headers_desc": "添加於新增於 Chat Completion 請求的自定義標頭(YAML 格式)\n\n範例:\n- CustomHeader: custom-value\n- AnotherHeader: custom-value",
19231923 "THIS IS PERMANENT!": "這是「永久性」的!",
19241924 "Also delete the chat files": "同時刪除此聊天檔案",
19251925 "Are you sure you want to duplicate this character?": "您確定要複製該角色嗎?",
19261926 "If you just want to start a new chat with the same character...": "若您只是想與該角色開始新聊天,請使用左下角選單中的「開始新聊天」。",
19271927 "forbid_media_global_state_forbidden": "(禁止)",
19281928 "forbid_media_global_state_allowed": "(允許)",
19291929 "help_format_1": "文本格式化命令文字格式化命令:",
19301930 "help_format_2": "*文本文字*",
19311931 "help_format_3": "顯示為",
19321932 "help_format_4": "斜體",
19331933 "help_format_5": "**文本文字**",
19341934 "help_format_6": "顯示為",
19351935 "help_format_7": "粗體",
19361936 "help_format_8": "***text***",
19371937 "help_format_9": "顯示為",
19381938 "help_format_10": "粗斜體",
19391939 "help_format_11": "__文本____文字__",
19401940 "help_format_12": "顯示為",
19411941 "help_format_13": "底線",
19421942 "help_format_14": "~~text~~",
@@ -1967,8 +1967,8 @@
19671967 "help_3": "格式化",
19681968 "help_4": "快捷鍵",
19691969 "help_5": "{{macros}}(巨集)",
19701970 "help_6": "還有問題嗎?請查看請造訪",
19711971 "help_7": "SillyTavern 官方文檔網站官方文件網站",
19721972 "help_8": " 了解更多資訊!",
19731973 "help_hotkeys_0": "聊天快捷鍵",
19741974 "help_hotkeys_1": "↑(方向鍵)",
@@ -1978,21 +1978,21 @@
19781978 "help_hotkeys_5": "←(方向鍵)",
19791979 "help_hotkeys_6": "向左滑動",
19801980 "help_hotkeys_7": "→(方向鍵)",
19811981 "help_hotkeys_8": "向右滑動(注意:若聊天框中已有輸入,滑動快捷鍵將被禁用滑動快捷鍵將被停用)",
19821982 "help_hotkeys_9": "Enter",
19831983 "help_hotkeys_10": "(選中聊天框時)",
19841984 "help_hotkeys_10_1": "向 AI 發送您的訊息傳送您的訊息",
19851985 "help_hotkeys_11": "Ctrl+Enter",
19861986 "help_hotkeys_12": "重新生成最後一則 AI 回應",
19871987 "help_hotkeys_13": "Alt+Enter",
19881988 "help_hotkeys_14": "繼續生成最後一則 AI 回應",
19891989 "help_hotkeys_15": "Esc 鍵",
19901990 "help_hotkeys_16": "停止 AI 回應生成,關閉使用者界面關閉使用者介面,取消訊息編輯",
19911991 "help_hotkeys_17": "Ctrl+Shift+↑",
19921992 "help_hotkeys_18": "滾動到上下文行",
19931993 "help_hotkeys_19": "Ctrl+Shift+↓",
19941994 "help_hotkeys_20": "Markdown 快捷鍵",
19951995 "help_hotkeys_21": "適用於聊天框和帶有此圖標的文本區域適用於聊天框和帶有此圖示的文字區域:",
19961996 "help_hotkeys_22": "**粗體**",
19971997 "help_hotkeys_23": "*斜體*",
19981998 "help_hotkeys_24": "__底線__",
@@ -2006,7 +2006,7 @@
20062006 "help_macros_2": "插入一個換行符。",
20072007 "help_macros_3": "修剪巨集指令周圍的換行符。",
20082008 "help_macros_4": "無操作,僅返回空字串。",
20092009 "help_macros_5": "在 API 設定中定義的全域提示詞。僅在高級定義提示詞覆蓋中有效僅在高階定義提示詞覆蓋中有效。",
20102010 "help_macros_6": "使用者輸入",
20112011 "help_macros_7": "角色的主要提示詞覆蓋",
20122012 "help_macros_8": "角色的聊天歷史後指示覆蓋",
@@ -2023,11 +2023,11 @@
20232023 "help_macros_17": "角色版本",
20242024 "help_macros_18": "以逗號分隔的群組成員名稱列表(包含靜音成員)或單人聊天中的角色名稱。別名:{{charIfNotGroup}}",
20252025 "help_groupNotMuted": "與 {{group}} 相同,但不包含靜音成員",
20262026 "help_macros_19": "目前所選之 API 的文本生成模型名稱的文字生成模型名稱。",
20272027 "Can be inaccurate!": "可能不準確!",
20282028 "help_macros_20": "最新聊天訊息的文本內容最新聊天訊息的文字內容。",
20292029 "help_macros_lastUser": "最新使用者聊天訊息的文本內容最新使用者聊天訊息的文字內容。",
20302030 "help_macros_lastChar": "最新角色聊天訊息的文本內容最新角色聊天訊息的文字內容。",
20312031 "help_macros_21": "最新聊天訊息的索引 # 編號。適用於斜線命令批次處理。",
20322032 "help_macros_22": "包含在上下文中的第一條訊息的 ID。需在目前對話中至少進行一次生成。",
20332033 "help_macros_23": "最新聊天訊息中所滑動的 ID(以 1 起始)。若最新訊息為使用者訊息或提示為隱藏,則為空字串。",
@@ -2042,20 +2042,20 @@
20422042 "help_macros_31": "指定格式的目前日期/時間,例如,德國日期/時間:",
20432043 "help_macros_32": "指定 UTC 時區偏移量的目前時間,例如 UTC-4 或 UTC+2",
20442044 "help_macros_33": "計算 time1 和 time2 之間的時間差。接受時間和日期巨集。(例如:{{timeDiff::{{isodate}} {{time}}::2024/5/11 12:30:00}})",
20452045 "help_macros_34": "上次使用者訊息發送後的時間上次使用者訊息傳送後的時間",
20462046 "help_macros_35": "設定 AI 的行為偏好,直到下一次使用者輸入。引號中的文本很重要引號中的文字很重要。",
20472047 "help_macros_36": "擲骰子。(例如:",
20482048 "space_ will roll a 6-sided dice and return a number between 1 and 6)": "將擲一個六面骰並回傳 1 到 6 間的數字)",
20492049 "help_macros_37": "從列表中返回隨機一項。(例如:",
20502050 "space_ will return 1 of the 4 numbers at random. Works with text lists too.": "將隨機返回 4 個數字中的 1 個。也適用於文本列表也適用於文字列表。)",
20512051 "help_macros_38": "用於隨機的替代語法,允許在列表中使用逗號。",
20522052 "help_macros_39": "從列表中選擇隨機一項。工作原理與 {{random}} 相同,但選擇結果將在本次聊天中保持一致,不會在後續消息或提示處理時重新滾動不會在後續訊息或提示處理時重新滾動。",
20532053 "help_macros_40": "若使用 Text Generation WebUI 後端,動態將引號中的文本添加到禁用單詞序列中動態將引號中的文字新增到停用單詞序列中。對其他後端無效。可在任何地方使用(角色描述、世界資訊、作者備註等)。引號內容很重要。",
20542054 "Instruct Mode and Context Template Macros:": "指令模式與上下文模板巨集指令模式與上下文範本巨集:",
20552055 "(enabled in the Advanced Formatting settings)": "(在高級格式化設定中啟用在高階格式化設定中啟用)",
20562056 "help_macros_41": "允許的最大提示詞長度(以符元為單位)=(上下文大小 - 回應長度)",
20572057 "help_macros_42": "上下文模板對話範例分隔符上下文範本對話範例分隔符號",
20582058 "help_macros_43": "上下文模板聊天開始行上下文範本聊天開始行",
20592059 "help_macros_44": "主要提示詞(啟用後,將覆蓋角色提示詞或預設系統提示)",
20602060 "help_macros_45": "主要提示詞",
20612061 "help_macros_46": "指令系統提示詞前綴序列",
@@ -2074,21 +2074,21 @@
20742074 "help_macros_first_user": "指令使用者開頭輸入序列",
20752075 "help_macros_last_user": "指令使用者結尾輸入序列",
20762076 "Chat variables Macros:": "聊天變數巨集:",
20772077 "Local variables = unique to the current chat": "局部變數區域變數 = 僅作用於本次聊天",
20782078 "Global variables = works in any chat for any character": "全域變數 = 作用於所有聊天中的所有角色",
20792079 "Scoped variables = works in STscript": "局部變數區域變數 = 適用於 STscript",
20802080 "help_macros_59": "替換為局部變數替換為區域變數 \"name\" 的值",
20812081 "help_macros_60": "替換為空字串,並將局部變數並將區域變數 \"name\" 設定為 \"value\"",
20822082 "help_macros_61": "替換為空字串,並將 \"increment\" 數值添加到局部變數數值新增到區域變數 \"name\"",
20832083 "help_macros_62": "替換為局部變數替換為區域變數 \"name\" 的值增加 1 後的結果",
20842084 "help_macros_63": "替換為局部變數替換為區域變數 \"name\" 的值減少 1 後的結果",
20852085 "help_macros_64": "替換為全域變數 \"name\" 的值",
20862086 "help_macros_65": "替換為空字串,並將全域變數 \"name\" 設定為 \"value\"",
20872087 "help_macros_66": "替換為空字串,並將 \"increment\" 數值添加到全域變數數值新增到全域變數 \"name\"",
20882088 "help_macros_67": "替換為全域變數 \"name\" 的值增加 1 後的結果",
20892089 "help_macros_68": "替換為全域變數 \"name\" 的值減少 1 後的結果",
20902090 "help_macros_69": "替換為局部變數替換為區域變數 \"name\" 的值",
20912091 "help_macros_70": "替換為局部變數替換為區域變數 \"name\" 中指定索引(適用於陣列/列表或對象列表或物件/字典)的值",
20922092 "{{name}}": "{{name}}",
20932093 "If necessary, you can later restore this chat file from the /backups folder": "若需要,您可以稍後從 /backups 資料夾恢復此聊天檔案",
20942094 "Also delete the current chat file": "同時刪除目前的聊天檔案",
@@ -2109,13 +2109,13 @@
21092109 "Exclude Patterns": "排除模式",
21102110 "Glob patterns of files to exclude in the download.": "要排除於下載中的文件的全域模式。\r每行輸入一個模式。",
21112111 "Tag Management": "管理標籤",
21122112 "Save your tags to a file": "將標籤保存到文件將標籤儲存到文件",
21132113 "Restore tags from a file": "從文件中恢復標籤",
21142114 "Create a new tag": "創建新標籤建立新標籤",
21152115 "Drag handle to reorder. Click name to rename. Click color to change display.": "拖動以重新排序。點擊名稱重新命名點選名稱重新命名點擊顏色更改顯示點選顏色更改顯示。",
21162116 "Click on the folder icon to use this tag as a folder.": "點擊資料夾圖示以將此標籤作為資料夾點選資料夾圖示以將此標籤作為資料夾。",
21172117 "Use alphabetical sorting": "按字母順序排序 ",
21182118 "tags_sorting_desc": "啟用後,標籤將在創建或重命名時將自動按字母排序標籤將在建立或重新命名時將自動按字母排序。\n禁用時n停用時新標籤將附加到末尾新標籤將附加到結尾。\n若標籤被手動拖動重新排序,則自動排序將被禁用則自動排序將被停用。",
21192119 "and connect to an": "並連線到",
21202120 "You can add more": "您可加入更多",
21212121 "or_welcome": "或",
@@ -2155,13 +2155,13 @@
21552155 "Which elements to color.": "設定需要上色的元素。",
21562156 "Open Chat History": "開啟聊天記錄",
21572157 "Reset": "重設",
21582158 "Save": "保存儲存",
21592159 " folder of your user directory (typically 'data/default-user'). Place your expressions there.": "資料夾內,放置您的角色立繪(通常為「data/default-user」)。",
21602160 "Always show the node full info panel at the…e timeline view. When off, show it near the node.": "始終在時間軸視圖底部顯示節點的完整資訊面板始終在時間軸檢視底端顯示節點的完整資訊面板。若關閉,則在節點附近顯示。",
21612161 "Always show the node tooltip at the bottom …e timeline view. When off, show it near the node.": "始終在時間軸視圖左下角顯示節點的提示框始終在時間軸檢視左下角顯示節點的提示框。若關閉,則在節點附近顯示。",
21622162 "Dialogue settings for user personas.": "Dialogue settings for user personas.",
21632163 "Expand swipe nodes when the timeline view f… a node, or by pressing the Toggle Swipes button.": "在時間軸視圖首次打開時展開滑動節點在時間軸檢視首次開啟時展開滑動節點,或透過按下「切換滑動」按鈕來展開節點。",
21642164 "Send as a character": "以角色身份發送以角色身份傳送",
21652165 "Use GPU acceleration for positioning the fu…ow tends to disappear, turning this off may help.": "使用 GPU 加速來定位完整資訊面板。若面板頻繁消失,建議關閉此選項以解決問題。",
21662166 "Use the colors of the ST GUI theme, instead…n Color Settings specifically for this extension.": "使用使用者設定中的介面主題顏色,取代下方「顏色設定」中額外設定的顏色。",
21672167 "When enabled, nodes that have swipes splitt… larger, in addition to having the double border.": "啟用後,具有分支滑動的節點除了顯示雙重邊框外,還會顯示為更大的尺寸。",
@@ -2170,7 +2170,7 @@
21702170 "Commands": "指令",
21712171 "Contrast": "對比度",
21722172 "Darken Unfocused Character Sprites": "暗化未聚焦的角色立繪",
21732173 "Delete tint": "保存色調儲存色調",
21742174 "Ease": "平滑過渡",
21752175 "Ease-In": "淡入",
21762176 "Ease-In-Out": "淡入 + 淡出",
@@ -2214,7 +2214,7 @@
22142214 "Select the animation for focus mode.": "選擇聚焦模式的動畫效果。",
22152215 "Select the color of the letterbox.": "選擇遮罩顏色。",
22162216 "Select the letterbox mode for the Prome VN UI.": "選擇 Prome 視覺小說介面的遮罩模式",
22172217 "Select the tint preset to use for the Prome VN UI.": "選擇用於 Prome 視覺小說介面的色調預設視覺小說介面的色調預設設定檔。",
22182218 "Sepia": "復古",
22192219 "Set the blur of the character shadow.": "設定角色陰影模糊程度。",
22202220 "Set the brightness of the character.": "設定角色亮度。",
@@ -2238,7 +2238,7 @@
22382238 "Sprite List": "角色立繪列表",
22392239 "Sprite Shadow Configuration": "設定角色立繪陰影",
22402240 "Tint Configuration": "設定色調",
22412241 "Tint Presets": "預設色調色調預設設定檔",
22422242 "Type the name of the sprite set to use for your pe…rites in the 'characters' folder in SillyTavern).": "輸入您要使用的個人角色立繪集名稱(需將立繪存放於 SillyTavern 中的「characters」資料夾內)。",
22432243 "User Sprite Configuration": "[測試版] 使用者立繪設定",
22442244 "Vertical Letterbox": "垂直遮罩",
@@ -2252,33 +2252,33 @@
22522252 "Prome Commands": "Prome 指令",
22532253 "Show/Hide the letterbox (black bars) in the VN UI": "顯示/隱藏視覺小說模式中的黑邊(信箱模式)",
22542254 "Toggles focus mode on character sprites": "切換角色立繪的焦點模式",
22552255 "Sets the focus mode animation": "設置焦點模式動畫設定焦點模式動畫",
22562256 "Toggles the defocus tint on non-speaking character sprites": "切換非對話角色立繪的背景色",
22572257 "Toggles the shake animation when a character speaks on character sprites": "切換角色立繪對話時的震動動畫",
22582258 "Toggles sprite shadows on character sprites": "切換角色立繪的陰影效果",
22592259 "Toggles world/character tint on the VN UI": "切換視覺小說模式中的世界/角色色調",
22602260 "Toggles world tint on the VN UI": "切換視覺小說模式中的世界色調",
22612261 "Toggles character tint on the VN UI": "切換視覺小說模式中的角色色調",
22622262 "Toggles sharing world tint with character sprites (This will override Character Tint)": "切換角色立繪是否與世界色調共享色調(此操作將覆蓋角色色調設置此操作將覆蓋角色色調設定)",
22632263 "Sets the expression of the user sprite": "設定使用者立繪的表情",
22642264 "Sets the user sprite set to use for the user sprite": "設定使用者立繪所使用的立繪集",
22652265 "Toggles the user sprite on the VN UI": "切換視覺小說模式中使用者立繪的顯示狀態",
22662266 "Close": "關閉",
22672267 "View this current chat's chat history.": "查看本次聊天的聊天記錄檢視本次聊天的聊天記錄。",
22682268 "WARNING: Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences.": "警告:此類功能僅適用於進階使用者。若您不確定使用後果,請勿點擊任何按鈕請勿點選任何按鈕。",
22692269 "Enter a new display name:": "輸入新的顯示名稱:",
22702270 "Enter Checkpoint Name:": "輸入檢查點名稱:",
22712271 "(Leave empty to auto-generate)": "(留空將自動命名)",
22722272 "The currently existing checkpoint will be unlinked and replaced with the new checkpoint, but can still be found in the Chat Management.": "此檢查點將取消連結並替換為新的檢查點,但仍可在「管理聊天檔案」中找到。",
22732273 "Enter the Git URL of the extension to install": "輸入欲安裝的擴充功能 Git URL",
22742274 "Disclaimer:": "免責聲明免責宣告:",
22752275 "Please be aware that using external extensions can have unintended side effects and may pose security risks. Always make sure you trust the source before importing an extension. We are not responsible for any damage caused by third-party extensions.": "請注意,使用外部擴充功能可能會導致意想不到的副作用並存在安全風險。在匯入前,請務必確保您信任其來源。我們對於第三方擴充功能所引起的任何損害概不負責。",
22762276 "Prompt Itemization": "提示詞項目化",
22772277 "API/Model": "API/模型",
22782278 "Preset": "預設預設設定檔",
22792279 "Only the white numbers really matter. All numbers are estimates. Grey color items may not have been included in the context due to certain prompt format settings.": "所有數字均為估算值,僅白色數字真正重要。灰色項目可能因提示詞格式設定未納入上下文。",
22802280 "System Info:": "系統資訊:",
22812281 "Bias:": "Bias:",
22822282 "World Info:": "世界資訊:",
22832283 "Chat History:": "聊天記錄:",
22842284 "Extensions:": "擴充功能:",
@@ -2287,48 +2287,48 @@
22872287 "(Context Size - Response Length)": "(上下文長度 - 回應長度)",
22882288 ":": ":",
22892289 "API/Model:": "API/模型:",
22902290 "Preset:": "預設預設設定檔:",
22912291 "Tokenizer:": "分詞器:",
22922292 "Choose what to export": "選擇匯出內容",
22932293 "Text Completion Preset": "文本補全預設文字補全預設設定檔",
22942294 "Choose what to import": "選擇匯入內容",
22952295 "Enter your password below to confirm:": "請在下方輸入密碼以完成確認:",
22962296 "Unique to this chat.": "此設定僅適用於本次聊天。",
22972297 "The following scenario text will be used instead of the value set in the character card.": "以下場景內容將覆蓋角色卡中的設定值。",
22982298 "Checkpoints inherit the scenario override from their parent, and can be changed individually after that.": "檢查點將繼承父項的場景覆蓋值,但仍可獨立修改。",
22992299 "Are you sure you want to delete the theme?": "您確定要刪除介面主題嗎?",
23002300 "This will delete all your settings and data. There will be no undo button. Make sure you have a backup before proceeding.": "此操作將刪除所有設定與數據此操作將刪除所有設定與資料,且無法還原。進行重設前請務必完成備份。",
23012301 "Account reset code has been posted to the server console.": "帳號重設驗證碼已發送至伺服器控制台帳號重設驗證碼已傳送至伺服器控制台。",
23022302 "Prompt Tokens:": "提示詞符元數:",
23032303 "All group members will use the following scenario text instead of what is specified in their character cards.": "所有群組聊天成員將使用以下場景內容,取代原有角色卡中指定的內容。",
23042304 "Toggle sidebar": "切換側邊欄",
23052305 "Show connection profiles": "顯示連線設定檔",
23062306 "View chat files": "查看聊天檔案檢視聊天檔案",
23072307 "New chat": "新聊天",
23082308 "Rename chat": "重新命名聊天",
23092309 "Delete chat": "刪除聊天",
23102310 "Are you sure?": "你確定嗎?",
23112311 "Enter new chat name": "輸入新的聊天名稱",
23122312 "No chat selected": "未選擇聊天",
23132313 "Draggable template not found. Side bar will not be added.": "未找到可拖動模板未找到可拖動範本側邊欄將不被添加側邊欄將不被新增。",
23142314 "Failed to find draggable or close button. Side bar will not be added.": "未找到可拖動項或關閉按鈕。側邊欄將不被添加側邊欄將不被新增。",
23152315 "Sidebar or toggle button not found": "未找到側邊欄或切換按鈕",
23162316 "Switch connection profile": "切換連線設定檔",
23172317 "Failed to get current API": "獲取取得 API 失敗",
23182318 "Failed to get current model": "獲取模型失敗取得模型失敗",
23192319 "Aborting populateSideBar due to process id mismatch": "由於 populateSideBar ID 不匹配,中止填充側邊欄",
23202320 "Bronya Rand": "Bronya Rand(布洛妮婭·蘭德)",
23212321 "Toggles Prome, VN Mode and other Prome features.": "切換 Prome、視覺小說模式和其他 Prome 功能。",
23222322 "Only Show Last Message in Chat (Requires Prome to be enabled).": "僅顯示聊天中的最後一條消息僅顯示聊天中的最後一條訊息(需啟用 Prome)。",
23232323 "Emulates the character card of a character to be a sprite. (Requires Prome to be enabled).": "將角色的角色卡圖片模擬為角色立繪(需啟用 Prome)。",
23242324 "Shakes the character sprite when the character is speaking (Only works if Streaming is enabled in Preset Settings).": "當角色說話時,震動角色的立繪(僅在預設設定中啟用僅在預設設定檔中啟用「串流」時有效)。",
23252325 "Focuses the current speaking character in chat. (Requires Prome to be enabled).": "聚焦聊天中當前正在說話的角色聚焦聊天中目前正在說話的角色(要啟用 Prome)。",
23262326 "Darkens non-speaking (unfocused) characters. (Requires Prome to be enabled).": "使未說話(未聚焦)的角色變暗(需啟用 Prome)。",
23272327 "Auto-hides characters from the screen that haven't been in the conversation for a while up to X characters. (Requires Prome to be enabled).": "自動隱藏未參與會話一段時間的角色,最多 X 個角色(需啟用 Prome)。",
23282328 "Enables the ability to use a user sprite for your persona.": "啟用後,將為使用者的角色使用角色立繪功能。",
23292329 "Applies the world tint to character sprites (Requires Prome to be enabled. This will override your character tint settings).": "將世界色調應用於角色立繪(需啟用 Prome,這將覆蓋角色的色調設定)。",
23302330 "Tints the world background.": "為世界背景添加色調為世界背景新增色調。",
23312331 "Tints the character sprites.": "為角色立繪添加色調為角色立繪新增色調(需啟用 Prome)。",
23322332 "Auto-Hide Sprites": "自動隱藏立繪",
23332333 "Max Visible Sprites": "最大顯示數",
23342334 "Set the maximum number of visible sprites that appears in the VN screen.": "設定視覺小說模式中,畫面可顯示的最大立繪數量。",
@@ -2353,11 +2353,11 @@
23532353 "Auto": "自動",
23542354 "Allow": "允許",
23552355 "Forbid": "禁止",
23562356 "Aphrodite only. Determines the order of samplers. Skew is always applied post-softmax, so it's not included here.": "僅限 Aphrodite 使用。決定採樣器的順序決定取樣器的順序。偏移總是在 softmax 後應用,因此不包括在此。",
23572357 "Aphrodite only. Determines the order of samplers.": "僅限 Aphrodite 使用。決定採樣器的順序決定取樣器的順序。",
23582358 "Request model reasoning": "請求模型思維鏈",
23592359 "Allows the model to return its thinking process.": "讓模型回傳其思考過程。",
23602360 "Generic (OpenAI-compatible) [LM Studio, LiteLLM, etc.]": "通用(兼容相容 OpenAI)[LM Studio, LiteLLM 等]",
23612361 "Model ID (optional)": "模型 ID(可選)",
23622362 "DeepSeek API Key": "DeepSeek API 金鑰",
23632363 "DeepSeek Model": "DeepSeek 模型",
@@ -2370,31 +2370,31 @@
23702370 "Contain": "自適應",
23712371 "Stretch": "拉伸",
23722372 "Center": "置中",
23732373 "Persona Lore Alt+Click to open the lorebook": "「Alt+點擊點選」可開啟角色知識書",
23742374 "Chat Lore Alt+Click to open the lorebook": "「Alt+點擊點選」可開啟聊天知識書",
23752375 "Function Tool": "功能工具",
23762376 "Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences.": "此類功能僅供高級用戶使用此類功能僅供高階使用者使用。若不確定後果,請勿點擊任何內容請勿點選任何內容。",
23772377 "Are you sure you want to delete this user?": "確定要刪除該使用者嗎?",
23782378 "help_macros_isMobile": "目前是否在行動端使用:\"true\" 表示是,\"false\" 表示否",
23792379 "Persona Lorebook for": "角色知識書適用於",
23802380 "persona_world_template_txt": "選中的世界資訊將綁定到此角色。生成 AI 回覆時,會結合全域、角色及聊天知識書中的內容。",
23812381 "Key saved; press \"Test Message\" to verify.": "金鑰已儲存;請點擊請點選「測試訊息」進行驗證。",
23822382 "Preset name:": "預設名稱預設設定檔名稱:",
23832383 "Hint: Use a character/group name to bind preset to a specific chat.": "提示:使用角色/群組名稱將綁定預設至特定對話群組名稱將綁定預設設定檔至特定對話。",
23842384 "Your preset contains proxy and/or custom endpoint settings.": "此預設包含代理和此預設設定檔包含代理和/或自訂端點設定。",
23852385 "Do you want to remove these fields before exporting?": "是否要在匯出前移除這些欄位?",
23862386 "Delete the preset? This action is irreversible and your current settings will be overwritten.": "確定刪除此預設確定刪除此預設設定檔?刪除後無法復原,且此設定將被覆蓋。",
23872387 "Update all": "全部更新",
23882388 "Automatically chooses an alternative provider if chosen providers can't serve your request.": "當所選提供者無法滿足您的請求時,自動選擇替代提供者。",
23892389 "Use extension settings": "使用擴充功能設定",
23902390 "To use instruct formatting, switch to OpenRouter under Text Completion API.": "若要使用指令格式,請在文本補全請在文字補全 API 下切換至 OpenRouter。",
23912391 "Automatically 'continue' a response if the model stopped before reaching a certain amount of tokens.": "如果模型在達到一定數量的符元前停止,則自動繼續生成回應。",
23922392 "Toggle entry's active state.": "切換條目的啟用狀態。",
23932393 "Non-sticky": "無黏性",
23942394 "No cooldown": "無冷卻時間",
23952395 "No delay": "無延遲",
23962396 "Included settings:": "包含設定:",
23972397 "Click on the setting name to omit it from the profile.": "點擊設定名稱以從設定檔中省略點選設定名稱以從設定檔中省略。",
23982398 "Tints the chat background and/or character sprites.": "調整聊天背景或角色圖片的色調。",
23992399 "Only chunk on custom boundary": "僅在自定邊界進行分塊(chunk)",
24002400 "help_macros_firstDisplayedMessageId": "載入到可見聊天中的第一則訊息的 ID。",
@@ -2402,7 +2402,7 @@
24022402 "Select providers. No selection = all providers.": "選擇供應商。未選擇=所有供應商。",
24032403 "Select a model": "選擇模型",
24042404 "Search models...": "搜尋模型⋯",
24052405 "[Currently loaded]": "[當前加載目前載入]",
24062406 "Search providers...": "搜尋供應商⋯",
24072407 "No-sticky": "無固定",
24082408 "Create a new World Info": "建立新世界資訊",
@@ -2427,15 +2427,15 @@
24272427 "Loading third-party extensions... Please wait...": "正在載入第三方擴充功能,請稍候⋯",
24282428 "The page will be reloaded shortly...": "頁面即將重新載入⋯",
24292429 "Extensions state changed": "擴充功能狀態已更改",
24302430 "Error loading extensions. See browser console for details.": "載入擴充功能時出現錯誤。詳情請查看瀏覽器控制台詳細資訊請檢視瀏覽器控制台。",
24312431 "You don't have permission to update global extensions.": "您無權更新全域擴充功能。",
24322432 "Extension update failed": "擴充功能更新失敗",
24332433 "Extension ${0} updated to ${1}": "擴充功能 ${0} 已更新至 ${1}",
24342434 "Reload the page to apply updates": "重新加載頁面以使用更新重新載入頁面以使用更新",
24352435 "You don't have permission to delete global extensions.": "您無權刪除全域擴充功能。",
24362436 "Are you sure you want to delete ${0}?": "確定要刪除 ${0} 嗎?",
24372437 "You don't have permission to move extensions.": "您無權移動擴充功能。",
24382438 "Are you sure you want to move ${0} to your local extensions? This will make it available only for you.": "確定要將 ${0} 移至本地擴充功能嗎移至本機擴充功能嗎?此後僅您可使用。",
24392439 "Are you sure you want to move ${0} to the global extensions? This will make it available for all users.": "確定要將 ${0} 移至全域擴充功能嗎?此後所有使用者皆可使用。",
24402440 "Extension ${0} moved.": "擴充功能 ${0} 已移動。",
24412441 "Extension ${0} deleted": "擴充功能 ${0} 已刪除。",
@@ -2453,7 +2453,7 @@
24532453 "Valid": "已驗證",
24542454 "Request Model Reasoning": "請求模型推理",
24552455 "Global list": "全域列表",
24562456 "Preset-specific list": "特定預設列表特定預設設定檔列表",
24572457 "Constrains effort on reasoning for reasoning models.": "限制推理模型的推理耗費。\n目前支援的值為低、中和高。\n降低推理耗費可加快回應速度,並減少推理所使用的符元數量。",
24582458 "Reasoning Effort": "推理耗費",
24592459 "openai_reasoning_effort_low": "低",
@@ -2466,9 +2466,9 @@
24662466 "Auto-Expand": "自動展開",
24672467 "reasoning_show_hidden": "顯示隱藏推理功能模型的推理時間",
24682468 "Show Hidden": "顯示隱藏內容",
24692469 "reasoning_add_to_prompts": "將現有推理區塊添加至提示詞中將現有推理區塊新增至提示詞中。若需新增推理區塊,請使用訊息編輯選單。",
24702470 "Add to Prompts": "添加至提示詞新增至提示詞",
24712471 "reasoning_max_additions": "從最後一則訊息起算,每則提示詞中可添加的最大推理區塊數量每則提示詞中可新增的最大推理區塊數量。",
24722472 "Max": "最大值",
24732473 "Reasoning Formatting": "推理格式",
24742474 "reasoning_prefix": "插入於推理內容之前。",
@@ -2476,8 +2476,8 @@
24762476 "reasoning_suffix": "插入於推理內容之後。",
24772477 "Suffix": "後綴",
24782478 "reasoning_separator": "插入於推理內容與訊息內容之間。",
24792479 "Separator": "分隔符分隔符號",
24802480 "Character details are hidden.": "角色詳情已隱藏角色詳細資訊已隱藏。",
24812481 "Add a reasoning block": "新增推理區塊",
24822482 "Thought for some time": "思考了一段時間",
24832483 "Confirmedit": "確認",
@@ -2487,8 +2487,8 @@
24872487 "Edit reasoning": "編輯推理",
24882488 "extension_install_1": "若要從此頁面下載擴充功能,您需要安裝",
24892489 "extension_install_2": "已安裝。",
24902490 "extension_install_3": "點擊點選",
24912491 "extension_install_4": "圖示以訪問擴充功能的儲存庫圖示以存取擴充功能的儲存庫查看使用技巧檢視使用技巧。",
24922492 "Use the selected API from Chat Translation extension settings.": "使用擴充功能設定中,「聊天翻譯」所選的翻譯提供者(API)。",
24932493 "A single expression can have multiple sprites. Whenever the expression is chosen, a random sprite for this expression will be selected.": "單個同名表情可以有多張角色立繪。每次使用該表情時,會隨機擇一顯示。",
24942494 "Allow multiple sprites per expression": "允許單一表情使用多張立繪",
@@ -2496,11 +2496,11 @@
24962496 "Re-roll if same expression is used again": "重複使用同名表情時,隨機選用其他立繪",
24972497 "upload_expression_request": "請輸入角色立繪名稱(不含副檔名)。",
24982498 "upload_expression_naming_1": "角色立繪名稱必須符合所選表情的命名規則:{{expression}}",
24992499 "upload_expression_naming_2": "對於多個表情,名稱必須包含表情名稱和有效的後綴,允許的分隔符為允許的分隔符號為「-」或「.」。",
25002500 "upload_expression_replace": "點擊點選「取代」以取代現有表情:",
25012501 "ext_regex_reasoning_desc": "推理區塊內容。當「僅格式化提示詞」已勾選時,這也會影響添加至提示詞的推理內容這也會影響新增至提示詞的推理內容。",
25022502 "Token Counter": "符元計數器",
25032503 "Type / paste in the box below to see the number of tokens in the text.": "在下框中輸入或貼上文字以查看符元在下框中輸入或貼上文字以檢視符元(Token)數量。",
25042504 "Selected tokenizer:": "選擇的分詞器:",
25052505 "Input:": "輸入:",
25062506 "Tokens:": "符元數:",