-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lokalise: Translations update
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"meta.title": "Export manager", | ||
"permission.export-manager.all": "Export manager: All", | ||
"exportJobs": "Export jobs", | ||
"exportJob.jobId": "Job ID", | ||
"exportJob.status": "Status", | ||
"exportJob.type": "Job type", | ||
"exportJob.description": "Description", | ||
"exportJob.source": "Source", | ||
"exportJob.startTime": "Start time", | ||
"exportJob.endTime": "End time", | ||
"exportJob": "Export job {jobId}", | ||
"exportJob.outputType": "Output type", | ||
"exportJob.errorDetails": "Error details", | ||
"exportJobs.search": "Search", | ||
"exportJob.system": "System", | ||
"exportJob.status.SCHEDULED": "Scheduled", | ||
"exportJob.status.IN_PROGRESS": "In progress", | ||
"exportJob.status.SUCCESSFUL": "Successful", | ||
"exportJob.status.FAILED": "Failed", | ||
"exportJob.type.CIRCULATION_LOG": "Circulation log", | ||
"exportJob.type.BURSAR_FEES_FINES": "Bursar", | ||
"exportJob.organization": "Organization", | ||
"exportJob.exportMethod": "Export method", | ||
"navigation.all": "All", | ||
"navigation.organizations": "Organizations", | ||
"exportJob.details.action.rerun": "Rerun", | ||
"exportJob.details.action.rerun.success": "Export job <b>{name}</b> was successfully rerun.", | ||
"exportJob.details.action.rerun.error": "Export job <b>{name}</b> rerun was failed.", | ||
"exportJob.type.EDIFACT_ORDERS_EXPORT": "EDIFACT orders export", | ||
"exportJob.sentTo": "Sent to", | ||
"exportJob.fileName": "File name", | ||
"exportJob.type.E_HOLDINGS": "eHoldings", | ||
"exportJob.details.action.download": "Download", | ||
"exportJob.details.action.download.error": "Your file download was failed.", | ||
"exportJob.details.action.resend": "Re-send", | ||
"exportJob.details.action.resend.error": "Your file upload was failed.", | ||
"exportJob.details.action.resend.success": "Your file upload has started successfully.", | ||
"permission.jobs.downloadAndResend": "Export manager: Download and re-send files", | ||
"exportJob.type.BULK_EDIT": "Bulk edit", | ||
"exportJob.type.AUTH_HEADINGS_UPDATES": "Authority control", | ||
"exportJob.type.BULK_EDIT_IDENTIFIERS": "Bulk edit identifiers", | ||
"exportJob.type.BULK_EDIT_QUERY": "Bulk edit query", | ||
"exportJob.details.type.CIRCULATION_LOG": "Circulation log", | ||
"exportJob.details.type.BURSAR_FEES_FINES": "Bursar", | ||
"exportJob.details.type.EDIFACT_ORDERS_EXPORT": "EDIFACT orders export", | ||
"exportJob.details.type.E_HOLDINGS": "eHoldings", | ||
"exportJob.details.type.BULK_EDIT": "Bulk edit", | ||
"exportJob.details.type.AUTH_HEADINGS_UPDATES": "MARC authority headings updates", | ||
"exportJob.details.type.FAILED_LINKED_BIB_UPDATES": "Failed updates: Linked bibliographic fields", | ||
"exportJob.details.type.BULK_EDIT_IDENTIFIERS": "Bulk edit identifiers", | ||
"exportJob.details.type.BULK_EDIT_QUERY": "Bulk edit query", | ||
"permission.export-manager.view": "Export manager: View" | ||
} |