2026-06-19 12:23:00 +02:00
{
"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 <addr@gmail.com>. Defaults to the username." } ,
"smtp_password" : { "label" : "SMTP password" , "hint" : "App password. Stored encrypted; write-only — it's never shown back." }
} ,
"save" : "Save" ,
2026-06-19 12:40:23 +02:00
"saving" : "Saving…" ,
2026-06-19 12:23:00 +02:00
"saved" : "Saved" ,
"saveFailed" : "Couldn't save" ,
2026-06-19 12:40:23 +02:00
"unsaved" : "Unsaved changes" ,
"discard" : "Discard" ,
"willReset" : "will reset to default on save" ,
2026-06-19 12:23:00 +02:00
"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"
}