Remove unused localization keys from German translation files and update PermissionsView to include currentClub property
This commit is contained in:
@@ -474,30 +474,6 @@
|
||||
"showEvents": "Gespeicherte Veranstaltungen anzeigen",
|
||||
"showParticipations": "Turnierbeteiligungen anzeigen"
|
||||
},
|
||||
"permissions": {
|
||||
"title": "Berechtigungsverwaltung",
|
||||
"clubMembers": "Clubmitglieder",
|
||||
"email": "Email",
|
||||
"role": "Rolle",
|
||||
"status": "Status",
|
||||
"resetResource": "Zurücksetzen",
|
||||
"resetAll": "Alle zurücksetzen",
|
||||
"close": "Abbrechen",
|
||||
"save": "Speichern"
|
||||
},
|
||||
"logs": {
|
||||
"title": "System-Logs",
|
||||
"applyFilters": "Filter anwenden",
|
||||
"clearFilters": "Zurücksetzen",
|
||||
"time": "Zeit",
|
||||
"type": "Typ",
|
||||
"method": "Methode",
|
||||
"path": "Pfad",
|
||||
"status": "Status",
|
||||
"executionTime": "Ausführungszeit",
|
||||
"error": "Fehler",
|
||||
"viewDetails": "Details"
|
||||
},
|
||||
"myTischtennis": {
|
||||
"title": "myTischtennis-Account",
|
||||
"linkedAccount": "Verknüpfter Account",
|
||||
@@ -534,10 +510,6 @@
|
||||
"passwordNote": "Hinweis: Das Speichern des Passworts ist optional. Wenn Sie es nicht speichern, werden Sie bei jeder Synchronisation nach dem Passwort gefragt.",
|
||||
"passwordsEncrypted": "Passwörter werden verschlüsselt gespeichert"
|
||||
},
|
||||
"memberTransfer": {
|
||||
"title": "Mitgliederübertragung",
|
||||
"transferConfig": "Übertragungskonfiguration"
|
||||
},
|
||||
"imprint": {
|
||||
"title": "Impressum",
|
||||
"serviceProvider": "Diensteanbieter",
|
||||
|
||||
@@ -556,6 +556,7 @@ export default {
|
||||
isReadOnly,
|
||||
isOwner,
|
||||
isAdmin,
|
||||
currentClub,
|
||||
infoDialog,
|
||||
confirmDialog,
|
||||
showInfo,
|
||||
|
||||
Reference in New Issue
Block a user