Skip to content

Commit 00bbc06

Browse files
authored
Merge pull request #122 from CodeDead/feature/dolphin
feat: added dolphin sound
2 parents 124da60 + dc205c1 commit 00bbc06

13 files changed

+15
-2
lines changed

src/main/java/module-info.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
module Opal {
2+
requires java.base;
23
requires java.net.http;
34
requires javafx.controls;
45
requires javafx.fxml;
56
requires java.desktop;
67
requires java.compiler;
78
requires java.naming;
89
requires javafx.media;
9-
//noinspection Java9RedundantRequiresStatement
10-
requires jdk.crypto.ec; // Added for SSL handshakes
1110
requires org.apache.logging.log4j;
1211
requires org.apache.logging.log4j.core;
1312
requires com.fasterxml.jackson.core;
558 KB
Binary file not shown.

src/main/resources/translations/OpalApplication.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ SlowMetronome=Metronome (slow)
9898
FastMetronome=Metronome (fast)
9999
PlayPause=Play / Pause
100100
PlayPauseError=Unable to play / pause!
101+
Dolphins=Dolphins

src/main/resources/translations/OpalApplication_de_DE.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ SlowMetronome=Langsames Metronom
9898
FastMetronome=Schnelles Metronom
9999
PlayPause=Abspielen / Pause
100100
PlayPauseError=Abspielen / Pause konnte nicht ausgeführt werden!
101+
Dolphins=Delfine

src/main/resources/translations/OpalApplication_en_US.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ SlowMetronome=Metronome (slow)
9898
FastMetronome=Metronome (fast)
9999
PlayPause=Play / Pause
100100
PlayPauseError=Unable to play / pause!
101+
Dolphins=Dolphins

src/main/resources/translations/OpalApplication_es_ES.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ SlowMetronome=Metronomo lento
9898
FastMetronome=Metronomo rápido
9999
PlayPause=Reproducir / Pausa
100100
PlayPauseError=¡No se puede reproducir / pausar el sonido!
101+
Dolphins=Delfines

src/main/resources/translations/OpalApplication_fr_FR.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ SlowMetronome=Métronome lent
9898
FastMetronome=Métronome rapide
9999
PlayPause=Lecture / Pause
100100
PlayPauseError=Impossible de lire / mettre en pause!
101+
Dolphins=Dauphins

src/main/resources/translations/OpalApplication_jp_JP.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ SlowMetronome=遅いメトロノーム
9898
FastMetronome=速いメトロノーム
9999
PlayPause=再生/一時停止
100100
PlayPauseError=再生/一時停止できません!
101+
Dolphins=イルカ

src/main/resources/translations/OpalApplication_nl_NL.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ SlowMetronome=Metronoom (langzaam)
9898
FastMetronome=Metronoom (snel)
9999
PlayPause=Afspelen / Pauzeren
100100
PlayPauseError=Kan niet afspelen / pauzeren!
101+
Dolphins=Dolfijnen

src/main/resources/translations/OpalApplication_ru_RU.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ SlowMetronome=Медленный метроном
9898
FastMetronome=Быстрый метроном
9999
PlayPause=Воспроизведение / Пауза
100100
PlayPauseError=Невозможно воспроизвести / приостановить воспроизведение!
101+
Dolphins=Дельфины

0 commit comments

Comments
 (0)