munin/data/localization/eng.json
fenris 1fe6b75b4e Zeichenketten auslagern (#2)
Siehe https://vikunja.ramsch.sx/tasks/343

Co-authored-by: Christian Fraß <roydfalk@folksprak.org>
Reviewed-on: #2
Co-authored-by: Fenris Wolf <fenris@folksprak.org>
Co-committed-by: Fenris Wolf <fenris@folksprak.org>
2025-07-01 19:05:51 +02:00

26 lines
1 KiB
JSON

{
"meta": {
"identifier": "eng",
"name": "English"
},
"tree": {
"core.event.event": "event",
"core.event.events": "events",
"core.event.title.long": "title",
"core.event.title.short": "what",
"core.event.time.long": "date and time",
"core.event.time.short": "when",
"core.event.location.long": "location",
"core.event.location.short": "where",
"core.reminder.reminder": "reminder",
"args.action.description": "what to do",
"args.conf_path.description": "path to configuration file",
"args.conf_schema.description": "only print the configuration schema in a specific version (latest version via argument '{{arg}}')",
"args.conf_expose.description": "whether to expose the full configuration",
"args.single_run.description": "whether to only execute one iteration at run",
"args.dry_run.description": "whether to skip the sending of reminders (logs will be written)",
"args.help.description": "only print the help page",
"help.description": "sends reminders about upcoming events"
}
}