27 lines
1.7 KiB
JSON
27 lines
1.7 KiB
JSON
|
{
|
||
|
"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",
|
||
|
"email.activation.body": "Hi, {{name_display}}\n\nYour account has just been activated. You may login now:\n\nURL: {{url}}\nLogin name: {{name_login}}",
|
||
|
"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"
|
||
|
}
|
||
|
}
|