privateboard 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +229 -51
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/public/agent-profile.js +0 -2
- package/public/app.js +765 -61
- package/public/home.html +609 -1
- package/public/i18n.js +2 -0
- package/public/index.html +726 -95
- package/public/themes.css +38 -0
- package/public/typing-sfx.js +58 -1
- package/public/user-settings.js +3 -1
package/public/i18n.js
CHANGED
|
@@ -392,6 +392,7 @@
|
|
|
392
392
|
|
|
393
393
|
rt_speaking: "Speaking",
|
|
394
394
|
rt_thinking: "Thinking",
|
|
395
|
+
rt_user_title: "Chairman",
|
|
395
396
|
rt_toggle_transcript: "Transcript",
|
|
396
397
|
rt_toggle_roundtable: "Round table",
|
|
397
398
|
rt_toggle_enable_voice: "Voice mode",
|
|
@@ -1172,6 +1173,7 @@ When the room ___, raise an objection.`,
|
|
|
1172
1173
|
|
|
1173
1174
|
rt_speaking: "正在说话",
|
|
1174
1175
|
rt_thinking: "思考中",
|
|
1176
|
+
rt_user_title: "董事长",
|
|
1175
1177
|
rt_toggle_transcript: "字幕",
|
|
1176
1178
|
rt_toggle_roundtable: "圆桌",
|
|
1177
1179
|
rt_toggle_enable_voice: "语音模式",
|