From 27d1d81c84bf20a5bd3436be799cd562a9f0b239 Mon Sep 17 00:00:00 2001
From: FOLIO Translations Bot
<38661258+folio-translations@users.noreply.github.com>
Date: Wed, 29 May 2024 00:25:01 -0400
Subject: [PATCH] Lokalise: updates
---
translations/ui-export-manager/fr_FR.json | 4 +-
translations/ui-export-manager/nl.json | 56 +++++++++++++++++++++++
2 files changed, 58 insertions(+), 2 deletions(-)
create mode 100644 translations/ui-export-manager/nl.json
diff --git a/translations/ui-export-manager/fr_FR.json b/translations/ui-export-manager/fr_FR.json
index 0b3fce6..c9715db 100644
--- a/translations/ui-export-manager/fr_FR.json
+++ b/translations/ui-export-manager/fr_FR.json
@@ -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",
diff --git a/translations/ui-export-manager/nl.json b/translations/ui-export-manager/nl.json
new file mode 100644
index 0000000..69d99f1
--- /dev/null
+++ b/translations/ui-export-manager/nl.json
@@ -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 {name} was successfully rerun.",
+ "exportJob.details.action.rerun.error": "Export job {name} 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"
+}
\ No newline at end of file