Update zh-cn.json (#2336)
* Update zh-cn.json More fixes * little fix * reorder keys for better edit exp * add missing keys * little fix * Split welcome menu text --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
parent
d8949fddc7
commit
9128c2128e
|
@ -889,7 +889,9 @@
|
|||
"Chat API": " API de chat",
|
||||
"and pick a character": "y elige un personaje",
|
||||
"in the chat bar": "en la barra de chat",
|
||||
"You can browse a list of bundled characters in the Download Extensions & Assets menu within": "Puedes explorar una lista de personajes incluidos en el menú de Download Extensions & Assets dentro de ",
|
||||
"You can browse a list of bundled characters in the": "Puedes explorar una lista de personajes incluidos en el menú de",
|
||||
"Download Extensions & Assets": "Download Extensions & Assets",
|
||||
"menu within": "dentro de",
|
||||
"Confused or lost?": "¿Confundido o perdido?",
|
||||
"click these icons!": "¡Haz clic en estos iconos!",
|
||||
"SillyTavern Documentation Site": "Sitio de documentación de SillyTavern",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1409,7 +1409,9 @@
|
|||
"Wraps activated World Info entries before inserting into the prompt.": "在插入提示詞前包裝已啟用的世界資訊條目。",
|
||||
"write short replies, write replies using past tense": "撰寫簡短回覆,使用過去式撰寫回覆",
|
||||
"Yes": "是",
|
||||
"You can browse a list of bundled characters in the Download Extensions & Assets menu within": "您可以在「下載擴充套件和資產」選單中瀏覽內建角色人物列表",
|
||||
"You can browse a list of bundled characters in the": "您可以在",
|
||||
"Download Extensions & Assets": "下載擴充套件和資產",
|
||||
"menu within": "選單中瀏覽內建角色人物列表",
|
||||
"Your Persona": "您的玩家角色人物",
|
||||
"Z-A": "Z-A",
|
||||
"Zen Sliders": "Zen 滑桿"
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
<li><span data-i18n="char_import_4">Pygmalion.chat Character (Direct Link or UUID)</span><br><span data-i18n="char_import_example">Example:</span> <tt>a7ca95a1-0c88-4e23-91b3-149db1e78ab9</tt></li>
|
||||
<li><span data-i18n="char_import_5">AICharacterCard.com Character (Direct Link or ID)</span><br><span data-i18n="char_import_example">Example:</span> <tt>AICC/aicharcards/the-game-master</tt></li>
|
||||
<li><span data-i18n="char_import_6">Direct PNG Link (refer to</span> <code>config.yaml</code><span data-i18n="char_import_7"> for allowed hosts)</span><br><span data-i18n="char_import_example">Example:</span> <tt>https://files.catbox.moe/notarealfile.png</tt></li>
|
||||
<li><span data-i18n="char_import_7">RisuRealm Character (Direct Link)<br><span data-i18n="char_import_example">Example:</span> <tt>https://realm.risuai.net/character/3ca54c71-6efe-46a2-b9d0-4f62df23d712</tt></li>
|
||||
<li><span data-i18n="char_import_8">RisuRealm Character (Direct Link)</span><br><span data-i18n="char_import_example">Example:</span> <tt>https://realm.risuai.net/character/3ca54c71-6efe-46a2-b9d0-4f62df23d712</tt></li>
|
||||
<ul>
|
||||
|
|
|
@ -14,7 +14,19 @@
|
|||
<span data-i18n="Click ">Click </span><code><i class="fa-solid fa-address-card"></i></code><span data-i18n="and pick a character."> and pick a character.</span>
|
||||
</li>
|
||||
</ol>
|
||||
<span data-i18n="You can browse a list of bundled characters in the Download Extensions & Assets menu within">You can browse a list of bundled characters in the <i>Download Extensions & Assets</i> menu within </span><code><i class="fa-solid fa-cubes"></i></code><span>.</span>
|
||||
<div>
|
||||
<span data-i18n="You can browse a list of bundled characters in the">
|
||||
You can browse a list of bundled characters in the
|
||||
</span>
|
||||
<i data-i18n="Download Extensions & Assets">
|
||||
Download Extensions & Assets
|
||||
</i>
|
||||
<span data-i18n="menu within">
|
||||
menu within
|
||||
</span>
|
||||
<code><i class="fa-solid fa-cubes"></i></code>
|
||||
<span>.</span>
|
||||
</div>
|
||||
<hr>
|
||||
<h3 data-i18n="Confused or lost?">Confused or lost?</h3>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue