Add missing translation for new exceptions

This commit is contained in:
Sebastian Sdorra
2020-08-07 11:48:26 +02:00
parent d66f0ef141
commit a447b44da3
2 changed files with 24 additions and 0 deletions

View File

@@ -241,6 +241,18 @@
"displayName": "Fehler beim Löschen falscher Downloads",
"description": "Ein fehlerhaft heruntergeladenes Plugin konnte nicht gelöscht werden. Bitte prüfen Sie die Server Logs und löschen die Datei manuell."
},
"5GS6lwvWF1": {
"displayName": "Abhänigkeit konnte nicht gefunden werden",
"description": "Eine der Abhänigkeiten des Plugins konnte nicht gefunden werden. Bitte prüfen Sie die Logs für weitere Informationen."
},
"E5S6niWwi1": {
"displayName": "Version einer Abhänigkeit zu niedrig",
"description": "Die Version einer Abhänigkeit des Plugin ist zu niedrig. Bitte prüfen Sie die Logs für weitere Informationen."
},
"4RS6niPRX1": {
"displayName": "Plugin information stimmen nicht überein",
"description": "Die Informationen des heruntergeladenen Plugins stimmen nicht mit den Informationen des Plugin Centers überein. Bitte prüfen Sie die Logs für weitere Informationen."
},
"2qRyyaVcJ1": {
"displayName": "Ungültig formatiertes Element",
"description": "Die Eingabe beinhaltete unfültige Formate. Bitte prüfen Sie die Server Logs für genauere Informationen."

View File

@@ -241,6 +241,18 @@
"displayName": "Error while cleaning up failed plugin",
"description": "A failed plugin download could not be removed correctly. Please check the server log and remove the plugin manually."
},
"5GS6lwvWF1": {
"displayName": "Dependency not found",
"description": "One of the plugin dependencies could not be found. Please check the server logs for more details."
},
"E5S6niWwi1": {
"displayName": "Dependency version mismatch",
"description": "The plugin depends on a newer version of an already installed plugin. Please check the server logs for more details."
},
"4RS6niPRX1": {
"displayName": "Plugin information mismatch",
"description": "The downloaded plugin does not match the information provided by the plugin center. Please check the server logs for more details."
},
"2qRyyaVcJ1": {
"displayName": "Invalid format in element",
"description": "The input had some invalid formats. Please check the server log for further information."