Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lokalise: Translations update #183

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions translations/ui-export-manager/fr_FR.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta.title": "Module d'exportation",
"permission.export-manager.all": "Module d'exportation: tout",
"meta.title": "Module d'export",
"permission.export-manager.all": "Module d'export: tout",
"exportJobs": "Exporter les tâches",
"exportJob.jobId": "ID de la tâche",
"exportJob.status": "Statut",
Expand Down
56 changes: 56 additions & 0 deletions translations/ui-export-manager/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"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",
"title.all": "All",
"title.organizations": "Organizations"
}
Loading