From c151f59f2ae92d6f450b7cebc0dca7e98a848dc2 Mon Sep 17 00:00:00 2001 From: FOLIO Translations from Lokalise Date: Mon, 29 Jul 2019 12:46:00 -0400 Subject: [PATCH] Update translation strings --- translations/ui-data-import/ar.json | 22 ++- translations/ui-data-import/ca.json | 20 ++- translations/ui-data-import/da.json | 20 ++- translations/ui-data-import/de.json | 20 ++- translations/ui-data-import/en_GB.json | 20 ++- translations/ui-data-import/en_SE.json | 20 ++- translations/ui-data-import/en_US.json | 12 +- translations/ui-data-import/es.json | 20 ++- translations/ui-data-import/es_419.json | 20 ++- translations/ui-data-import/es_ES.json | 20 ++- translations/ui-data-import/fr.json | 20 ++- translations/ui-data-import/fr_FR.json | 20 ++- translations/ui-data-import/hu.json | 20 ++- translations/ui-data-import/it_IT.json | 20 ++- translations/ui-data-import/pt_BR.json | 10 +- translations/ui-data-import/pt_PT.json | 20 ++- translations/ui-data-import/zh_CN.json | 204 ++++++++++++------------ 17 files changed, 322 insertions(+), 186 deletions(-) diff --git a/translations/ui-data-import/ar.json b/translations/ui-data-import/ar.json index 63bec1cbf..d0b465394 100644 --- a/translations/ui-data-import/ar.json +++ b/translations/ui-data-import/ar.json @@ -185,11 +185,19 @@ "logViewer.filter.info": "معلومات", "logViewer.filter.errors": "أخطاء", "logViewer.themes.label": "استخدم الثيمة", - "mappingProfileName": "Mapping profile", - "incomingRecordType": "Incoming record type", - "folioRecordType": "FOLIO record type", - "settings.associatedActionProfiles": "Associated action profiles", - "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", - "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "mappingProfileName": "وضع التخطيط", + "incomingRecordType": "نوع التسجيلة الواردة", + "folioRecordType": "نوع تسجيلة فوليو", + "settings.associatedActionProfiles": "أوضاع الإجراءات المرتبطة", + "incomingRecordTypes.edifact-invoice": "فاتورة EDIFACT", + "incomingRecordTypes.delimited": "محدد", + "settings.mappingProfiles.new": "وضع تخطيط جديد", + "chooseIncomingRecordType": "قم باختيار نوع التسجيلة الواردة", + "chooseFolioRecordType": "قم باختيار نوع تسجيلة فوليو", + "settings.mappingProfiles.exceptionModal.label": "لا يمكن حذف وضع التخطيط", + "settings.mappingProfiles.exceptionModal.message": "لا يمكن حذف وضع تخطيط الحقل هذا لأنه قيد استخدام أحد أوضاع الإجراءات أو أكثر.", + "modal.mappingProfile.delete.header": "حذف وضع تخطيط \"{name}\"؟", + "modal.mappingProfile.delete.message": "حذف وضع التخطيط؟", + "success.mappingProfiles.action": "تم {action} وضع التخطيط \"{name}\" بنجاح", + "error.mappingProfiles.action": "لم يتم {action} وضع التخطيط \"{name}\"" } \ No newline at end of file diff --git a/translations/ui-data-import/ca.json b/translations/ui-data-import/ca.json index b631a9097..15f663942 100644 --- a/translations/ui-data-import/ca.json +++ b/translations/ui-data-import/ca.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/da.json b/translations/ui-data-import/da.json index b4a2c5d0e..485f2be3b 100644 --- a/translations/ui-data-import/da.json +++ b/translations/ui-data-import/da.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/de.json b/translations/ui-data-import/de.json index b4a2c5d0e..485f2be3b 100644 --- a/translations/ui-data-import/de.json +++ b/translations/ui-data-import/de.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/en_GB.json b/translations/ui-data-import/en_GB.json index e33e16358..f0aae8475 100644 --- a/translations/ui-data-import/en_GB.json +++ b/translations/ui-data-import/en_GB.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/en_SE.json b/translations/ui-data-import/en_SE.json index e33e16358..f0aae8475 100644 --- a/translations/ui-data-import/en_SE.json +++ b/translations/ui-data-import/en_SE.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/en_US.json b/translations/ui-data-import/en_US.json index f50831fc6..7c3733233 100644 --- a/translations/ui-data-import/en_US.json +++ b/translations/ui-data-import/en_US.json @@ -191,5 +191,13 @@ "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New field mapping profile" -} + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" +} \ No newline at end of file diff --git a/translations/ui-data-import/es.json b/translations/ui-data-import/es.json index 9061c2bfb..ba7e7c8e0 100644 --- a/translations/ui-data-import/es.json +++ b/translations/ui-data-import/es.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/es_419.json b/translations/ui-data-import/es_419.json index 9061c2bfb..ba7e7c8e0 100644 --- a/translations/ui-data-import/es_419.json +++ b/translations/ui-data-import/es_419.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/es_ES.json b/translations/ui-data-import/es_ES.json index 18c232bea..6822391e1 100644 --- a/translations/ui-data-import/es_ES.json +++ b/translations/ui-data-import/es_ES.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/fr.json b/translations/ui-data-import/fr.json index b4a2c5d0e..485f2be3b 100644 --- a/translations/ui-data-import/fr.json +++ b/translations/ui-data-import/fr.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/fr_FR.json b/translations/ui-data-import/fr_FR.json index b4a2c5d0e..485f2be3b 100644 --- a/translations/ui-data-import/fr_FR.json +++ b/translations/ui-data-import/fr_FR.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/hu.json b/translations/ui-data-import/hu.json index b4a2c5d0e..485f2be3b 100644 --- a/translations/ui-data-import/hu.json +++ b/translations/ui-data-import/hu.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/it_IT.json b/translations/ui-data-import/it_IT.json index 47c7b8a3a..4a6ffca0e 100644 --- a/translations/ui-data-import/it_IT.json +++ b/translations/ui-data-import/it_IT.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/pt_BR.json b/translations/ui-data-import/pt_BR.json index 8f885b844..41a8b00b4 100644 --- a/translations/ui-data-import/pt_BR.json +++ b/translations/ui-data-import/pt_BR.json @@ -191,5 +191,13 @@ "settings.associatedActionProfiles": "Perfis de ação associados", "incomingRecordTypes.edifact-invoice": "Fatura EDIFACT", "incomingRecordTypes.delimited": "Delimitado", - "settings.mappingProfiles.new": "Novo perfil de mapeamento" + "settings.mappingProfiles.new": "Novo perfil de mapeamento", + "chooseIncomingRecordType": "Escolha o tipo de registro de entrada", + "chooseFolioRecordType": "Escolha o tipo de registro FOLIO", + "settings.mappingProfiles.exceptionModal.label": "Não é possível excluir o perfil de mapeamento", + "settings.mappingProfiles.exceptionModal.message": "Este perfil de mapeamento de campo não pode ser excluído, pois está em uso por um ou mais perfis de ação.", + "modal.mappingProfile.delete.header": "Excluir o perfil de mapeamento \"{name}\"?", + "modal.mappingProfile.delete.message": "Excluir o perfil de mapeamento?", + "success.mappingProfiles.action": "O perfil de mapeamento \"{name}\" foi {action} com sucesso", + "error.mappingProfiles.action": "O perfil de mapeamento \"{name}\" não foi {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/pt_PT.json b/translations/ui-data-import/pt_PT.json index 73334c9c3..fdcefb385 100644 --- a/translations/ui-data-import/pt_PT.json +++ b/translations/ui-data-import/pt_PT.json @@ -137,9 +137,9 @@ "recordTypes.item": "Item", "recordTypes.instance": "Instance", "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", + "recordTypes.marc-bib": "MARC bibliographic", + "recordTypes.marc-auth": "MARC authority", + "recordTypes.marc-hold": "MARC holdings", "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", "settings.mappingProfiles.title": "Field mapping profiles", "settings.actionProfiles.new": "New action profile", @@ -154,7 +154,7 @@ "modal.actionProfile.delete.message": "Delete action profile?", "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", - "settings.mappingProfiles.count": "{count, number} mapping {count, plural, one {profile} other {profiles}}", + "settings.mappingProfiles.count": "{count, number} field mapping {count, plural, one {profile} other {profiles}}", "action.create": "created", "action.update": "updated", "action.delete": "deleted", @@ -185,11 +185,19 @@ "logViewer.filter.info": "Info", "logViewer.filter.errors": "Errors", "logViewer.themes.label": "Use theme", - "mappingProfileName": "Mapping profile", + "mappingProfileName": "Field mapping profile", "incomingRecordType": "Incoming record type", "folioRecordType": "FOLIO record type", "settings.associatedActionProfiles": "Associated action profiles", "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "settings.mappingProfiles.new": "New field mapping profile", + "chooseIncomingRecordType": "Choose incoming record type", + "chooseFolioRecordType": "Choose FOLIO record type", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file diff --git a/translations/ui-data-import/zh_CN.json b/translations/ui-data-import/zh_CN.json index 3fb5a354d..840dc638d 100644 --- a/translations/ui-data-import/zh_CN.json +++ b/translations/ui-data-import/zh_CN.json @@ -8,9 +8,9 @@ "runningJobs": "运行", "readyForPreview": "准备预览", "previewNow": "立即预览", - "triggeredBy": "触发", - "beganRunning": "开始", - "endedRunning": "结束", + "triggeredBy": "由{userName}触发", + "beganRunning": "开始{time}", + "endedRunning": "结束{time}", "progressRunning": "进行中", "uploadTitle": "拖放以启动新的数据导入作业", "activeUploadTitle": "开始导入", @@ -37,8 +37,8 @@ "fileDeleteError": "删除{name}文件时出错", "upload.invalid": "错误:文件上传", "upload.fileSize.invalid": "错误:没有足够的空间来存储文件。联系系统管理员", - "returnToAssign.message": "草稿任务正在进行中", - "returnToAssign.subMessage": "{filesAmount}个文件上传", + "returnToAssign.message": "文件上传在进行中", + "returnToAssign.subMessage": "{filesAmount, plural, one {# file} other {# files}} 已上传", "returnToAssign.resume": "恢复", "returnToAssign.deleteFiles": "删除文件", "modal.fileExtensions.messageHighlightedText": "不同的扩展", @@ -49,8 +49,8 @@ "modal.leavePage.cancel": "关闭并丢失部分上传内容", "modal.leavePage.actionButton": "继续上传", "importJobs.errorMessage": "请求失败。再试一次", - "returnToAssign.messageWhenProhibited": "文件上传在进行中", - "recordsCount": "{count, plural, one {# record} other {# records}}", + "returnToAssign.messageWhenProhibited": "草稿任务正在进行中", + "recordsCount": "{count, plural, other {记录}}", "fileName": "文件名", "updated": "已更新", "updatedBy": "更新通过", @@ -69,91 +69,91 @@ "settings.fileExtensions.count": "{count, number}文件{count, plural, one { extension } other { extensions }}", "validation.enterValue": "请输入一个值", "validation.fileExtension": "请输入有效的文件扩展名(例如.marc)", - "waitingForUpload": "Waiting for upload", - "edit": "Edit", - "endOfRecord": "End of record", - "settings.fileExtensions.reset": "Reset all extension mappings to system defaults", - "modal.fileExtensions.reset.header": "Reset all file extension mappings", - "modal.fileExtensions.reset.message": "This will reset the file extension mappings to the system defaults", - "modal.fileExtensions.reset.actionButton": "Reset all", - "deleted": "deleted", - "modal.fileExtension.delete.header": "Delete \"{extension}\" file extension?", - "modal.fileExtension.delete.message": "Delete file extension?", - "modal.fileExtensions.inconsistent.header": "Inconsistent file extensions", - "modal.fileExtensions.inconsistent.message": "You cannot upload files with {highlightedText}. Please upload files with the same extension", - "modal.fileExtensions.blocked.header": "Import blocked", - "modal.fileExtensions.blocked.message": "You cannot upload files with this file extension", - "modal.fileExtensions.memoryLimit.header": "Not enough space", - "modal.fileExtensions.memoryLimit.message": "Not enough space to store the files. Contact system administrator", - "name": "Name", - "tags": "Tags", - "settings.jobProfiles.title": "Job profiles", - "settings.jobProfiles.count": "{count, number} job {count, plural, one {profile} other {profiles}}", - "settings.matchProfiles.title": "Match profiles", - "settings.actionProfiles.title": "Action profiles", - "settings.jobProfiles.acceptedDataType": "Accepted data type", - "settings.jobProfiles.chooseAcceptedDataType": "Choose accepted data type", - "settings.jobProfiles.overview": "Overview", - "fileDefinitionDeleteError": "Internal error. Press {button} button to try again", - "communicationProblem": "Communication problem with server. Please try again", - "settings.jobProfile.title": "Job profile", - "settings.save.error.network": "Record not saved:", - "settings.jobProfiles.jobsUsingThisProfile": "Jobs using this profile", - "settings.jobProfiles.jobID": "Job ID", - "duplicate": "Duplicate", - "modal.jobProfile.delete.header": "Delete \"{name}\" job profile?", - "modal.jobProfile.delete.message": "Delete job profile?", - "exportSelected": "Export selected", - "itemsCount": "({count, number} {count, plural, one {item} other {items}})", - "selectAll": "Select all", - "deselectAll": "Deselect all", + "waitingForUpload": "等待上传", + "edit": "编辑", + "endOfRecord": "记录结束", + "settings.fileExtensions.reset": "重置所有扩展名映射为系统默认值", + "modal.fileExtensions.reset.header": "重置所有文件扩展名映射", + "modal.fileExtensions.reset.message": "这将重置文件扩展名映射为系统默认值", + "modal.fileExtensions.reset.actionButton": "全部重置", + "deleted": "已删除", + "modal.fileExtension.delete.header": "删除“ {extension} ”文件扩展名?", + "modal.fileExtension.delete.message": "删除文件扩展名?", + "modal.fileExtensions.inconsistent.header": "文件扩展名不一致", + "modal.fileExtensions.inconsistent.message": "无法上传{highlightedText}文件。请上传具有相同扩展名的文件", + "modal.fileExtensions.blocked.header": "导入被阻止", + "modal.fileExtensions.blocked.message": "无法上传具有此文件扩展名的文件", + "modal.fileExtensions.memoryLimit.header": "没有足够空位", + "modal.fileExtensions.memoryLimit.message": "没有足够空间来存储文件。联系系统管理员", + "name": "名称", + "tags": "标签", + "settings.jobProfiles.title": "作业配置文件", + "settings.jobProfiles.count": "{count, number} 作业 {count, plural, one { profile } other { profiles }}", + "settings.matchProfiles.title": "匹配配置文件", + "settings.actionProfiles.title": "操作配置文件", + "settings.jobProfiles.acceptedDataType": "可接受的数据类型", + "settings.jobProfiles.chooseAcceptedDataType": "选择可接受的数据类型", + "settings.jobProfiles.overview": "概述", + "fileDefinitionDeleteError": "内部错误。按{button}按钮再试一次", + "communicationProblem": "与服务器的通信问题。请再试一次", + "settings.jobProfile.title": "任务配置文件", + "settings.save.error.network": "记录未保存:", + "settings.jobProfiles.jobsUsingThisProfile": "使用本配置文件的任务", + "settings.jobProfiles.jobID": "任务ID", + "duplicate": "重复", + "modal.jobProfile.delete.header": "删除“ {name} ”任务配置文件?", + "modal.jobProfile.delete.message": "删除任务配置文件?", + "exportSelected": "导出已选中", + "itemsCount": "( {count, number} {count, plural, one { item } other { items }} )", + "selectAll": "全选", + "deselectAll": "取消全选", "log": "日志", - "match": "Match", - "settings.matchProfiles.count": "{count, number} match {count, plural, one {profile} other {profiles}}", - "loadMarcRecords": "Load MARC bibliographic records", - "summary": "Summary", - "details": "Details", - "options": "Options", - "matchProfileName": "Match profile", - "confirm": "Confirm", - "settings.matchProfiles.confirmEditModal.heading": "Confirm match profile changes", - "settings.matchProfiles.confirmEditModal.message": "These match profile edit will affect {amount, number} associated job {amount, plural, one {profile} other {profiles}}. Please confirm", - "settings.jobProfiles.new": "New job profile", - "settings.matchProfiles.new": "New match profile", - "import-log": "Import Log for Job ", - "errorsCount": "{count, plural, one {# error} other {# errors}}", - "modal.matchProfile.delete.header": "Delete \"{name}\" match profile?", - "modal.matchProfile.delete.message": "Delete match profile?", - "settings.matchProfiles.exceptionModal.label": "Cannot delete match profile", - "settings.matchProfiles.exceptionModal.message": "This match profile cannot be deleted, as it is in use by one or more job profiles.", - "action": "Action", - "mapping": "Mapping", - "combine": "Combine", - "create": "Create", - "modify": "Modify", - "replace": "Replace", - "recordTypes.order": "Order", - "recordTypes.invoice": "Invoice", - "recordTypes.item": "Item", - "recordTypes.instance": "Instance", - "recordTypes.holdings": "Holdings", - "recordTypes.marc-bib": "MARC Bibliographic", - "recordTypes.marc-auth": "MARC Authority", - "recordTypes.marc-hold": "MARC Holdings", - "settings.actionProfiles.count": "{count, number} action {count, plural, one {profile} other {profiles}}", - "settings.mappingProfiles.title": "Field mapping profiles", - "settings.actionProfiles.new": "New action profile", - "settings.actionProfiles.associatedMappingProfile": "Associated field mapping profile", - "none": "None", - "actionProfileName": "Action profile", - "settings.associatedJobProfiles": "Associated job profiles", - "settings.associatedMappingProfile": "Associated field mapping profile", - "settings.actionProfiles.confirmEditModal.heading": "Confirm action profile changes", - "settings.actionProfiles.confirmEditModal.message": "These action profile edit will affect {amount, number} associated job {amount, plural, one {profile} other {profiles}}. Please confirm", - "modal.actionProfile.delete.header": "Delete \"{name}\" action profile?", - "modal.actionProfile.delete.message": "Delete action profile?", - "settings.actionProfiles.exceptionModal.label": "Cannot delete action profile", - "settings.actionProfiles.exceptionModal.message": "This action profile cannot be deleted, as it is in use by one or more job or field mapping profiles", + "match": "匹配", + "settings.matchProfiles.count": "{count, number}匹配{count, plural, one { profile } other { profiles }}", + "loadMarcRecords": "加载MARC书目记录", + "summary": "摘要", + "details": "详细信息", + "options": "选项", + "matchProfileName": "匹配配置文件", + "confirm": "确认", + "settings.matchProfiles.confirmEditModal.heading": "确认匹配配置文件更改", + "settings.matchProfiles.confirmEditModal.message": "这些匹配配置文件编辑会影响{amount, number}关联作业{amount, plural, one { profile } other { profiles }} 。请确认", + "settings.jobProfiles.new": "新的任务配置文件", + "settings.matchProfiles.new": "新的匹配配置文件", + "import-log": "导入作业日志", + "errorsCount": "{count, plural, other {错误}}", + "modal.matchProfile.delete.header": "删除“ {name} ”匹配配置文件?", + "modal.matchProfile.delete.message": "删除匹配配置文件?", + "settings.matchProfiles.exceptionModal.label": "无法删除匹配配置文件", + "settings.matchProfiles.exceptionModal.message": "无法删除此匹配配置文件,因为它正由一个或多个作业配置文件使用。", + "action": "操作", + "mapping": "映射", + "combine": "合并", + "create": "创建", + "modify": "修改", + "replace": "更换", + "recordTypes.order": "订购", + "recordTypes.invoice": "发票", + "recordTypes.item": "单件", + "recordTypes.instance": "实例", + "recordTypes.holdings": "馆藏", + "recordTypes.marc-bib": "MARC书目", + "recordTypes.marc-auth": "MARC规范", + "recordTypes.marc-hold": "MARC馆藏", + "settings.actionProfiles.count": "{count, number} action {count, plural, one { profile } other { profiles }}", + "settings.mappingProfiles.title": "字段映射配置文件", + "settings.actionProfiles.new": "新操作配置文件", + "settings.actionProfiles.associatedMappingProfile": "关联的字段映射配置文件", + "none": "无", + "actionProfileName": "操作配置文件", + "settings.associatedJobProfiles": "关联的作业配置文件", + "settings.associatedMappingProfile": "关联的字段映射配置文件", + "settings.actionProfiles.confirmEditModal.heading": "确认操作配置文件更改", + "settings.actionProfiles.confirmEditModal.message": "这些操作配置文件编辑会影响{amount, number}关联作业{amount, plural, one { profile } other { profiles }} 。请确认", + "modal.actionProfile.delete.header": "删除“ {name} ”操作配置文件?", + "modal.actionProfile.delete.message": "删除操作配置文件?", + "settings.actionProfiles.exceptionModal.label": "无法删除操作配置文件", + "settings.actionProfiles.exceptionModal.message": "无法删除此操作配置文件,因为它正由一个或多个作业或字段映射配置文件使用", "settings.mappingProfiles.count": "{count, number} 映射 {count, plural, one { profile } other { profiles }}", "action.create": "已创建", "action.update": "已更新", @@ -185,11 +185,19 @@ "logViewer.filter.info": "信息", "logViewer.filter.errors": "错误", "logViewer.themes.label": "使用主题", - "mappingProfileName": "Mapping profile", - "incomingRecordType": "Incoming record type", - "folioRecordType": "FOLIO record type", - "settings.associatedActionProfiles": "Associated action profiles", - "incomingRecordTypes.edifact-invoice": "EDIFACT invoice", - "incomingRecordTypes.delimited": "Delimited", - "settings.mappingProfiles.new": "New mapping profile" + "mappingProfileName": "映射配置文件", + "incomingRecordType": "传入记录类型", + "folioRecordType": "FOLIO记录类型", + "settings.associatedActionProfiles": "关联的操作配置文件", + "incomingRecordTypes.edifact-invoice": "EDIFACT发票", + "incomingRecordTypes.delimited": "有分隔符的", + "settings.mappingProfiles.new": "新映射配置文件", + "chooseIncomingRecordType": "选择传入记录类型", + "chooseFolioRecordType": "选择FOLIO记录类型", + "settings.mappingProfiles.exceptionModal.label": "Cannot delete filed mapping profile", + "settings.mappingProfiles.exceptionModal.message": "This field mapping profile cannot be deleted, as it is in use by one or more action profiles.", + "modal.mappingProfile.delete.header": "Delete \"{name}\" field mapping profile?", + "modal.mappingProfile.delete.message": "Delete field mapping profile?", + "success.mappingProfiles.action": "The field mapping profile \"{name}\" was successfully {action}", + "error.mappingProfiles.action": "The field mapping profile \"{name}\" was not {action}" } \ No newline at end of file