Skip to content

Commit

Permalink
fix: language_use
Browse files Browse the repository at this point in the history
  • Loading branch information
Buffett111 committed Feb 18, 2025
1 parent 19b2d11 commit 1382985
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"preparation": "1. 準備",
"preparationDesc": "教師創建討論模板並設置動態時間表以進行結構化學習會話。",
"joinSession": "2. 加入會話",
"joinSessionDesc": "學生通過掃描會話二維碼輕鬆加入討論,然後組建或加入小組。",
"joinSessionDesc": "學生通過掃描會話QRcode輕鬆加入討論,然後組建或加入小組。",
"discussion": "3. 討論",
"discussionDesc": "AI協助指導個人反思、小組討論,並幫助保持對主題的關注。",
"analysis": "4. 分析",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/QrScanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
zh: {
stopCamera: '停止相機',
startCamera: '啟動相機',
uploadQrImage: '上傳二維碼圖片',
uploadQrImage: '上傳QRcode圖片',
errorScanning: '掃描過程中出錯:',
errorStartingCamera: '啟動相機過程中出錯:',
errorScanningFile: '掃描文件過程中出錯:',
unableToFindQr: '無法在圖像中找到二維碼。請確保圖像清晰並包含有效的二維碼'
unableToFindQr: '無法在圖像中找到QRcode。請確保圖像清晰並包含有效的QRcode'
}
};
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/session/HostView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
zh: {
joinSession: '加入會話',
joinSessionDesc: '請掃描二維碼或輸入代碼以加入會話',
joinSessionDesc: '請掃描QRcode或輸入代碼以加入會話',
showCode: '顯示代碼',
showCodeDesc: '顯示一個6位數的代碼供參與者加入會話。',
finalSummary: '最終總結',
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
preparation: '1. 準備',
preparationDesc: '教師創建討論模板並設置動態時間表以進行結構化學習會話。',
joinSession: '2. 加入會話',
joinSessionDesc: '學生通過掃描會話二維碼輕鬆加入討論,然後組建或加入小組。',
joinSessionDesc: '學生通過掃描會話QRcode輕鬆加入討論,然後組建或加入小組。',
discussion: '3. 討論',
discussionDesc: 'AI協助指導個人反思、小組討論,並幫助保持對主題的關注。',
analysis: '4. 分析',
Expand Down
2 changes: 1 addition & 1 deletion src/routes/join/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
zh: {
joinSession: '加入討論會話',
scanQr: '掃描會話主持人提供的二維碼以加入討論',
scanQr: '掃描會話主持人提供的QRcode以加入討論',
enterCode: '或者請輸入6位數的代碼以加入。',
joinButton: '加入會話',
enterCodePlaceholder: '輸入代碼'
Expand Down

0 comments on commit 1382985

Please sign in to comment.