19 lines
717 B
JSON
19 lines
717 B
JSON
|
|
{
|
||
|
|
"title": "Audit log",
|
||
|
|
"intro": "An append-only record of admin actions and scheduler run summaries — who did what, and when. Logged at action granularity, never per item.",
|
||
|
|
"empty": "No audit entries yet.",
|
||
|
|
"system": "System",
|
||
|
|
"clear": "Clear log",
|
||
|
|
"clearTitle": "Clear the audit log?",
|
||
|
|
"clearConfirm": "Permanently delete all audit entries? This can't be undone. (One entry recording that you cleared it is kept.)",
|
||
|
|
"cleared": "Cleared {{count}} audit entries",
|
||
|
|
"clearFailed": "Couldn't clear the audit log.",
|
||
|
|
"truncated": "Showing the {{returned}} most recent of {{total}} entries.",
|
||
|
|
"cols": {
|
||
|
|
"when": "When",
|
||
|
|
"actor": "Who",
|
||
|
|
"action": "Action",
|
||
|
|
"details": "Details"
|
||
|
|
}
|
||
|
|
}
|