Skip to content

Commit

Permalink
feat(i18n): add translation for 'download limit' cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
thetric committed Mar 16, 2017
1 parent 5ac7592 commit 66edf6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions ui/cli/src/main/resources/ilias-cli.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
args.course.selection=show dialog to select courses to sync
args.directory = Directory
args.directory.description = Directory for the sync (required)
args.sync.max-size=size limit in MiB per file download (exclusive)

login.credentials.username = Username
login.credentials.password = Password
Expand All @@ -8,7 +10,6 @@ login.error = Login failed

sync.started = Sync started
sync.finished = Sync finished
args.course.selection=show dialog to select courses to sync
sync.courses.available=Available courses:
sync.courses.prompt=Enter the numbers of the courses to sync (separate by a space)
sync.courses.prompt=Enter the numbers of the courses to sync (separate by a space)
sync.courses.prompt.errors.out-of-range=Invalid course selection! The selection must contain indices between 1 and {0}
8 changes: 5 additions & 3 deletions ui/cli/src/main/resources/ilias-cli_de.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
args.course.selection=zeigt einen Dialog zur Auswahl der zu synchronisierenden Kurse an
args.directory = Ordner
args.directory.description = Zielordner für die Synchronisierung
args.directory.description = Zielordner fr die Synchronisierung
args.sync.max-size=maximale Größe der herunterzuladenen Datei in MiB (exklusive)

login.credentials.username = Benutzername
login.credentials.password = Passwort
login.successful = Login erfolgreich

login.error=Login fehlgeschlagen

sync.started = Sync gestartet
sync.finished = Sync beendet
args.course.selection=zeigt einen Dialog zur Auswahl der zu synchronisierenden Kurse an

sync.courses.available=Gefundene Kurse:
sync.courses.prompt=Geben Sie die Nummern der zu synchronisierenden Kurse an (durch ein Leerzeichen getrennt)
sync.courses.prompt.errors.out-of-range=Die Auswahl muss Indexe zwischen 1 und {0} beinhalten

0 comments on commit 66edf6b

Please sign in to comment.