feat: Enhance ChatAssistant component with dynamic privacy prompt and localization support; update various UI elements for improved accessibility and user experience
Fix product card width on mobile.
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
export default {
|
||||
"privacyRead": "已阅读并接受",
|
||||
"telegramAssistantIntro": "你也可以在 Telegram 上联系 Growheads 助手:",
|
||||
"telegramAssistantLink": "t.me/Growheads_de_Bot"
|
||||
"privacyPromptBefore": "请确认您已阅读 ",
|
||||
"privacyPolicyLink": "隐私政策",
|
||||
"privacyPromptAfter": " 并同意。 ",
|
||||
"telegramAssistantIntro": "您也可以在 Telegram 上联系 Growheads 助手:",
|
||||
"telegramAssistantLink": "t.me/Growheads_de_Bot",
|
||||
"assistantTitle": "助手",
|
||||
"placeholderRecording": "录音中…",
|
||||
"inputPlaceholder": "您可以向我询问关于 cannabis 品种的问题…",
|
||||
"send": "发送",
|
||||
"closeAria": "关闭助手",
|
||||
"micStartAria": "开始语音录音",
|
||||
"micStopAria": "停止录音",
|
||||
"uploadImageAria": "上传图片",
|
||||
"micPermissionDenied": "无法访问麦克风。请检查您的浏览器权限。",
|
||||
"uploadedImageAlt": "已上传的图片"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user