backend/source/data/localization/eng.loc.json

31 lines
2 KiB
JSON
Raw Normal View History

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",
"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}}",
2024-06-23 11:45:47 +02:00
"email.activation.password_info": "Password: {{password}}\n\nPlease 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.sample": "fill database with sample data",
2024-06-10 13:45:47 +02:00
"help.args.action.options.email_test": "send a test e-mail",
2024-06-03 12:33:15 +02:00
"help.args.action.options.expose_conf": "write complete configuration to stdout",
"help.args.action.options.password_image": "compute password image and write to stdout",
2025-03-31 18:39:50 +00:00
"help.args.action.options.admin_add": "create an admin account",
2024-06-03 12:33:15 +02:00
"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"
}
}