Skip to content

Commit

Permalink
Fixed a bug when showing the correct color, re translated turkish to …
Browse files Browse the repository at this point in the history
…add missing messages
  • Loading branch information
Mister-Mario committed Apr 6, 2024
1 parent 84d94e2 commit 93b0ee7
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 52 deletions.
9 changes: 4 additions & 5 deletions webapp/src/components/questionView/QuestionView.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ function QuestionView(){
function revealColorsForAnswers(){
let colorCorrectAnswer='#6EF26E';//green
let colorIncorrectAnswer='#FF6666'; //red
$('.answerButton').each(function() {
var dataValue = $(this).data('value');
$('.answerButton').each(function() {
let dataValue = $(this).attr('data-value');
if (dataValue === false || dataValue === "false")
$(this).css('background-color', colorIncorrectAnswer); // Cambia el color de fondo del botón actual a rojo

Expand Down Expand Up @@ -101,10 +101,9 @@ function QuestionView(){

return (
<div className="question-view-container">
{/*Nav*/}
{numQuestion >= 0 ?
<QuestionComponent t={t} questions={questions} numQuestion={numQuestion} handleClick={handleClick} points={points}/> :
<h1>Please Wait a bit...</h1> }
<h1>{t("questionView.no_questions_message")}</h1> }
</div>);
}

Expand All @@ -126,7 +125,7 @@ function QuestionComponent({questions, numQuestion, handleClick, t, points}){
<div className='topPanel'>
<h2>{questions[numQuestion].getQuestion()}</h2>
<div className="countdown">
<Countdown key={numQuestion} date={Date.now()+4000} renderer={renderer} onComplete={handleClick.bind(this,"no-answer")} />
<Countdown key={numQuestion} date={Date.now()+20000} renderer={renderer} onComplete={handleClick.bind(this,"no-answer")} />
</div>
</div>
<div className="answerPanel">
Expand Down
3 changes: 2 additions & 1 deletion webapp/src/translations/en/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"question_counter":"Question number ",
"end_countdown":"Time's up!",
"finished_game":"The game has finished!",
"point":"Points"
"point":"Points",
"no_questions_message":"Please wait a bit"
},
"historicalView":{
"game":"Game",
Expand Down
3 changes: 2 additions & 1 deletion webapp/src/translations/es/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"question_counter":"Pregunta nº ",
"end_countdown":"¡Se acabó el tiempo!",
"finished_game":"¡El juego se ha terminado!",
"point":"Puntos"
"point":"Puntos",
"no_questions_message":"Please wait a bit"
},
"historicalView":{
"game":"Partida",
Expand Down
88 changes: 43 additions & 45 deletions webapp/src/translations/tk/global.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,69 @@
{
"home": {
"welcome": "WIQ'e hoş geldiniz!",
"how_to_play": "Nasıl Oynanır?",
"login": "Giriş Yap",
"register": "Hesabınız yok mu? Buradan kaydolun.",
"language": "Dil Türkçe olarak değiştirildi",
"msg1": "Bilgi meydan okumasına hoş geldiniz! Zihninizi test etmeye ve becerilerinizi göstermeye hazır olun. Bu heyecan verici oyunda, çeşitli konulardaki bilginizi test edecek bir dizi soruyla karşılaşacaksınız.",
"msg2": "Öyleyse ilerleyin, soruların ustası olduğunuzu kanıtlayın! Meydan okumayı kabul etmeye hazır mısınız?"
},

"navBar": {
"welcome": "WIQ'a hoş geldiniz!",
"how_to_play": "Nasıl Oynanır?",
"login": "Giriş yap",
"register": "Hesabınız yok mu? Buradan kaydolun.",
"language": "Dil İspanyolca olarak değiştirildi",
"msg1": "Bilgi meydan okumasına hoş geldiniz! Zihninizin becerilerini ve bilginizi test etmeye hazırlanın. Bu heyecan verici oyununuzda, çeşitli konulardaki bilginizi sınayacak bir dizi soruyla karşılaşacaksınız.",
"msg2": "Öyleyse, kendinizi soruların efendisi olarak kanıtlamaya hazır mısınız? Meydan okumayı kabul etmeye hazır mısınız?"
},
"navBar": {
"title": "Bil ve Kazan!",
"en": "İngilizce",
"es": "İspanyolca",
"tk": "Türkçe",
"language": "Dil"
},

"instructions": {
},
"instructions": {
"title": "WIQ Talimatları",
"objective": "Amaç:",
"objective_p1": "Oyunun amacı mümkün olduğunca çok soruyu doğru cevaplamaktır.",
"how_to_play": "Nasıl Oynanır:",
"how_to_play_p1": "Oyun bir dizi sorudan oluşur.",
"how_to_play_p2": "Her soruyu dikkatlice oku.",
"how_to_play_p3": "Verilen seçeneklerden doğru cevabı seç.",
"how_to_play_p4": "Seçtiğin cevabı göndermek için tıkla veya dokun.",


"how_to_play_p2": "Her soruyu dikkatlice okuyun.",
"how_to_play_p3": "Sağlanan seçeneklerden doğru cevabı seçin.",
"how_to_play_p4": "Seçtiğiniz cevabı göndermek için tıklayın veya dokunun.",
"scoring": "Puanlama:",
"scoring_p1": "Her doğru cevap x puan kazandırır.",
"scoring_p2": "Yanlış cevaplar puanları düşürmez.",
"time_limit": "Zaman Sınırlaması:",
"time_limit_p1": "Bazı oyun modları her soruya cevap verme için bir zaman sınırlamasına sahip olabilir. Puanını maksimize etmek için hızlı ve doğru ol.",
"have_fun": "İyi Eğlenceler!",
"have_fun_p1": "Oyunun tadını çıkar ve bilgilerini test et. İyi şanslar!"
},

"login": {
"title": "Giriş Yap",
"scoring_p1": "Her doğru cevap size x puan kazandırır.",
"scoring_p2": "Yanlış cevaplar puan kaybettirmez.",
"time_limit": "Zaman Sınırı:",
"time_limit_p1": "Bazı oyun modları her soruya cevap vermek için bir zaman sınırına sahip olabilir. En yüksek puanı almak için hızlı ve doğru olun.",
"have_fun": "İyi eğlenceler!",
"have_fun_p1": "Oyunun tadını çıkarın ve bilginizi sınamaktan keyif alın. İyi şanslar!"
},
"login": {
"title": "Giriş yap",
"username_placeholder": "Kullanıcı adı",
"password_placeholder": "Şifre",
"remember_me": "Beni hatırla",
"forgot_password": "Şifrenizi mi unuttunuz?",
"login_button": "Giriş yap",
"register_link": "Hesabınız yok mu? Buradan kaydolun."
},

"addUser": {
"title": "Kaydol",
},
"addUser": {
"title": "Kayıt Ol",
"username_placeholder": "Kullanıcı adı",
"password_placeholder": "Şifre",
"repeat_password_placeholder": "Şifreyi tekrar girin",
"register_button": "Kaydol",
"repeat_password_placeholder": "Şifreyi tekrarlayın",
"register_button": "Kayıt ol",
"login_link": "Zaten bir hesabınız mı var? Buradan giriş yapın."
},

"gameMenu": {
},
"gameMenu": {
"history_button": "Geçmişi Görüntüle",
"new_game_button": "Yeni oyun oluştur",
"new_game_button": "Yeni Oyun Oluştur",
"title": "Oyun Menüsü"
},

"questionView": {
},
"questionView": {
"seconds": "saniye",
"question_counter": "Soru numarası: ",
"end_countdown": "Süre doldu!"
}
"question_counter": "Soru no. ",
"end_countdown": "Zaman doldu!",
"finished_game": "Oyun bitti!",
"point": "Puan",
"no_questions_message": "Lütfen biraz bekleyin"
},
"historicalView": {
"game": "Oyun",
"points": "puanlar"
}
}

0 comments on commit 93b0ee7

Please sign in to comment.