add auto-login delay setting and prompt

This commit is contained in:
pa
2026-02-01 23:25:17 +09:00
parent 7a0b0b8bd4
commit 2dab3733fd
4 changed files with 100 additions and 1 deletions

View File

@@ -547,7 +547,9 @@
"logging": {
"header": "Logging",
"resource_load": "Log Udon string/image load",
"empty_avatar": "Log avatars in feed without names"
"empty_avatar": "Log avatars in feed without names",
"auto_login_delay": "Auto-login delay",
"auto_login_delay_button": "Set delay seconds"
},
"automation": {
"header": "Automation",
@@ -2051,6 +2053,7 @@
"traveling": "Traveling"
},
"message": {
"auto_login_delay_countdown": "Auto-login in {seconds}s...",
"vrcx_updater": {
"failed": "Failed to check for update, {message}",
"failed_install": "Failed to install update",
@@ -2370,6 +2373,11 @@
"save": "Save",
"input_error": "Valid number is required"
},
"auto_login_delay": {
"header": "Auto-login delay",
"description": "Enter delay in seconds (0 to disable, max 10).",
"input_error": "Please enter a whole number from 0 to 10."
},
"proxy_settings": {
"header": "Proxy Settings",
"description": "Enter proxy server address and port",