-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3663ec
commit 18e12b7
Showing
3 changed files
with
158 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
const de = { | ||
piano: { | ||
note: { | ||
Cb: 'Cb', | ||
C: 'C', | ||
'C#': 'C#', | ||
Db: 'Db', | ||
D: 'D', | ||
'D#': 'D#', | ||
Eb: 'Eb', | ||
E: 'E', | ||
'E#': 'E#', | ||
Fb: 'Fb', | ||
F: 'F', | ||
'F#': 'F#', | ||
Gb: 'Gb', | ||
G: 'G', | ||
'G#': 'G#', | ||
Ab: 'Ab', | ||
A: 'A', | ||
'A#': 'A#', | ||
Bb: 'Bb', | ||
B: 'B', | ||
'B#': 'B#', | ||
}, | ||
numeral: { | ||
i: 'i', | ||
I: 'I', | ||
ii: 'ii', | ||
iiº: 'iiº', | ||
II: 'II', | ||
iii: 'iii', | ||
III: 'III', | ||
'III+': 'III+', | ||
iv: 'iv', | ||
IV: 'IV', | ||
v: 'v', | ||
V: 'V', | ||
vi: 'vi', | ||
viº: 'viº', | ||
VI: 'VI', | ||
viiº: 'viiº', | ||
VII: 'VII', | ||
}, | ||
}, | ||
scales: { | ||
// Major | ||
'c-flat-major': 'Cb-Dur', | ||
'c-major': 'C-Dur', | ||
'c-sharp-major': 'C#-Dur', | ||
'd-flat-major': 'Db-Dur', | ||
'd-major': 'D-Dur', | ||
'd-sharp-major': 'D#-Dur', | ||
'e-flat-major': 'Eb-Dur', | ||
'e-major': 'E-Dur', | ||
'e-sharp-major': 'E#-Dur', | ||
'f-flat-major': 'Fb-Dur', | ||
'f-major': 'F-Dur', | ||
'f-sharp-major': 'F#-Dur', | ||
'g-flat-major': 'Gb-Dur', | ||
'g-major': 'G-Dur', | ||
'g-sharp-major': 'G#-Dur', | ||
'a-flat-major': 'Ab-Dur', | ||
'a-major': 'A-Dur', | ||
'a-sharp-major': 'A#-Dur', | ||
'b-flat-major': 'Bb-Dur', | ||
'b-major': 'B-Dur', | ||
'b-sharp-major': 'B#-Dur', | ||
// Minor (Natural) | ||
'c-minor-natural': 'C Natürliches Moll', | ||
'c-sharp-minor-natural': 'C# Natürliches Moll', | ||
'd-flat-minor-natural': 'Db Natürliches Moll', | ||
'd-minor-natural': 'D Natürliches Moll', | ||
'd-sharp-minor-natural': 'D# Natürliches Moll', | ||
'e-flat-minor-natural': 'Eb Natürliches Moll', | ||
'e-minor-natural': 'E Natürliches Moll', | ||
'e-sharp-minor-natural': 'E# Natürliches Moll', | ||
'f-minor-natural': 'F Natürliches Moll', | ||
'f-sharp-minor-natural': 'F# Natürliches Moll', | ||
'g-flat-minor-natural': 'Gb Natürliches Moll', | ||
'g-minor-natural': 'G Natürliches Moll', | ||
'g-sharp-minor-natural': 'G# Natürliches Moll', | ||
'a-flat-minor-natural': 'Ab Natürliches Moll', | ||
'a-minor-natural': 'A Natürliches Moll', | ||
'a-sharp-minor-natural': 'A# Natürliches Moll', | ||
'b-flat-minor-natural': 'Bb Natürliches Moll', | ||
'b-minor-natural': 'B Natürliches Moll', | ||
'b-sharp-minor-natural': 'B# Natürliches Moll', | ||
// Minor (Melodic) | ||
'c-minor-melodic': 'C Melodisches Moll', | ||
'c-sharp-minor-melodic': 'C# Melodisches Moll', | ||
'd-flat-minor-melodic': 'Db Melodisches Moll', | ||
'd-minor-melodic': 'D Melodisches Moll', | ||
'd-sharp-minor-melodic': 'D# Melodisches Moll', | ||
'e-flat-minor-melodic': 'Eb Melodisches Moll', | ||
'e-minor-melodic': 'E Melodisches Moll', | ||
'e-sharp-minor-melodic': 'E# Melodisches Moll', | ||
'f-minor-melodic': 'F Melodisches Moll', | ||
'f-sharp-minor-melodic': 'F# Melodisches Moll', | ||
'g-flat-minor-melodic': 'Gb Melodisches Moll', | ||
'g-minor-melodic': 'G Melodisches Moll', | ||
'g-sharp-minor-melodic': 'G# Melodisches Moll', | ||
'a-flat-minor-melodic': 'Ab Melodisches Moll', | ||
'a-minor-melodic': 'A Melodisches Moll', | ||
'a-sharp-minor-melodic': 'A# Melodisches Moll', | ||
'b-flat-minor-melodic': 'Bb Melodisches Moll', | ||
'b-minor-melodic': 'B Melodisches Moll', | ||
'b-sharp-minor-melodic': 'B# Melodisches Moll', | ||
}, | ||
practiceModes: { | ||
scales: 'Tonleitern', | ||
chords: 'Akkorde', | ||
seventhChords: 'Septakkorde', | ||
fifths: 'Quinten', | ||
}, | ||
pages: { | ||
practice: { | ||
scale: { | ||
title: 'Tonleiter', | ||
pingPongHint: 'Ping-Pong Tonleiter Übung umschalten', | ||
hardModeHint: 'Schweren Modus umschalten', | ||
}, | ||
mode: { | ||
title: 'Modus', | ||
quizModeHint: 'In den Quizmodus wechseln', | ||
settingsHint: 'Einstellungen öffnen', | ||
}, | ||
}, | ||
quiz: { | ||
title: 'Quiz', | ||
questions: { | ||
key: 'Drücken Sie {{key}} auf Ihrer Tastatur', | ||
fifth: 'Was ist die perfekte Quinte von {{key}}', | ||
}, | ||
}, | ||
}, | ||
settings: { | ||
title: 'Einstellungen', | ||
options: { | ||
'show-keyboard': 'Tastatur anzeigen', | ||
'mute-sound': 'Ton stummschalten', | ||
'midi-input-id': 'MIDI Eingang', | ||
language: 'Sprache', | ||
'is-sentry-on': 'Absturzberichte senden', | ||
}, | ||
}, | ||
} | ||
|
||
export default de |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters