Skip to content

Commit 27acefc

Browse files
authored
Merge pull request #126 from CodeDead/feature/rollercoaster
Feature/rollercoaster
2 parents 95710d6 + c756bca commit 27acefc

13 files changed

+22
-8
lines changed

src/main/java/com/codedead/opal/controller/LanguageController.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static int getLanguageIndexFromLocale(final String locale) {
2222
case "de-de" -> 1;
2323
case "es-es" -> 2;
2424
case "fr-fr" -> 3;
25-
case "hi" -> 4;
25+
case "hi-in" -> 4;
2626
case "jp-jp" -> 5;
2727
case "nl-nl" -> 6;
2828
case "ru-ru" -> 7;
@@ -43,7 +43,7 @@ public static String getLocaleFromLanguageIndex(final int index) {
4343
case 1 -> "de-DE";
4444
case 2 -> "es-ES";
4545
case 3 -> "fr-FR";
46-
case 4 -> "hi";
46+
case 4 -> "hi-in";
4747
case 5 -> "jp-JP";
4848
case 6 -> "nl-NL";
4949
case 7 -> "ru-RU";
1.22 MB
Binary file not shown.

src/main/resources/translations/OpalApplication.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=Metronome (fast)
9999
PlayPause=Play / Pause
100100
PlayPauseError=Unable to play / pause!
101101
Dolphins=Dolphins
102+
RollerCoaster=Roller coaster

src/main/resources/translations/OpalApplication_de_DE.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=Schnelles Metronom
9999
PlayPause=Abspielen / Pause
100100
PlayPauseError=Abspielen / Pause konnte nicht ausgeführt werden!
101101
Dolphins=Delfine
102+
RollerCoaster=Achterbahn

src/main/resources/translations/OpalApplication_es_ES.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=Metronomo rápido
9999
PlayPause=Reproducir / Pausa
100100
PlayPauseError=¡No se puede reproducir / pausar el sonido!
101101
Dolphins=Delfines
102+
RollerCoaster=Montaña rusa

src/main/resources/translations/OpalApplication_fr_FR.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=Métronome rapide
9999
PlayPause=Lecture / Pause
100100
PlayPauseError=Impossible de lire / mettre en pause!
101101
Dolphins=Dauphins
102+
RollerCoaster=Montagnes russes

src/main/resources/translations/OpalApplication_hi.properties src/main/resources/translations/OpalApplication_hi_IN.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=मेट्रोनोम (तेज़)
9999
PlayPause=चालू करे रोके
100100
PlayPauseError=चलाने/रोकने में असमर्थ!
101101
Dolphins=डाल्फिन
102+
RollerCoaster=रोलर कोस्टर

src/main/resources/translations/OpalApplication_jp_JP.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=速いメトロノーム
9999
PlayPause=再生/一時停止
100100
PlayPauseError=再生/一時停止できません!
101101
Dolphins=イルカ
102+
RollerCoaster=ローラーコースター

src/main/resources/translations/OpalApplication_nl_NL.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=Metronoom (snel)
9999
PlayPause=Afspelen / Pauzeren
100100
PlayPauseError=Kan niet afspelen / pauzeren!
101101
Dolphins=Dolfijnen
102+
RollerCoaster=Achtbaan

src/main/resources/translations/OpalApplication_ru_RU.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=Быстрый метроном
9999
PlayPause=Воспроизведение / Пауза
100100
PlayPauseError=Невозможно воспроизвести / приостановить воспроизведение!
101101
Dolphins=Дельфины
102+
RollerCoaster=Американские горки

src/main/resources/translations/OpalApplication_tr_TR.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=Hızlı metronom
9999
PlayPause=Oynat / Duraklat
100100
PlayPauseError=Oynatma / Duraklatma düğmesi oluşturulamıyor!
101101
Dolphins=Yunuslar
102+
RollerCoaster=Lunapark treni

src/main/resources/translations/OpalApplication_zh_CN.properties

+1
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ FastMetronome=快节拍器
9999
PlayPause=播放 / 暂停
100100
PlayPauseError=无法播放 / 暂停!
101101
Dolphins=海豚
102+
RollerCoaster=过山车

src/main/resources/windows/MainWindow.fxml

+10-6
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
<RowConstraints vgrow="ALWAYS"/>
416416
<RowConstraints vgrow="ALWAYS"/>
417417
<RowConstraints vgrow="ALWAYS"/>
418+
<RowConstraints vgrow="ALWAYS"/>
418419
</rowConstraints>
419420

420421
<columnConstraints>
@@ -430,22 +431,25 @@
430431
<SoundPane GridPane.rowIndex="2" name="%Sleepy"
431432
mediaKey="sleepy" mediaPath="/audio/sleepy.mp3"
432433
image="/images/sleepy.png"/>
433-
<SoundPane GridPane.rowIndex="3" name="%Gong"
434+
<SoundPane GridPane.rowIndex="3" name="%RollerCoaster"
435+
mediaKey="train" mediaPath="/audio/rollercoaster.mp3"
436+
image="/images/train.png"/>
437+
<SoundPane GridPane.rowIndex="4" name="%Gong"
434438
mediaKey="gong" mediaPath="/audio/gong.mp3"
435439
image="/images/gong.png"/>
436-
<SoundPane GridPane.rowIndex="4" name="%BellTower"
440+
<SoundPane GridPane.rowIndex="5" name="%BellTower"
437441
mediaKey="belltower" mediaPath="/audio/belltower.mp3"
438442
image="/images/belltower.png"/>
439-
<SoundPane GridPane.rowIndex="5" name="%Space"
443+
<SoundPane GridPane.rowIndex="6" name="%Space"
440444
mediaKey="space" mediaPath="/audio/space.mp3"
441445
image="/images/space.png"/>
442-
<SoundPane GridPane.rowIndex="6" name="%Train"
446+
<SoundPane GridPane.rowIndex="7" name="%Train"
443447
mediaKey="train" mediaPath="/audio/train.mp3"
444448
image="/images/train.png"/>
445-
<SoundPane GridPane.rowIndex="7" name="%SlowMetronome"
449+
<SoundPane GridPane.rowIndex="8" name="%SlowMetronome"
446450
mediaKey="slowmetronome" mediaPath="/audio/metronome.mp3"
447451
image="/images/metronome.png"/>
448-
<SoundPane GridPane.rowIndex="8" name="%FastMetronome"
452+
<SoundPane GridPane.rowIndex="9" name="%FastMetronome"
449453
mediaKey="fastmetronome" mediaPath="/audio/metronomefast.mp3"
450454
image="/images/metronome.png"/>
451455
</GridPane>

0 commit comments

Comments
 (0)