Implement compliance exports and retention overrides
This commit is contained in:
@@ -2627,5 +2627,52 @@
|
||||
"send": "Send notification",
|
||||
"validation": "Add a title, message, and target guest when needed."
|
||||
}
|
||||
},
|
||||
"dataExports": {
|
||||
"title": "Data exports",
|
||||
"request": {
|
||||
"title": "Export request",
|
||||
"hint": "Export tenant data or a specific event archive."
|
||||
},
|
||||
"fields": {
|
||||
"scope": "Scope",
|
||||
"event": "Event",
|
||||
"eventPlaceholder": "Choose event",
|
||||
"includeMedia": "Include raw media",
|
||||
"includeMediaHint": "Bigger ZIP; choose when needed."
|
||||
},
|
||||
"scopes": {
|
||||
"tenant": "Tenant export",
|
||||
"event": "Event export"
|
||||
},
|
||||
"history": {
|
||||
"title": "Recent exports",
|
||||
"hint": "Latest 10 exports for your tenant and events.",
|
||||
"empty": "No exports yet."
|
||||
},
|
||||
"status": {
|
||||
"pending": "Pending",
|
||||
"processing": "Processing",
|
||||
"ready": "Ready",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"badges": {
|
||||
"includesMedia": "Raw media"
|
||||
},
|
||||
"actions": {
|
||||
"refresh": "Refresh",
|
||||
"request": "Request export",
|
||||
"requesting": "Requesting...",
|
||||
"requested": "Export is being prepared.",
|
||||
"download": "Download",
|
||||
"downloaded": "Download started."
|
||||
},
|
||||
"errors": {
|
||||
"load": "Exports could not be loaded.",
|
||||
"request": "Export could not be started.",
|
||||
"eventRequired": "Select an event first.",
|
||||
"failed": "Export failed.",
|
||||
"download": "Download failed."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user