2024-06-03 12:33:15 +02:00
{
"meta" : {
"identifier" : "eng"
} ,
"tree" : {
"email.summon.subject" : "Registration" ,
"email.summon.body" : "Hi, {{name}}\n\n{{remark}}\n\nIn case you want to use online service, open the following link:\n\n{{url}}" ,
"email.registration.subject" : "Registration received" ,
"email.registration.body" : "The member '{{name_display}}' just registered:\n\n{{url}}" ,
"email.activation.subject" : "Activated" ,
2024-06-20 16:32:59 +02:00
"email.activation.body" : "Hi, {{name_display}}\n\nYour account has just been activated. You may login now:\n\nURL: {{url}}\nLogin name: {{name_login}}\n{{password_info}}" ,
"email.activation.password_info" : "Password: {{password}}\n\Please change your password soon!" ,
2024-06-03 12:33:15 +02:00
"email.password_change.initialization.subject" : "Password change initialized" ,
"email.password_change.initialization.body" : "Hi, {{name}}\n\nThe function for changing your password has been triggered. If you want to change your password, open the folloling link:\n\n{{url}}" ,
"email.password_change.execution.subject" : "Password change concluded" ,
"email.password_change.execution.body" : "Hi, {{name}}\n\nYour password has just been changed.\n" ,
"help.args.action.description" : "action to executo; options" ,
"help.args.action.options.serve" : "start server" ,
"help.args.action.options.api_doc" : "write API documentation according to OpenAPI specification to stdout" ,
"help.args.action.options.expose_conf" : "write complete configuration to stdout" ,
"help.args.action.options.password_image" : "compute password image and write to stdout" ,
"help.args.action.options.export_authelia" : "export user database in Authelia user file format and write to stdout" ,
"help.args.action.options.help" : "write this help to stdout" ,
"help.args.conf_path.description" : "path to configuration file" ,
"help.args.help.description" : "show help"
}
}