feat: add infrastructure shutdown safeguards and enhance shutdown dialog text (#3858)

This commit is contained in:
Mac DeCourcy 2025-11-30 04:59:05 -08:00 committed by GitHub
parent 2a39118aa5
commit e18f72dbf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 156 additions and 22 deletions

View file

@ -285,6 +285,10 @@
<string name="resend">Resend</string>
<string name="shutdown">Shutdown</string>
<string name="cant_shutdown">Shutdown not supported on this device</string>
<string name="shutdown_warning">⚠️ This will SHUTDOWN the node. Physical interaction will be required to turn it back on.</string>
<string name="shutdown_critical_node">⚠️ This is a critical infrastructure node. Type the node name to confirm:</string>
<string name="shutdown_node_name">Node: %1$s</string>
<string name="shutdown_type_name">Type: %1$s</string>
<string name="reboot">Reboot</string>
<string name="traceroute">Traceroute</string>
<string name="intro_show">Show Introduction</string>