-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement update translation files support
- Loading branch information
1 parent
aecd81d
commit 4db660e
Showing
6 changed files
with
191 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"APP": { | ||
"FRUITS": { | ||
"APPLE": "Apfel", | ||
"BANANA": "Banane", | ||
"CHERRY": "Kirsche" | ||
}, | ||
"ISTOMUCHFRUITS": "❌ Mehr Früchte als im Rezept angegeben sind!", | ||
"LABELLEVEL": " von ", | ||
"LABELRESET": "Zurücksetzen", | ||
"NEXTBUTTON": "Weiter", | ||
"OUTPUT": "Es gab einen Fehler mit deinem Code. Bitte mit F12 die Ausgabe in der Console überprüfen.", | ||
"RECIPETITLE": "Rezept", | ||
"STARTBUTTON": "Start" | ||
}, | ||
"EXERCISES": { | ||
"DISTINCT": { | ||
"RECIPEDESCRIPTION": "Es soll jede Frucht nur einmal gemixt werden. (Hinweis: Verwende distinct)" | ||
}, | ||
"EXERCISETITLE": "Übung", | ||
"FILTER": { | ||
"RECIPEDESCRIPTION": "Es sollen alle frischen Äpfel und Bananen gemixt werden. (Hinweis: Verwende filter)" | ||
}, | ||
"MAP": { | ||
"RECIPEDESCRIPTION": "Es sollen alle Äpfel und Bananen vom dreck befreit werden. (Hinweis: Verwende map)" | ||
}, | ||
"SUBSCRIBE": { | ||
"RECIPEDESCRIPTION": "" | ||
}, | ||
"SUBSCRIBE-NEXT": { | ||
"RECIPEDESCRIPTION": "Es soll jede Frucht gemixt werden. (Hinweis: subscribe mit next)" | ||
}, | ||
"TAKE": { | ||
"RECIPEDESCRIPTION": "Es sollen nur zwei Bananen gemixt werden. (Hinweis: Verwende take)" | ||
} | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"APP": { | ||
"FRUITS": { | ||
"APPLE": "Apple", | ||
"BANANA": "Banana", | ||
"CHERRY": "Cherry" | ||
}, | ||
"ISTOMUCHFRUITS": "❌ More fruits than specified in the recipe!", | ||
"LABELLEVEL": " of ", | ||
"LABELRESET": "Reset", | ||
"NEXTBUTTON": "Next", | ||
"OUTPUT": "There was an error with your code. Please use F12 to check the output in the console.", | ||
"RECIPETITLE": "Recipe", | ||
"STARTBUTTON": "Play" | ||
}, | ||
"EXERCISES": { | ||
"DISTINCT": { | ||
"RECIPEDESCRIPTION": "Each fruit should only be mixed once. (Note: use distinct)" | ||
}, | ||
"EXERCISETITLE": "Exercise", | ||
"FILTER": { | ||
"RECIPEDESCRIPTION": "All fresh apples and bananas should be mixed. (Note: use filter)" | ||
}, | ||
"MAP": { | ||
"RECIPEDESCRIPTION": "All apples and bananas should be cleared of dirt. (Note: use map)" | ||
}, | ||
"SUBSCRIBE": { | ||
"RECIPEDESCRIPTION": "" | ||
}, | ||
"SUBSCRIBE-NEXT": { | ||
"RECIPEDESCRIPTION": "Every fruit should be mixed. (Note: subscribe with next)" | ||
}, | ||
"TAKE": { | ||
"RECIPEDESCRIPTION": "Only two bananas should be mixed. (Note: use take)" | ||
} | ||
} | ||
} |
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
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,37 @@ | ||
{ | ||
"APP": { | ||
"FRUITS": { | ||
"APPLE": "Apfel", | ||
"BANANA": "Banane", | ||
"CHERRY": "Kirsche" | ||
}, | ||
"ISTOMUCHFRUITS": "❌ Mehr Früchte als im Rezept angegeben sind!", | ||
"LABELLEVEL": " von ", | ||
"LABELRESET": "Zurücksetzen", | ||
"NEXTBUTTON": "Weiter", | ||
"OUTPUT": "Es gab einen Fehler mit deinem Code. Bitte mit F12 die Ausgabe in der Console überprüfen.", | ||
"RECIPETITLE": "Rezept", | ||
"STARTBUTTON": "Start" | ||
}, | ||
"EXERCISES": { | ||
"DISTINCT": { | ||
"RECIPEDESCRIPTION": "Es soll jede Frucht nur einmal gemixt werden. (Hinweis: Verwende distinct)" | ||
}, | ||
"EXERCISETITLE": "Übung", | ||
"FILTER": { | ||
"RECIPEDESCRIPTION": "Es sollen alle frischen Äpfel und Bananen gemixt werden. (Hinweis: Verwende filter)" | ||
}, | ||
"MAP": { | ||
"RECIPEDESCRIPTION": "Es sollen alle Äpfel und Bananen vom dreck befreit werden. (Hinweis: Verwende map)" | ||
}, | ||
"SUBSCRIBE": { | ||
"RECIPEDESCRIPTION": "" | ||
}, | ||
"SUBSCRIBE-NEXT": { | ||
"RECIPEDESCRIPTION": "Es soll jede Frucht gemixt werden. (Hinweis: subscribe mit next)" | ||
}, | ||
"TAKE": { | ||
"RECIPEDESCRIPTION": "Es sollen nur zwei Bananen gemixt werden. (Hinweis: Verwende take)" | ||
} | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"APP": { | ||
"FRUITS": { | ||
"APPLE": "Apple", | ||
"BANANA": "Banana", | ||
"CHERRY": "Cherry" | ||
}, | ||
"ISTOMUCHFRUITS": "❌ More fruits than specified in the recipe!", | ||
"LABELLEVEL": " of ", | ||
"LABELRESET": "Reset", | ||
"NEXTBUTTON": "Next", | ||
"OUTPUT": "There was an error with your code. Please use F12 to check the output in the console.", | ||
"RECIPETITLE": "Recipe", | ||
"STARTBUTTON": "Play" | ||
}, | ||
"EXERCISES": { | ||
"DISTINCT": { | ||
"RECIPEDESCRIPTION": "Each fruit should only be mixed once. (Note: use distinct)" | ||
}, | ||
"EXERCISETITLE": "Exercise", | ||
"FILTER": { | ||
"RECIPEDESCRIPTION": "All fresh apples and bananas should be mixed. (Note: use filter)" | ||
}, | ||
"MAP": { | ||
"RECIPEDESCRIPTION": "All apples and bananas should be cleared of dirt. (Note: use map)" | ||
}, | ||
"SUBSCRIBE": { | ||
"RECIPEDESCRIPTION": "" | ||
}, | ||
"SUBSCRIBE-NEXT": { | ||
"RECIPEDESCRIPTION": "Every fruit should be mixed. (Note: subscribe with next)" | ||
}, | ||
"TAKE": { | ||
"RECIPEDESCRIPTION": "Only two bananas should be mixed. (Note: use take)" | ||
} | ||
} | ||
} |