forked from ZeoRexDevs/Udeler_GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Manuel Bachl
committed
Mar 30, 2018
1 parent
50290cd
commit ce48d86
Showing
3 changed files
with
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.DS_Store | ||
node_modules | ||
dist | ||
dist | ||
.idea |
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,40 @@ | ||
{ | ||
"Udemy Login": "Udemy Anmeldung", | ||
"Email": "E-Mail", | ||
"Password": "Passwort", | ||
"Login": "Anmelden", | ||
"Type Username/Password": "Benutzername/Passwort eingeben", | ||
"Incorrect Username/Password": "Benutzername oder Passwort falsch", | ||
"Logging in": "Anmeldung", | ||
"Loading Courses": "Kurse werden geladen", | ||
"You have not enrolled in any course": "Du hast dich noch für keine Kurse eingeschrieben", | ||
"Getting Info": "Sammle Informationen", | ||
"Courses": "Kurse", | ||
"Building Course Data": "Sammle Kurs-Daten", | ||
"Downloaded": "Fortschritt:", | ||
"out of": "von", | ||
"items": "Teilen", | ||
"Download Completed": "Fertig heruntergeladen", | ||
"Click this message to hide it": "Klicke auf diese Nachricht um sie zu verbergen", | ||
"Download Failed": "Herunterladen fehlgeschlagen", | ||
"Click this message to retry": "Klicke auf diese Nachricht um es erneut zu versuchen", | ||
"Settings": "Einstellungen", | ||
"Download Settings": "Downloadeinstellungen", | ||
"Download Path": "Ziel-Pfad", | ||
"Cannot select this folder": "Dieser Ordner kann nicht verwendet werden.", | ||
"Enable Download Start/End": "Start-/Endzeit aktivieren", | ||
"Download Start": "Startzeit", | ||
"Start Download at": "Starte das Herunterladen um", | ||
"Download End": "Endzeit", | ||
"End Download at": "Beende das Herunterladen um", | ||
"Video Quality": "Video Qualität", | ||
"Auto": "Automatisch", | ||
"Lowest": "Niedrigste", | ||
"Highest": "Höchsze", | ||
"Application Settings": "Anwendungseinstellungen", | ||
"Language (Requires App Restart)": "Sprache (erfordert App Neustart)", | ||
"Save": "Übernehmen", | ||
"Settings Saved": "Einstellungen übernommen", | ||
"Download Lecture Videos Only": "Nur Lektions-Videos herunterladen", | ||
"About": "Über" | ||
} |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"Deutsch" : "de.json", | ||
"Italian" : "it.json", | ||
"Español" : "es.json", | ||
"Russian" : "ru.json", | ||
|