Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: js/ko/zh missing translations #1307

Merged
merged 1 commit into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion lib/l10n/app_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,10 @@
"hostEventMessage": "<b>{fromDisplayName}</b> が <b>{viewers}</b> 人のパーティーでホストしています。",
"hypeTrainEventProgress": "ハイプトレインレベル <b>{level}</b> が進行中です! <b>{progressPercent}%</b> 完了しました!",
"hypeTrainEventEndedSuccessful": "ハイプトレインレベル <b>{level}</b> が成功しました。",
"hypeTrainEventEndedUnsuccessful": "ハイプトレインレベル <b>{level}</b> が失敗しました。"
"hypeTrainEventEndedUnsuccessful": "ハイプトレインレベル <b>{level}</b> が失敗しました。",
"sampleMessage": "これは音声合成のサンプルメッセージです。",
"actionMessage": "{author} {text}",
"saidMessage": "{author} は次のように言った: {text}",
"textToSpeechEnabled": "テキスト読み上げ機能が有効",
"textToSpeechDisabled": "テキスト読み上げが無効になっています"
}
7 changes: 6 additions & 1 deletion lib/l10n/app_ko.arb
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,10 @@
"hostEventMessage": "<b>{fromDisplayName}</b>님이 <b>{viewers}</b>명의 파티와 함께 호스팅 중입니다.",
"hypeTrainEventProgress": "하이프 트레인 레벨 <b>{level}</b> 진행 중! <b>{progressPercent}%</b> 완료!",
"hypeTrainEventEndedSuccessful": "하이프 트레인 레벨 <b>{level}</b> 성공.",
"hypeTrainEventEndedUnsuccessful": "하이프 트레인 레벨 <b>{level}</b> 실패."
"hypeTrainEventEndedUnsuccessful": "하이프 트레인 레벨 <b>{level}</b> 실패.",
"sampleMessage": "이것은 텍스트 음성 변환을 위한 샘플 메시지입니다.",
"actionMessage": "{author} {text}",
"saidMessage": "{author} 님이 말했습니다: {text}",
"textToSpeechEnabled": "텍스트 음성 변환 활성화됨",
"textToSpeechDisabled": "텍스트 음성 변환이 비활성화되었습니다"
}
9 changes: 7 additions & 2 deletions lib/l10n/app_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"searchChannels": "搜索",
"raidAChannel": "袭击",
"noMessagesEmptyState": "太安静了",
"newMessageCount": "",
"newMessageCount": "{count,plural, =0{沒有新訊息} =1{1 則新訊息} other{{count} 則新訊息}}",
"signInWithTwitch": "Twitch 登录",
"signInError": "登录时出错。请重试。",
"continueAsGuest": "以访客继续",
Expand Down Expand Up @@ -156,5 +156,10 @@
"hostEventMessage": "<b>{fromDisplayName}</b> 正在主持,带着 <b>{viewers}</b> 位观众。",
"hypeTrainEventProgress": "热潮列车等級 <b>{level}</b> 進行中!已完成 <b>{progressPercent}%</b>!",
"hypeTrainEventEndedSuccessful": "热潮列车等級 <b>{level}</b> 成功。",
"hypeTrainEventEndedUnsuccessful": "热潮列车等級 <b>{level}</b> 失敗。"
"hypeTrainEventEndedUnsuccessful": "热潮列车等級 <b>{level}</b> 失敗。",
"sampleMessage": "這是文字轉語音的訊息範例。",
"actionMessage": "{author} {text}",
"saidMessage": "{author} 說: {text}",
"textToSpeechEnabled": "已啟用文字轉語音",
"textToSpeechDisabled": "文字轉語音已停用"
}
7 changes: 6 additions & 1 deletion lib/l10n/app_zh_Hant.arb
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,10 @@
"hostEventMessage": "<b>{fromDisplayName}</b> 正在主持,帶著 <b>{viewers}</b> 位觀眾。",
"hypeTrainEventProgress": "熱潮列車等級 <b>{level}</b> 進行中!已完成 <b>{progressPercent}%</b>!",
"hypeTrainEventEndedSuccessful": "熱潮列車等級 <b>{level}</b> 成功。",
"hypeTrainEventEndedUnsuccessful": "熱潮列車等級 <b>{level}</b> 失敗。"
"hypeTrainEventEndedUnsuccessful": "熱潮列車等級 <b>{level}</b> 失敗。",
"sampleMessage": "这是文字转语音的信息示例。",
"actionMessage":"{author} {text}",
"saidMessage": "{author} 說:{text}",
"textToSpeechEnabled": "已启用文本转语音",
"textToSpeechDisabled": "已禁用文本转语音"
}
Loading