mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
update:优化英文显示
This commit is contained in:
@@ -199,7 +199,7 @@ export default {
|
||||
'register.passwordRequired': 'Password cannot be empty',
|
||||
'register.confirmPasswordRequired': 'Confirm password cannot be empty',
|
||||
'register.goToLogin': 'Already have an account, go to login',
|
||||
'register.agreeTo': 'Registering means you agree to the',
|
||||
'register.agreeTo': 'register implies acceptance of',
|
||||
'register.userAgreement': 'User Agreement',
|
||||
'register.and': 'and',
|
||||
'register.privacyPolicy': 'Privacy Policy',
|
||||
@@ -489,6 +489,8 @@ export default {
|
||||
|
||||
// Home page text
|
||||
'home.addAgent': 'Add Agent',
|
||||
'home.greeting': 'Hi Jarvis',
|
||||
'home.wish': "Let's have a wonderful day!",
|
||||
'home.languageModel': 'LLM',
|
||||
'home.voiceModel': 'TTS',
|
||||
'home.configureRole': 'Config Role',
|
||||
|
||||
@@ -489,6 +489,8 @@ export default {
|
||||
|
||||
// 首页文本
|
||||
'home.addAgent': '添加智能体',
|
||||
'home.greeting': '你好小智',
|
||||
'home.wish': '让我们度过美好的一天!',
|
||||
'home.languageModel': '语言模型',
|
||||
'home.voiceModel': '音色模型',
|
||||
'home.configureRole': '配置角色',
|
||||
|
||||
@@ -417,6 +417,8 @@ export default {
|
||||
|
||||
// 首頁文本
|
||||
'home.addAgent': '添加智能體',
|
||||
'home.greeting': '你好小智',
|
||||
'home.wish': '讓我們度過美好的一天!',
|
||||
'home.languageModel': '語言模型',
|
||||
'home.voiceModel': '音色模型',
|
||||
'home.configureRole': '配置角色',
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
<div class="add-device">
|
||||
<div class="add-device-bg">
|
||||
<div class="hellow-text" style="margin-top: 30px;">
|
||||
你好小智
|
||||
{{ $t('home.greeting') }}
|
||||
</div>
|
||||
<div class="hellow-text">
|
||||
让我们度过美好的一天!
|
||||
{{ $t('home.wish') }}
|
||||
</div>
|
||||
<div class="hi-hint">
|
||||
let's have a wonderful day!
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
<el-dropdown trigger="click" class="title-language-dropdown"
|
||||
@visible-change="handleLanguageDropdownVisibleChange">
|
||||
<span class="el-dropdown-link">
|
||||
<i class="el-icon-document"></i>
|
||||
<span class="current-language-text">{{ currentLanguageText }}</span>
|
||||
<i class="el-icon-arrow-down el-icon--right" :class="{ 'rotate-down': languageDropdownVisible }"></i>
|
||||
</span>
|
||||
@@ -332,7 +331,7 @@ export default {
|
||||
}
|
||||
|
||||
.title-language-dropdown {
|
||||
margin-left: 20px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.current-language-text {
|
||||
|
||||
Reference in New Issue
Block a user