Update zh-tw.json

60caa6766720ec5e5dfebf99fb09f8c8b27ca896

Rivelle <rivelle.days@gmail.com>

Signed
1 files changed, +54 -54Ignore whitespace
public/locales/zh-tw.json+54 -54
@@ -27,12 +27,12 @@
27 "Instruct": "指示",27 "Instruct": "指示",
28 "Prose Augmenter": "散文增強器",28 "Prose Augmenter": "散文增強器",
29 "Text Adventure": "文字冒險",29 "Text Adventure": "文字冒險",
30 "response legth(tokens)": "回應長度(符記數)",30 "response legth(tokens)": "回應長度(符元數)",
31 "Streaming": "串流",31 "Streaming": "串流",
32 "Streaming_desc": "生成時逐位顯示回應。當此功能關閉時,回應將在完成後一次顯示。",32 "Streaming_desc": "生成時逐位顯示回應。當此功能關閉時,回應將在完成後一次顯示。",
33 "context size(tokens)": "上下文長度(符記數)",33 "context size(tokens)": "上下文長度(符元數)",
34 "unlocked": "解鎖",34 "unlocked": "解鎖",
35 "Only enable this if your model supports context sizes greater than 8192 tokens": "僅在您的模型支援超過 8192 個符記的上下文長度時啟用此功能",35 "Only enable this if your model supports context sizes greater than 8192 tokens": "僅在您的模型支援超過 8192 個符元的上下文長度時啟用此功能",
36 "Max prompt cost:": "最大提示詞費用",36 "Max prompt cost:": "最大提示詞費用",
37 "Display the response bit by bit as it is generated.": "生成時逐位顯示回應。",37 "Display the response bit by bit as it is generated.": "生成時逐位顯示回應。",
38 "When this is off, responses will be displayed all at once when they are complete.": "關閉時,回應將在完成後一次性顯示。",38 "When this is off, responses will be displayed all at once when they are complete.": "關閉時,回應將在完成後一次性顯示。",
@@ -52,8 +52,8 @@
52 "Very aggressive": "非常積極",52 "Very aggressive": "非常積極",
53 "Unlocked Context Size": "解鎖的上下文長度",53 "Unlocked Context Size": "解鎖的上下文長度",
54 "Unrestricted maximum value for the context slider": "上下文滑桿的無限制最大值",54 "Unrestricted maximum value for the context slider": "上下文滑桿的無限制最大值",
55 "Context Size (tokens)": "上下文長度(符記數)",55 "Context Size (tokens)": "上下文長度(符元數)",
56 "Max Response Length (tokens)": "最大回應長度(符記數)",56 "Max Response Length (tokens)": "最大回應長度(符元數)",
57 "Multiple swipes per generation": "每次生成多次滑動",57 "Multiple swipes per generation": "每次生成多次滑動",
58 "Enable OpenAI completion streaming": "啟用 OpenAI 補充串流",58 "Enable OpenAI completion streaming": "啟用 OpenAI 補充串流",
59 "Frequency Penalty": "頻率懲罰",59 "Frequency Penalty": "頻率懲罰",
@@ -95,14 +95,14 @@
95 "Send this text instead of nothing when the text box is empty.": "當文字方塊為空時,發送此字串而不是空白。",95 "Send this text instead of nothing when the text box is empty.": "當文字方塊為空時,發送此字串而不是空白。",
96 "Seed": "種子",96 "Seed": "種子",
97 "Set to get deterministic results. Use -1 for random seed.": "設定以獲取確定性結果。使用 -1 作為隨機種子",97 "Set to get deterministic results. Use -1 for random seed.": "設定以獲取確定性結果。使用 -1 作為隨機種子",
98 "Temperature controls the randomness in token selection": "溫度控制符記選擇中的隨機性",98 "Temperature controls the randomness in token selection": "溫度控制符元選擇中的隨機性",
99 "Top_K_desc": "Top K 設定可以選擇的最高符記數量。\n例如,Top K 為 20,這意味著只保留排名前 20 的符記(無論它們的機率是多樣還是有限的)。\n設定為 0 以停用。",99 "Top_K_desc": "Top K 設定可以選擇的最高符元數量。\n例如,Top K 為 20,這意味著只保留排名前 20 的符元(無論它們的機率是多樣還是有限的)。\n設定為 0 以停用。",
100 "Top_P_desc": "Top P(又名核心取樣)會將所有頂級符記加總,直到達到目標百分比。\n例如,如果前兩個符記都是 25%,而 Top P 設為 0.5,那麼只有前兩個符記會被考慮。\n設定為 1.0 以停用。",100 "Top_P_desc": "Top P(又名核心取樣)會將所有頂級符元加總,直到達到目標百分比。\n例如,如果前兩個符元都是 25%,而 Top P 設為 0.5,那麼只有前兩個符元會被考慮。\n設定為 1.0 以停用。",
101 "Typical P": "Typical P",101 "Typical P": "Typical P",
102 "Typical_P_desc": "Typical P 取樣根據符記偏離集合平均熵的程度進行優先排序。\n它會保留累積機率接近預設閾值(例如0.5)的符記,強調那些具有平均信息量的符記。\n設定為 1.0 以停用。",102 "Typical_P_desc": "Typical P 取樣根據符元偏離集合平均熵的程度進行優先排序。\n它會保留累積機率接近預設閾值(例如0.5)的符元,強調那些具有平均信息量的符元。\n設定為 1.0 以停用。",
103 "Min_P_desc": "Min P 設定基本最小機率。\n這個值會根據最高符記的機率進行調整。例如,如果最高符記機率為 80%,而 Min P 設為 0.1 ,那麼只有機率高於 8% 的符記會被考慮。\n設定為 0 以停用。",103 "Min_P_desc": "Min P 設定基本最小機率。\n這個值會根據最高符元的機率進行調整。例如,如果最高符元機率為 80%,而 Min P 設為 0.1 ,那麼只有機率高於 8% 的符元會被考慮。\n設定為 0 以停用。",
104 "Top_A_desc": "Top A 根據最高符記機率的平方設定符記選擇的門檻。\n例如,如果 Top A 值為 0.2,而最高符記機率為 50%,那麼低於 5%(0.2 * 0.5^2) 的符記機率就會被排除。\n設定為 0 以停用。",104 "Top_A_desc": "Top A 根據最高符元機率的平方設定符元選擇的門檻。\n例如,如果 Top A 值為 0.2,而最高符元機率為 50%,那麼低於 5%(0.2 * 0.5^2) 的符元機率就會被排除。\n設定為 0 以停用。",
105 "Tail_Free_Sampling_desc": "無尾取樣(Tail-Free Sampling, TFS)會透過分析符記機率的變化率(使用導數)來尋找分佈中的低機率符記尾部。\n它會根據標準化的二階導數,保留直到某個閾值(例如0.3)的符記。\n數值越接近 0 ,表示會棄去越多符記。設定為 1.0 以停用。",105 "Tail_Free_Sampling_desc": "無尾取樣(Tail-Free Sampling, TFS)會透過分析符元機率的變化率(使用導數)來尋找分佈中的低機率符元尾部。\n它會根據標準化的二階導數,保留直到某個閾值(例如0.3)的符元。\n數值越接近 0 ,表示會棄去越多符元。設定為 1.0 以停用。",
106 "rep.pen range": "重複懲罰範圍",106 "rep.pen range": "重複懲罰範圍",
107 "Mirostat": "Mirostat",107 "Mirostat": "Mirostat",
108 "Mode": "模式",108 "Mode": "模式",
@@ -111,8 +111,8 @@
111 "Mirostat_Tau_desc": "這個設定控制了 Mirostat 輸出的可變性。",111 "Mirostat_Tau_desc": "這個設定控制了 Mirostat 輸出的可變性。",
112 "Eta": "Eta",112 "Eta": "Eta",
113 "Mirostat_Eta_desc": "這個設定控制 Mirostat 的學習率。",113 "Mirostat_Eta_desc": "這個設定控制 Mirostat 的學習率。",
114 "Ban EOS Token": "禁止 EOS 符記",114 "Ban EOS Token": "禁止 EOS 符元",
115 "Ban_EOS_Token_desc": "對於 KoboldCpp(以及可能也適用於 KoboldAI 的其他符記),禁止使用序列結束 (End-of-Sequence, EOS) 符記。這個設定對於故事創作很有幫助,但不應該在聊天和指令模式中使用。",115 "Ban_EOS_Token_desc": "對於 KoboldCpp(以及可能也適用於 KoboldAI 的其他符元),禁止使用序列結束 (End-of-Sequence, EOS) 符元。這個設定對於故事創作很有幫助,但不應該在聊天和指令模式中使用。",
116 "GBNF Grammar": "GBNF 語法",116 "GBNF Grammar": "GBNF 語法",
117 "Type in the desired custom grammar": "輸入所需的自定義語法",117 "Type in the desired custom grammar": "輸入所需的自定義語法",
118 "Samplers Order": "取樣器順序",118 "Samplers Order": "取樣器順序",
@@ -121,11 +121,11 @@
121 "Load koboldcpp order": "載入 koboldcpp 順序",121 "Load koboldcpp order": "載入 koboldcpp 順序",
122 "Preamble": "前言",122 "Preamble": "前言",
123 "Use style tags to modify the writing style of the output.": "使用樣式標籤修改輸出的寫作樣式。",123 "Use style tags to modify the writing style of the output.": "使用樣式標籤修改輸出的寫作樣式。",
124 "Banned Tokens": "禁止的符記",124 "Banned Tokens": "禁止的符元",
125 "Sequences you don't want to appear in the output. One per line.": "您不希望在輸出中出現的序列。每行一個,使用文字或符記 ID。",125 "Sequences you don't want to appear in the output. One per line.": "您不希望在輸出中出現的序列。每行一個,使用文字或符元 ID。",
126 "Logit Bias": "Logit 偏差",126 "Logit Bias": "Logit 偏差",
127 "Add": "新增",127 "Add": "新增",
128 "Helps to ban or reenforce the usage of certain words": "有助於禁止或強化某些符記的使用",128 "Helps to ban or reenforce the usage of certain words": "有助於禁止或強化某些符元的使用",
129 "CFG Scale": "CFG 比例",129 "CFG Scale": "CFG 比例",
130 "Negative Prompt": "負面提示詞",130 "Negative Prompt": "負面提示詞",
131 "Add text here that would make the AI generate things you don't want in your outputs.": "在這裡新增文字,使 AI 生成您不希望在輸出中出現的內容。",131 "Add text here that would make the AI generate things you don't want in your outputs.": "在這裡新增文字,使 AI 生成您不希望在輸出中出現的內容。",
@@ -142,19 +142,19 @@
142 "Sampler Select": "選擇取樣器",142 "Sampler Select": "選擇取樣器",
143 "Customize displayed samplers or add custom samplers.": "自訂顯示的取樣器或新增自訂取樣器。",143 "Customize displayed samplers or add custom samplers.": "自訂顯示的取樣器或新增自訂取樣器。",
144 "Epsilon Cutoff": "Epsilon 截斷",144 "Epsilon Cutoff": "Epsilon 截斷",
145 "Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "Epsilon 截斷設定排除符記的機率下限",145 "Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "Epsilon 截斷設定排除符元的機率下限",
146 "Eta Cutoff": "Eta 截斷",146 "Eta Cutoff": "Eta 截斷",
147 "Eta_Cutoff_desc": "Eta 截斷是特殊 Eta 取樣技術的主要參數。\n單位為 1e-4;合理值為 3。\n設為 0 以停用。\n詳情請參見 Hewitt 等人於 2022 年撰寫的論文《Truncation Sampling as Language Model Desmoothing》。",147 "Eta_Cutoff_desc": "Eta 截斷是特殊 Eta 取樣技術的主要參數。\n單位為 1e-4;合理值為 3。\n設為 0 以停用。\n詳情請參見 Hewitt 等人於 2022 年撰寫的論文《Truncation Sampling as Language Model Desmoothing》。",
148 "rep.pen decay": "重複懲罰衰減",148 "rep.pen decay": "重複懲罰衰減",
149 "Encoder Rep. Pen.": "編碼器重複懲罰",149 "Encoder Rep. Pen.": "編碼器重複懲罰",
150 "No Repeat Ngram Size": "無重複 Ngram 大小",150 "No Repeat Ngram Size": "無重複 Ngram 大小",
151 "Skew": "Skew",151 "Skew": "Skew",
152 "Max Tokens Second": "最大符記/秒",152 "Max Tokens Second": "最大符元/秒",
153 "Smooth Sampling": "平滑取樣",153 "Smooth Sampling": "平滑取樣",
154 "Smooth_Sampling_desc": "允許您使用二次/三次變換來調整分佈。較低的平滑因子值將更具創造性,通常在 0.2-0.3 之間是最佳點(假設曲線=1)。較高的平滑曲線值會使曲線更陡峭,這將更加激烈地懲罰低概率選擇。1.0 的曲線值相當於僅使用平滑因子。",154 "Smooth_Sampling_desc": "允許您使用二次/三次變換來調整分佈。較低的平滑因子值將更具創造性,通常在 0.2-0.3 之間是最佳點(假設曲線=1)。較高的平滑曲線值會使曲線更陡峭,這將更加激烈地懲罰低概率選擇。1.0 的曲線值相當於僅使用平滑因子。",
155 "Smoothing Factor": "平滑因子",155 "Smoothing Factor": "平滑因子",
156 "Smoothing Curve": "平滑曲線",156 "Smoothing Curve": "平滑曲線",
157 "DRY_Repetition_Penalty_desc": "DRY 會懲罰那些將輸入的結尾擴充為已在先前輸入中出現過序列的符記。將乘法器設為 0 以停用。",157 "DRY_Repetition_Penalty_desc": "DRY 會懲罰那些將輸入的結尾擴充為已在先前輸入中出現過序列的符元。將乘法器設為 0 以停用。",
158 "DRY Repetition Penalty": "DRY 重複懲罰",158 "DRY Repetition Penalty": "DRY 重複懲罰",
159 "DRY_Multiplier_desc": "將值設為大於 0 來啟用 DRY。控制對最短受懲罰序列的懲罰幅度。",159 "DRY_Multiplier_desc": "將值設為大於 0 來啟用 DRY。控制對最短受懲罰序列的懲罰幅度。",
160 "Multiplier": "乘法器",160 "Multiplier": "乘法器",
@@ -163,11 +163,11 @@
163 "DRY_Allowed_Length_desc": "可以重複而不受懲罰的最長序列長度。",163 "DRY_Allowed_Length_desc": "可以重複而不受懲罰的最長序列長度。",
164 "Allowed Length": "允許長度",164 "Allowed Length": "允許長度",
165 "Penalty Range": "懲罰範圍",165 "Penalty Range": "懲罰範圍",
166 "DRY_Sequence_Breakers_desc": "序列停止繼續配對的符記,使用引號包裹字串並以逗號分隔清單。",166 "DRY_Sequence_Breakers_desc": "序列停止繼續配對的符元,使用引號包裹字串並以逗號分隔清單。",
167 "Sequence Breakers": "序列中斷器",167 "Sequence Breakers": "序列中斷器",
168 "JSON-serialized array of strings.": "序列化 JSON 的字串陣列。",168 "JSON-serialized array of strings.": "序列化 JSON 的字串陣列。",
169 "Dynamic Temperature": "動態溫度",169 "Dynamic Temperature": "動態溫度",
170 "Scale Temperature dynamically per token, based on the variation of probabilities": "根據機率變化,動態調整每個符記的溫度",170 "Scale Temperature dynamically per token, based on the variation of probabilities": "根據機率變化,動態調整每個符元的溫度",
171 "Minimum Temp": "最低溫度",171 "Minimum Temp": "最低溫度",
172 "Maximum Temp": "最高溫度",172 "Maximum Temp": "最高溫度",
173 "Exponent": "指數",173 "Exponent": "指數",
@@ -187,17 +187,17 @@
187 "Penalty Alpha": "懲罰 Alpha",187 "Penalty Alpha": "懲罰 Alpha",
188 "Strength of the Contrastive Search regularization term. Set to 0 to disable CS": "對比搜尋正則化項的強度。設定為 0 以停用 CS",188 "Strength of the Contrastive Search regularization term. Set to 0 to disable CS": "對比搜尋正則化項的強度。設定為 0 以停用 CS",
189 "Do Sample": "進行取樣",189 "Do Sample": "進行取樣",
190 "Add BOS Token": "新增 BOS 符記",190 "Add BOS Token": "新增 BOS 符元",
191 "Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative": "在提示詞的開頭新增 bos_token。停用此功能可以使回應更具創造性",191 "Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative": "在提示詞的開頭新增 bos_token。停用此功能可以使回應更具創造性",
192 "Ban the eos_token. This forces the model to never end the generation prematurely": "禁止 eos_token。這迫使模型不會提前結束生成",192 "Ban the eos_token. This forces the model to never end the generation prematurely": "禁止 eos_token。這迫使模型不會提前結束生成",
193 "Ignore EOS Token": "忽略 EOS 符記",193 "Ignore EOS Token": "忽略 EOS 符元",
194 "Ignore the EOS Token even if it generates.": "即使生成也忽略 EOS 符記",194 "Ignore the EOS Token even if it generates.": "即使生成也忽略 EOS 符元",
195 "Skip Special Tokens": "跳過特殊符記",195 "Skip Special Tokens": "跳過特殊符元",
196 "Temperature Last": "最後的溫度",196 "Temperature Last": "最後的溫度",
197 "Temperature_Last_desc": "使用最後應用溫度取樣器。這幾乎總是明智的做法。\n啟用時:首先取樣一組合理的符記,然後應用溫度來調整它們的相對機率(技術上講,是 logits)。\n停用時:首先應用溫度調整所有符記的相對機率,然後從中取樣合理的符記。\n停用「最後應用溫度取樣」會增加分佈尾部的概率,這傾向於放大獲得不連貫回應的機會。",197 "Temperature_Last_desc": "使用最後應用溫度取樣器。這幾乎總是明智的做法。\n啟用時:首先取樣一組合理的符元,然後應用溫度來調整它們的相對機率(技術上講,是 logits)。\n停用時:首先應用溫度調整所有符元的相對機率,然後從中取樣合理的符元。\n停用「最後應用溫度取樣」會增加分佈尾部的概率,這傾向於放大獲得不連貫回應的機會。",
198 "Speculative Ngram": "推測性 Ngram",198 "Speculative Ngram": "推測性 Ngram",
199 "Use a different speculative decoding method without a draft model": "使用不含草稿模型的不同推測性解碼方法。",199 "Use a different speculative decoding method without a draft model": "使用不含草稿模型的不同推測性解碼方法。",
200 "Spaces Between Special Tokens": "特殊符記之間的空格",200 "Spaces Between Special Tokens": "特殊符元之間的空格",
201 "LLaMA / Mistral / Yi models only": "僅限 LLaMA/Mistral/Yi 模型",201 "LLaMA / Mistral / Yi models only": "僅限 LLaMA/Mistral/Yi 模型",
202 "Example: some text [42, 69, 1337]": "範例:\n一些文字 [42, 69, 1337]",202 "Example: some text [42, 69, 1337]": "範例:\n一些文字 [42, 69, 1337]",
203 "Classifier Free Guidance. More helpful tip coming soon": "無分類器導引。更多有用提示訊息即將推出",203 "Classifier Free Guidance. More helpful tip coming soon": "無分類器導引。更多有用提示訊息即將推出",
@@ -246,7 +246,7 @@
246 "Use AI21 Tokenizer": "使用 AI21 分詞器",246 "Use AI21 Tokenizer": "使用 AI21 分詞器",
247 "Use the appropriate tokenizer for Jurassic models, which is more efficient than GPT's.": "對於 Jurassic 模型使用適當的分詞器,比 GPT 的更高效",247 "Use the appropriate tokenizer for Jurassic models, which is more efficient than GPT's.": "對於 Jurassic 模型使用適當的分詞器,比 GPT 的更高效",
248 "Use Google Tokenizer": "使用 Google 分詞器",248 "Use Google Tokenizer": "使用 Google 分詞器",
249 "Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.": "通過 Google 模型的 API 使用適當的分詞器。提示詞處理速度較慢,但提供更準確的符記計數。",249 "Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.": "通過 Google 模型的 API 使用適當的分詞器。提示詞處理速度較慢,但提供更準確的符元計數。",
250 "Use system prompt": "使用系統提示詞",250 "Use system prompt": "使用系統提示詞",
251 "(Gemini 1.5 Pro/Flash only)": "(僅限於 Gemini 1.5 Pro/Flash)",251 "(Gemini 1.5 Pro/Flash only)": "(僅限於 Gemini 1.5 Pro/Flash)",
252 "Merges_all_system_messages_desc_1": "合併所有系統訊息,直到第一則非系統角色的訊息,並通過 google 的",252 "Merges_all_system_messages_desc_1": "合併所有系統訊息,直到第一則非系統角色的訊息,並通過 google 的",
@@ -263,7 +263,7 @@
263 "Delete preset": "刪除預設",263 "Delete preset": "刪除預設",
264 "View / Edit bias preset": "查看/編輯 Bias 預設",264 "View / Edit bias preset": "查看/編輯 Bias 預設",
265 "Add bias entry": "新增 Bias 條目",265 "Add bias entry": "新增 Bias 條目",
266 "Most tokens have a leading space.": "大多數符記有前導空格",266 "Most tokens have a leading space.": "大多數符元有前導空格",
267 "API Connections": "API 連線",267 "API Connections": "API 連線",
268 "Text Completion": "文字補充",268 "Text Completion": "文字補充",
269 "Chat Completion": "聊天補充",269 "Chat Completion": "聊天補充",
@@ -337,7 +337,7 @@
337 "koboldcpp API key (optional)": "KoboldCpp API 金鑰(可選)",337 "koboldcpp API key (optional)": "KoboldCpp API 金鑰(可選)",
338 "Example: 127.0.0.1:5001": "範例:127.0.0.1:5001",338 "Example: 127.0.0.1:5001": "範例:127.0.0.1:5001",
339 "Authorize": "授權",339 "Authorize": "授權",
340 "Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai": "使用 OAuth 流程取得您的 OpenRouter API 符記。您將被重新導向到 openrouter.ai",340 "Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai": "使用 OAuth 流程取得您的 OpenRouter API 符元。您將被重新導向到 openrouter.ai",
341 "Bypass status check": "繞過狀態檢查",341 "Bypass status check": "繞過狀態檢查",
342 "Chat Completion Source": "聊天補充來源",342 "Chat Completion Source": "聊天補充來源",
343 "Reverse Proxy": "反向代理伺服器",343 "Reverse Proxy": "反向代理伺服器",
@@ -475,7 +475,7 @@
475 "Collapse Consecutive Newlines": "折疊連續的換行符號",475 "Collapse Consecutive Newlines": "折疊連續的換行符號",
476 "Trim spaces": "修剪空格",476 "Trim spaces": "修剪空格",
477 "Tokenizer": "分詞器 Tokenizer",477 "Tokenizer": "分詞器 Tokenizer",
478 "Token Padding": "符記填充",478 "Token Padding": "符元填充",
479 "Start Reply With": "開始回覆",479 "Start Reply With": "開始回覆",
480 "AI reply prefix": "AI 回覆前綴",480 "AI reply prefix": "AI 回覆前綴",
481 "Show reply prefix in chat": "在聊天中顯示回覆前綴",481 "Show reply prefix in chat": "在聊天中顯示回覆前綴",
@@ -486,7 +486,7 @@
486 "Replace Macro in Custom Stopping Strings": "取代自訂停止字串中的巨集",486 "Replace Macro in Custom Stopping Strings": "取代自訂停止字串中的巨集",
487 "Auto-Continue": "自動繼續",487 "Auto-Continue": "自動繼續",
488 "Allow for Chat Completion APIs": "允許聊天補充 API",488 "Allow for Chat Completion APIs": "允許聊天補充 API",
489 "Target length (tokens)": "目標長度(符記)",489 "Target length (tokens)": "目標長度(符元)",
490 "World Info": "世界資訊",490 "World Info": "世界資訊",
491 "Locked = World Editor will stay open": "上鎖 = 世界編輯器將保持開啟",491 "Locked = World Editor will stay open": "上鎖 = 世界編輯器將保持開啟",
492 "Worlds/Lorebooks": "世界/知識書",492 "Worlds/Lorebooks": "世界/知識書",
@@ -498,7 +498,7 @@
498 "Context %": "上下文百分比",498 "Context %": "上下文百分比",
499 "Budget Cap": "預算上限",499 "Budget Cap": "預算上限",
500 "(0 = disabled)": "(0 = 停用)",500 "(0 = disabled)": "(0 = 停用)",
501 "Scan chronologically until reached min entries or token budget.": "按時間順序掃描直到達到最小條目或符記預算",501 "Scan chronologically until reached min entries or token budget.": "按時間順序掃描直到達到最小條目或符元預算",
502 "Min Activations": "最小啟動次數",502 "Min Activations": "最小啟動次數",
503 "Max Depth": "最大深度",503 "Max Depth": "最大深度",
504 "(0 = unlimited, use budget)": "(0 = 無限制,使用預算)",504 "(0 = unlimited, use budget)": "(0 = 無限制,使用預算)",
@@ -534,8 +534,8 @@
534 "Custom": "自訂",534 "Custom": "自訂",
535 "Title A-Z": "標題 A-Z",535 "Title A-Z": "標題 A-Z",
536 "Title Z-A": "標題 Z-A",536 "Title Z-A": "標題 Z-A",
537 "Tokens ↗": "符記 ↗",537 "Tokens ↗": "符元 ↗",
538 "Tokens ↘": "符記 ↘",538 "Tokens ↘": "符元 ↘",
539 "Depth ↗": "深度 ↗",539 "Depth ↗": "深度 ↗",
540 "Depth ↘": "深度 ↘",540 "Depth ↘": "深度 ↘",
541 "Order ↗": "順序 ↗",541 "Order ↗": "順序 ↗",
@@ -611,8 +611,8 @@
611 "Message IDs": "訊息 ID",611 "Message IDs": "訊息 ID",
612 "Hide avatars in chat messages.": "在聊天訊息中隱藏頭像",612 "Hide avatars in chat messages.": "在聊天訊息中隱藏頭像",
613 "Hide Chat Avatars": "隱藏聊天頭像",613 "Hide Chat Avatars": "隱藏聊天頭像",
614 "Show the number of tokens in each message in the chat log": "在聊天記錄中顯示每條訊息中的符記數量",614 "Show the number of tokens in each message in the chat log": "在聊天記錄中顯示每條訊息中的符元數量",
615 "Show Message Token Count": "顯示訊息符記數量",615 "Show Message Token Count": "顯示訊息符元數量",
616 "Single-row message input area. Mobile only, no effect on PC": "單行訊息輸入區域。僅適用於行動裝置版。",616 "Single-row message input area. Mobile only, no effect on PC": "單行訊息輸入區域。僅適用於行動裝置版。",
617 "Compact Input Area (Mobile)": "緊湊的輸入區域(行動版)",617 "Compact Input Area (Mobile)": "緊湊的輸入區域(行動版)",
618 "In the Character Management panel, show quick selection buttons for favorited characters": "在角色管理面板中,顯示加入到最愛角色的快速選擇按鈕。",618 "In the Character Management panel, show quick selection buttons for favorited characters": "在角色管理面板中,顯示加入到最愛角色的快速選擇按鈕。",
@@ -704,8 +704,8 @@
704 "Allow AI messages in groups to contain lines spoken by other group members": "允許群組中的 AI 訊息包含其他群組成員說的話",704 "Allow AI messages in groups to contain lines spoken by other group members": "允許群組中的 AI 訊息包含其他群組成員說的話",
705 "Relax message trim in Groups": "放寬群組中的訊息修剪",705 "Relax message trim in Groups": "放寬群組中的訊息修剪",
706 "Log prompts to console": "將提示詞記錄到控制台",706 "Log prompts to console": "將提示詞記錄到控制台",
707 "Requests logprobs from the API for the Token Probabilities feature": "從 API 請求 logprobs 用於符記機率功能。",707 "Requests logprobs from the API for the Token Probabilities feature": "從 API 請求 logprobs 用於符元機率功能。",
708 "Request token probabilities": "請求符記機率",708 "Request token probabilities": "請求符元機率",
709 "Automatically reject and re-generate AI message based on configurable criteria": "根據可配置標準自動拒絕並重新生成 AI 訊息。",709 "Automatically reject and re-generate AI message based on configurable criteria": "根據可配置標準自動拒絕並重新生成 AI 訊息。",
710 "Auto-swipe": "自動滑動",710 "Auto-swipe": "自動滑動",
711 "Enable the auto-swipe function. Settings in this section only have an effect when auto-swipe is enabled": "啟用自動滑動功能。此部分的設定僅在啟用自動滑動時有效。",711 "Enable the auto-swipe function. Settings in this section only have an effect when auto-swipe is enabled": "啟用自動滑動功能。此部分的設定僅在啟用自動滑動時有效。",
@@ -775,7 +775,7 @@
775 "Click to set user name for all messages": "點選以設定所有訊息的使用者名稱",775 "Click to set user name for all messages": "點選以設定所有訊息的使用者名稱",
776 "Persona Description": "使用者角色描述",776 "Persona Description": "使用者角色描述",
777 "Example: [{{user}} is a 28-year-old Romanian cat girl.]": "範例:[{{user}} 是一個 28 歲的羅馬尼亞貓娘。]",777 "Example: [{{user}} is a 28-year-old Romanian cat girl.]": "範例:[{{user}} 是一個 28 歲的羅馬尼亞貓娘。]",
778 "Tokens persona description": "符記角色描述",778 "Tokens persona description": "符元角色描述",
779 "Position:": "位置:",779 "Position:": "位置:",
780 "In Story String / Prompt Manager": "在故事字串/提示詞管理器",780 "In Story String / Prompt Manager": "在故事字串/提示詞管理器",
781 "Top of Author's Note": "作者備註的頂部",781 "Top of Author's Note": "作者備註的頂部",
@@ -791,16 +791,16 @@
791 "Locked = Character Management panel will stay open": "上鎖 = 角色管理面板將保持開啟",791 "Locked = Character Management panel will stay open": "上鎖 = 角色管理面板將保持開啟",
792 "Select/Create Characters": "選擇/建立角色",792 "Select/Create Characters": "選擇/建立角色",
793 "Favorite characters to add them to HotSwaps": "將角色加入到最愛來新增到快速切換",793 "Favorite characters to add them to HotSwaps": "將角色加入到最愛來新增到快速切換",
794 "Token counts may be inaccurate and provided just for reference.": "符記計數可能不準確,僅供參考。",794 "Token counts may be inaccurate and provided just for reference.": "符元計數可能不準確,僅供參考。",
795 "Total tokens": "符記總計",795 "Total tokens": "符元總計",
796 "Calculating...": "計算中⋯",796 "Calculating...": "計算中⋯",
797 "Tokens": "符記",797 "Tokens": "符元",
798 "Permanent tokens": "永久符記",798 "Permanent tokens": "永久符元",
799 "Permanent": "永久",799 "Permanent": "永久",
800 "About Token 'Limits'": "關於符記數「限制」",800 "About Token 'Limits'": "關於符元數「限制」",
801 "Toggle character info panel": "切換角色資訊面板",801 "Toggle character info panel": "切換角色資訊面板",
802 "Name this character": "為此角色命名",802 "Name this character": "為此角色命名",
803 "extension_token_counter": "符記:",803 "extension_token_counter": "符元:",
804 "Click to select a new avatar for this character": "點選以選擇此角色的新頭像",804 "Click to select a new avatar for this character": "點選以選擇此角色的新頭像",
805 "Add to Favorites": "新增至我的最愛",805 "Add to Favorites": "新增至我的最愛",
806 "Advanced Definition": "進階定義",806 "Advanced Definition": "進階定義",
@@ -868,8 +868,8 @@
868 "Recent": "最近",868 "Recent": "最近",
869 "Most chats": "最多聊天",869 "Most chats": "最多聊天",
870 "Least chats": "最少聊天",870 "Least chats": "最少聊天",
871 "Most tokens": "最多符記",871 "Most tokens": "最多符元",
872 "Least tokens": "最少符記",872 "Least tokens": "最少符元",
873 "Random": "隨機",873 "Random": "隨機",
874 "Toggle character grid view": "切換為角色網格視圖",874 "Toggle character grid view": "切換為角色網格視圖",
875 "Bulk_edit_characters": "批量編輯角色\n\n點選以切換角色\nShift + 點選以選擇/取消選擇一範圍的角色\n右鍵以查看動作",875 "Bulk_edit_characters": "批量編輯角色\n\n點選以切換角色\nShift + 點選以選擇/取消選擇一範圍的角色\n右鍵以查看動作",
@@ -1004,7 +1004,7 @@
1004 "Selective": "選擇性",1004 "Selective": "選擇性",
1005 "Use Probability": "使用機率",1005 "Use Probability": "使用機率",
1006 "Add Memo": "新增備忘錄",1006 "Add Memo": "新增備忘錄",
1007 "Text or token ids": "文字或符記 ID",1007 "Text or token ids": "文字或符元 ID",
1008 "close": "關閉",1008 "close": "關閉",
1009 "prompt_manager_edit": "編輯",1009 "prompt_manager_edit": "編輯",
1010 "prompt_manager_name": "名稱",1010 "prompt_manager_name": "名稱",
@@ -1115,8 +1115,8 @@
1115 "Global Negatives": "全域負面提示詞",1115 "Global Negatives": "全域負面提示詞",
1116 "Custom Separator:": "自訂分隔符:",1116 "Custom Separator:": "自訂分隔符:",
1117 "Insertion Depth:": "插入深度:",1117 "Insertion Depth:": "插入深度:",
1118 "Token Probabilities": "符記機率",1118 "Token Probabilities": "符元機率",
1119 "Select a token to see alternatives considered by the AI.": "選擇一個符記以檢視 AI 考慮的替代方案",1119 "Select a token to see alternatives considered by the AI.": "選擇一個符元以檢視 AI 考慮的替代方案",
1120 "Not connected to API!": "未連線到 API!",1120 "Not connected to API!": "未連線到 API!",
1121 "Type a message, or /? for help": "輸入一則訊息,或輸入 /? 取得支援",1121 "Type a message, or /? for help": "輸入一則訊息,或輸入 /? 取得支援",
1122 "Continue script execution": "繼續腳本執行",1122 "Continue script execution": "繼續腳本執行",
@@ -1208,7 +1208,7 @@
1208 "ext_sum_target_length_3": "字)",1208 "ext_sum_target_length_3": "字)",
1209 "ext_sum_api_response_length_1": "API 響應長度",1209 "ext_sum_api_response_length_1": "API 響應長度",
1210 "ext_sum_api_response_length_2": "(",1210 "ext_sum_api_response_length_2": "(",
1211 "ext_sum_api_response_length_3": "個符記)",1211 "ext_sum_api_response_length_3": "個符元)",
1212 "ext_sum_0_default": "0 = 預設",1212 "ext_sum_0_default": "0 = 預設",
1213 "ext_sum_raw_max_msg": "[原始] 每個請求的最大訊息數",1213 "ext_sum_raw_max_msg": "[原始] 每個請求的最大訊息數",
1214 "ext_sum_0_unlimited": "0 = 無限制",1214 "ext_sum_0_unlimited": "0 = 無限制",
@@ -1649,7 +1649,7 @@
1649 "Hint:": "提示:",1649 "Hint:": "提示:",
1650 "Hint: Set the URL in the API connection settings.": "提示:在 API 連線設置中設定 URL。",1650 "Hint: Set the URL in the API connection settings.": "提示:在 API 連線設置中設定 URL。",
1651 "Horde": "Horde",1651 "Horde": "Horde",
1652 "HuggingFace Token": "HuggingFace 符記",1652 "HuggingFace Token": "HuggingFace 符元",
1653 "Image Captioning": "圖片標註",1653 "Image Captioning": "圖片標註",
1654 "Image Type - talkinghead (extras)": "圖片類型 - talkinghead(額外選項)",1654 "Image Type - talkinghead (extras)": "圖片類型 - talkinghead(額外選項)",
1655 "Injection Position": "插入位置",1655 "Injection Position": "插入位置",