-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some bugs, updated readme, removed controller and use instead T…
…icketControllable as trait
- Loading branch information
Showing
5 changed files
with
87 additions
and
32 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
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,36 @@ | ||
{ | ||
"You have reached the limit of open tickets": "Sie haben die Grenze der offenen Tickets erreicht", | ||
"The ticket was successfully created": "Das Ticket wurde erfolgreich erstellt", | ||
"You cannot reply to a closed ticket": "Sie können nicht auf ein geschlossenes Ticket antworten.", | ||
"Your answer was sent successfully": "Ihre Antwort wurde erfolgreich gesendet", | ||
"The ticket is already closed": "Das Ticket ist bereits geschlossen", | ||
"The ticket was successfully closed": "Das Ticket wurde erfolgreich abgeschlossen", | ||
"High": "Hoch", | ||
"Mid": "Mittel", | ||
"Low": "Niedrig", | ||
"Closed": "Geschlossen", | ||
"Open": "Offen", | ||
"Answer": "Beantwortet", | ||
"Reference": "Bezug", | ||
"Subject": "Betreff", | ||
"Priority": "Priorität", | ||
"State": "Status", | ||
"Choose files": "Wähle Dateien aus", | ||
"Ticket answer": "Ticket beantworten", | ||
"Send": "Absenden", | ||
"Ticket overview": "Ticket Übersicht", | ||
"Message": "Nachricht", | ||
"No reference": "Kein Bezug", | ||
"Create": "Erstellen", | ||
"Open ticket": "Ticket eröffnen", | ||
"Last Update": "Letzte Aktualisierung", | ||
"Created at": "Erstellt am", | ||
"Action": "Aktion", | ||
"Show": "Anzeigen", | ||
"Close ticket": "Ticket schließen", | ||
"Not updated": "Nicht aktualisiert", | ||
"Deleted user": "Benutzer gelöscht", | ||
"The reference is not valid": "Der Bezug ist ungültig", | ||
"Category": "Kategorie" | ||
} | ||
|
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