File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export default {
2828 unauthorizedTips : 'Unauthorized, please verify first.' ,
2929 } ,
3030 chat : {
31+ newChatButton : 'New Chat' ,
3132 placeholder : 'Ask me anything...(Shift + Enter = line break)' ,
3233 placeholderMobile : 'Ask me anything...' ,
3334 copy : 'Copy' ,
@@ -70,6 +71,7 @@ export default {
7071 balance : 'API Balance' ,
7172 } ,
7273 store : {
74+ siderButton : 'Prompt Store' ,
7375 local : 'Local' ,
7476 online : 'Online' ,
7577 title : 'Title' ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export default {
2828 unauthorizedTips : '未经授权,请先进行验证。' ,
2929 } ,
3030 chat : {
31+ newChatButton : '新建聊天' ,
3132 placeholder : '来说点什么吧...(Shift + Enter = 换行)' ,
3233 placeholderMobile : '来说点什么...' ,
3334 copy : '复制' ,
@@ -70,6 +71,7 @@ export default {
7071 balance : 'API余额' ,
7172 } ,
7273 store : {
74+ siderButton : '提示词商店' ,
7375 local : '本地' ,
7476 online : '在线' ,
7577 title : '标题' ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export default {
2828 unauthorizedTips : '未經授權,請先進行驗證。' ,
2929 } ,
3030 chat : {
31+ newChatButton : '新建對話' ,
3132 placeholder : '來說點什麼...(Shift + Enter = 換行)' ,
3233 placeholderMobile : '來說點什麼...' ,
3334 copy : '複製' ,
@@ -70,6 +71,7 @@ export default {
7071 balance : 'API余額' ,
7172 } ,
7273 store : {
74+ siderButton : '提示詞商店' ,
7375 local : '本機' ,
7476 online : '線上' ,
7577 title : '標題' ,
Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ watch(
7373 <main class =" flex flex-col flex-1 min-h-0" >
7474 <div class =" p-4" >
7575 <NButton dashed block @click =" handleAdd" >
76- New chat
76+ {{ $t(' chat.newChatButton') }}
7777 </NButton >
7878 </div >
7979 <div class =" flex-1 min-h-0 pb-4 overflow-hidden" >
8080 <List />
8181 </div >
8282 <div class =" p-4" >
8383 <NButton block @click =" show = true" >
84- Prompt Store
84+ {{ $t('store.siderButton') }}
8585 </NButton >
8686 </div >
8787 </main >
You can’t perform that action at this time.
0 commit comments