Feature/extension list show info when no repo is defined (#556)

* Show add extension repo info in case no repo is defined

* Update extension repositories localization
This commit is contained in:
schroda
2024-01-15 23:22:35 +01:00
committed by GitHub
parent 42e3d64f80
commit f0e1bd3249
2 changed files with 19 additions and 4 deletions

View File

@@ -223,6 +223,7 @@
}
},
"label": {
"add_repository_info": "You have to add a extension repository to be able to install extensions",
"installation_failed": "Could not install the extension",
"installed_successfully": "Extension installed",
"installing_file": "Installing extension file…",
@@ -249,9 +250,9 @@
}
},
"label": {
"description": "Add custom repositories from which extensions can be installed",
"description": "Add repositories from which extensions can be installed",
"disclaimer": "<strong>Suwayomi does not provide any support for 3rd party repositories or extensions!</strong><br/>Use with caution as there could be malicious actors making those repositories.<br/>You as the user need to verify the security and that you trust any repository or extension.",
"title": "Custom repositories"
"title": "Extension repositories"
}
}
}