Skip to content

Commit

Permalink
fix: js/ko/zh missing translations (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop authored Aug 3, 2024
1 parent 2c8fca3 commit 3f467f7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
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": "已禁用文本转语音"
}

0 comments on commit 3f467f7

Please sign in to comment.