mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
chore: add remove-signer command, fix bugs, and update release notes
- Add registry admin remove-signer command to remove a signer and all their authorizations - Fix remove_package_signer condition (is_some -> is_none) for correct not-found error - Use log_err() instead of silently swallowing asset fetch errors - Trim leading '#' from version in s9pk publish path - Add --delete-removed to s3 sync in publish-deb.sh - Expand v0.4.0 release notes with additional features - Regenerate man pages and add i18n entries
This commit is contained in:
@@ -5480,6 +5480,13 @@ about.remove-package-signer:
|
||||
fr_FR: "Supprimer le signataire du package"
|
||||
pl_PL: "Usuń sygnatariusza pakietu"
|
||||
|
||||
about.remove-signer:
|
||||
en_US: "Remove signer and all their authorizations"
|
||||
de_DE: "Unterzeichner und alle Autorisierungen entfernen"
|
||||
es_ES: "Eliminar firmante y todas sus autorizaciones"
|
||||
fr_FR: "Supprimer le signataire et toutes ses autorisations"
|
||||
pl_PL: "Usuń sygnatariusza i wszystkie jego autoryzacje"
|
||||
|
||||
about.remove-port-forward:
|
||||
en_US: "Remove port forward"
|
||||
de_DE: "Portweiterleitung entfernen"
|
||||
|
||||
Reference in New Issue
Block a user