{ "intro": "Operational settings stored in the database — these override the file/env defaults and take effect without a redeploy. Leave a field empty (or reset it) to fall back to the default.", "loading": "Loading configuration…", "groups": { "email": "Email / SMTP" }, "fields": { "smtp_host": { "label": "SMTP host", "hint": "e.g. smtp.gmail.com" }, "smtp_port": { "label": "SMTP port", "hint": "Usually 587 (STARTTLS)." }, "smtp_user": { "label": "SMTP username", "hint": "The sending account / login." }, "smtp_from": { "label": "From address", "hint": "e.g. Siftlode . Defaults to the username." }, "smtp_password": { "label": "SMTP password", "hint": "App password. Stored encrypted; write-only — it's never shown back." } }, "save": "Save", "saved": "Saved", "saveFailed": "Couldn't save", "reset": "Reset", "resetHint": "Remove this override and fall back to the file/env default.", "resetDone": "Reset to default", "usingDefault": "using default", "overridden": "overridden in DB", "secretSet": "•••••••• stored", "secretEnv": "using env value", "secretUnset": "not set", "secretsDisabled": "Set TOKEN_ENCRYPTION_KEY to store secrets in the database.", "testEmail": "Send test email", "testEmailHint": "Send a test email to your own address using the settings above, to confirm they work.", "testSent": "Test email sent to {{to}}", "testFailed": "Test email failed — check the settings" }