Add some missing i18n keys

This commit is contained in:
Karl Lee 2024-06-09 04:42:22 +08:00
parent 3499ec3f79
commit 0ccd96c950
2 changed files with 6 additions and 3 deletions

View File

@ -622,7 +622,7 @@
</button> </button>
</VideoInputMenu> </VideoInputMenu>
{:else} {:else}
<Tooltip content="Camera"> <Tooltip content="{$i18n.t('Camera')}">
<button <button
class=" p-3 rounded-full bg-gray-50 dark:bg-gray-900" class=" p-3 rounded-full bg-gray-50 dark:bg-gray-900"
type="button" type="button"
@ -658,9 +658,9 @@
<button type="button"> <button type="button">
<div class=" line-clamp-1 text-sm font-medium"> <div class=" line-clamp-1 text-sm font-medium">
{#if loading} {#if loading}
Thinking... {$i18n.t('Thinking...')}
{:else} {:else}
Listening... {$i18n.t('Listening...')}
{/if} {/if}
</div> </div>
</button> </button>

View File

@ -74,6 +74,7 @@
"Bypass SSL verification for Websites": "绕过网站的 SSL 验证", "Bypass SSL verification for Websites": "绕过网站的 SSL 验证",
"Call": "呼叫", "Call": "呼叫",
"Call feature is not supported when using Web STT engine": "使用 Web 语音转文字引擎时不支持呼叫功能。", "Call feature is not supported when using Web STT engine": "使用 Web 语音转文字引擎时不支持呼叫功能。",
"Camera": "摄像头",
"Cancel": "取消", "Cancel": "取消",
"Capabilities": "能力", "Capabilities": "能力",
"Change Password": "更改密码", "Change Password": "更改密码",
@ -276,6 +277,7 @@
"Language": "语言", "Language": "语言",
"Last Active": "最后在线时间", "Last Active": "最后在线时间",
"Light": "浅色", "Light": "浅色",
"Listening...": "正在倾听...",
"LLMs can make mistakes. Verify important information.": "大语言模型可能会生成误导性错误信息,请对关键信息加以验证。", "LLMs can make mistakes. Verify important information.": "大语言模型可能会生成误导性错误信息,请对关键信息加以验证。",
"Local Models": "本地模型", "Local Models": "本地模型",
"LTR": "从左至右", "LTR": "从左至右",
@ -484,6 +486,7 @@
"Thanks for your feedback!": "感谢您的反馈!", "Thanks for your feedback!": "感谢您的反馈!",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "分值应介于 0.00%)和 1.0100%)之间。", "The score should be a value between 0.0 (0%) and 1.0 (100%).": "分值应介于 0.00%)和 1.0100%)之间。",
"Theme": "主题", "Theme": "主题",
"Thinking...": "正在思考...",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "这将确保您的宝贵对话被安全地保存到后台数据库中。感谢!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "这将确保您的宝贵对话被安全地保存到后台数据库中。感谢!",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "这是一个实验功能,可能不会如预期那样工作,而且可能随时发生变化。", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "这是一个实验功能,可能不会如预期那样工作,而且可能随时发生变化。",
"This setting does not sync across browsers or devices.": "此设置不会在浏览器或设备之间同步。", "This setting does not sync across browsers or devices.": "此设置不会在浏览器或设备之间同步。",