From e107419cc8e7d434845710e49a02d23da70edfd2 Mon Sep 17 00:00:00 2001 From: vashjs Date: Tue, 26 Nov 2024 22:27:20 +0100 Subject: [PATCH 1/4] UIBULKED-560 Update actions menu --- CHANGELOG.md | 1 + package.json | 33 +++++++++++++++++++++++-------- translations/ui-bulk-edit/en.json | 4 ++-- 3 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d24a9f..c0c0fabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * [UIBULKED-566](https://folio-org.atlassian.net/browse/UIBULKED-566) Bulk edit form - options cleanup. * [UIBULKED-580](https://folio-org.atlassian.net/browse/UIBULKED-580) Refactor of publish coordinator related logic. +* [UIBULKED-560](https://folio-org.atlassian.net/browse/UIBULKED-560) Update actions menu. ## [4.2.2](https://github.com/folio-org/ui-bulk-edit/tree/v4.2.2) (2024-11-15) diff --git a/package.json b/package.json index f7c37e7f..800907fa 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,9 @@ { "permissionName": "ui-bulk-edit.base-view.manage", "displayName": "Bulk Edit: View base permissions", - "replaces": ["ui-bulk-edit.view.base"], + "replaces": [ + "ui-bulk-edit.view.base" + ], "visible": false, "subPermissions": [ "module.bulk-edit.enabled", @@ -56,7 +58,9 @@ { "permissionName": "ui-bulk-edit.base-edit.manage", "displayName": "Bulk Edit: View edit permissions", - "replaces": ["ui-bulk-edit.edit.base"], + "replaces": [ + "ui-bulk-edit.edit.base" + ], "visible": false, "subPermissions": [ "ui-bulk-edit.base-view.manage", @@ -84,7 +88,9 @@ { "permissionName": "ui-bulk-edit.users.csv.view", "displayName": "Bulk Edit: Local - View user records", - "replaces": ["ui-bulk-edit.view"], + "replaces": [ + "ui-bulk-edit.view" + ], "visible": true, "subPermissions": [ "ui-bulk-edit.base-view.manage", @@ -95,7 +101,9 @@ { "permissionName": "ui-bulk-edit.users.csv.edit", "displayName": "Bulk Edit: Local - Edit user records", - "replaces": ["ui-bulk-edit.edit"], + "replaces": [ + "ui-bulk-edit.edit" + ], "subPermissions": [ "ui-bulk-edit.users.csv.view", "ui-bulk-edit.base-edit.manage", @@ -106,7 +114,9 @@ { "permissionName": "ui-bulk-edit.inventory.view", "displayName": "Bulk Edit: In app - View inventory records", - "replaces": ["ui-bulk-edit.app-view"], + "replaces": [ + "ui-bulk-edit.app-view" + ], "subPermissions": [ "ui-bulk-edit.base-view.manage", "ui-bulk-edit.base-edit.manage", @@ -117,7 +127,9 @@ { "permissionName": "ui-bulk-edit.inventory.edit", "displayName": "Bulk Edit: In app - Edit inventory records", - "replaces": ["ui-bulk-edit.app-edit"], + "replaces": [ + "ui-bulk-edit.app-edit" + ], "subPermissions": [ "ui-bulk-edit.inventory.view", "ui-bulk-edit.base-edit.manage", @@ -131,7 +143,9 @@ { "permissionName": "ui-bulk-edit.users.edit", "displayName": "Bulk edit: In app - Edit user records", - "replaces": ["ui-bulk-edit.app-edit.users"], + "replaces": [ + "ui-bulk-edit.app-edit.users" + ], "subPermissions": [ "ui-bulk-edit.base-edit.manage", "bulk-operations.item.users.get", @@ -153,7 +167,9 @@ { "permissionName": "ui-bulk-edit.query.execute", "displayName": "Bulk edit: Can build query", - "replaces": ["ui-bulk-edit.query"], + "replaces": [ + "ui-bulk-edit.query" + ], "subPermissions": [ "module.bulk-edit.enabled", "usergroups.item.get", @@ -227,6 +243,7 @@ "testing-library-selector": "^0.2.1" }, "dependencies": { + "@folio/plugin-query-builder": "https://github.com/folio-org/ui-plugin-query-builder#ed4efa2fa0d49755e5c4020d538d18bb93859d36", "@folio/stripes-acq-components": "^6.0.0", "file-saver": "^2.0.5", "history": "^5.1.0", diff --git a/translations/ui-bulk-edit/en.json b/translations/ui-bulk-edit/en.json index 39a4ae96..4104cd3b 100644 --- a/translations/ui-bulk-edit/en.json +++ b/translations/ui-bulk-edit/en.json @@ -138,8 +138,8 @@ "modal.next": "Next", "start.edit": "Start bulk edit", - "start.edit.instance": "Instances and Administrative data", - "start.edit.mark": "Instances with source MARC (POC)", + "start.edit.instance": "FOLIO Instances", + "start.edit.mark": "Instances with source MARC", "start.edit.csv": "Start bulk edit (Local)", "start.delete": "Start bulk delete", From ccc38b8285de1f20ece5396f33041174d8edabdd Mon Sep 17 00:00:00 2001 From: vashjs Date: Tue, 26 Nov 2024 22:30:51 +0100 Subject: [PATCH 2/4] rollback package.json --- package.json | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 800907fa..f7c37e7f 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,7 @@ { "permissionName": "ui-bulk-edit.base-view.manage", "displayName": "Bulk Edit: View base permissions", - "replaces": [ - "ui-bulk-edit.view.base" - ], + "replaces": ["ui-bulk-edit.view.base"], "visible": false, "subPermissions": [ "module.bulk-edit.enabled", @@ -58,9 +56,7 @@ { "permissionName": "ui-bulk-edit.base-edit.manage", "displayName": "Bulk Edit: View edit permissions", - "replaces": [ - "ui-bulk-edit.edit.base" - ], + "replaces": ["ui-bulk-edit.edit.base"], "visible": false, "subPermissions": [ "ui-bulk-edit.base-view.manage", @@ -88,9 +84,7 @@ { "permissionName": "ui-bulk-edit.users.csv.view", "displayName": "Bulk Edit: Local - View user records", - "replaces": [ - "ui-bulk-edit.view" - ], + "replaces": ["ui-bulk-edit.view"], "visible": true, "subPermissions": [ "ui-bulk-edit.base-view.manage", @@ -101,9 +95,7 @@ { "permissionName": "ui-bulk-edit.users.csv.edit", "displayName": "Bulk Edit: Local - Edit user records", - "replaces": [ - "ui-bulk-edit.edit" - ], + "replaces": ["ui-bulk-edit.edit"], "subPermissions": [ "ui-bulk-edit.users.csv.view", "ui-bulk-edit.base-edit.manage", @@ -114,9 +106,7 @@ { "permissionName": "ui-bulk-edit.inventory.view", "displayName": "Bulk Edit: In app - View inventory records", - "replaces": [ - "ui-bulk-edit.app-view" - ], + "replaces": ["ui-bulk-edit.app-view"], "subPermissions": [ "ui-bulk-edit.base-view.manage", "ui-bulk-edit.base-edit.manage", @@ -127,9 +117,7 @@ { "permissionName": "ui-bulk-edit.inventory.edit", "displayName": "Bulk Edit: In app - Edit inventory records", - "replaces": [ - "ui-bulk-edit.app-edit" - ], + "replaces": ["ui-bulk-edit.app-edit"], "subPermissions": [ "ui-bulk-edit.inventory.view", "ui-bulk-edit.base-edit.manage", @@ -143,9 +131,7 @@ { "permissionName": "ui-bulk-edit.users.edit", "displayName": "Bulk edit: In app - Edit user records", - "replaces": [ - "ui-bulk-edit.app-edit.users" - ], + "replaces": ["ui-bulk-edit.app-edit.users"], "subPermissions": [ "ui-bulk-edit.base-edit.manage", "bulk-operations.item.users.get", @@ -167,9 +153,7 @@ { "permissionName": "ui-bulk-edit.query.execute", "displayName": "Bulk edit: Can build query", - "replaces": [ - "ui-bulk-edit.query" - ], + "replaces": ["ui-bulk-edit.query"], "subPermissions": [ "module.bulk-edit.enabled", "usergroups.item.get", @@ -243,7 +227,6 @@ "testing-library-selector": "^0.2.1" }, "dependencies": { - "@folio/plugin-query-builder": "https://github.com/folio-org/ui-plugin-query-builder#ed4efa2fa0d49755e5c4020d538d18bb93859d36", "@folio/stripes-acq-components": "^6.0.0", "file-saver": "^2.0.5", "history": "^5.1.0", From 75bbd6ea30234bf6f542d62786602cdfb0848790 Mon Sep 17 00:00:00 2001 From: vashjs Date: Wed, 27 Nov 2024 22:24:45 +0100 Subject: [PATCH 3/4] fix type --- .../BulkEditActionMenu/BulkEditActionMenu.js | 2 +- translations/ui-bulk-edit/compiled/ar.json | 3396 ++++++++++++++++ translations/ui-bulk-edit/compiled/ber.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/ca.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/cs_CZ.json | 3376 ++++++++++++++++ translations/ui-bulk-edit/compiled/da.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/de.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/en.json | 3384 ++++++++++++++++ translations/ui-bulk-edit/compiled/en_GB.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/en_SE.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/en_US.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/es.json | 3384 ++++++++++++++++ .../ui-bulk-edit/compiled/es_419.json | 3384 ++++++++++++++++ translations/ui-bulk-edit/compiled/es_ES.json | 3384 ++++++++++++++++ translations/ui-bulk-edit/compiled/fr.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/fr_FR.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/he.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/hi_IN.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/hu.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/it_IT.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/ja.json | 3384 ++++++++++++++++ translations/ui-bulk-edit/compiled/ko.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/nb.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/nl.json | 3368 ++++++++++++++++ translations/ui-bulk-edit/compiled/nn.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/pl.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/pt_BR.json | 3384 ++++++++++++++++ translations/ui-bulk-edit/compiled/pt_PT.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/ru.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/sk.json | 3376 ++++++++++++++++ translations/ui-bulk-edit/compiled/sv.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/ur.json | 3372 ++++++++++++++++ translations/ui-bulk-edit/compiled/zh_CN.json | 3412 +++++++++++++++++ translations/ui-bulk-edit/compiled/zh_TW.json | 3404 ++++++++++++++++ translations/ui-bulk-edit/en.json | 2 +- 35 files changed, 111450 insertions(+), 2 deletions(-) create mode 100644 translations/ui-bulk-edit/compiled/ar.json create mode 100644 translations/ui-bulk-edit/compiled/ber.json create mode 100644 translations/ui-bulk-edit/compiled/ca.json create mode 100644 translations/ui-bulk-edit/compiled/cs_CZ.json create mode 100644 translations/ui-bulk-edit/compiled/da.json create mode 100644 translations/ui-bulk-edit/compiled/de.json create mode 100644 translations/ui-bulk-edit/compiled/en.json create mode 100644 translations/ui-bulk-edit/compiled/en_GB.json create mode 100644 translations/ui-bulk-edit/compiled/en_SE.json create mode 100644 translations/ui-bulk-edit/compiled/en_US.json create mode 100644 translations/ui-bulk-edit/compiled/es.json create mode 100644 translations/ui-bulk-edit/compiled/es_419.json create mode 100644 translations/ui-bulk-edit/compiled/es_ES.json create mode 100644 translations/ui-bulk-edit/compiled/fr.json create mode 100644 translations/ui-bulk-edit/compiled/fr_FR.json create mode 100644 translations/ui-bulk-edit/compiled/he.json create mode 100644 translations/ui-bulk-edit/compiled/hi_IN.json create mode 100644 translations/ui-bulk-edit/compiled/hu.json create mode 100644 translations/ui-bulk-edit/compiled/it_IT.json create mode 100644 translations/ui-bulk-edit/compiled/ja.json create mode 100644 translations/ui-bulk-edit/compiled/ko.json create mode 100644 translations/ui-bulk-edit/compiled/nb.json create mode 100644 translations/ui-bulk-edit/compiled/nl.json create mode 100644 translations/ui-bulk-edit/compiled/nn.json create mode 100644 translations/ui-bulk-edit/compiled/pl.json create mode 100644 translations/ui-bulk-edit/compiled/pt_BR.json create mode 100644 translations/ui-bulk-edit/compiled/pt_PT.json create mode 100644 translations/ui-bulk-edit/compiled/ru.json create mode 100644 translations/ui-bulk-edit/compiled/sk.json create mode 100644 translations/ui-bulk-edit/compiled/sv.json create mode 100644 translations/ui-bulk-edit/compiled/ur.json create mode 100644 translations/ui-bulk-edit/compiled/zh_CN.json create mode 100644 translations/ui-bulk-edit/compiled/zh_TW.json diff --git a/src/components/BulkEditActionMenu/BulkEditActionMenu.js b/src/components/BulkEditActionMenu/BulkEditActionMenu.js index 1333cfa0..154009d7 100644 --- a/src/components/BulkEditActionMenu/BulkEditActionMenu.js +++ b/src/components/BulkEditActionMenu/BulkEditActionMenu.js @@ -168,7 +168,7 @@ const BulkEditActionMenu = ({ onClick={() => handleOnStartEdit(APPROACHES.MARK)} > - + )} diff --git a/translations/ui-bulk-edit/compiled/ar.json b/translations/ui-bulk-edit/compiled/ar.json new file mode 100644 index 00000000..43173cc5 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/ar.json @@ -0,0 +1,3396 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "اختر إجراء" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "إلغاء" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "تنفيذ التغييرات" + } + ], + "conformationModal.message": [ + { + "type": 0, + "value": "سيتم تحديث " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " تسجيلة إذا تم النقر على زر " + }, + { + "children": [ + { + "type": 0, + "value": "تنفيذ التغييرات" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": "." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "لقد حدث خطأ ما" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "فشل تحميل الملف" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "مسح الحقل" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "استبدال بـ" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "الإجراءات" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "الخيارات" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "تأكيد التغييرات" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "متاحة" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "البريد الإلكتروني" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "تاريخ الانتهاء" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "مادة فكرية" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "مفقودة منذ مدة" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "مفقودة" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "قيد المعالجة (غير قابل للطلب)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "مجموعة المستفيدين" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "نوع الإعارة الدائمة" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "موقع المادة الدائم" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "اختر حالة المادة" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "مقيدة" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "حالة المادة" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "نوع الإعارة المؤقتة" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "موقع المادة المؤقت" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "غير متاحة" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "غير معروف" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "مسحوبة" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "حدد نوع الإعارة" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "اختر الموقع" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "حدد مجموعة المستفيد" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "تحرير بالجملة" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "تعيين المعايير" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " مدخلاً * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": ",تسجيلة متطابقة * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " خطأً" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "معرّف التسجيلة" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "سبب الخطأ" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "أخطاء" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "التزويد" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "الإعارة" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "المخزون - المقتنيات" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "المخزون - المواد" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "أنواع التسجيلات" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "المستخدمين" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "المعرّف" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "الاستعلام" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "معرّف التسجيلة" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "المعرفات الخارجية" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "المعرفات الفريدة العمومية للمقتنيات" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "أرقام باركود المادة" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "أرقام التعريف القابل للقراءة بشريًا للمادة" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "المعرّفات الفريدة العمومية للمادة" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "رقم انضمام المادة" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "باركود المادة" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "معرّف المادة السابق" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "المعرفات الفريدة العمومية للمقتنيات" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "حدد معرّف التسجيلة" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "أرقام باركود المستخدمين" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "المعرّفات الفريدة العمومية للمستخدم" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "أسماء المستخدمين" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "قم بتعيين المعايير لبدء التحرير بالجملة" + } + ], + "list.logSubTitle.changed": [ + { + "type": 0, + "value": "تم تغيير " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " تسجيلة" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " تسجيلة متطابقة" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "معاينة التسجيلة المتطابقة" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "تم تغيير معاينة التسجيلة" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "حدد \"معرف التسجيلة\" أثناء وجودك في تبويب المعرف. قم بإدخال \"استعلام البحث\" أثناء وجودك في تبويب الاستعلام" + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "قم بالسحب والإفلات أو اختيار ملف بمعرفات المقتنيات العمومية الفريدة" + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "قم بالسحب والإفلات أو اختيار ملف برقم باركود المادة" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "حدد \"معرف التسجيلة\" أثناء وجودك في تبويب المعرف. قم بإدخال \"استعلام البحث\" أثناء وجودك في تبويب الاستعلام" + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "قم بالسحب والإفلات أو اختيار ملف برقم انضمام المادة" + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "قم بالسحب والإفلات أو اختيار ملف برقم باركود المادة" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "قم بالسحب والإفلات أو اختيار ملف بمعرّف المادة السابق" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "قم بالسحب والإفلات أو اختيار ملف بمعرفات المقتنيات العمومية الفريدة" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "قم بالسحب والإفلات أو اختيار ملف بأرقام تعريف المادة القابلة للقراءة بشريًا" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "قم بالسحب والإفلات أو اختيار ملف بمعرف المادة العمومية الفريد" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "الإجراءات" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "عرض الأعمدة" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "تحرير بالجملة" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "تحرير بالدفعة:" + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "تحرير " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " بالدفعة" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "اختر ملفات أخرى للتحميل" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "ملف غير صالح" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "يمكن تحميل الملفات ذات امتداد .csv فقط." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "يمكن فقط تحميل ملف واحد بامتداد .csv" + } + ], + "modal.next": [ + { + "type": 0, + "value": "التالي" + } + ], + "modal.successfullMessage": [ + { + "type": 0, + "value": "تم تحميل " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " بنجاح." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "اسم الملف: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "استعلام: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "هل أنت متأكد؟" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "تنزيل معاينة" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "استمر في التحرير" + } + ], + "previewModal.message": [ + { + "type": 0, + "value": "سيتم تغيير " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " تسجيلة إذا تم النقر على زر حفظ وإغلاق. يمكنك اختيار تنزيل معاينة لمراجعة كل التغييرات قبل الحفظ." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "معاينة التسجيلات المراد تغييرها" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "حفظ وإغلاق" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "جاري تحميل " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " واسترجاع البيانات ذات الصلة" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "استرجاع" + } + ], + "recordsSuccessfullyChanged": [ + { + "type": 0, + "value": "تم تغيير " + }, + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " تسجيلة بنجاح" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "بدء الحذف بالدفعة" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "تنزيل التسجيلات المتغيرة (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "تنزيل الأخطاء (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "تنزيل التسجيلات المتطابقة (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "بدء التحرير بالدفعة" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "بدء التحرير بالدفعة (CSV)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "إعادة تعيين الكل" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "بحث" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "قم بالإسقاط للاستمرار" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "أو اختر ملف" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "اختر ملف بمعرفات تسجيلات" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "اختر ملف بمعرفات المقتنيات العمومية الفريدة" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "اختر ملف برقم باركود المادة" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "اختر ملف بمعرفات تسجيلات" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "اختر ملف برقم انضمام المادة" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "اختر ملف برقم باركود المادة" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "اختر ملف بمعرّف المادة السابق" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "اختر ملف بمعرفات المقتنيات العمومية الفريدة" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "اختر ملف بأرقام تعريف قابلة للقراءة بشريًا" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "اختر ملف بمعرف المادة العمومية الفريد" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "تحميل ملف CSV بالتسجيلات المعدلة" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "سحب وإفلات" + } + ], + "uploading": [ + { + "type": 0, + "value": "تحميل" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ber.json b/translations/ui-bulk-edit/compiled/ber.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/ber.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ca.json b/translations/ui-bulk-edit/compiled/ca.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/ca.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/cs_CZ.json b/translations/ui-bulk-edit/compiled/cs_CZ.json new file mode 100644 index 00000000..efbefd77 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/cs_CZ.json @@ -0,0 +1,3376 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "Nahraný soubor je prázdný." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Název vyhledávacího sloupce" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Najít" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Najít (hledání v celém podpoli)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Najít (hledání v celém poli)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Vybrat akci" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Vybrat akce" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Vstup filtru sloupců" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Datum" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Vybrat typ výpůjčky" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Lokace" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Vybrat skupinu čtenářů" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Vybrat stav" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Textová oblast" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Textové pole" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Vybrat vztah URL" + } + ], + "cancel": [ + { + "type": 0, + "value": "Zrušit" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Elektronický přístup" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Lokace holdingů" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Poznámky holdingů" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Poznámky k titulu" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Poznámky jednotky" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Typ výpůjčky" + } + ], + "category.location": [ + { + "type": 0, + "value": "Lokace" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Formát akvizice" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Akviziční metoda" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Poznámka k akci" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrativní poznámka" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Poznámka vazby" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Signatura" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Prefix signatury" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Suffix signatury" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Typ signatury" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Kopírovat poznámku" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Číslo kopie" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Pravidla digitalizace" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Vyřadit z vyhledávání" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Efektivní lokace" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Elektronický přístup" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Poznámka elektronická knižní deska" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "ID bývalého holdingu" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Bývalé ID" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "HRID holdingů" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "HRID holdingů" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "UUID holdingů" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Číslo kopie holdingu" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdingy úroveň signatury" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdingy úroveň prefix signatury" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdingy úroveň suffix signatury" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdingy úroveň signatury typ" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Trvalá lokace holdingů" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "ID holdingů" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdingy prohlášení" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdingy prohlášení pro indexy" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdingy prohlášení pro doplňky" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdingy prohlášení" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdingy prohlášení pro indexy" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdingy prohlášení pro doplňky" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Dočasná lokace holgingů" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Typ holdingu" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "Pravidla MVS" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Pravidla MVS" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Titul (Název, Vydavatel, Datum publikace)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "HRID titulu" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Čárový kód jednotky" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Člen" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Poznámky" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Počet jednotek" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Formát objednávky" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Trvalá lokace" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Poznámka k původu" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Stav příjmu" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Historie příjmu" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Poznámka k reprodukci" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Pravidla uchovávání informací" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Název regálu" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Zdroj" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistické kódy" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Vyřadit z vyhledávání" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Štítky" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Dočasná lokace" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Verze" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrativní poznámka" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Katalogizované datum" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Autoři" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edice" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formáty" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Název indexu" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "HRID titulu" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "UUID titulu" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Termín stavu titulu" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Jazyky" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Způsob vydání" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Povaha obsahu" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Poznámky" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Fyzický popis" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Dříve držené" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Četnost publikování" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Rozsah publikace" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Název zdroje" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Typ zdroje" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Sady prohlášení" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Zdroj" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Potlačení zaměstnanců" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Vyřadit z vyhledávání" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Přístupové číslo" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrativní poznámka" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Čárový kód" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Svázáno s názvy" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Signatura" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Poznámka Návratu" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Poznámka Výpůjčky" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronologie" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Cirkulační poznámky" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Jména autorů" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Číslo kopie" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Popis kusů" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Efektivní signatura" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Elektronický přístup" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Výčet" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Původní identifikátor" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdingy (Lokace, Signatura)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "ID záznamu holdingu" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "UUID holdingů" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "V přepravě, cílový pult služeb" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Titul (Název, Vydavatel, Datum publikace)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Je svázán s" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "HRID jednotky" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "UUID jednotky" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Stav poškozené jednotky" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Datum poškozeného stavu jednotky" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Efektivní lokace jednotky" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "ID jednotky" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Identifikátor jednotky" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Signatura na úrovni jednotky" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Prefix signatury na úrovni jednotky" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Přípona signatury na úrovni suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Typ signatury na úrovni jednotky" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Trvalá lokace jednotky" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Dočasná lokace jednotky" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Poslední návrat" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Typ materiálu" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Člen" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Chybějící kusy" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Datum chybějících kusů" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Poznámky" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Počet chybějících kusů" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Počet kusů" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Typ trvalé výpůjčky" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Identifikátor řádku nákupní objednávky" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Pořadí regálů" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistické kódy" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Stav" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Vyřadit z vyhledávání" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Štítky" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Typ dočasné výpůjčky" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Název" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Verze" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Svazek" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Rok, titulek" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Aktivní" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Adresy" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Čárový kód" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Záznam vytvořen" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Vlastní pole" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Datum narození" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Oddělení" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Datum zápisu" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Datum platnosti" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "ID externího systému" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "Křestní jméno" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Příjmení" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Odkaz na profilový obrázek" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Střední jméno" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobilní telefon" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Kategorie čtenáře" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Telefon" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "ID preferovaného typu kontaktu" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferovaná e-mailová komunikace" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferované křestní jméno" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Zástupce pro" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Štítky" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Typ" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Záznam aktualizován" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "ID uživatele" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Uživatelské jméno" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Akce" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Úpravy" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ukončeno" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Typ záznamu" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Typ hromadné operace" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Zpracováno" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Zahájeno" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Stav" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# záznamů" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Provozuje" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Provést změny" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " záznamů bude aktualizováno, pokud kliknete na tlačítko " + }, + { + "children": [ + { + "type": 0, + "value": "Potvrdit změny" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " ." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " je nesprávně naformátován. Opravte prosím formátování a nahrajte soubor znovu." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "Při načítání dat z S3 došlo k problému. Chcete-li zkontrolovat konfiguraci S3, kontaktujte svého poskytovatele hostingu. Další detaily jsou k dispozici v logu aplikace pro hromadné úpravy (moduly mod-hromadné-operace a mod-data-export-worker)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "Při načítání dat z S3 došlo k problému. Chcete-li zkontrolovat konfiguraci S3, kontaktujte svého poskytovatele hostingu. Další detaily jsou k dispozici v logu aplikace pro hromadné úpravy (moduly mod-hromadné-operace a mod-data-export-worker)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "Vyskytl se problém s konfigurací S3, který brání modulu hromadné úpravy ukládat soubory. Obraťte se na svého poskytovatele hostingu a zjistěte, zda byla aplikace pro hromadné úpravy správně nakonfigurována." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Něco se pokazilo" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Nepodařilo se nahrát soubor" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Vztahuje se na všechny záznamy holdingů" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Použít na všechny záznamy jednotek" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Použít na záznamy jednotek" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Pouze pro zaměstnance" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Vymazat pole" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Nahradit za" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Akce" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Pole" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Možnosti" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Podpole" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Potvrďte změny" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "V současné době jsou podporovány pouze úpravy 5xx a 9xx." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Zkontrolujte prosím svůj vstup." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Omezeno na 5xx a 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "Toto pole je chráněno." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Zkontrolujte prosím svůj vstup." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Přidat" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Další podpole" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrativní poznámka" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Připojit" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Dostupné" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Poznámka Návratu" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Poznámka Výpůjčky" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Datum platnosti" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Text odkazu" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materiály specifikované" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Trvalá lokace holdingů" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Vyřadit z vyhledávání" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Dočasná lokace holdingů" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "Veřejná poznámka URL" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "Vztah URL" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "Ve zpracování" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Potlačení zaměstnanců" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Vyřadit z vyhledávání" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Duševní jednotka" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Přidat poznámku" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Změnit typ poznámky" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplikovat do" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Nastavit jako deaktivováno" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Označit jako pouze pro zaměstnance" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Odebrat všechny" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Odstranit příznak pouze pro zaměstnance" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Odstranit" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Nastavte true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Dlouho chybí" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Chybějící" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "Probíhá (nevyžádané)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Kategorie čtenáře" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Typ trvalé výpůjčky" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Trvalá lokace jednotky" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Vyberte stav jednotky" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Odstranit pole" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Odstranit podpole" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Nahradit za" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Omezený" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Stav jednotky" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Vyřadit z vyhledávání" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Typ dočasné výpůjčky" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Dočasná lokace jednotky" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Nedostupná" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Neznámý" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Staženo" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Vybrat typ výpůjčky" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Zvolit lokaci" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Vybrat typ poznámky" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Vybrat skupinu čtenáře" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Vybrat typ poznámky" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Hromadné úpravy" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Stáhnout" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Nastavte kritéria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " položek * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " záznamů odpovídá * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " chyb" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " položek * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " záznamů změněno * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " chyb" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Hromadné úpravy dotazu: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " položky * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " odpovídající záznamy * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " chyby" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Hromadné úpravy dotazu: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " položky * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " záznamy změněny * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " chyby" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Identifikátor záznamu" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "Zobrazit nejnovější verzi" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Důvod chyby" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Chyby" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Akvizice" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Cirkulace" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Katalog - holdingy" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Katalog: tituly" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Katalog - jednotky" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Typy záznamů" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Uživatelé" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifikátor" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logy" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Dotaz" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Identifikátor záznamu" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "Externí ID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "HRID holdingů" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "UUID holdingů" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "HRID titulu" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Čárové kódy jednotek" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "HRID titulu" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "UUID titulů" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "HRID jednotek" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "UUID jednotek" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Přírůstkové čísla jednotky." + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Čárové kódy jednotek" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Původní identifikátory jednotky" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "UUID holdingů" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Vybrat identifikátor záznamu" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Uživatelské čárové kódy" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "UUID uživatelů" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Uživatelská jména" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Nastavte kritéria pro zahájení hromadných úprav" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " záznamů změněno" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " záznamů se shoduje" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Text odkazu" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materiály specifikované" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Veřejná poznámka" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Vztah" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Neaktivní" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Aktivní" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Náhled porovnaného záznamu" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Náhled záznamu změněn" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Vyberat typ záznamu a poté identifikátor záznamu." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Vyberat identifikátor záznamu." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Vyberat identifikátor záznamu." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s HRID holdingů." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s UUID holdingů." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s HRID titulů." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s čárovými kódy jednotky." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Dotaz sestavíte kliknutím na tlačítko Sestavit dotaz." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Vyberat identifikátor záznamu." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s HRID titulů" + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s UUID titulů" + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s ISBN" + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s ISSN" + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Dotaz sestavíte kliknutím na tlačítko Sestavit dotaz." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Vyberat identifikátor záznamu." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s přístupovými čísly jednotky." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s čárovými kódy jednotky." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s původními identifikátory jednotky." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s UUID holdingů." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s HRID jednotek." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s UUID jednotek." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Dotaz sestavíte kliknutím na tlačítko Sestavit dotaz." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Vybrat filtr pro zobrazení výsledků." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Vyberte typ záznamu a klikněte na tlačítko Sestavit dotaz." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Vyberat identifikátor záznamu." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s uživatelskými čárovými kódy" + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s externími ID" + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s uživatelskými UUID" + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Přetáhnout nebo vybrat soubor s uživatelskými jmény" + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Dotaz sestavíte kliknutím na tlačítko Sestavit dotaz." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "Soubor s aktualizovanými záznamy" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Soubor s aktualizovanými záznamy" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Soubor s chybami, ke kterým došlo při provádění změn" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "Soubor s chybami, ke kterým došlo při provádění změn" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "Soubor s aktualizovanými záznamy" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "Soubor s aktualizovanými záznamy" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "Soubor s odpovídajícími záznamy" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Soubor se záznamy porovnání" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Soubor s chybami zjištěnými během porovnávání záznamů" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "Soubor s chybami zjištěnými během porovnávání záznamů" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "Soubor s náhledem navrhovaných změn" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Soubor s náhledem navrhovaných změn" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "Soubor s náhledem navrhovaných změn" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "Soubor s náhledem navrhovaných změn" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "Soubor, který byl použit ke spuštění hromadné úpravy" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "Soubor s identifikátory záznamů ovlivněných hromadnou aktualizací" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "V aplikaci" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Místní" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Dotaz" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Katalog - holdingy" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Katalog: tituly" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Katalog: tituly (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Katalog - jednotky" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Uživatelé" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ukončeno" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Smazat" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Upravit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Zahájeno" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Typy záznamů" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Stavy" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Typ hromadné operace" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Uživatel" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Vybrat uživatele" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "Seznam je prázdný" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Soubory nejsou k dispozici ke stažení, protože od data spuštění úlohy uplynulo 30 dní." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Použít změny" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Dokončeno" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Dokončeno s chybami" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Úprava dat" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Spouštění dotazu" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Neúspěšný" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "Nový" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Získávání identifikátorů" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Získávání záznamů" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Kontrola změn" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Ukládání identifikátorů" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Ukládání záznamů" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Akce" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Zobrazit sloupce" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Spustit hromadné úpravy" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Hromadná úprava logů" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Dotaz pro hromadnou úpravu" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Dotaz pro hromadnou úpravu polí MARC" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Hromadná úprava" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Hromadná úprava: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Hromadná úprava " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Hromadná úprava polí MARC - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Vybrat jiný soubor k nahrání" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Neplatný soubor" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Nahrát lze pouze soubor s příponou .csv." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Lze nahrát pouze jeden soubor s příponou .csv." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Další" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " úspěšně nahrán." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Vybrat možnost" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Hromadná úprava: V aplikaci – Upravit katalogové záznamy" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Hromadná úprava: V aplikaci - Zobrazit katalogové záznamy" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Hromadná úprava - Může prohlížet logy" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Modul pro hromadné úpravy je povolen" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Hromadná úprava: Místní - Úprava uživatelských záznamů" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Hromadná úprava: Místní - Zobrazení uživatelských záznamů" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Zrušit" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Přiřazeno" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Stav přiřazení oprávnění" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Sady oprávnění" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Typy oprávnění" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Oprávnění" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Obnovit vše" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Vyhledat" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Vyhledat a filtrovat" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Nepřiřazeno" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Přiřazeno" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Sada oprávnění" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Oprávnění" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Nepřiřazeno" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Jméno" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Stav" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Typ" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " nalezených oprávnění" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Oprávnění" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Uložit a zavřít" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Vyberte Oprávnění" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Celkem vybráno: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Název souboru: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Dotaz: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Opravdu?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Stáhnout náhled" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Stáhnout náhled ve formátu MARC" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Pokračovat v úpravách" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " záznamů se změní, pokud kliknete na tlačítko Uložit a zavřít. Můžete zvolit Stáhnout náhled a zkontrolovat všechny změny před uložením." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Náhled záznamů, které mají být změněny" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Provést změny" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Provádění změn" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Nahrání " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " a načtení relevantních dat" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Zpracování" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Získávání" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " záznamů bylo úspěšně změněno" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Obnovit vše" + } + ], + "retrievedDataList.title": [ + { + "type": 0, + "value": "Nalezeno " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " odpovídajících " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " záznamů." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Zahájit hromadné mazání" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Stáhnout změněné záznamy (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Stáhnout změněné záznamy (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Stáhnout chyby (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Stažení odpovídajících záznamů (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Spustit hromadné úpravy" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Spustit hromadnou úpravu (Místní)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Tituly a administrativní údaje" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Tituly se zdrojem MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Obnovit vše" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Vyhledat" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifikátor" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logy" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Hromadná úprava polí MARC" + } + ], + "title.query": [ + { + "type": 0, + "value": "Dotaz" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Vybrat typ" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Chcete-li pokračovat, pusťte" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "nebo vybrat soubor" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Vybrat soubor s identifikátory záznamu." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Vybrat soubor s identifikátory záznamu." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Vybrat soubor s identifikátory záznamu." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Vyberte soubor s HRID holdingů." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Vyberte soubor s UUID jednotek." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Vyberte soubor s HRID titulů." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Vyberte soubor s čárovým kódem jednotky." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Vybrat soubor s identifikátory záznamu." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Vyberte soubor s HRID titulů." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Vybrat soubor s UUID titulů." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Vybrat soubor s ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Vybrat soubor s ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Vybrat soubor s identifikátory záznamu." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Vybrat soubor s přístupovými čísly jednotky." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Vyberte soubor s čárovým kódem jednotky." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Vybrat soubor s původními identifikátory jednotky." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Vyberte soubor s UUID jednotek." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Vybrat soubor s HRID jednotek." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Vybrat soubor s UUID jednotek." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Nahrajte soubor CSV s upravenými záznamy." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Vybrat soubor s identifikátory záznamu." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Vybrat soubor s uživatelskými čárovými kódy." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Vybrat soubor s externími ID." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Vybrat soubor s uživatelskými UUID." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Vybrat soubor s uživatelskými jmény." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Přetáhnout" + } + ], + "uploading": [ + { + "type": 0, + "value": "Nahrávání" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/da.json b/translations/ui-bulk-edit/compiled/da.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/da.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/de.json b/translations/ui-bulk-edit/compiled/de.json new file mode 100644 index 00000000..099a6448 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/de.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Aktion auswählen" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Datum" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Standort" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Textbereich" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Textfeld" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Abbrechen" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Standort des Bestands" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Anmerkungen zum Bestand" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Anmerkungen zum Exemplar" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Ausleihtyp" + } + ], + "category.location": [ + { + "type": 0, + "value": "Standort" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Erwerbungsart" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Signatur" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Signatur-Präfix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Signatur-Suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Signaturtyp" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Exemplarnummer" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Richtlinie zur Digitalisierung" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Nachweis unterdrückt" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Tatsächlicher Standort" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Elektronischer Zugang" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Vorherige IDs" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Bestands-HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Bestands-ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Bestandsangaben" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Bestandsangaben für Indizes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Bestandsangaben für Supplemente" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Bestandstyp" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Richtlinie für Fernleihen" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instanz (Titel, Verlag, Erscheinungsdatum)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Exemplarbarcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Exemplarzahl" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Dauerhafter Standort" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Inventarisierungsstatus" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Inventarisierungshistorie" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Richtlinie zur Aufbewahrung" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Regaltitel" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Quelle" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistikcodes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporärer Standort" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Signatur" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check-In-Notiz" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronologie" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Ausleihanmerkungen" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Zählung" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Bestandsdatensatz-ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Exemplar-HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Exemplar-ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Letzter Check-In" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Titel" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Band" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Adressen" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Datensatz erstellt" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Benutzerdefinierte Felder" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Geburtsdatum" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "E-Mail" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Erfassungsdatum" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Ablaufdatum" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobiltelefon" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Telefon" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Datensatz aktualisiert" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Aktionen" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Beendet" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Datensatztyp" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Massenvorgangstyp" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Verarbeitet" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Gestartet" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# Datensätze" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Ausgeführt von" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Änderungen übernehmen" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " Datensätze werden aktualisiert, wenn auf die Schaltfläche " + }, + { + "children": [ + { + "type": 0, + "value": " Änderungen übernehmen " + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " geklickt wird." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Fehler ist aufgetreten" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fehler beim Hochladen der Datei" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Feld leeren" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Ersetzen durch" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Aktionen" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Optionen" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Änderungen bestätigen" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Verwaltungsnotiz" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Verfügbar" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check-In-Notiz" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Ausleihanmerkung" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "E-Mail" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Ablaufdatum" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Nachweis unterdrückt" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Arbeitsdatensatz" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Anmerkung hinzufügen" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplizieren nach" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Alles entfernen" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Löschen" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Lang vermisst" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Vermisst" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In Bearbeitung (nicht bestellbar)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Personengruppe" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Dauerhafter Ausleihtyp" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Exemplarstandort dauerhaft" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Exemplarstatus auswählen" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Beschränkt" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Exemplarstatus" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Nachweis unterdrückt" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Zeitweiser Ausleihtyp" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Exemplarstandort temporär" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Nicht verfügbar" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unbekannt" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Ausgesondert" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Ausleihtyp auswählen" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Standort auswählen" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Personengruppe auswählen" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Massenbearbeitungen" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Herunterladen" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Kriterien festlegen" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " Einträge * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " übereinstimmende Datensätze * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " Fehler" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Datensatzidentifikator" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Fehlergrund" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Fehler" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Erwerbung" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Ausleihe" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Katalog - Exemplare" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Datensatztypen" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Personen" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifikator" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Protokolle" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Abfrage" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Datensatzidentifikator" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "Externe ID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Bestands-HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Bestands-UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instanz-HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Exemplar-Barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Exemplar-HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Exemplar-UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Exemplar - Zugangsnummer" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Exemplar - Barcode" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Exemplar - Vorheriger Identifier" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Bestands-UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Identifikatorentyp auswählen" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Personen-Barcode" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "Personen UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Personennamen" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Kriterien für den Start der Massenbearbeitung festlegen" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " Datensätze geändert" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " übereinstimmende Datensätze" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inaktiv" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Aktiv" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Vorschau des übereinstimmenden Datensatzes" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Vorschau des geänderten Datensatzes" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit Bestands-HRIDs auswählen" + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit Bestand-UUIDs auswählen" + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit Instanz-HRIDs auswählen" + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit Exemplar-Barcodes auswählen" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag & Drop oder wählen Sie Datei mit Exemplarzugangsnummern" + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit Exemplar-Barcodes auswählen" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit vorherigen Identifiern von Exemplaren auswählen" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit Bestand-UUIDs auswählen" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit Exemplar-HRIDs auswählen" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag & Drop oder Datei mit Exemplar-UUIDs auswählen" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "Datei mit den übereinstimmenden Datensätzen" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Beendet" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Löschen" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Bearbeiten" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Gestartet" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Datensatztypen" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Status" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Massenvorgangstyp" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Person" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Person auswählen" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Dateien können nicht heruntergeladen werden, da seit der Ausführung des Jobs 30 Tage vergangen sind." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Aktionen" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Spalten anzeigen" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Massenbearbeitungen" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Massenbearbeitung: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Massenbearbeitung " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Andere Datei zum Hochladen auswählen" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Datei ungültig" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Es können nur Dateien mit der Erweiterung .csv hochgeladen werden." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Es kann nur eine Datei mit der Erweiterung .csv hochgeladen werden." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Weiter" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " erfolgreich hochgeladen." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Option auswählen" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Massenbearbeitung: Kann Protokolle anzeigen" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Massenbearbeitungsmodul ist aktiviert" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Abbrechen" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Zugewiesen" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Status Berechtigungszuweisung" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Berechtigungsgruppen" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Berechtigungstypen" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Berechtigungen" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Alles zurücksetzen" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Suchen" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Suchen & filtern" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Nicht zugewiesen" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Zugewiesen" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Berechtigungsgruppen" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Berechtigung" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Nicht zugewiesen" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Typ" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " Berechtigungen gefunden" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Berechtigungen" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Speichern & schließen" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Berechtigungen auswählen" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Insgesamt ausgewählt: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Dateiname: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Abfrage: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Sicher?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Vorschau herunterladen" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Bearbeiten fortsetzen" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " Datensätze werden geändert, wenn auf die Schaltfläche Speichern & Schließen geklickt wird. Mit \"Vorschau herunterladen\" können alle Änderungen vor dem Speichern heruntergeladen und geprüft werden." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Vorschau der zu ändernden Datensätze" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Speichern & schließen" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Hochladen von " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " und Abrufen der relevanten Daten" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "empfange" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " Datensätze wurden erfolgreich geändert" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Alles zurücksetzen" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Massenlöschung starten" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Geänderte Datensätze herunterladen (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Fehler herunterladen (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Abgeglichene Datensätze herunterladen (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Massenbearbeitung starten" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Massenbearbeitung starten (CSV)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Alles zurücksetzen" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Suchen" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Ablegen, um fortzufahren" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "oder Datei auswählen" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Datei mit Datensatz-Identifiern auswählen" + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Datei mit Datensatz-Identifiern auswählen" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Datei mit Bestands-HRIDs auswählen" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Datei mit Bestands-UUIDs auswählen" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Datei mit Instanz-HRIDs auswählen" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Datei mit Exemplar-Barcodes auswählen" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Datei mit Datensatz-Identifiern auswählen" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Datei mit Zugangsnummern auswählen" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Datei mit Exemplar-Barcodes auswählen" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Datei mit vorherigen Identifiern von Exemplaren auswählen" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Datei mit Bestands-UUIDs auswählen" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Datei mit Exemplar-HRIDs auswählen" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Datei mit Exemplar-UUIDs auswählen" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "CSV-Datei mit bearbeiteten Datensätzen hochladen" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag & Drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Upload läuft" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/en.json b/translations/ui-bulk-edit/compiled/en.json new file mode 100644 index 00000000..f537e347 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/en.json @@ -0,0 +1,3384 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "layer.title.administrative": [ + { + "type": 0, + "value": "Bulk edits for administrative data" + } + ], + "layer.title.marc": [ + { + "type": 0, + "value": "Bulk edits for instances with source MARC" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "FOLIO Instances" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/en_GB.json b/translations/ui-bulk-edit/compiled/en_GB.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/en_GB.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/en_SE.json b/translations/ui-bulk-edit/compiled/en_SE.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/en_SE.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/en_US.json b/translations/ui-bulk-edit/compiled/en_US.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/en_US.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/es.json b/translations/ui-bulk-edit/compiled/es.json new file mode 100644 index 00000000..669ac47a --- /dev/null +++ b/translations/ui-bulk-edit/compiled/es.json @@ -0,0 +1,3384 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Seleccionar acción" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Selección de acciones" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Fecha" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Seleccionar tipo de préstamo" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Ubicación" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Selección de grupo de usuarios" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Seleccionar estado" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Área de texto" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Campo de texto" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancelar" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Notas de instancia" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Notas" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Tipo de préstamo" + } + ], + "category.location": [ + { + "type": 0, + "value": "Ubicación" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Formato de adquisición" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Método de adquisición" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Prefijo del número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Sufijo del número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Tipo de número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Número de copia" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Política de digitalización" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suprimido del EDS" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Ubicación efectiva" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Acceso electrónico." + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Id anteriores" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Participaciones HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Identificación del holding" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Declaraciones de Holdings" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Extractos de índices" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Declaraciones los holdings para los suplementos" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "tipo de holding" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Mala política" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instancia HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Código de barras ítem" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Número de items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Cambiar ubicación permanente" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Estado de recepción" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Historial de recepción" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Política de retención" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Título de la estantería" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Fuente" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Códigos estadísticos" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Ubicación temporal" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Versión" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Código de barras" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Número de llamada" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Cronología" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Notas de circulación" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Nombres de los colaboradores" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeración" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "ID de registro de holdings" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "Punto de servicio de destino en tránsito" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Ítem HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Identificación del artículo" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Último registro" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Identificador de línea de pedido" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Estado" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Título" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Versión" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volumen" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Activo" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Direcciones" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Código de barras" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Registro creado" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Campos personalizados" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Fecha de nacimiento" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departamentos" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Correo electrónico" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Fecha de inscripción" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Fecha de expiración" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "ID de sistema externo" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "Primer autor" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Apellido" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Enlace a la foto de perfil." + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Segundo nombre" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Teléfono móvil" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Grupo de patrocinadores" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Teléfono" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Id de tipo de contacto preferido" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Nombre preferido" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Apoderado para" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Tipo" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Registro actualizado" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "Id de usuario" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Nombre de usuario" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Comportamiento" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Fin de la carrera" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Tipo de registro" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Tipo de operación a granel" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Procesado" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Empezó a correr" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Estado" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# Número de registros" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Dirigido por" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "conformationModal.message": [ + { + "type": 0, + "value": "Se actualizarán " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros si se pulsa el botón " + }, + { + "children": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": "." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Algo salió mal" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fallo al cargar el archivo" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Sólo Personal" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Despejar el campo" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Sustituir por" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Acciones" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Opciones" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Nota administrativa" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Disponible" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Nota de registro" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Comprobar nota" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Correo electrónico" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Fecha de expiración" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Ubicación de las explotaciones permanentes" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suprimir del descubrimiento" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Ubicación temporal de las explotaciones" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Ejemplar intelectual" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Añadir nota" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Cambiar el tipo de nota" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "duplicar a" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Establecer falso" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Marcar sólo como personal" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Eliminar todo" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Eliminar la marca como personal únicamente" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Eliminar" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Establecer como verdadero" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Falta mucho" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Falta" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "En trámite (no solicitable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Grupo de usuarios" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Tipo de préstamo permanente" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Ubicación permanente del ítem" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Seleccione el estado del elemento" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restringido" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Estado del artículo" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suprimir del descubrimiento" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Tipo de préstamo temporal" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Ubicación temporal del ítem" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "No disponible" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Desconocido" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Retirada" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Seleccionar tipo de préstamo" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Seleccione el lugar" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Seleccione el tipo de nota" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Seleccionar grupo de usuarios" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Cambios globales" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Descargar" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Establecer criterios" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros emparejados * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errores" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros cambiados * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errores " + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Identificador de registro" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "Ver la última versión" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Motivo del error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errores" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Adquisición" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulación" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventario - Holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventario - ítems" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Tipos de registro" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Usuarios" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identificador" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Consulta" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Identificador de registro" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "ID externos" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Carteras HRID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "UUID de las explotaciones" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "HRID de instancia" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Códigos de barras del ítem" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "UUID de ítems" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Número de acceso al artículo" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Código de barras del artículo" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Identificador anterior del artículo" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "UUIDs Holdings" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Seleccionar identificador de registro" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Códigos de barras usuario" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "UUID de usuario" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Nombres de usuario" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Criterios cambios globales" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros cambiados" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros coincidentes" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactivo" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Activo" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Vista previa del registro coincidente" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Vista previa del registro modificado" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o seleccionar un archivo con los HRID de las explotaciones" + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con HRID de instancia" + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Arrastre y suelte o elija un archivo con el código de barras ítem" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Arrastrar y soltar o seleccionar un archivo con el número de acceso al artículo" + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Arrastre y suelte o elija un archivo con el código de barras del ítem" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir el archivo con el antiguo identificador del artículo" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir el archivo con los HRID de los elementos" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de elementos" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Elija un filtro para mostrar los resultados." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "Archivo con registros actualizados" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Fichero con los errores encontrados al confirmar los cambios" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "Fichero con los registros coincidentes" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Fichero con errores encontrados durante el cotejo de registros" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "Archivo con la vista previa de los cambios propuestos" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "Archivo que se utilizó para activar la edición masiva" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "En aplicación" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "CSV" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Consulta CCL" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventario - Holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventario - ítems" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Usuarios" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Fecha final" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Borrar" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Editar" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Fecha de inicio" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Tipos de registro" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Estados" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Tipo de operación masiva" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Usuario" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Elegir usuario" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Los archivos no están disponibles para su descarga porque han transcurrido 30 días desde la fecha de ejecución de la tarea." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Aplicar cambios" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completado" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completado con errores" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Modificación de datos" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Fallido" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "Nuevo" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Recuperación de registros" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Revisión de los cambios" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Guardar registros" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Acciones" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Mostrar columnas" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "LOGs de edición masiva" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Cambios globales" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Edición masiva: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Cambio global " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Elija otro archivo para cargar" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Archivo no válido" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Solo se pueden cargar archivos con extensión .csv" + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Sólo se puede cargar un archivo con extensión .csv." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Próximo" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " cargado exitosamente" + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Seleccionar opción" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Cambios globales- Puede ver los registros" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: El módulo de edición masiva está habilitado" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancelar" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Asignado" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Estado de la asignación de permisos" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Conjuntos de permisos" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Tipos de permisos" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permisos" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Buscar en" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Buscar y filtrar" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Sin asignar" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Asignado" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Conjunto de permisos" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permiso" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Sin asignar" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Nombre" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Estado" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Tipo" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permisos encontrados" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permisos" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Guardar y cerrar" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Seleccionar permisos" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total seleccionado: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Nombre de archivo: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Consulta: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "¿Seguro?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Descargar vista previa" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Seguir editando" + } + ], + "previewModal.message": [ + { + "type": 0, + "value": "Los registros " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " se cambiarán si se hace clic en el botón Confirmar cambios. Puede elegir Descargar vista previa para revisar todos los cambios antes de guardar." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Vista previa de los registros que se van a modificar" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Guardar & cerrar" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Comprometiendo cambios" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Cargar " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " y recuperar datos relevantes" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Procesando" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Recuperar" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " registros han sido actualizados exitosamente" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " coincidentes encontrados." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Iniciar la eliminación masiva" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Descargar los registros modificados (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Descargar errores (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Descargar registros coincidentes (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Iniciar Cambio global" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Iniciar edición masiva (CSV)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Iniciar edición masiva - Campos de instancia" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Buscar en" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identificador" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Consulta" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Soltar para continuar" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "o seleccione archivo" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Seleccionar un fichero con identificadores de registro" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Seleccionar un fichero con los HRID de las explotaciones" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Seleccionar un fichero con UUID de explotaciones" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Seleccione un archivo con HRID de instancia" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Seleccionar un fichero con el código de barras ítem" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Seleccionar un fichero con identificadores de registro" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Seleccione un archivo con el número de acceso al artículo" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Seleccionar un fichero con el código de barras del ítem" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Seleccionar un fichero con el identificador anterior del artículo" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Seleccionar un fichero con UUID de explotaciones" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Seleccione un archivo con los HRID de los elementos" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Seleccione un archivo con UUID de elementos" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Cargar el archivo CSV con los registros editados" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Arrastrar y soltar" + } + ], + "uploading": [ + { + "type": 0, + "value": "Cargar" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/es_419.json b/translations/ui-bulk-edit/compiled/es_419.json new file mode 100644 index 00000000..669ac47a --- /dev/null +++ b/translations/ui-bulk-edit/compiled/es_419.json @@ -0,0 +1,3384 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Seleccionar acción" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Selección de acciones" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Fecha" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Seleccionar tipo de préstamo" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Ubicación" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Selección de grupo de usuarios" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Seleccionar estado" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Área de texto" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Campo de texto" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancelar" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Notas de instancia" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Notas" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Tipo de préstamo" + } + ], + "category.location": [ + { + "type": 0, + "value": "Ubicación" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Formato de adquisición" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Método de adquisición" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Prefijo del número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Sufijo del número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Tipo de número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Número de copia" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Política de digitalización" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suprimido del EDS" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Ubicación efectiva" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Acceso electrónico." + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Id anteriores" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Participaciones HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Identificación del holding" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Declaraciones de Holdings" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Extractos de índices" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Declaraciones los holdings para los suplementos" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "tipo de holding" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Mala política" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instancia HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Código de barras ítem" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Número de items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Cambiar ubicación permanente" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Estado de recepción" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Historial de recepción" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Política de retención" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Título de la estantería" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Fuente" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Códigos estadísticos" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Ubicación temporal" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Versión" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Código de barras" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Número de llamada" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Cronología" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Notas de circulación" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Nombres de los colaboradores" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeración" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "ID de registro de holdings" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "Punto de servicio de destino en tránsito" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Ítem HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Identificación del artículo" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Último registro" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Identificador de línea de pedido" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Estado" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Título" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Versión" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volumen" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Activo" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Direcciones" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Código de barras" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Registro creado" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Campos personalizados" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Fecha de nacimiento" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departamentos" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Correo electrónico" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Fecha de inscripción" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Fecha de expiración" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "ID de sistema externo" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "Primer autor" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Apellido" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Enlace a la foto de perfil." + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Segundo nombre" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Teléfono móvil" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Grupo de patrocinadores" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Teléfono" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Id de tipo de contacto preferido" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Nombre preferido" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Apoderado para" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Tipo" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Registro actualizado" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "Id de usuario" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Nombre de usuario" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Comportamiento" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Fin de la carrera" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Tipo de registro" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Tipo de operación a granel" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Procesado" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Empezó a correr" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Estado" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# Número de registros" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Dirigido por" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "conformationModal.message": [ + { + "type": 0, + "value": "Se actualizarán " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros si se pulsa el botón " + }, + { + "children": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": "." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Algo salió mal" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fallo al cargar el archivo" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Sólo Personal" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Despejar el campo" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Sustituir por" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Acciones" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Opciones" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Nota administrativa" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Disponible" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Nota de registro" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Comprobar nota" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Correo electrónico" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Fecha de expiración" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Ubicación de las explotaciones permanentes" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suprimir del descubrimiento" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Ubicación temporal de las explotaciones" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Ejemplar intelectual" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Añadir nota" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Cambiar el tipo de nota" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "duplicar a" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Establecer falso" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Marcar sólo como personal" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Eliminar todo" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Eliminar la marca como personal únicamente" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Eliminar" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Establecer como verdadero" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Falta mucho" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Falta" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "En trámite (no solicitable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Grupo de usuarios" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Tipo de préstamo permanente" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Ubicación permanente del ítem" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Seleccione el estado del elemento" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restringido" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Estado del artículo" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suprimir del descubrimiento" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Tipo de préstamo temporal" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Ubicación temporal del ítem" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "No disponible" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Desconocido" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Retirada" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Seleccionar tipo de préstamo" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Seleccione el lugar" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Seleccione el tipo de nota" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Seleccionar grupo de usuarios" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Cambios globales" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Descargar" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Establecer criterios" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros emparejados * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errores" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros cambiados * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errores " + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Identificador de registro" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "Ver la última versión" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Motivo del error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errores" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Adquisición" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulación" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventario - Holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventario - ítems" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Tipos de registro" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Usuarios" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identificador" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Consulta" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Identificador de registro" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "ID externos" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Carteras HRID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "UUID de las explotaciones" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "HRID de instancia" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Códigos de barras del ítem" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "UUID de ítems" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Número de acceso al artículo" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Código de barras del artículo" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Identificador anterior del artículo" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "UUIDs Holdings" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Seleccionar identificador de registro" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Códigos de barras usuario" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "UUID de usuario" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Nombres de usuario" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Criterios cambios globales" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros cambiados" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros coincidentes" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactivo" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Activo" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Vista previa del registro coincidente" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Vista previa del registro modificado" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o seleccionar un archivo con los HRID de las explotaciones" + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con HRID de instancia" + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Arrastre y suelte o elija un archivo con el código de barras ítem" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Arrastrar y soltar o seleccionar un archivo con el número de acceso al artículo" + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Arrastre y suelte o elija un archivo con el código de barras del ítem" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir el archivo con el antiguo identificador del artículo" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir el archivo con los HRID de los elementos" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de elementos" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Elija un filtro para mostrar los resultados." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "Archivo con registros actualizados" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Fichero con los errores encontrados al confirmar los cambios" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "Fichero con los registros coincidentes" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Fichero con errores encontrados durante el cotejo de registros" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "Archivo con la vista previa de los cambios propuestos" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "Archivo que se utilizó para activar la edición masiva" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "En aplicación" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "CSV" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Consulta CCL" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventario - Holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventario - ítems" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Usuarios" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Fecha final" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Borrar" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Editar" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Fecha de inicio" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Tipos de registro" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Estados" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Tipo de operación masiva" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Usuario" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Elegir usuario" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Los archivos no están disponibles para su descarga porque han transcurrido 30 días desde la fecha de ejecución de la tarea." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Aplicar cambios" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completado" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completado con errores" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Modificación de datos" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Fallido" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "Nuevo" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Recuperación de registros" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Revisión de los cambios" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Guardar registros" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Acciones" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Mostrar columnas" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "LOGs de edición masiva" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Cambios globales" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Edición masiva: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Cambio global " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Elija otro archivo para cargar" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Archivo no válido" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Solo se pueden cargar archivos con extensión .csv" + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Sólo se puede cargar un archivo con extensión .csv." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Próximo" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " cargado exitosamente" + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Seleccionar opción" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Cambios globales- Puede ver los registros" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: El módulo de edición masiva está habilitado" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancelar" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Asignado" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Estado de la asignación de permisos" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Conjuntos de permisos" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Tipos de permisos" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permisos" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Buscar en" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Buscar y filtrar" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Sin asignar" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Asignado" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Conjunto de permisos" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permiso" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Sin asignar" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Nombre" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Estado" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Tipo" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permisos encontrados" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permisos" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Guardar y cerrar" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Seleccionar permisos" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total seleccionado: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Nombre de archivo: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Consulta: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "¿Seguro?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Descargar vista previa" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Seguir editando" + } + ], + "previewModal.message": [ + { + "type": 0, + "value": "Los registros " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " se cambiarán si se hace clic en el botón Confirmar cambios. Puede elegir Descargar vista previa para revisar todos los cambios antes de guardar." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Vista previa de los registros que se van a modificar" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Guardar & cerrar" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Comprometiendo cambios" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Cargar " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " y recuperar datos relevantes" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Procesando" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Recuperar" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " registros han sido actualizados exitosamente" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " coincidentes encontrados." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Iniciar la eliminación masiva" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Descargar los registros modificados (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Descargar errores (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Descargar registros coincidentes (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Iniciar Cambio global" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Iniciar edición masiva (CSV)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Iniciar edición masiva - Campos de instancia" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Buscar en" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identificador" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Consulta" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Soltar para continuar" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "o seleccione archivo" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Seleccionar un fichero con identificadores de registro" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Seleccionar un fichero con los HRID de las explotaciones" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Seleccionar un fichero con UUID de explotaciones" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Seleccione un archivo con HRID de instancia" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Seleccionar un fichero con el código de barras ítem" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Seleccionar un fichero con identificadores de registro" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Seleccione un archivo con el número de acceso al artículo" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Seleccionar un fichero con el código de barras del ítem" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Seleccionar un fichero con el identificador anterior del artículo" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Seleccionar un fichero con UUID de explotaciones" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Seleccione un archivo con los HRID de los elementos" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Seleccione un archivo con UUID de elementos" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Cargar el archivo CSV con los registros editados" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Arrastrar y soltar" + } + ], + "uploading": [ + { + "type": 0, + "value": "Cargar" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/es_ES.json b/translations/ui-bulk-edit/compiled/es_ES.json new file mode 100644 index 00000000..669ac47a --- /dev/null +++ b/translations/ui-bulk-edit/compiled/es_ES.json @@ -0,0 +1,3384 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Seleccionar acción" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Selección de acciones" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Fecha" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Seleccionar tipo de préstamo" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Ubicación" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Selección de grupo de usuarios" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Seleccionar estado" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Área de texto" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Campo de texto" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancelar" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Notas de instancia" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Notas" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Tipo de préstamo" + } + ], + "category.location": [ + { + "type": 0, + "value": "Ubicación" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Formato de adquisición" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Método de adquisición" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Prefijo del número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Sufijo del número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Tipo de número de llamada" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Número de copia" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Política de digitalización" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suprimido del EDS" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Ubicación efectiva" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Acceso electrónico." + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Id anteriores" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Participaciones HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Identificación del holding" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Declaraciones de Holdings" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Extractos de índices" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Declaraciones los holdings para los suplementos" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "tipo de holding" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Mala política" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instancia HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Código de barras ítem" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Número de items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Cambiar ubicación permanente" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Estado de recepción" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Historial de recepción" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Política de retención" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Título de la estantería" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Fuente" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Códigos estadísticos" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Ubicación temporal" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Versión" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Código de barras" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Número de llamada" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Cronología" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Notas de circulación" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Nombres de los colaboradores" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeración" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "ID de registro de holdings" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "Punto de servicio de destino en tránsito" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Ítem HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Identificación del artículo" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Último registro" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Identificador de línea de pedido" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Estado" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Título" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Versión" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volumen" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Activo" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Direcciones" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Código de barras" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Registro creado" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Campos personalizados" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Fecha de nacimiento" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departamentos" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Correo electrónico" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Fecha de inscripción" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Fecha de expiración" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "ID de sistema externo" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "Primer autor" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Apellido" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Enlace a la foto de perfil." + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Segundo nombre" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Teléfono móvil" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Grupo de patrocinadores" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Teléfono" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Id de tipo de contacto preferido" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Nombre preferido" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Apoderado para" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Etiquetas" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Tipo" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Registro actualizado" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "Id de usuario" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Nombre de usuario" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Comportamiento" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Fin de la carrera" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Tipo de registro" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Tipo de operación a granel" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Procesado" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Empezó a correr" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Estado" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# Número de registros" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Dirigido por" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "conformationModal.message": [ + { + "type": 0, + "value": "Se actualizarán " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros si se pulsa el botón " + }, + { + "children": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": "." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Algo salió mal" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fallo al cargar el archivo" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Sólo Personal" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Despejar el campo" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Sustituir por" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Acciones" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Opciones" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirmar cambios" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Nota administrativa" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Disponible" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Nota de registro" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Comprobar nota" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Correo electrónico" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Fecha de expiración" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Ubicación de las explotaciones permanentes" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suprimir del descubrimiento" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Ubicación temporal de las explotaciones" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Ejemplar intelectual" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Añadir nota" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Cambiar el tipo de nota" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "duplicar a" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Establecer falso" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Marcar sólo como personal" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Eliminar todo" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Eliminar la marca como personal únicamente" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Eliminar" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Establecer como verdadero" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Falta mucho" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Falta" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "En trámite (no solicitable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Grupo de usuarios" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Tipo de préstamo permanente" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Ubicación permanente del ítem" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Seleccione el estado del elemento" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restringido" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Estado del artículo" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suprimir del descubrimiento" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Tipo de préstamo temporal" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Ubicación temporal del ítem" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "No disponible" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Desconocido" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Retirada" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Seleccionar tipo de préstamo" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Seleccione el lugar" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Seleccione el tipo de nota" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Seleccionar grupo de usuarios" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Cambios globales" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Descargar" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Establecer criterios" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros emparejados * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errores" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros cambiados * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errores " + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Identificador de registro" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "Ver la última versión" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Motivo del error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errores" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Adquisición" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulación" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventario - Holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventario - ítems" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Tipos de registro" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Usuarios" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identificador" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Consulta" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Identificador de registro" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "ID externos" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Carteras HRID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "UUID de las explotaciones" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "HRID de instancia" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Códigos de barras del ítem" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "UUID de ítems" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Número de acceso al artículo" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Código de barras del artículo" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Identificador anterior del artículo" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "UUIDs Holdings" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Seleccionar identificador de registro" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Códigos de barras usuario" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "UUID de usuario" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Nombres de usuario" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Criterios cambios globales" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros cambiados" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros coincidentes" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactivo" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Activo" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Vista previa del registro coincidente" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Vista previa del registro modificado" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o seleccionar un archivo con los HRID de las explotaciones" + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con HRID de instancia" + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Arrastre y suelte o elija un archivo con el código de barras ítem" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Arrastrar y soltar o seleccionar un archivo con el número de acceso al artículo" + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Arrastre y suelte o elija un archivo con el código de barras del ítem" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir el archivo con el antiguo identificador del artículo" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir el archivo con los HRID de los elementos" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Arrastrar y soltar o elegir archivo con UUID de elementos" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Elija un filtro para mostrar los resultados." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "Archivo con registros actualizados" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Fichero con los errores encontrados al confirmar los cambios" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "Fichero con los registros coincidentes" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Fichero con errores encontrados durante el cotejo de registros" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "Archivo con la vista previa de los cambios propuestos" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "Archivo que se utilizó para activar la edición masiva" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "En aplicación" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "CSV" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Consulta CCL" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventario - Holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventario - ítems" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Usuarios" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Fecha final" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Borrar" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Editar" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Fecha de inicio" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Tipos de registro" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Estados" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Tipo de operación masiva" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Usuario" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Elegir usuario" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Los archivos no están disponibles para su descarga porque han transcurrido 30 días desde la fecha de ejecución de la tarea." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Aplicar cambios" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completado" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completado con errores" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Modificación de datos" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Fallido" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "Nuevo" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Recuperación de registros" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Revisión de los cambios" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Guardar registros" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Acciones" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Mostrar columnas" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "LOGs de edición masiva" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Cambios globales" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Edición masiva: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Cambio global " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Elija otro archivo para cargar" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Archivo no válido" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Solo se pueden cargar archivos con extensión .csv" + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Sólo se puede cargar un archivo con extensión .csv." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Próximo" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " cargado exitosamente" + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Seleccionar opción" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Cambios globales- Puede ver los registros" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: El módulo de edición masiva está habilitado" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancelar" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Asignado" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Estado de la asignación de permisos" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Conjuntos de permisos" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Tipos de permisos" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permisos" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Buscar en" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Buscar y filtrar" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Sin asignar" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Asignado" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Conjunto de permisos" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permiso" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Sin asignar" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Nombre" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Estado" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Tipo" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permisos encontrados" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permisos" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Guardar y cerrar" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Seleccionar permisos" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total seleccionado: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Nombre de archivo: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Consulta: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "¿Seguro?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Descargar vista previa" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Seguir editando" + } + ], + "previewModal.message": [ + { + "type": 0, + "value": "Los registros " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " se cambiarán si se hace clic en el botón Confirmar cambios. Puede elegir Descargar vista previa para revisar todos los cambios antes de guardar." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Vista previa de los registros que se van a modificar" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Guardar & cerrar" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Comprometiendo cambios" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Cargar " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " y recuperar datos relevantes" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Procesando" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Recuperar" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " registros han sido actualizados exitosamente" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " coincidentes encontrados." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Iniciar la eliminación masiva" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Descargar los registros modificados (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Descargar errores (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Descargar registros coincidentes (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Iniciar Cambio global" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Iniciar edición masiva (CSV)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Iniciar edición masiva - Campos de instancia" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Restablecer todo" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Buscar en" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identificador" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Consulta" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Soltar para continuar" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "o seleccione archivo" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Seleccionar un fichero con identificadores de registro" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Seleccionar un fichero con los HRID de las explotaciones" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Seleccionar un fichero con UUID de explotaciones" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Seleccione un archivo con HRID de instancia" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Seleccionar un fichero con el código de barras ítem" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Seleccionar un fichero con identificadores de registro" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Seleccione un archivo con el número de acceso al artículo" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Seleccionar un fichero con el código de barras del ítem" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Seleccionar un fichero con el identificador anterior del artículo" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Seleccionar un fichero con UUID de explotaciones" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Seleccione un archivo con los HRID de los elementos" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Seleccione un archivo con UUID de elementos" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Cargar el archivo CSV con los registros editados" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Arrastrar y soltar" + } + ], + "uploading": [ + { + "type": 0, + "value": "Cargar" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/fr.json b/translations/ui-bulk-edit/compiled/fr.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/fr.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/fr_FR.json b/translations/ui-bulk-edit/compiled/fr_FR.json new file mode 100644 index 00000000..cb3eb28c --- /dev/null +++ b/translations/ui-bulk-edit/compiled/fr_FR.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Rechercher" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Rechercher (sur l'ensemble d'un sous-champ)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Recherche (sur l'ensemble d'un champ)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Emplacement" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Sélection du groupe d'usagers" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Annuler" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Emplacement" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Notes sur les localisations" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Notes de notice bibliographique" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Emplacement" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Format d'acquisition" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Méthode d'acquisition" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Note d'action" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Note administrative" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Note de reliure" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Cote" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Préfixe de la cote" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Suffixe de la cote" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Type de cote" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Note sur la copie" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Numéro d'exemplaire" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Politique de numérisation" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Masquer dans l'outil de découverte" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Emplacement effectif" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Accès électronique" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Note sur l'ex-libris électronique" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "ID des localisations précédentes" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "IDs précédents" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "HRID de localisation" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "HRID de localisation" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "UUID des localisations" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Localisations - Numéro d'exemplaire" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Cote pour la localisation" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Préfixe de cote pour la localisation" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Type de cote pour la localisation" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Localisations - Emplacement permanent" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "ID Localisations" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "État des localisations" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "État des localisations pour les index" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "État des localisations pour les suppléments" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "État des localisations" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "États des localisations pour les index" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "États des localisations pour les suppléments" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Localisations - Emplacement temporaire" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Type de localisations" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "Politique de PEB" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Politique de PEB" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Notice (Titre, Éditeur, Date de publication)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "HRID de la notice" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Code-barres de l'exemplaire" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Nombre d'exemplaires" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Format de commande" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Emplacement permanent" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Note de provenance" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "État de réception" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Historique de réception" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Note de reproduction" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Politique de rétention" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Titre de rayonnage" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Codes statistiques" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Masquer dans l'outil de découverte" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Mots-clés" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Emplacement temporaire" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Note administrative" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Date de catalogage" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributeurs" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Édition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Titre indexé" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "HRID de la notice" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "UUID de la notice" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Terme du statut de la notice bibliographique" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Langues" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode d'émission" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature du contenu" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Description physique" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Précédemment détenu" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Fréquence de publication" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Période de publication" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Titre de la ressource" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Type de ressource" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Supprimer de la vue du personnel" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Masquer dans l'outil de découverte" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Numéro d'inventaire" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Code-barres" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Lié aux titres" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Cote" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Note de retour" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Note d'emprunt" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Numéro d'exemplaire" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description des unités" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Cote intégrale" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Accès électronique" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Ancien identifiant" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Localisations (Emplacement, Cote)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "ID de notice de localisation" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Notice (Titre, Éditeur, Date de publication)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Est lié à" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "UUID de l'exemplaire" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Statut de l'exemplaire endommagé" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Date de statut de l'exemplaire endommagé" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Emplacement effectif de l'exemplaire" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Identifiant de l'exemplaire" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Cote de l'exemplaire" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Préfixe de cote d'exemplaire" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Suffixe de cote d'exemplaire" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Type de cote d'exemplaire" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Emplacement permanent de l'exemplaire" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Emplacement temporaire de l'exemplaire" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Dernier retour" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Type de document" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Unités manquantes" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Date d'unités manquantes" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Nombre d'unités manquantes" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Nombre d'unités" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Type de prêt permanent" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Ordre de rayonnage" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Codes statistiques" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Masquer dans l'outil de découverte" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Mots-clés" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Type de prêt temporaire" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Année, légende" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Actif" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Adresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Code-barres" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Fiche créée" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Champs personnalisés" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Date de naissance" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Départements/Services" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date d'inscription" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Date d'échéance" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "Identifiant système externe" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "Prénom" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Nom de famille" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Lien vers la photo de profil" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Deuxième prénom" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Téléphone portable" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Groupe usagers" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Téléphone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "ID du type de contact préféré" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Préférences de contact par mail" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Prénom d'usage" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Procuration pour" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Mots-clés" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Fiche mise à jour" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "Identifiant utilisateur" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Nom d'utilisateur" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Statut" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Exécuté par" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Échec du téléchargement du fichier" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Appliquer à toutes les notices de localisations" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Pour le personnel uniquement" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Remplacer par" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirmer les modifications" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Disponible" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Note de retour" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Note d'emprunt" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Date d'échéance" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Texte du lien" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Matériels spécifiés" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Localisation permanente" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Masquer dans l'outil de découverte" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Localisation temporaire" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "Note publique sur l'URL" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "Relation URL" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Supprimer de la vue du personnel" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Masquer dans l'outil de découverte" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Marquer comme pour le personnel uniquement" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Manquant depuis longtemps" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Manquant" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "En traitement (non réservable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Groupe usagers" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Masquer dans l'outil de découverte" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Indisponible" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Retiré des collections" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Sélectionner un emplacement" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Sélectionnez le groupe usagers" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Modifications par lots" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Télécharger" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Motif de l'erreur" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Erreurs" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Catalogue - localisations" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Catalogue - notices" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Catalogue - exemplaires" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Utilisateurs" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "HRIDs des localisations" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "UUIDs des localisations" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "HRIDs des notices" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Codes-barres d'exemplaires" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "HRIDs des notices" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "UUIDs des notices" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Numéro d'inventaire d'exemplaire" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Code-barres de l'exemplaire" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "UUIDs des localisations" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Codes-barres utilisateur" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Noms d'utilisateur" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Saisir les critères pour la modification par lots" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Texte du lien" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relation" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Sélectionner un identifiant de notice" + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les HRIDs des localisations." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les UUIDs des localisations." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les HRIDs des notices." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les code-barres d'exemplaires." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Cliquez sur le bouton Générez la requête pour générer la requête." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Sélectionner un identifiant de notice" + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les HRIDs des notices." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les UUIDs des notices." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Cliquez sur le bouton Générez la requête pour générer la requête." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les numéros d'inventaire d'exemplaires." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les code-barres d'exemplaires." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les UUIDs des localisations." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les code-barres utilisateurs." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les identifiants extérieurs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les UUIDs des utilisateurs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Glisser-déposer ou choisir un fichier avec les noms d'utilisateurs." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "CSV" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Requête" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Catalogue - localisations" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Catalogue - notices" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Catalogue - notices (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Catalogue - exemplaires" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Utilisateurs" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Date de fin" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Supprimer" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Modifier" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Date de début" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Utilisateur" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choisir un utilisateur" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "La liste est vide" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Terminé" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Terminé avec des erreurs" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Échec" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "Nouveau" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Afficher les colonnes" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Modification par lots" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Modification par lots : " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Modification par lots de " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choisir un autre fichier à télécharger" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Fichier non valide" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Seul un fichier avec l'extension .csv peut être téléchargé" + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Seul un fichier avec l'extension .csv peut être téléchargé." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Suivant :" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " a été téléchargé avec succès." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Nom de fichier : " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Êtes-vous sûr(e)?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Continuer l'édition" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Sauvegarder et fermer" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Tout réinitialiser" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Lancer la suppression par lot" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Lancer la modification par lots" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Lancer la modification par lots (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Lancer la modification par lots - Champs de notice" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Notices avec source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Tout réinitialiser" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Rechercher" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "ou choisir un fichier" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Sélectionner un fichier avec les identifiants de notices" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Sélectionner un fichier avec les HRIDs des localisations." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Sélectionner un fichier avec les UUIDs des localisations." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Sélectionner un fichier avec les HRIDs de notices." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Sélectionnez un fichier avec les code-barres d'exemplaires" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Sélectionner un fichier avec les identifiants de notices" + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Sélectionner un fichier avec les HRIDs de notices." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Sélectionner un fichier avec les UUIDs de notices." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Sélectionner un fichier avec ISBN" + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Sélectionner un fichier avec ISSN" + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Sélectionnez un fichier avec les numéros d'inventaire d'exemplaires" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Sélectionnez un fichier avec les code-barres d'exemplaires" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Sélectionner un fichier avec les UUIDs des localisations." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Sélectionnez un fichier avec les code-barres utilisateurs" + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Sélectionnez un fichier avec les identifiants extérieurs" + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Sélectionnez un fichier avec les noms d'utilisateurs" + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Glisser-déposer" + } + ], + "uploading": [ + { + "type": 0, + "value": "Chargement..." + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/he.json b/translations/ui-bulk-edit/compiled/he.json new file mode 100644 index 00000000..8a58200f --- /dev/null +++ b/translations/ui-bulk-edit/compiled/he.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "מזהה רשומה" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "שגיאות" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " רשומות תואמות" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "שאילתה: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/hi_IN.json b/translations/ui-bulk-edit/compiled/hi_IN.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/hi_IN.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/hu.json b/translations/ui-bulk-edit/compiled/hu.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/hu.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/it_IT.json b/translations/ui-bulk-edit/compiled/it_IT.json new file mode 100644 index 00000000..b682eae3 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/it_IT.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Seleziona un'azione" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Azioni" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Azioni" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Data di scadenza" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Tipologia prestito permanente" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Stato item" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Tipologia prestito temporaneo" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Seleziona tipologia prestito" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Modifiche massive" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Barcode dell'item" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Imposta i criteri per avviare la modifica massiva" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Anteprima del record abbinato" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Azioni" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Modifica massiva" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Modifica massiva: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Modifica massiva " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Successivo" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Selezionare un'opzione" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Avvia modifica massiva" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Avvia modifica massiva (CSV)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Rilascia per continuare" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "o scegli il file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Trascina e rilascia" + } + ], + "uploading": [ + { + "type": 0, + "value": "Caricamento" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ja.json b/translations/ui-bulk-edit/compiled/ja.json new file mode 100644 index 00000000..e51c537d --- /dev/null +++ b/translations/ui-bulk-edit/compiled/ja.json @@ -0,0 +1,3384 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "日付" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "貸出タイプの選択" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "所在" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "利用者グループの選択" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "テキストエリア" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "テキストフィールド" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "キャンセル" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "電子アクセス" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "所蔵所在" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "所蔵ノート" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "インスタンスノート" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "資料ノート" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "貸出タイプ" + } + ], + "category.location": [ + { + "type": 0, + "value": "所在" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "収集フォーマット" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "アクションノート" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "管理ノート" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "製本メモ" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "コールナンバー" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "請求記号の接頭語" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "請求記号の接尾語" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "コールナンバータイプ" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "メモをコピーする" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "コピー番号" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "有効所在" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "電子アクセス" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "以前の所蔵 ID" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "以前のID" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "所蔵 URID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "所蔵 HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "所蔵 UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "所蔵レベルの請求記号" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "所蔵レベルの請求記号の接頭語" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "所蔵レベルの請求記号の接尾語" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "所蔵レベルの請求記号タイプ" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "所蔵一時所在" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "所蔵 ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "所蔵一時所在" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "所蔵タイプ" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILLポリシー" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "ILLポリシー" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "インスタンス HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "アイテム - バーコード" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "ノート" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "資料数" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "発注フォーマット" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "通常所在" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "受入履歴" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "ソース" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "統計コード" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "タグ" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "一時所在" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "バージョン" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "管理用メモ" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "カタログ日" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "寄与者" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "版" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "フォーマット" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "インデックスタイトル" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "インスタンスHRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "インスタンス UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "インスタンスステータス用語" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "言語" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "コンテンツの性質" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "ノート" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "出版範囲" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "リソースのタイトル" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "リソースタイプ" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "ソース" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "ディスカバリーからの排除" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "受入番号" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "管理ノート" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "バーコード" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "請求記号" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "返却ノート" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "貸出ノート" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "年表" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "貸出/返却 ノート" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "寄与者名称" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "電子アクセス" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "以前のID" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "所蔵(所在, 請求記号)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "所蔵レコード ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "所蔵 UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "インスタンス(タイトル、出版者、出版日)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "資料 HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "資料 UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "資料破損ステータス" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "資料有効所在" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "アイテム ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "資料 ID" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "資料レベルの請求記号" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "資料レベルの請求記号の接頭語" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "資料レベルの請求記号の接尾語" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "資料レベルの請求記号タイプ" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "資料通常所在" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "資料一時所在" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "最終返却" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "資料種別" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "ノート" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "通常貸出タイプ" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "発注明細 ID" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "統計コード" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "ステータス" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "タグ" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "一時貸出タイプ" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "タイトル" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "バージョン" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "巻" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "有効" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "バーコード" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "カスタムフィールド" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "出生日" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "部門" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "電子メール" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "登録日" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "有効期限" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "学部システムID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "名" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "姓" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "ミドルネーム" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "携帯電話" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "利用者グループ" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "電話番号" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "タグ" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "タイプ" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "ユーザー ID" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "ユーザー名" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "編集" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "終了" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "レコードタイプ" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "ステータス" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "type": 0, + "value": "[ " + }, + { + "children": [ + { + "type": 0, + "value": "変更をコミット" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": "ボタンをクリックすると、 " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "件のレコードが更新されます。" + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": "フォーマットが正しくありません。フォーマットを修正して、ファイルを再度アップロードしてください。" + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "S3 からデータを取得できません。ホスティング プロバイダーに問い合わせて、S3 の設定を確認してください。詳細については、一括編集アプリ ログ (mod-bulk-operations および mod-data-export-worker モジュール) を参照してください。" + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "S3 からデータを取得できません。ホスティング プロバイダーに問い合わせて、S3 の設定を確認してください。詳細については、一括編集アプリ ログ (mod-bulk-operations および mod-data-export-worker モジュール) を参照してください。" + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "S3 構成に問題があり、一括編集モジュールがファイルを保存できません。ホスティング プロバイダーに問い合わせて、一括編集アプリが正しく構成されているかどうかを確認してください。" + } + ], + "error.sww": [ + { + "type": 0, + "value": "問題が発生しました" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "全ての所蔵レコードに適用" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "スタッフのみ" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "データ" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "フィールド" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "サブフィールド" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "変更の確認" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "現在、5xx および 9xx の編集のみがサポートされています" + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "入力内容を確認してください" + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "5xx および 9xx に限定されます" + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "このフィールドは保護されています" + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "入力内容を確認してください" + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "追加" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "追加サブフィールド" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "管理ノート" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "利用可" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "返却ノート" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "貸出ノート" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Eメール" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "リンクテキスト" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "通常所蔵所在" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "一時所蔵所在" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL 公開ノート" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "ディスカバリーから除外する" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "ノートの追加" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "ノートタイプの変更" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "全て削除" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "長期不明" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "不明" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "処理中(リクエスト不可)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "利用者グループ" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "通常貸出タイプ" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "通常資料所在" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "資料ステータスの選択" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "フィールドの削除" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "サブフィールドの削除" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "資料のステータス" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "一時貸出タイプ" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "一時資料所在" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "利用不可" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "不明" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "貸出タイプの選択" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "所在の選択" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "ノートタイプの選択" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "利用者グループの選択" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "ノートタイプの選択" + } + ], + "layer.title": [ + { + "type": 0, + "value": "一括編集" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "ダウンロード" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "一括編集クエリ: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "エントリ * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "レコードが変更されました * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "エラー" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "レコードID" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "最新バージョンの表示" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "エラーの理由" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "エラー" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "収集" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "貸出/返却" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "インベントリ - 所蔵" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "インベントリ - インスタンス" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "インベントリ - 資料" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "ユーザー" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "ID" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "ログ" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "クエリ" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "レコードID" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "外部ID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "所蔵 UUID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "所蔵 UUID" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "インスタンスHRID" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "資料バーコード" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "インスタンスHRID" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "インスタンスUUID" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "資料 HRID" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "資料 UUID" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "資料バーコード" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "以前の資料 ID" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "所蔵 UUID" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "レコードIDの選択" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "ユーザーバーコード" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "ユーザー UUID" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "ユーザー名" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "リンクテキスト" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "公開ノート" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "関係" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "無効" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "有効" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "レコード タイプを選択し、次にレコードIDを選択します。" + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "レコードIDの選択" + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "レコードIDの選択" + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "所蔵HRIDを含むファイルをドラッグ アンド ドロップするか、選択します" + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "インスタンス HRID を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "資料バーコードを含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "クエリを構築するには、「クエリの構築」ボタンをクリックします。" + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "レコードIDの選択" + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "インスタンス HRID を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "インスタンス UUID を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "ISBN を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "ISSN を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "クエリを構築するには、「クエリの構築」ボタンをクリックします。" + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "レコードIDの選択" + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "資料バーコードを含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "以前の資料 IDを持つファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "所蔵UUID を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "資料 HRIDを持つファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "資料 UUIDを持つファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "クエリを構築するには、「クエリの構築」ボタンをクリックします" + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "レコード タイプを選択し、[クエリの構築] ボタンをクリックします。" + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "レコードIDの選択" + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "ユーザーバーコードを含むファイルをドラッグアンドドロップするか、選択します" + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "外部 ID を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "ユーザー UUID を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "ユーザー名を含むファイルをドラッグ アンド ドロップするか、選択します。" + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "クエリを構築するには、「クエリの構築」ボタンをクリックします。" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "更新済レコードを含むファイル" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "更新済レコードを含むファイル" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "CSV" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "クエリ" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "インベントリ - 所蔵" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "インベントリ - インスタンス" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "インベントリ - インスタンス (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "インベントリ - 資料" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "ユーザー" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "終了" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "削除" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "編集" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "開始" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "レコードタイプ" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "ステータス" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "ユーザー" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "ユーザーの選択" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "リストは空です" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "変更の適用" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "完了" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "エラーありで完了" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "クエリの実行" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "失敗" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "新規" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "IDの保存" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "アクション" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "カラムを表示" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "一括編集の開始" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "ログの一括編集" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "一括編集クエリ" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "MARC フィールドクエリの一括編集" + } + ], + "meta.title": [ + { + "type": 0, + "value": "一括編集" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "一括編集: " + }, + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "一括編集" + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "MARCフィールドの一括編集" + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "無効なファイル" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "次" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "一括編集: ログを表示できます" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "キャンセル" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "割当済" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "全てリセット" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "未割当" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "割当済" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "アクセス権限セット" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "未割当" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "名称" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "ステータス" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "タイプ" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "保存して閉じる" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "選択済合計: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "ファイル名: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "クエリ: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "本当にいいですか?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "MARC形式でプレビューをダウンロード" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "編集を続ける" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "全てリセット" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "変更されたレコードをダウンロードする (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "ダウンロードエラー(CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "一致したレコードのダウンロード(CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "一括編集の開始" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "一括編集開始 - インスタンスフィールド" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "一括編集の開始 - MARCフィールド" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "全てリセット" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "検索" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "ID" + } + ], + "title.logs": [ + { + "type": 0, + "value": "ログ" + } + ], + "title.mark": [ + { + "type": 0, + "value": "MARCフィールドの一括編集" + } + ], + "title.query": [ + { + "type": 0, + "value": "クエリ" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "タイプの選択" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "ドロップして継続" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "レコード IDを含むファイルの選択" + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "レコード IDを含むファイルの選択" + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "レコード IDを含むファイルの選択" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "所蔵HRIDを含むファイルを選択" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "インスタンスHRIDを含むファイルの選択" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "資料バーコードを含むファイルを選択します" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "レコード IDを含むファイルの選択" + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "インスタンスHRIDを含むファイルの選択" + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "インスタンスUUIDを含むファイルの選択" + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "ISBNを含むファイルの選択" + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "ISSNを含むファイルの選択" + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "レコード IDを含むファイルの選択" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "資料バーコードを含むファイルを選択します" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "以前のIDを含むファイルの選択" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "所蔵 UUIDを含むファイルを選択" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "資料 HRIDを含むファイルの選択" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "資料 UUIDを含むファイルの選択" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "レコード IDを含むファイルの選択" + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "ユーザーバーコードを含むファイルの選択" + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "外部IDを含むファイルの選択" + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "ユーザーUUIDを含むファイルの選択" + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "ユーザー名を含むファイルの選択" + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "ドラッグ&ドロップ" + } + ], + "uploading": [ + { + "type": 0, + "value": "アップロード" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ko.json b/translations/ui-bulk-edit/compiled/ko.json new file mode 100644 index 00000000..69d0c0b7 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/ko.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "대량 편집(Bulk edit)" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/nb.json b/translations/ui-bulk-edit/compiled/nb.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/nb.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/nl.json b/translations/ui-bulk-edit/compiled/nl.json new file mode 100644 index 00000000..77a94056 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/nl.json @@ -0,0 +1,3368 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Kolomnaam zoeken" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Zoeken" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Zoeken (volledig subveld zoeken)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Zoeken (volledig veld zoeken)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Actie selecteren" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Acties selecteren" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Invoer kolomfilter" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Datum" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Leentype selecteren" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Locatie" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Gebruikersgroep selecteren" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status selecteren" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Tekstgebied" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Tekstveld" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Selecteer URL-relatie" + } + ], + "cancel": [ + { + "type": 0, + "value": "Annuleren" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Digitale toegang" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Locatie holdings" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Opmerkingen holdings" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Opmerkingen over instance" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Itemopmerkingen" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Type lening" + } + ], + "category.location": [ + { + "type": 0, + "value": "Locatie" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisitieformat" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisitiemethode" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Opmerking - Actie" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administratieve opmerking" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Opmerking - Bindwijze" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Etiketnummer" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Voorvoegsel etiketnummer" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Achtervoegsel etiketnummer" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Etiketnummertype" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Opmerking - Kopie" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Kopienummer" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitaliseringsbeleid" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Verberg in discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effectieve locatie" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Digitale toegang" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Opmerking - Digitaal boeklabel" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Voormalige holdings-ID" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Voormalige ID's" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings-HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings-HRI" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings-UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Kopienummer holdings" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdingsniveau etiketnummer" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdingsniveau voorvoegsel etiketnummer" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdingsniveau achtervoegsel etiketnummer" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdingsniveau type etiketnummer" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Permanente locatie van holdings" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings-ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdingsstatement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdingsstatement voor indexen" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdingsstatement voor supplementen" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements voor indexen" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements voor supplementen" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Tijdelijke locatie holdings" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Type holdings" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "IBL-beleid" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "IBL-beleid" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Titel, Uitgever, Publicatiedatum)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance-HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Barcode item" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Opmerkingen" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Aantal items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Bestelformat" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanente locatie" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Opmerking - Herkomst" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Status ontvangst" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Ontvangstgeschiedenis" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Opmerking - Reproductie" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Bewaarbeleid" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Schaptitel" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Bron" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistische codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Verberg in discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Tijdelijke locatie" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Versie" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administratieve opmerking" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Datum gecatalogiseerd" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Bijdragers" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Editie" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Indextitel" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance-HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance-UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Term instance-status" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Talen" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Wijze van uitgifte" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Aard van de content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Opmerkingen" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Fysieke omschrijving" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Voorheen in de collectie" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publicatiefrequentie" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publicatiebereik" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Titel van bron" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Type bron" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Bron" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Voor medewerkers verbergen" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Verberg in discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Registratienummer" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administratieve opmerking" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Gebonden met titels" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Etiketnummer" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Opmerking bij inchecken" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Opmerking bij uitchecken" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronologie" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulatie-opmerkingen" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Namen bijdragers" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Kopienummer" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Omschrijving stukken" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effectief etiketnummer" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Digitaal toegang" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Opsomming" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Voormalig identificatiekenmerk" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Locatie, Etiketnummer)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdingsrecord-ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings-UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "Onderweg bestemming servicepunt" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Titel, Uitgever, Publicatiedatum)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is gebonden met" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item-HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item-UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Itemstatus beschadigd" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Datum status item beschadigd" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effectieve locatie" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item-ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item-identificatiekenmerk" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Itemniveau etiketnummer" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Itemniveau voorvoegsel etiketnummer" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Itemniveau achtervoegsel etiketnummer" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Itemniveau type etiketnummer" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanente locatie" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item tijdelijke locatie" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Laatste check-in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Materiaalsoort" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Ontbrekende stukken" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Datum ontbrekende stukken" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Opmerkingen" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Aantal ontbrekende stukken" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Aantal stuks" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent leentype" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Identificatiekenmerk PO-regel" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Plankvolgorde" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistische codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Verberg in discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Tijdelijk leentype" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Titel" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Versie" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Jaar, bijschrift" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Actief" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Adressen" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record aangemaakt" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Maatwerkvelden" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Geboortedatum" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Afdelingen" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Datum ingeschreven" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Vervaldatum" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "Extern systeem-ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "Voornaam" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Achternaam" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link naar de profielfoto" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Tweede naam" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobiele telefoonnummer" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Gebruikersgroep" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Telefoonnummer" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Geprefereerde contactmethode" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Voorkeur e-mailcommunicatie" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Roepnaam" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy voor" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Soort" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record bijgewerkt" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "Gebruikers-ID" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Gebruikersnaam" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Acties" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Bewerken" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Geëindigd" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Type record" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Type bulkbewerking" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Verwerkt" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Gestart" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Uitgevoerd door" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Wijzigingen opslaan" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records worden bijgewerkt als op de knop " + }, + { + "children": [ + { + "type": 0, + "value": "Wijzigingen opslaan" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " wordt geklikt." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is onjuist geformatteerd. Corrigeer de formattering en laad het bestand opnieuw." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Er ging iets mis" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Uploaden van bestand mislukt" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Toepassen op alle holdingsrecords" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Toepassen op alle itemrecords" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Toepassen op itemrecords" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Alleen medewerkers" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Veld" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Vervangen door" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Acties" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Gegevens" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Veld" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Opties" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subveld" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Wijzigingen bevestigen" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Alleen 5xx- en 9xx-bewerkingen worden momenteel ondersteund" + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Beperkt tot 5xx en 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "Dit veld is beveiligd." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Toevoegen" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Extra subveld" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administratieve opmerking" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Bijvoegen" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Beschikbaar" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Opmerking bij inchecken" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Opmerking bij uitchecken" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Vervaldatum" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Linktekst" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Gespecificeerde materialen" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanente locatie van holdings" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Verberg in discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Tijdelijke locatie van holdings" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL openbare opmerking" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL-relatie" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Voor medewerkers verbergen" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Verberg in discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectueel item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Opmerking toevoegen" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Itemopmerking wijzigen" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Dupliceren naar" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Instellen als onwaar" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Markeren als 'Alleen medewerkers'" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Alles verwijderen" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Markering als 'Alleen medewerkers' verwijderen" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Verwijderen" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Instellen als waar" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Lang ontbrekend" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Ontbrekend" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In behandeling (niet opvraagbaar)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Gebruikersgroep" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent leentype" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanente locatie van item" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Itemstatus selecteren" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Veld verwijderen" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Subveld verwijderen" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Vervangen door" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Beperkt" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Itemstatus" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Verberg in discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Tijdelijk leentype" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Tijdelijke locatie van item" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Niet beschikbaar" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Onbekend" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Ingetrokken" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Selecteer leentype" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Locatie selecteren" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Selecteer itemopmerking" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Selecteer een gebruikersgroep" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Selecteer type opmerking" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulkbewerkingen" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Downloaden" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Criteria instellen" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records gematched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " fouten" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records gewijzigd * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " fouten" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Query bulkbewerking: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records gematcht * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " fouten" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Query bulkbewerking: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records gewijzigd * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " fouten" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record-identificatiekenmerk" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "Laatste versie bekijken" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reden voor fout" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Fouten" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisitie" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulatie" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Collectiebezit - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Collectiebezit - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Collectiebezit - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Soorten records" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Gebruikers" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identificatiekenmerk" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record-identificatiekenmerk" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "Externe-ID's" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings-HRID's" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings-UUID's" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance-HRID's" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Itembarcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance-HRID's" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance-UUID's" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item-HRID's" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item-UUID's" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Registratienummer item" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Barcode item" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Voormalig identificatiekenmerk van item" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings-UUID's" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Record-identificatiekenmerk selecteren" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Barcodes voor gebruikers" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "Gebruikers-UUID's" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Gebruikersnamen" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Criteria instellen om bulkbewerking te starten" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records gewijzigd" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records komen overeen" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Linktekst" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Gespecificeerde materialen" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Openbare opmerking" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relatie" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactief" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Actief" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview van gematchte record" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview van gewijzigd record" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Selecteer een record-type en vervolgens een record-identificatiekenmerk." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Selecteer een record-identificatiekenmerk." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Selecteer een record-identificatiekenmerk." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met holdings-HRID's." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met holdings-UUID's." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met instance-HRID's." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Slepen en loslaten of kies bestand met itembarcode." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Klik op de knop 'Query samenstellen' om de query te bouwen." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Selecteer een record-identificatiekenmerk." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met instance-HRID's." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met instance-UUID's." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Slepen en loslaten of bestand met ISBN kiezen." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Slepen en loslaten of bestand met ISSN kiezen." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Klik op de knop 'Query samenstellen' om de query te bouwen." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Selecteer een record-identificatiekenmerk." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met het itemregistratienummer." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Slepen en loslaten of bestand met itembarcode kiezen." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Slepen en loslaten of bestand kiezen met voormalig item-identificatiekenmerk." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met holdings-UUID's." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met item-HRID's." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met item-UUID's." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Klik op de knop 'Query samenstellen' om de query te bouwen." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Kies een filter om resultaten weer te geven." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Selecteer een type record en klik vervolgens op de knop 'Query samenstellen'." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Selecteer een record-identificatiekenmerk." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Slepen en loslaten of bestand kiezen met barcodes van gebruiker." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met externe ID's." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Slepen en loslaten of kies een bestand met UUID's van gebruiker." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Slepen en loslaten of bestand met gebruikersnamen kiezen." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Klik op de knop 'Query samenstellen' om de query te bouwen." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "Bestand met bijgewerkte records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Bestand met bijgewerkte records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Bestand met fouten die zijn opgetreden bij het vastleggen van de wijzigingen" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "Bestand met fouten die zijn opgetreden bij het vastleggen van de wijzigingen" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "Bestand met de overeenkomende records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Bestand met de overeenkomende records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Bestand met fouten tijdens het matchen van records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "Bestand met fouten tijdens het matchen van records" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "Bestand met preview van voorgestelde wijzigingen" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Bestand met preview van voorgestelde wijzigingen" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "Bestand met preview van voorgestelde wijzigingen" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "Bestand met preview van voorgestelde wijzigingen" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "Bestand dat werd gebruikt om de bulkbewerking in gang te zetten" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "Bestand met record-identificatiekenmerken van de records waarop de bulk-update betrekking heeft" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Lokaal" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Collectiebezit - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Collectiebezit - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Collectiebezit - Instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Collectiebezit - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Gebruikers" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Geëindigd" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Verwijderen" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Bewerken" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Gestart" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Soorten records" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statussen" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Type bulkbewerking" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Gebruiker" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Gebruiker kiezen" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "De lijst is leeg" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Bestanden zijn niet beschikbaar om te downloaden omdat er 30 dagen zijn verstreken sinds de datum waarop de taak is uitgevoerd." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Wijzigingen toepassen" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Voltooid" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Voltooid met fouten" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Wijziging van gegevens" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Uitvoeren van query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Mislukt" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "Nieuw" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Identificatiekenmerken ophalen" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Records ophalen" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Beoordelen van wijzigingen" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Identificatiekenmerken opslaan" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Records opslaan" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Acties" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Kolommen weergeven" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Logs van bulkbewerkingen" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Query bulkbewerking" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Query bulkbewerking MARC-velden" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulkbewerking" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulkbewerking: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulkbewerking " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "MARC-velden in bulk bewerken - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Kies een ander bestand om te laden" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Ongeldig bestand" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Alleen bestanden met de extensie .csv kunnen worden geladen." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "U kunt slechts één bestand met .csv-extensie laden." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Volgende" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " succesvol geladen." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Optie selecteren" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulkbewerking: Kan logs bekijken" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulkbewerkingsmodule is ingeschakeld" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Annuleren" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Toegewezen" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Toewijzingsstatus van machtigingen" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Machtigingensets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Soorten machtigingen" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Machtigingen" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Alles resetten" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Zoeken" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Zoeken en filteren" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Niet toegewezen" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Toegewezen" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Machtigingenset" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Machtiging" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Niet toegewezen" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Naam" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Soort" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " machtigingen gevonden" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Machtigingen" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Opslaan en sluiten" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Machtigingen selecteren" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Totaal geselecteerd: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Bestandsnaam: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Weet u het zeker?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Preview downloaden" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Voorbeeld downloaden in MARC-format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Verdergaan met bewerken" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records worden gewijzigd als op de knop 'Wijzigingen opslaan' wordt geklikt. U kunt 'Preview downloaden' kiezen om alle wijzigingen te beoordelen voordat u ze opslaat." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview van records die gewijzigd worden" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Wijzigingen opslaan" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Wijzigingen opslaan" + } + ], + "progressBar.title": [ + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " bijwerken en relevante gegevens ophalen" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "In behandeling" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Ophalen" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records zijn succesvol gewijzigd" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Alles resetten" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " overeenkomende " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records gevonden." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Bulkverwijdering starten" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Gewijzigde records downloaden (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Downloadfouten (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Gematchte records downloaden (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Bulkbewerking starten" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Bulkbewerking starten (Lokaal)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Bulkbewerking starten - Instance-velden" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Bulkbewerking starten - MARC-velden" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Alles resetten" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Zoeken" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identificatiekenmerk" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "MARC-velden in bulk bewerken" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Selecteer type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Loslaten om verder te gaan" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "of kies bestand" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Selecteer een bestand met record-identificatiekenmerken" + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Selecteer een bestand met record-identificatiekenmerken" + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Selecteer een bestand met record-identificatiekenmerken" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Selecteer een bestand met holdings-HRID's" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Selecteer een bestand met holdings-UUID's" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Selecteer een bestand met instance-HRID's" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Selecteer een bestand met itembarcode" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Selecteer een bestand met record-identificatiekenmerken" + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Selecteer een bestand met instance-HRID's" + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Selecteer een bestand met instance-UUID's" + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Selecteer een bestand met ISBN" + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Selecteer een bestand met ISSN" + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Selecteer een bestand met record-identificatiekenmerken" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Selecteer een bestand met het itemregistratienummer" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Selecteer een bestand met itembarcode" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Selecteer een bestand met voormalig item-identificatiekenmerk" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Selecteer een bestand met holdings-UUID's" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Selecteer een bestand met item-HRID's" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Selecteer een bestand met item-UUID's" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "CSV-bestand met bewerkte records laden" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Selecteer een bestand met record-identificatiekenmerken" + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Selecteer een bestand met barcodes van gebruikers" + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Selecteer een bestand met externe ID's" + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Selecteer een bestand met UUID's van gebruikers" + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Selecteer een bestand met gebruikersnamen" + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Slepen en loslaten" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploaden" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/nn.json b/translations/ui-bulk-edit/compiled/nn.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/nn.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/pl.json b/translations/ui-bulk-edit/compiled/pl.json new file mode 100644 index 00000000..ca6d6df6 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/pl.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Przeszukaj nazwę kolumny" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Wybierz akcję" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Wybierz rodzaj wypożyczenia" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Lokalizacja" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Wybierz status" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Obszar tekstowy" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Pole tekstowe" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Wybierz relację Url" + } + ], + "cancel": [ + { + "type": 0, + "value": "Anuluj" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Dostęp elektroniczny" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Lokalizacja zasobów" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Uwagi do zasobów" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Uwagi egzemplarza" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Rodzaj wypożyczenia" + } + ], + "category.location": [ + { + "type": 0, + "value": "Lokalizacja" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Sposób nabycia" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Uwaga dot. oprawy" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Sygnatura" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Prefiks sygnatury" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Sufiks sygnatury" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Rodzaj sygnatury" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Uwaga dot. kopiowania" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Liczba kopii" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Zasady digitalizacji" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Ukryte w katalogu WWW" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Aktualna lokalizacja" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Dostęp elektroniczny" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "HRID zasobów" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Określenia zasobów" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Typ zasobów" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instancja (Tytuł, Wydawca, Data publikacji)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "HRID instancji" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Kod kreskowy egzemplarza" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Uwagi" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Liczba egzemplarzy" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Format zamówienia" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Lokalizacja stała" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Status odbioru" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Historia otrzymywania" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Zasady przechowywania" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Źródło" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Kody statystyczne" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Ukryte w katalogu WWW" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tagi" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Lokalizacja tymczasowa" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Uwaga administracyjna " + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Data katalogowania" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Współtwórcy" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Wydanie" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formaty" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Tytuł indeksowy" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "HRID instancji" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "UUID instancji" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Określenie statusu instancji" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Języki" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Tryb wydawania" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Forma zawartości" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Uwagi" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Opis fizyczny" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Częstotliwość ukazywania się" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Zakres publikacji" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Tytuł zasobu" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Typ zasobu" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Określenia serii" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Źródło" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Ukryj przed personelem" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Ukryte w katalogu WWW" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Nr dowodu wpływu" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Kod kreskowy" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Sygnatura" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Nazwy współtwórcy" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Liczba kopii" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Zasoby (Lokalizacja, Sygnatura)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "HRID egzemplarza" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "UUID egzemplarza" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Rodzaj materiału" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Uwagi" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Ukryte w katalogu WWW" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tagi" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Tytuł" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Wolumin" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Aktywny" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Kod kreskowy" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Pola własne" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Data urodzenia" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Data rejestracji" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Data ważności" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Grupa czytelników" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferowane imię" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tagi" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Rodzaj" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Nazwa użytkownika" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Akcje" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Edytowanie" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Zakończone" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Rodzaj rekordu" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Przetworzony" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Rozpoczęcie" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "Liczba rekordów" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Uruchomiony przez" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Zastosuj do wszystkich rekordów egzemplarzy" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Zastosuj do rekordów egzemplarzy" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Tylko dla personelu" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Akcje" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Dostępny" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Data ważności" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Tekst linka" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Określone materiały" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Lokalizacja stała zasobu" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Ukryte w katalogu WWW" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Lokalizacja tymczasowa zasobu" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "Uwaga publiczna do adresu URL" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "Relacja URL" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Ukryj przed personelem" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Ukryte w katalogu WWW" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Oznacz jako tylko dla personelu" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Usuń wszystko" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Długotrwały brak" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Brakujący" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "W toku (niewymagane)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Grupa czytelników" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Stały sposób wypożyczania" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Lokalizacja stała egzemplarza" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Wybierz status egzemplarza" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Status egzemplarza" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Ukryte w katalogu WWW" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Tymczasowy sposób wypożyczania" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Lokalizacja tymczasowa egzemplarza" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Niedostępny" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Nieznany" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Wycofany" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Wybierz sposób wypożyczania" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Wybierz lokalizację" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Wybierz typ uwagi" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Wybierz grupę czytelników" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Wybierz typ uwagi" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Edycje grupowe" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Pobierz" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Ustaw kryteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Identyfikator rekordu" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Gromadzenie" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Udostępnianie" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Katalogowanie - zasoby" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inwentarz - instancje" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Katalogowanie - egzemplarze" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Rodzaje rekordu" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Użytkownicy" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identyfikator" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Dzienniki" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Zapytanie" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Identyfikator rekordu" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "Identyfikatory zewnętrzne" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "HRIDy zasobów" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "UUIDy zasobów" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Identyfikatory HRID instancji" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Kody kreskowe egzemplarza" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Identyfikatory HRID instancji" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Identyfikatory UUID instancji" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "HRIDy egzemplarza" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "UUIDy egzemplarza" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Nr dowodu wpływu egzemplarza" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Kod kreskowy egzemplarza" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "UUIDy zasobów" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Wybierz identyfikator rekordu" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Kody kreskowe użytkownika" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "UUIDy użytkownika" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Nazwy użytkowników" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Ustaw kryteria, aby uruchomić edycję grupową" + } + ], + "list.logSubTitle.changed": [ + { + "type": 0, + "value": "Zmienionych rekordów: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Tekst linka" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Określone materiały" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Uwaga publiczna" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relacja" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Nieaktywne" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Aktywny" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Podgląd dopasowanych rekordów" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Podgląd zmian w rekordzie" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Wybierz „identyfikator rekordu”" + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Wybierz „identyfikator rekordu”" + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID dla zasobów" + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami UUID dla zasobów" + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID dla opisów" + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z kodami kreskowymi egzemplarzy" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Kliknij przycisk Utwórz zapytanie, aby zbudować zapytanie" + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Wybierz „identyfikator rekordu”" + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID instancji" + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami UUID instancji." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z numerami ISBN" + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z numerami ISSN" + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Kliknij przycisk Utwórz zapytanie, aby zbudować zapytanie" + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Wybierz „identyfikator rekordu”" + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z numerami akcesji egzemplarzy" + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z kodami kreskowymi egzemplarzy" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z poprzednimi identyfikatorami egzemplarzy" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID dla zasobów" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID dla egzemplarzy" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami UUID dla egzemplarzy" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Kliknij przycisk Utwórz zapytanie, aby zbudować zapytanie" + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Wybierz typ rekordu, a następnie kliknij przycisk Utwórz zapytanie" + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Wybierz „identyfikator rekordu”" + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z kodami kreskowymi użytkowników." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami zewnętrznymi." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami UUID użytkowników." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Przeciągnij i upuść lub wybierz plik z nazwami użytkowników" + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Kliknij przycisk Utwórz zapytanie, aby zbudować zapytanie" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "Plik, który został użyty do uruchomienia edycji grupowej" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Lokalny" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Zapytanie" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Katalogowanie - zasoby" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Katalogowanie - egzemplarze" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Użytkownicy" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Zakończone" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Usuń" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edytuj" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Rozpoczęte" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Rodzaje rekordu" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statusy" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Użytkownik" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Wybierz użytkownika" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Zakończone" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Zakończone z błędami" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Modyfikacja danych" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Niepowodzenie" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "Nowy" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Pobieranie rekordów" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Przeglądanie zmian" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Zapisywanie rekordów" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Akcje" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Pokaż kolumny" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Logi edycji grupowej" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Edycja masowa" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Edycja grupowa: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Edycja grupowa " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Nieprawidłowy plik" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " załadowany pomyślnie" + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Opcja wyboru" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "Moduł edycji grupowej jest niedostępny" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Anuluj" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Resetuj wszystko" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Szukaj" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Wyszukiwanie i filtrowanie" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Nazwa" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Rodzaj" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Zapisz i zamknij" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Wybierz uprawnienia" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Jesteś pewien?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Pobierz podgląd" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Kontynuuj edycję" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Podgląd rekordów do zmian" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Resetuj wszystko" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Uruchom edycję grupową" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Resetuj wszystko" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Szukaj" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identyfikator" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Dzienniki" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Wybierz typ" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "lub wybierz plik" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami rekordów" + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami rekordów" + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami rekordów" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami HRID zasobów" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami UUID zasobów" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami HRID instancji" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami rekordów" + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami HRID instancji" + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami UUID instancji" + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Wybierz plik z numerami ISBN" + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Wybierz plik z numerami ISSN" + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami rekordów" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Wybierz plik z numerem akcesji egzemplarza" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Wybierz plik z poprzednim identyfikatorem egzemplarza" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami UUID zasobów" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami HRID egzemplarzy" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami UUID egzemplarzy" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami rekordów" + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Wybierz plik z kodami kreskowymi użytkowników" + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Wybierz plik z identyfikatorami UUID użytkowników" + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Wybierz plik z nazwami użytkowników" + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Przeciągnij i upuść" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/pt_BR.json b/translations/ui-bulk-edit/compiled/pt_BR.json new file mode 100644 index 00000000..353ef69a --- /dev/null +++ b/translations/ui-bulk-edit/compiled/pt_BR.json @@ -0,0 +1,3384 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "O arquivo enviado está vazio." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Nome da coluna de busca" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Buscar" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Localizar (buscar de subcampo inteiro)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Encontrar (busca de campo completo)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Selecione a ação" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Selecionar ações" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Entrada de filtro de coluna" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Data" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Selecionar tipo de empréstimo" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Localização" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Selecionar grupo de usuário" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Selecionar status" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Área de texto" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Campo de texto" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Seleção de relacionamento da URL" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancelar" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Dados administrativos" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Acesso eletrônico" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Localização do coleção" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Notas de coleção" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Notas da instância" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Notas do item" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Empréstimo e disponibilidade" + } + ], + "category.location": [ + { + "type": 0, + "value": "Localização" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Formato de aquisição" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Método de aquisição" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Nota de ação" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Nota administrativa" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Nota de encadernação" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Número de chamada" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Prefixo do número de chamada" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Sufixo do número de chamada" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Tipo de número de chamada" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Nota de cópia" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Número de cópia" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Política de digitalização" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Oculto da descoberta" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Localização efetiva" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Acesso eletrônico" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Nota de ex-libris eletrônico" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "ID de coleção anterior" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Ids anteriores" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "HRID de coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "HRID de coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "UUID da coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Número da cópia da coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Número de chamada de coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Prefixo do número de chamada de coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Sufixo do número de chamada de coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Tipo de número de chamada de coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Localização permanente da coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "ID da coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Declaração de coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Declaração de coleção para índices" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Declaração de coleção para suplementos" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Declaração de coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Declaração de coleção para índices" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Declaração de coleção para suplementos" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Localização temporária da coleção" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Tipo de coleção" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "Política de EEB" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Política de Empréstimo Entre Bibliotecas" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instância (Título, Editora, Data de publicação)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "HRID da instância" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Código de barras do item" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Membro" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Número de itens" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Formato do pedido" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Localização permanente" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Nota de proveniência" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Status de recebimento" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Histórico de recebimento" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Nota de reprodução" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Política de retenção" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Título da estante" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Fonte" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Códigos estatísticos" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Oculto da descoberta" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Localização temporária" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Versão" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Nota administrativa" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Data da catalogação" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Colaboradores" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edição" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formatos" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Título do índice" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "HRID da instância" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "UUID da instância" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Termo do status da instância" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Idiomas" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Modo de emissão" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Natureza do conteúdo" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Descrição física" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Anteriormente realizada" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Frequência de publicação" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Intervalo de publicação" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Título do recurso" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Tipo de recurso" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Declaração de série" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Fonte" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Ocultar para a equipe" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Oculto da descoberta" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Número de acesso" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Nota administrativa" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Código de barras" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Encadernado com títulos" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Número de chamada" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Notas de devolução" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Notas de empréstimo" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Cronologia" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Notas de circulação" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Nomes de colaborador" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Número de cópia" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Descrição das partes" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Número de chamada efetivo" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Acesso eletrônico" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeração" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Identificador anterior" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Coleção (localização, número de chamada)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "ID dos registros de coleção" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "UUID da coleção" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "Ponto de serviço de destino em trânsito" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instância (Título, Editora, Data de publicação)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Está encadernado com" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "HRID do item" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "UUID do item" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Status de item danificado" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Data de status do item danificado" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Localização efetiva do item" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "ID do item" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Identificador de item" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Número de chamada no nível do item" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Prefixo do número de chamada no nível do item" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Sufixo do número de chamada no nível do item" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Tipo de número de chamada no nível do item" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Local permanente do item" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Localização temporária do item" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Última devolução" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Tipo de material" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Membro" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Partes faltantes" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Data das partes faltantes" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notas" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Número de partes faltantes" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Número de partes" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Tipo de empréstimo permanente" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Identificador de linha do pedido de compra" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Ordem de arquivamento" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Códigos estatísticos" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Oculto da descoberta" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Tipo de empréstimo temporário" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Título" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Versão" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Ano, legenda" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Ativo" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Endereços" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Código de barras" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Registro criado" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Campos personalizados" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Data de nascimento" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departamentos" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Data de inscrição" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Data de validade" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "ID do sistema externo" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "Primeiro nome" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Sobrenome" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link para a foto do perfil" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Nome do meio" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Celular" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Grupo de usuários" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Telefone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "ID do tipo de contato preferido" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Comunicações preferenciais por e-mail" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Nome Preferido/Social" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Procurador para" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Tipo" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Registro atualizado" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "ID do usuário" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Nome de usuário" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Ações" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editando" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Finalizado" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Tipo de registro" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Tipo de operação em lote" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processado" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Iniciado" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "Núm. de registros" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Executado por" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Confirmar as alterações" + } + ], + "conformationModal.message": [ + { + "type": 0, + "value": "Os registros " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " serão atualizados se o botão " + }, + { + "children": [ + { + "type": 0, + "value": "Confirmar alterações" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " for clicado." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " está formatado incorretamente. Corrija a formatação e carregue o arquivo novamente." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "Há um problema para recuperar dados do S3. Entre em contato com o provedor de hospedagem para verificar a configuração do S3. Mais detalhes estão disponíveis nos logs do aplicativo Edição em massa (módulos mod-bulk-operations e mod-data-export-worker)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "Há um problema para recuperar dados do S3. Entre em contato com o provedor de hospedagem para verificar a configuração do S3. Mais detalhes estão disponíveis nos logs do aplicativo Edição em massa (módulos mod-bulk-operations e mod-data-export-worker)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "Há um problema com a configuração do S3 que impede que o módulo Edição em massa salve arquivos. Entre em contato com seu provedor de hospedagem para verificar se o aplicativo Edição em massa foi configurado corretamente." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Algo deu errado." + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Falha ao carregar arquivo" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Aplicar a todos os registros de coleção" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Aplicar a todos os registros de itens" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Aplicar aos registros de itens" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Somente para a equipe" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Limpar campo(s)" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Substituir por" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Ações" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Dados" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Campo" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Opções" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subcampo" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirmar alterações" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Apenas edições nos campos 5xx e 9xx são suportadas atualmente" + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Por favor, verifique sua entrada." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limitado a 5xx e 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "Este campo está protegido." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Por favor, verifique sua entrada." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Adicionar" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Subcampo adicional" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Nota administrativa" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Acrescentar" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Disponível" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Nota de devolução" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Nota de empréstimo" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "E-mail" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Data de expiração" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Texto do link" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materiais especificados" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Localização da coleção permanente" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Oculto da descoberta" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Localização da coleção temporária" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL da nota pública" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "Relacionamento da URL" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "Em processo" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Ocultar para a equipe" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Oculto da descoberta" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Item intelectual" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Adicionar nota" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Alterar tipo de nota" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicar para" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Definido como falso" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Marcar como apenas para a equipe" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remover tudo" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remover marca como apenas para a equipe" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remover" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Definido como verdadeiro" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Desaparecido há muito tempo" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Desaparecido" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "Em processamento (não-solicitável)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Grupo de usuários" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Tipo de empréstimo permanente" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Localização permanente do item" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Selecione o status do item" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remover campo" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remover subcampo" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Substituir por" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restrito" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Status do item" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Oculto da descoberta" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Tipo de empréstimo temporário" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Localização temporária do item" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Indisponível" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Desconhecido" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Descartado" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Selecione o tipo de empréstimo" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Selecionar localização" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Selecione o tipo de nota" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Selecionar grupo de usuários" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Selecione o tipo de nota" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Edições em lote" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Baixar" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Definir critérios" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros correspondidos * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " erros" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros alterados * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " erros" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Consulta de edição em massa: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros correspondentes * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " erros" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Consulta de edição em massa: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entradas * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros alterados * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " erros" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Identificador de registro" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "Ver versão mais recente" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Motivo do erro" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Erros" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Aquisição" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulação" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventário - coleção" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventário - instâncias" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventário - exemplares" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Tipos de registro" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Usuários" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identificador" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Consulta" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Identificador de registro" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "IDs externos" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "HRIDs de coleção" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "UUIDs da coleção" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "HRIDs de instância" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Códigos de barras do item" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "HRIDs de instância" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "UUIDs de instância" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "HRIDs de exemplares" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "UUIDs de exemplares" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Número de acesso do exemplar" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Códigos de barras de exemplares" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Identificador anterior do exemplar" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "UUIDs da coleção" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Selecione o identificador de registro" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "Códigos de barras do usuário" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "UUIDs de usuário" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Nomes de usuário" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Definir critérios para iniciar a edição em lote" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros alterados" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " registros correspondem" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Texto do link" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materiais especificados" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Nota pública" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relacionamento" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inativo" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Ativo" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Pré-visualização do registro encontrado" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Pré-visualização do registro alterado" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Selecione um tipo de registro e, em seguida, um identificador de registro." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Selecione um identificador de registro." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Selecione um identificador de registro." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com HRIDs de acervo." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com UUIDs de coleção." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com HRIDs de instância." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com o código de barras de exemplares." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Clique no botão Criar consulta para criar a consulta." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Selecione um identificador de registro." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com HRIDs de instância." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com UUIDs de instância." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Arraste e solte ou escolha um arquivo com ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Clique no botão Criar consulta para criar a consulta." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Selecione um identificador de registro." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com o número de acesso dos exemplares." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com o código de barras de exemplares." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com o identificador anterior dos exemplares." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com UUIDs de coleção." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com os HRIDs do item." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com os UUIDs do item." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Clique no botão Criar consulta para criar a consulta." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Escolha um filtro para mostrar os resultados." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Selecione um tipo de registro e clique no botão Criar consulta." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Selecione um identificador de registro." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com códigos de barras de usuário." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com IDs externos." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Arraste e solte ou escolha um arquivo com UUIDs de usuário." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Arraste e solte ou escolha o arquivo com nomes de usuário." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Clique no botão Criar consulta para criar a consulta." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "Arquivo com registros atualizados" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Arquivo com registros atualizados" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Arquivo com erros encontrados ao confirmar as alterações" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "Arquivo com erros encontrados ao confirmar as alterações" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "Arquivo com registros atualizados" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "Arquivo com registros atualizados" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "Arquivo com os registros correspondentes" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Arquivo com os registros correspondentes" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "Arquivo com erros encontrados durante a correspondência de registros" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "Arquivo com erros encontrados durante a correspondência de registros" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "Arquivo com a pré-visualização das alterações propostas" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "Arquivo com a pré-visualização das alterações propostas" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "Arquivo com a pré-visualização das alterações propostas" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "Arquivo com a pré-visualização das alterações propostas" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "Arquivo que foi usado para acionar a edição em massa" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "Arquivo com identificadores dos registros afetados pela edição em lote" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "No aplicativo" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Consulta" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventário - Coleção" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventário - instâncias" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventário - instâncias (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventário - itens" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Usuários" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Data de término" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Excluir" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Editar" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Data de início" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Tipos de registro" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Status" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Tipo de operação em lote" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "Usuário" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Escolha o usuário" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "A lista está vazia" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Os arquivos estão indisponíveis para download porque 30 dias se passaram desde a data em que o trabalho foi executado." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Aplicar mudanças" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Concluído" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Concluído com erros" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Modificação de dados" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executando consulta" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Falhou" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "Novo" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Recuperando identificadores" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Recuperando registros" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Revisão de alterações" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Revisando alterações" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Salvando identificadores" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Salvando registros" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Ações" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Mostrar colunas" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Iniciar edição em lote" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Logs de edição em massa" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Consulta de edição em massa" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Consulta de edição em massa de campos MARC" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Edição em massa" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Editar em lote " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Editar em lote " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Edição em massa de campos MARC - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Escolha outro arquivo para carregar" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Arquivo inválido" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Somente arquivos com extensão .csv podem ser carregados" + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Apenas um arquivo com extensão .csv pode ser carregado." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Próximo" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " carregado com sucesso." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Selecione a opção" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Edição em massa: no aplicativo - Editar registros de catalogação" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Edição em massa: no aplicativo - Visualizar registros de inventário" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Edição em massa: pode visualizar logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "Interface do Usuário: o módulo de edição em massa está ativado" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Edição em massa: pode criar uma consulta" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Edição em massa: Local - Editar registros de usuários" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Edição em Massa: Local - Visualizar registros de usuários" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Edição em massa: no aplicativo - Editar registros de usuários" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancelar" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Atribuído" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Status de atribuição de permissão" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Conjunto de permissões" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Tipos de permissões" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissões" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reiniciar tudo" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Busca" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Buscar e filtrar" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Não atribuído" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Atribuído" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Conjunto de permissões" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permissão" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Não atribuído" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Nome" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Tipo" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissões encontradas" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissões" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Salvar e fechar" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Selecionar permissões" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selecionado: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Nome do arquivo: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Consulta: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Tem certeza?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Baixar pré-visualização" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Baixar a pré-visualização no formato MARC" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Continue editando" + } + ], + "previewModal.message": [ + { + "type": 0, + "value": "Os registros " + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " serão alterados se o botão Confirmar alterações for clicado. Você pode escolher Baixar prévia para revisar todas as alterações antes de salvar." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "Todas as instâncias têm fonte FOLIO. Use a opção \"Instâncias e dados administrativos\" para edição em massa." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Pré-visualização de registros a serem alterados" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Confirmar as alterações" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Confirmando alterações" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Carregando " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " e recuperando dados relevantes" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Em processamento" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Recuperando" + } + ], + "recordsSuccessfullyChanged": [ + { + "type": 0, + "value": "Os registros " + }, + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " foram alterados com sucesso" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reiniciar tudo" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " registros correspondentes a " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " encontrados." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Iniciar exclusão em lote" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Baixar registros modificados (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Baixar registros alterados (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Baixar erros (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Baixar registros correspondentes (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Iniciar edição em lote" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Iniciar edição em massa (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instâncias e dados administrativos" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instâncias com fonte MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reiniciar tudo" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Buscar" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identificador" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Edição em massa de campos MARC" + } + ], + "title.query": [ + { + "type": 0, + "value": "Consulta" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Selecione o tipo" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Solte para continuar" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "ou escolha o arquivo" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Selecione um arquivo com identificadores de registro" + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Selecione um arquivo com identificadores de registro" + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Selecione um arquivo com identificadores de registro" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Selecione um arquivo com HRIDs de holdings" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Selecione um arquivo com os UUIDs de holdings" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Selecione um arquivo com HRIDs de instância" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Selecione um arquivo com código de barras de exemplares" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Selecione um arquivo com identificadores de registro" + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Selecione um arquivo com HRIDs de instância" + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Selecione um arquivo com UUIDs de instância" + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Selecione um arquivo com ISBN" + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Selecione um arquivo com ISSN" + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Selecione um arquivo com identificadores de registro." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Selecione um arquivo com o número de acesso do exemplar" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Selecione um arquivo com código de barras de exemplares." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Selecione um arquivo com o identificador anterior do exemplar" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Selecione um arquivo com os UUIDs de holdings." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Selecione um arquivo com HRIDs de exemplares" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Selecione um arquivo com UUIDs de exemplares." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Carregar arquivo CSV com registros editados" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Selecione um arquivo com identificadores de registro" + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Selecione um arquivo com os códigos de barras de usuários" + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Selecione um arquivo com IDs externos" + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Selecione um arquivo com os UUIDs de usuários" + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Selecione um arquivo com nomes de usuário" + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Arrastar e soltar" + } + ], + "uploading": [ + { + "type": 0, + "value": "Carregando" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/pt_PT.json b/translations/ui-bulk-edit/compiled/pt_PT.json new file mode 100644 index 00000000..e5c89f58 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/pt_PT.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Nome da coluna de pesquisa" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Formato de aquisição" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Coleções (localização, número de chamada)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventário - instâncias" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "HRIDs de instância" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "UUIDs de instância" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Selecionar um \"identificador de registo\" no separador Identificador" + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Arrastar e largar ou selecionar ficheiro com HRIDs de instância" + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Arrastar e largar ou escolher ficheiro com UUIDs de instância" + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Arrastar e largar ou escolher um ficheiro com ISBN" + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Arrastar e largar ou selecionar o ficheiro com ISSN" + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Selecionar um ficheiro com HRIDs de instância" + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Selecionar um ficheiro com UUIDs de instância" + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Selecionar um ficheiro com ISBN" + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Selecionar um ficheiro com ISSN" + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ru.json b/translations/ui-bulk-edit/compiled/ru.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/ru.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/sk.json b/translations/ui-bulk-edit/compiled/sk.json new file mode 100644 index 00000000..e33f5877 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/sk.json @@ -0,0 +1,3376 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "type": 0, + "value": "Počet nájdených záznamov " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/sv.json b/translations/ui-bulk-edit/compiled/sv.json new file mode 100644 index 00000000..003907f9 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/sv.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Endast personal" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Massändring" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Starta massändring" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ur.json b/translations/ui-bulk-edit/compiled/ur.json new file mode 100644 index 00000000..c17e8505 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/ur.json @@ -0,0 +1,3372 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "Search column name" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "Find (full field search)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "Select action" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "Actions select" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "Column filter input" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "Date" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "Loan type select" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "Location" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "Patron group select" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "Status select" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "Text area" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "Text field" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "Url relationship select" + } + ], + "cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "Holdings location" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "Holdings notes" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "Instance notes" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "Item notes" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "Loan and availability" + } + ], + "category.location": [ + { + "type": 0, + "value": "Location" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "Acquisition format" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "Acquisition method" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "Action note" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "Binding note" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "Call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "Call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "Call number type" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "Copy note" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "Digitization policy" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "Effective location" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "Electronic bookplate note" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "Former ids" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "Holdings ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "Holdings statements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "Holdings statements for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "Holdings statements for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "Holdings type" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "Ill policy" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "Item barcode" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "Number of items" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "Permanent location" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "Provenance note" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "Receipt status" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "Receiving history" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "Reproduction note" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "Retention policy" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "Shelving title" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "Temporary location" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "Cataloged date" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "Contributors" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "Edition" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "Formats" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "Index title" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "Instance HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "Instance UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "Instance status term" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "Languages" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "Mode of issuance" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "Nature of content" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "Physical description" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "Previously held" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "Publication frequency" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "Publication range" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "Resource title" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "Resource type" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "Series statements" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "Source" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "Call number" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "Chronology" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "Circulation Notes" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "Contributor names" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "Enumeration" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "Holdings (Location, Call number)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "Holdings record ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "In transit destination service point" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "Item HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "Item ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "Last check in" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "Purchase order line identifier" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "Title" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "Version" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "Volume" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "Active" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "Addresses" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "Barcode" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "Record created" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "Custom fields" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "Birth date" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "Departments" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "Email" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "Date enrolled" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "External System ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "First name" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "Last name" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "Link to the profile picture" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "Middle name" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "Mobile phone" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "Patron group" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "Phone" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "Preferred contact type id" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "Preferred first name" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "Proxy for" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "Tags" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "Type" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "Record updated" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "User id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "Username" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "Ended" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "Record type" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "Processed" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "Started" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "Status" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "# of records" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "Run by" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "conformationModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be updated if the " + }, + { + "children": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": " button is clicked." + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " is formatted incorrectly. Please correct the formatting and upload the file again." + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "Something went wrong" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "Fail to upload file" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "Apply to all holdings records" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "Apply to all items records" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "Apply to items records" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "Staff only" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "Clear field" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "Data" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "Options" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "Confirm changes" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "Administrative note" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "Available" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "Check in note" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "Check out note" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "Email" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "Expiration date" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "Permanent holdings location" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "Temporary holdings location" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL public note" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL Relationship" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "Staff suppress" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "Intellectual item" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "Add note" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "Change note type" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "Duplicate to" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "Set false" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "Mark as staff only" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "Remove all" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "Remove mark as staff only" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "Remove" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "Set true" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "Long missing" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "Missing" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "In process (non-requestable)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "Patron group" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "Permanent item location" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "Select item status" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "Restricted" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "Item status" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "Temporary item location" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "Unavailable" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "Unknown" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "Withdrawn" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "Select loan type" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "Select location" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "Select patron group" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "Select note type" + } + ], + "layer.title": [ + { + "type": 0, + "value": "Bulk edits" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "Download" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "Set criteria" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": ": " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records matched * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "Bulk edit query: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": " entries * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " records changed * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": " errors" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "Reason for error" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "Errors" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "Acquisition" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "Circulation" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "Record types" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "Users" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "Query" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "Record identifier" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "External IDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "Holdings HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "Instance HRIDs" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "Instance UUIDs" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "Item HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "Item UUIDs" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "Item accession numbers" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "Item barcodes" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "Item former identifiers" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "Holdings UUIDs" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "Select record identifier" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "User Barcodes" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "User UUIDs" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "Usernames" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "Set criteria to start bulk edit" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records changed" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records match" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "Link text" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "Materials specified" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "Public note" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "Relationship" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "Inactive" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "Active" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "Preview of record matched" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "Preview of record changed" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "Select a record type and then a record identifier." + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings HRIDs." + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance HRIDs." + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with instance UUIDs." + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISBN." + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "Drag and drop or choose file with ISSN." + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Drag and drop or choose file with item accession numbers." + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with item barcodes." + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "Drag and drop or choose file with item former identifiers." + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with holdings UUIDs." + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item HRIDs." + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with item UUIDs." + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "Choose a filter to show results." + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "Select a record type and then click the Build query button." + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "Select a record identifier." + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "Drag and drop or choose file with User Barcodes." + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with External IDs." + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "Drag and drop or choose file with User UUIDs." + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "Drag and drop or choose file with Usernames." + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "Click the Build query button to build the query." + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered when committing the changes" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the matching records" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with errors encountered during the record matching" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "File that was used to trigger the bulk edit" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "File with identifiers of the records affected by bulk update" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "Local" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "Query" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "Inventory - holdings" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "Inventory - instances" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "Inventory - items" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "Users" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "Ended" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "Delete" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "Edit" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "Started" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "Record types" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "Statuses" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "Bulk operation type" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "User" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "Choose user" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "Apply changes" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "Completed" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "Completed with errors" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "Data modification" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "Executing query" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "Failed" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "New" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "Retrieving records" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "Saving records" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "Actions" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "Show columns" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "Bulk edit logs" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "Bulk edit query" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "Bulk edit" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "Bulk edit: " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "Bulk edit " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "Choose other file to upload" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "Invalid file" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "Only file with .csv extension can be uploaded." + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "Only one file with .csv extension can be uploaded." + } + ], + "modal.next": [ + { + "type": 0, + "value": "Next" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " successfully uploaded." + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "Select option" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "Bulk edit: Can view logs" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI: Bulk edit module is enabled" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "Cancel" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "Permission assignment status" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "Permission sets" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "Permission types" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "Search" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "Search & filter" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "Assigned" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "Permission set" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "Permission" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "Unassigned" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "Name" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "Status" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "Type" + } + ], + "permissionsModal.list.subTitle": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " permissions found" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "Permissions" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "Save & close" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "Select Permissions" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "Total selected: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "Filename: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "Query: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "Are you sure?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "Download preview" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "Keep editing" + } + ], + "previewModal.message": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "Preview of records to be changed" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "Commit changes" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "Committing changes" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "Uploading " + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": " and retrieving relevant data" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "Processing" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "Retrieving" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": " records have been successfully changed" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "Reset all" + } + ], + "retrievedDataList.title": [ + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": " matching " + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": " records found." + } + ], + "start.delete": [ + { + "type": 0, + "value": "Start bulk delete" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "Download changed records (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "Download errors (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "Download matched records (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "Start bulk edit (Local)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "Instances and Administrative data" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "Reset all" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "Search" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "Identifier" + } + ], + "title.logs": [ + { + "type": 0, + "value": "Logs" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "Query" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "Select type" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "Drop to continue" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "or choose file" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "Select a file with holdings HRIDs." + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "Select a file with instance HRIDs." + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "Select a file with instance UUIDs." + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "Select a file with ISBN." + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "Select a file with ISSN." + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "Select a file with item accession numbers." + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "Select a file with item barcodes." + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "Select a file with item former identifiers." + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "Select a file with holdings UUIDs." + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "Select a file with item HRIDs." + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "Select a file with item UUIDs." + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "Upload CSV file with edited records." + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "Select a file with record identifiers." + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "Select a file with User Barcodes." + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "Select a file with External IDs." + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "Select a file with User UUIDs." + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "Select a file with Usernames." + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "Drag and drop" + } + ], + "uploading": [ + { + "type": 0, + "value": "Uploading" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/zh_CN.json b/translations/ui-bulk-edit/compiled/zh_CN.json new file mode 100644 index 00000000..4fe6f806 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/zh_CN.json @@ -0,0 +1,3412 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "上传文件为空。" + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "搜索栏名称" + } + ], + "actions.find": [ + { + "type": 0, + "value": "查找" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "查找(整个子字段搜索)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "查找(全字段搜索)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "选择操作" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "操作选择" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "列筛选输入" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "日期" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "借阅类型选择" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "位置" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "读者组选择" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "状态选择" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "文本区" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "文本字段" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "URL关系选择" + } + ], + "cancel": [ + { + "type": 0, + "value": "取消" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "电子访问" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "馆藏位置" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "馆藏附注" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "实例附注" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "单件附注" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "借阅类型" + } + ], + "category.location": [ + { + "type": 0, + "value": "位置" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "采购格式" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "采购方式" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "操作说明" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "管理说明" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "装订附注" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "索书号" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "索书号前缀" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "索书号后缀" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "索书号类型" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "复本附注" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "复本数" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "数字化政策" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "在发现中隐藏" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "有效馆藏地" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "电子访问" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "电子书标签附注" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "先前馆藏ID" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "先前ID" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "馆藏HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "馆藏HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "馆藏UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "馆藏复本号" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "馆藏级索书号" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "馆藏级索书号前缀" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "馆藏级索书号后缀" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "馆藏级索书号类型" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "馆藏永久位置" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "馆藏ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "馆藏说明" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "馆藏说明用于索引" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "馆藏 补编说明" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "馆藏说明" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "索引的馆藏说明" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "馆藏 补编说明" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "馆藏临时位置" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "馆藏类型" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "馆际互借政策" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "馆际互借政策" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "实例(题名、出版者、出版日期)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "实例HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "单件条码" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "附注" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "件数" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "订单格式" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "永久馆藏地" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "出处附注" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "接收状态" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "接收历史" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "复制说明" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "保留政策" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "排架题名" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "来源" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "统计代码" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "在发现中隐藏" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "标签" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "临时馆藏地" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "版本" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "管理说明" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "编目日期" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "贡献者" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "版本" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "格式" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "索引标题" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "实例HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "实例UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "实例状态术语" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "语言" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "发行方式" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "内容的性质" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "附注" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "物理描述" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "先前拥有" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "出版频率" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "出版范围" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "资源题名" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "资源类型" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "丛编说明" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "来源" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "员工隐藏" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "在发现中隐藏" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "入藏号" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "管理说明" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "条码" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "与题名绑定" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "索书号" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "归还附注" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "借出附注" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "年表" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "流通附注" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "贡献者名称" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "复本号码" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "件的描述" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "有效的索书号" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "电子访问" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "期数" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "以前的标识符" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "馆藏(位置、索书号)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "馆藏记录ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "馆藏UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "中转目的地服务点" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "实例(题名、出版者、出版日期)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "绑定" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "单件HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "单件UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "单件损坏状态" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "单件损坏状态日期" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "单件有效馆藏地" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "单件ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "单件标识符" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "单件级索书号" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "单件级索书号前缀" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "单件级索书号后缀" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "单件级索书号类型" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "单件永久馆藏地" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "单件临时馆藏地" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "上次归还" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "资料类型" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "缺失件" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "缺失件日期" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "附注" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "缺失件数量" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "件数" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "永久借阅类型" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "采购订单行标识符" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "排架次序" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "统计代码" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "状态" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "在发现中隐藏" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "标签" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "临时借阅类型" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "题名" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "版本" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "卷" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "年份, 标题" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "激活" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "地址" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "条码" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "记录已创建" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "自定义字段" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "生日" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "部门/系" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "电子邮件" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "注册日期" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "失效日期" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "外部系统ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "名" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "姓" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "个人资料图片链接" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "中间名" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "手机" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "读者组" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "电话" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "首选联系人类型ID" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "首选电子邮件通讯" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "首选名字" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "代理" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "标签" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "类型" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "记录已更新" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "用户id" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "用户名" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "操作" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "编辑" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "已结束" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "记录类型" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "批量操作类型" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "已处理" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "已开始" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "状态" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "记录数" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "运行方" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "提交更改" + } + ], + "conformationModal.message": [ + { + "type": 0, + "value": "如果点击" + }, + { + "children": [ + { + "type": 0, + "value": "提交更改" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": "按钮" + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "记录将被更新。" + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": "格式不正确。请更正格式并重新上传文件。" + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "从 S3 检索数据时出现问题。请联系您的托管服务提供商检查 S3 配置。更多详情请参阅批量编辑应用程序日志(mod-bulk-operations 和 mod-data-export-worker 模块)。" + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "从 S3 检索数据时出现问题。请联系您的托管服务提供商检查 S3 配置。更多详情请参阅批量编辑应用程序日志(mod-bulk-operations 和 mod-data-export-worker 模块)。" + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "S3 配置存在问题,导致批量编辑模块无法保存文件。请联系您的托管服务提供商,检查批量编辑应用程序是否已正确配置。" + } + ], + "error.sww": [ + { + "type": 0, + "value": "出问题了" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "上传文件失败" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "应用于所有馆藏记录" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "应用于所有单件记录" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "应用于单件记录" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "仅限员工" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "清除字段" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "替换为" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "操作" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "数据" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "字段" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "第1指示符" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "第2指示符" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "选项" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "子字段" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "确认更改" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "目前仅支持 5xx 和 9xx 编辑。" + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "请检查您的输入。" + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "限制为 5xx 和 9xx。" + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "该字段受保护。" + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "请检查您的输入。" + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "添加" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "附加子字段" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "管理说明" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "附加" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "可用" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "归还附注" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "借出附注" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "电子邮件" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "失效日期" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "链接文字" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "指定资料" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "永久馆藏地" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "在发现中隐藏" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "临时馆藏地" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL公开附注" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL关系" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "处理中" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "员工隐藏" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "在发现中隐藏" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "虚拟单件" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "添加附注" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "更改附注类型" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "复制到" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "设置为假" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "标记为仅员工" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "移除全部" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "移除仅员工的标记" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "移除" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "设置为真" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "遗失已久" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "遗失" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "处理中(不可请求)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "读者组" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "永久借阅类型" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "永久单件馆藏地" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "选择单件状态" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "移除字段" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "移除子字段" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "替换为" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "使用受限" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "单件状态" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "在发现中隐藏" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "临时借阅类型" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "临时单件馆藏地" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "不可用" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "未知" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "已剔除" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "选择借阅类型" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "选择位置" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "选择附注类型" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "选择读者组" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "选择附注类型" + } + ], + "layer.title": [ + { + "type": 0, + "value": "批量编辑" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "下载" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "设定条件" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "个款目 * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "条记录匹配 * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "个错误" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "款目 * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "条记录已更改 * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "个错误" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "批量编辑查询: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "款目 * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "记录已匹配 * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "个错误" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "批量编辑查询: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "款目 * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "记录已更改 * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "个错误" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "记录标识符" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "查看最新版本" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "错误原因" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "错误" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "采访" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "流通" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "典藏 - 馆藏" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "典藏 - 实例" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "典藏-单件" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "记录类型" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "用户" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "标识符" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "日志" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "查询" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "记录标识符" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "外部ID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "馆藏HRID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "馆藏UUID" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "实例HRID" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "单件条码" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "实例HRID" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "实例 UUID" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "单件HRID" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "单件UUID" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "单件入藏号" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "单件条码" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "单件前标识符" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "馆藏UUID" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "选择记录标识符" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "用户条码" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "用户UUID" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "用户名" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "设置条件以开始批量编辑" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "条记录已更改" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "条记录匹配" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "链接文字" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "指定资料" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "公开附注" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "关系" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "未激活" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "激活" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "匹配记录预览" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "记录预览已更改" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "选择记录类型,然后选择记录标识符。" + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "选择记录标识符。" + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "选择记录标识符。" + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "拖放或选择带有馆藏 HRID 的文件。" + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "拖放或选择带有馆藏UUID的文件。" + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "拖放或选择具有实例HRID的文件。" + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "拖放或选择带有单件条码的文件。" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "单击“构建查询”按钮构建查询。" + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "选择记录标识符。" + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "拖放或选择带有实例 HRID 的文件。" + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "拖放或选择具有实例 UUID 的文件。" + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "拖放或选择带有 ISBN 的文件。" + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "拖放或选择带有 ISSN 的文件。" + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "单击“构建查询”按钮构建查询。" + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "选择记录标识符。" + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "拖放或选择具有单件入藏号的文件。" + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "拖放或选择带有单件条码的文件。" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "拖放或选择具有单件前标识符的文件。" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "拖放或选择具有馆藏UUID的文件。" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "拖放或选择带有单件 HRID 的文件。" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "拖放或选择带有单件 UUID 的文件。" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "单击“构建查询”按钮构建查询。" + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "选择一个筛选来显示结果。" + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "选择记录类型,然后单击构建查询按钮。" + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "选择记录标识符。" + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "拖放或选择带有用户条码的文件。" + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "拖放或选择带有外部 ID 的文件。" + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "拖放或选择带有用户 UUID 的文件。" + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "拖放或选择带有用户名的文件。" + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "单击“构建查询”按钮构建查询。" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "包含已更新记录的文件" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "包含已更新记录的文件" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "提交更改时遇到错误的文件" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "提交更改时遇到错误的文件" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "包含已更新记录的文件" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "包含已更新记录的文件" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "包含匹配记录的文件" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "包含匹配记录的文件" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "在记录匹配时遇到错误的文件" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "在记录匹配时遇到错误的文件" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "包含建议更改预览的文件" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "包含建议更改预览的文件" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "包含建议更改预览的文件" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "包含建议更改预览的文件" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "用于触发批量编辑的文件" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "包含受批量更新影响的记录标识符的文件" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "在app中" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "本地" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "查询" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "典藏 - 馆藏" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "典藏 - 实例" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "典藏- 实例 (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "典藏-单件" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "用户" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "终止日期" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "删除" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "编辑" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "起始日期" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "记录类型" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "状态" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "批量操作类型" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "用户" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "选择用户" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "列表为空" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "文件无法下载,因为自任务运行之日起已过去 30 天。" + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "应用更改" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "已完成" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "含错完成" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "数据修改" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "执行查询" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "失败" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "新建" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "检索标识符" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "检索记录" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "审查更改" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "保存标识符" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "保存记录" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "操作" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "显示列" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "开始批编辑" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "批量编辑日志" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "批量编辑查询" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "批量编辑 MARC 字段 查询" + } + ], + "meta.title": [ + { + "type": 0, + "value": "批量编辑" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "批量编辑:" + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "批量编辑" + }, + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "批量编辑 MARC 字段 - " + }, + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "选择其他文件上传" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "无效文件" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "只能上传具有csv扩展名的文件" + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "只能上传一个扩展名为 .csv 的文件。" + } + ], + "modal.next": [ + { + "type": 0, + "value": "下一个" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": "已成功上传。" + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "选择选项" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "批量编辑 - 可以查看日志" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI:批量编辑模块已启用" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "取消" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "已分配" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "权限分配状态" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "权限集" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "权限类型" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "权限" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "全部重置" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "搜索" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "搜索和筛选" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "未分配" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "已分配" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "权限集" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "权限" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "未分配" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "名称" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "状态" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "类型" + } + ], + "permissionsModal.list.subTitle": [ + { + "type": 0, + "value": "找到" + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "个权限" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "权限" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "保存并关闭" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "选择权限" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "已选总数: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "文件名: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "查询: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "是否确定?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "下载预览" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "以 MARC 格式下载预览" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "继续编辑" + } + ], + "previewModal.message": [ + { + "type": 0, + "value": "如果单击“提交更改”按钮,将更改" + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "条记录。可以选择“下载预览”以在保存之前查看所有更改。" + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "所有实例都有来源 FOLIO。使用“实例和管理数据”选项进行批量编辑。" + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "预览要更改的记录" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "承诺改变" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "提交更改" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "上传" + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": "并检索相关数据" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "处理中" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "检索" + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": "条记录已成功更改" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "全部重置" + } + ], + "retrievedDataList.title": [ + { + "type": 0, + "value": "找到" + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "匹配的" + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": "记录。" + } + ], + "start.delete": [ + { + "type": 0, + "value": "开始批删除" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "下载已更改记录 (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "下载更改的记录 (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "下载错误(CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "下载匹配的记录(CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "开始批编辑" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "开始批量编辑(本地)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "实例和管理数据" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "具有源 MARC (POC) 的实例" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "全部重置" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "搜索" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "标识符" + } + ], + "title.logs": [ + { + "type": 0, + "value": "日志" + } + ], + "title.mark": [ + { + "type": 0, + "value": "批量编辑 MARC 字段" + } + ], + "title.query": [ + { + "type": 0, + "value": "查询" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "选择类型" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "放下以开始" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "或选择文件" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "选择带有记录标识符的文件" + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "选择带有记录标识符的文件" + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "选择带有记录标识符的文件" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "选择具有馆藏HRID的文件" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "选择带有馆藏UUID的文件" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "选择带有实例HRID的文件" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "选择带具有单件条码的文件" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "选择带有记录标识符的文件" + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "选择带有实例HRID的文件" + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "选择带有实例 UUID 的文件" + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "选择带有 ISBN 的文件" + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "选择带有 ISSN 的文件" + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "选择带有记录标识符的文件" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "选择具有单件入藏号的文件" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "选择带有单件条码的文件" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "选择具有单件前标识符的文件" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "选择具有馆藏UUID的文件" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "选择具有单件HRID的文件" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "选择具有单件UUID的文件" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "上传已编辑记录的CSV文件" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "选择带有记录标识符的文件" + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "选择带用户条码的文件" + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "选择带外部ID的文件" + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "选择带用户UUID的文件" + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "选择带有用户名的文件" + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "拖放" + } + ], + "uploading": [ + { + "type": 0, + "value": "上传中" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/zh_TW.json b/translations/ui-bulk-edit/compiled/zh_TW.json new file mode 100644 index 00000000..370becf2 --- /dev/null +++ b/translations/ui-bulk-edit/compiled/zh_TW.json @@ -0,0 +1,3404 @@ +{ + "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ + { + "type": 0, + "value": "The uploaded file is empty." + } + ], + "actionMenu.placeholder": [ + { + "type": 0, + "value": "搜尋欄名稱" + } + ], + "actions.find": [ + { + "type": 0, + "value": "Find" + } + ], + "actions.findEntireField": [ + { + "type": 0, + "value": "Find (entire subfield search)" + } + ], + "actions.findFullField": [ + { + "type": 0, + "value": "查找(全域檢索)" + } + ], + "actions.placeholder": [ + { + "type": 0, + "value": "選擇操作" + } + ], + "ariaLabel.actionsSelect": [ + { + "type": 0, + "value": "操作選擇" + } + ], + "ariaLabel.columnFilter": [ + { + "type": 0, + "value": "列過濾器輸入" + } + ], + "ariaLabel.date": [ + { + "type": 0, + "value": "日期" + } + ], + "ariaLabel.loanTypeSelect": [ + { + "type": 0, + "value": "借閱類型選擇" + } + ], + "ariaLabel.location": [ + { + "type": 0, + "value": "館藏地" + } + ], + "ariaLabel.patronGroupSelect": [ + { + "type": 0, + "value": "讀者群組選擇" + } + ], + "ariaLabel.statusSelect": [ + { + "type": 0, + "value": "狀態選擇" + } + ], + "ariaLabel.textArea": [ + { + "type": 0, + "value": "文字區域" + } + ], + "ariaLabel.textField": [ + { + "type": 0, + "value": "文本欄位" + } + ], + "ariaLabel.urlRelationshipSelect": [ + { + "type": 0, + "value": "URL關係選擇" + } + ], + "cancel": [ + { + "type": 0, + "value": "取消" + } + ], + "category.administrativeData": [ + { + "type": 0, + "value": "Administrative data" + } + ], + "category.electronicAccess": [ + { + "type": 0, + "value": "電子資源" + } + ], + "category.holdingsLocation": [ + { + "type": 0, + "value": "館藏的館藏地" + } + ], + "category.holdingsNotes": [ + { + "type": 0, + "value": "館藏附註" + } + ], + "category.instanceNotes": [ + { + "type": 0, + "value": "實例附註" + } + ], + "category.itemNotes": [ + { + "type": 0, + "value": "館藏附註" + } + ], + "category.loanType": [ + { + "type": 0, + "value": "借閱類型" + } + ], + "category.location": [ + { + "type": 0, + "value": "館藏地" + } + ], + "columns.HOLDINGS_RECORD.Acquisition format": [ + { + "type": 0, + "value": "採購格式" + } + ], + "columns.HOLDINGS_RECORD.Acquisition method": [ + { + "type": 0, + "value": "採購方式" + } + ], + "columns.HOLDINGS_RECORD.Action note": [ + { + "type": 0, + "value": "操作說明" + } + ], + "columns.HOLDINGS_RECORD.Administrative note": [ + { + "type": 0, + "value": "管理用之附註" + } + ], + "columns.HOLDINGS_RECORD.Binding": [ + { + "type": 0, + "value": "裝訂附註" + } + ], + "columns.HOLDINGS_RECORD.Call number": [ + { + "type": 0, + "value": "索書號碼" + } + ], + "columns.HOLDINGS_RECORD.Call number prefix": [ + { + "type": 0, + "value": "索書號碼前綴" + } + ], + "columns.HOLDINGS_RECORD.Call number suffix": [ + { + "type": 0, + "value": "索書號後綴" + } + ], + "columns.HOLDINGS_RECORD.Call number type": [ + { + "type": 0, + "value": "索書號類型" + } + ], + "columns.HOLDINGS_RECORD.Copy note": [ + { + "type": 0, + "value": "複本附註" + } + ], + "columns.HOLDINGS_RECORD.Copy number": [ + { + "type": 0, + "value": "複本號" + } + ], + "columns.HOLDINGS_RECORD.Digitization policy": [ + { + "type": 0, + "value": "數位化政策" + } + ], + "columns.HOLDINGS_RECORD.Discovery suppress": [ + { + "type": 0, + "value": "在探索服務中隱藏" + } + ], + "columns.HOLDINGS_RECORD.Effective location": [ + { + "type": 0, + "value": "有效的館藏地" + } + ], + "columns.HOLDINGS_RECORD.Electronic access": [ + { + "type": 0, + "value": "電子存取" + } + ], + "columns.HOLDINGS_RECORD.Electronic bookplate": [ + { + "type": 0, + "value": "電子書牌" + } + ], + "columns.HOLDINGS_RECORD.Former holdings Id": [ + { + "type": 0, + "value": "Former holdings Id" + } + ], + "columns.HOLDINGS_RECORD.Former ids": [ + { + "type": 0, + "value": "先前的ID" + } + ], + "columns.HOLDINGS_RECORD.HRID": [ + { + "type": 0, + "value": "館藏HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings HRID": [ + { + "type": 0, + "value": "Holdings HRID" + } + ], + "columns.HOLDINGS_RECORD.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.HOLDINGS_RECORD.Holdings copy number": [ + { + "type": 0, + "value": "Holdings copy number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number": [ + { + "type": 0, + "value": "Holdings level call number" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ + { + "type": 0, + "value": "Holdings level call number prefix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ + { + "type": 0, + "value": "Holdings level call number suffix" + } + ], + "columns.HOLDINGS_RECORD.Holdings level call number type": [ + { + "type": 0, + "value": "Holdings level call number type" + } + ], + "columns.HOLDINGS_RECORD.Holdings permanent location": [ + { + "type": 0, + "value": "Holdings permanent location" + } + ], + "columns.HOLDINGS_RECORD.Holdings record id": [ + { + "type": 0, + "value": "館藏ID" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement": [ + { + "type": 0, + "value": "Holdings statement" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ + { + "type": 0, + "value": "Holdings statement for indexes" + } + ], + "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ + { + "type": 0, + "value": "Holdings statement for supplements" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements": [ + { + "type": 0, + "value": "館藏說明" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ + { + "type": 0, + "value": "索引的館藏說明" + } + ], + "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ + { + "type": 0, + "value": "補編的館藏說明" + } + ], + "columns.HOLDINGS_RECORD.Holdings temporary location": [ + { + "type": 0, + "value": "Holdings temporary location" + } + ], + "columns.HOLDINGS_RECORD.Holdings type": [ + { + "type": 0, + "value": "館藏類型" + } + ], + "columns.HOLDINGS_RECORD.ILL policy": [ + { + "type": 0, + "value": "ILL policy" + } + ], + "columns.HOLDINGS_RECORD.Ill policy": [ + { + "type": 0, + "value": "館際互借政策" + } + ], + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "實例(標題、出版商、出版日期)" + } + ], + "columns.HOLDINGS_RECORD.Instance HRID": [ + { + "type": 0, + "value": "實例HRID" + } + ], + "columns.HOLDINGS_RECORD.Item barcode": [ + { + "type": 0, + "value": "館藏條碼" + } + ], + "columns.HOLDINGS_RECORD.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.HOLDINGS_RECORD.Notes": [ + { + "type": 0, + "value": "附註" + } + ], + "columns.HOLDINGS_RECORD.Number of items": [ + { + "type": 0, + "value": "館藏數" + } + ], + "columns.HOLDINGS_RECORD.Order format": [ + { + "type": 0, + "value": "Order format" + } + ], + "columns.HOLDINGS_RECORD.Permanent location": [ + { + "type": 0, + "value": "永久館藏地" + } + ], + "columns.HOLDINGS_RECORD.Provenance": [ + { + "type": 0, + "value": "出處附註" + } + ], + "columns.HOLDINGS_RECORD.Receipt status": [ + { + "type": 0, + "value": "發票狀態" + } + ], + "columns.HOLDINGS_RECORD.Receiving history": [ + { + "type": 0, + "value": "接收歷史記錄" + } + ], + "columns.HOLDINGS_RECORD.Reproduction": [ + { + "type": 0, + "value": "複製說明" + } + ], + "columns.HOLDINGS_RECORD.Retention policy": [ + { + "type": 0, + "value": "保留政策" + } + ], + "columns.HOLDINGS_RECORD.Shelving title": [ + { + "type": 0, + "value": "排架題名" + } + ], + "columns.HOLDINGS_RECORD.Source": [ + { + "type": 0, + "value": "來源" + } + ], + "columns.HOLDINGS_RECORD.Statistical codes": [ + { + "type": 0, + "value": "統計代碼" + } + ], + "columns.HOLDINGS_RECORD.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.HOLDINGS_RECORD.Tags": [ + { + "type": 0, + "value": "標籤" + } + ], + "columns.HOLDINGS_RECORD.Temporary location": [ + { + "type": 0, + "value": "臨時館藏地" + } + ], + "columns.HOLDINGS_RECORD.Version": [ + { + "type": 0, + "value": "版本" + } + ], + "columns.INSTANCE.Administrative note": [ + { + "type": 0, + "value": "管理用之附註" + } + ], + "columns.INSTANCE.Cataloged date": [ + { + "type": 0, + "value": "編目日期" + } + ], + "columns.INSTANCE.Contributors": [ + { + "type": 0, + "value": "貢獻者" + } + ], + "columns.INSTANCE.Edition": [ + { + "type": 0, + "value": "版本" + } + ], + "columns.INSTANCE.Formats": [ + { + "type": 0, + "value": "格式" + } + ], + "columns.INSTANCE.Index title": [ + { + "type": 0, + "value": "索引題名" + } + ], + "columns.INSTANCE.Instance HRID": [ + { + "type": 0, + "value": "實例HRID" + } + ], + "columns.INSTANCE.Instance UUID": [ + { + "type": 0, + "value": "實例UUID" + } + ], + "columns.INSTANCE.Instance status term": [ + { + "type": 0, + "value": "實例狀態術語" + } + ], + "columns.INSTANCE.Languages": [ + { + "type": 0, + "value": "語言" + } + ], + "columns.INSTANCE.Mode of issuance": [ + { + "type": 0, + "value": "發行方式" + } + ], + "columns.INSTANCE.Nature of content": [ + { + "type": 0, + "value": "內容性質" + } + ], + "columns.INSTANCE.Notes": [ + { + "type": 0, + "value": "Notes" + } + ], + "columns.INSTANCE.Physical description": [ + { + "type": 0, + "value": "稽核項" + } + ], + "columns.INSTANCE.Previously held": [ + { + "type": 0, + "value": "先前擁有" + } + ], + "columns.INSTANCE.Publication frequency": [ + { + "type": 0, + "value": "出版頻率" + } + ], + "columns.INSTANCE.Publication range": [ + { + "type": 0, + "value": "出版範圍" + } + ], + "columns.INSTANCE.Resource title": [ + { + "type": 0, + "value": "資源題名" + } + ], + "columns.INSTANCE.Resource type": [ + { + "type": 0, + "value": "資源類型" + } + ], + "columns.INSTANCE.Series statements": [ + { + "type": 0, + "value": "集叢項" + } + ], + "columns.INSTANCE.Source": [ + { + "type": 0, + "value": "來源" + } + ], + "columns.INSTANCE.Staff suppress": [ + { + "type": 0, + "value": "對館員隱藏" + } + ], + "columns.INSTANCE.Suppress from discovery": [ + { + "type": 0, + "value": "在探索服務中隱藏" + } + ], + "columns.ITEM.Accession number": [ + { + "type": 0, + "value": "Accession number" + } + ], + "columns.ITEM.Administrative note": [ + { + "type": 0, + "value": "管理用之附註" + } + ], + "columns.ITEM.Barcode": [ + { + "type": 0, + "value": "條碼" + } + ], + "columns.ITEM.Bound with titles": [ + { + "type": 0, + "value": "Bound with titles" + } + ], + "columns.ITEM.Call Number": [ + { + "type": 0, + "value": "索書號" + } + ], + "columns.ITEM.Check in note": [ + { + "type": 0, + "value": "Check in note" + } + ], + "columns.ITEM.Check out note": [ + { + "type": 0, + "value": "Check out note" + } + ], + "columns.ITEM.Chronology": [ + { + "type": 0, + "value": "年表" + } + ], + "columns.ITEM.Circulation Notes": [ + { + "type": 0, + "value": "流通附註" + } + ], + "columns.ITEM.Contributor Names": [ + { + "type": 0, + "value": "貢獻者姓名" + } + ], + "columns.ITEM.Copy number": [ + { + "type": 0, + "value": "Copy number" + } + ], + "columns.ITEM.Description of pieces": [ + { + "type": 0, + "value": "Description of pieces" + } + ], + "columns.ITEM.Effective call number": [ + { + "type": 0, + "value": "Effective call number" + } + ], + "columns.ITEM.Electronic access": [ + { + "type": 0, + "value": "Electronic access" + } + ], + "columns.ITEM.Enumeration": [ + { + "type": 0, + "value": "期數" + } + ], + "columns.ITEM.Former identifier": [ + { + "type": 0, + "value": "Former identifier" + } + ], + "columns.ITEM.Holdings (Location, Call number)": [ + { + "type": 0, + "value": "館藏 (館藏地, 索書號)" + } + ], + "columns.ITEM.Holdings Record Id": [ + { + "type": 0, + "value": "館藏記錄 ID" + } + ], + "columns.ITEM.Holdings UUID": [ + { + "type": 0, + "value": "Holdings UUID" + } + ], + "columns.ITEM.In Transit Destination Service Point": [ + { + "type": 0, + "value": "中轉目的地服務點" + } + ], + "columns.ITEM.Instance (Title, Publisher, Publication date)": [ + { + "type": 0, + "value": "Instance (Title, Publisher, Publication date)" + } + ], + "columns.ITEM.Is bound with": [ + { + "type": 0, + "value": "Is bound with" + } + ], + "columns.ITEM.Item HRID": [ + { + "type": 0, + "value": "單件HRID" + } + ], + "columns.ITEM.Item UUID": [ + { + "type": 0, + "value": "Item UUID" + } + ], + "columns.ITEM.Item damaged status": [ + { + "type": 0, + "value": "Item damaged status" + } + ], + "columns.ITEM.Item damaged status date": [ + { + "type": 0, + "value": "Item damaged status date" + } + ], + "columns.ITEM.Item effective location": [ + { + "type": 0, + "value": "Item effective location" + } + ], + "columns.ITEM.Item id": [ + { + "type": 0, + "value": "單件HRID ID" + } + ], + "columns.ITEM.Item identifier": [ + { + "type": 0, + "value": "Item identifier" + } + ], + "columns.ITEM.Item level call number": [ + { + "type": 0, + "value": "Item level call number" + } + ], + "columns.ITEM.Item level call number prefix": [ + { + "type": 0, + "value": "Item level call number prefix" + } + ], + "columns.ITEM.Item level call number suffix": [ + { + "type": 0, + "value": "Item level call number suffix" + } + ], + "columns.ITEM.Item level call number type": [ + { + "type": 0, + "value": "Item level call number type" + } + ], + "columns.ITEM.Item permanent location": [ + { + "type": 0, + "value": "Item permanent location" + } + ], + "columns.ITEM.Item temporary location": [ + { + "type": 0, + "value": "Item temporary location" + } + ], + "columns.ITEM.Last CheckIn": [ + { + "type": 0, + "value": "上次歸還" + } + ], + "columns.ITEM.Material type": [ + { + "type": 0, + "value": "Material type" + } + ], + "columns.ITEM.Member": [ + { + "type": 0, + "value": "Member" + } + ], + "columns.ITEM.Missing pieces": [ + { + "type": 0, + "value": "Missing pieces" + } + ], + "columns.ITEM.Missing pieces date": [ + { + "type": 0, + "value": "Missing pieces date" + } + ], + "columns.ITEM.Notes": [ + { + "type": 0, + "value": "附註" + } + ], + "columns.ITEM.Number of missing pieces": [ + { + "type": 0, + "value": "Number of missing pieces" + } + ], + "columns.ITEM.Number of pieces": [ + { + "type": 0, + "value": "Number of pieces" + } + ], + "columns.ITEM.Permanent loan type": [ + { + "type": 0, + "value": "Permanent loan type" + } + ], + "columns.ITEM.Purchase Order Line Identifier": [ + { + "type": 0, + "value": "採購訂單細項識別號" + } + ], + "columns.ITEM.Shelving order": [ + { + "type": 0, + "value": "Shelving order" + } + ], + "columns.ITEM.Statistical codes": [ + { + "type": 0, + "value": "Statistical codes" + } + ], + "columns.ITEM.Status": [ + { + "type": 0, + "value": "狀態" + } + ], + "columns.ITEM.Suppress from discovery": [ + { + "type": 0, + "value": "Suppress from discovery" + } + ], + "columns.ITEM.Tags": [ + { + "type": 0, + "value": "標籤" + } + ], + "columns.ITEM.Temporary loan type": [ + { + "type": 0, + "value": "Temporary loan type" + } + ], + "columns.ITEM.Title": [ + { + "type": 0, + "value": "題名" + } + ], + "columns.ITEM.Version": [ + { + "type": 0, + "value": "版本" + } + ], + "columns.ITEM.Volume": [ + { + "type": 0, + "value": "卷" + } + ], + "columns.ITEM.Year, caption": [ + { + "type": 0, + "value": "Year, caption" + } + ], + "columns.USER.Active": [ + { + "type": 0, + "value": "啟用" + } + ], + "columns.USER.Addresses": [ + { + "type": 0, + "value": "地址" + } + ], + "columns.USER.Barcode": [ + { + "type": 0, + "value": "條碼" + } + ], + "columns.USER.Created Date": [ + { + "type": 0, + "value": "已建立記錄" + } + ], + "columns.USER.Custom fields": [ + { + "type": 0, + "value": "自訂欄位" + } + ], + "columns.USER.Date Of Birth": [ + { + "type": 0, + "value": "出生日期" + } + ], + "columns.USER.Departments": [ + { + "type": 0, + "value": "系所" + } + ], + "columns.USER.Email": [ + { + "type": 0, + "value": "電子郵件" + } + ], + "columns.USER.Enrollment date": [ + { + "type": 0, + "value": "註冊日期" + } + ], + "columns.USER.Expiration date": [ + { + "type": 0, + "value": "有效期限" + } + ], + "columns.USER.External system id": [ + { + "type": 0, + "value": "外部系統ID" + } + ], + "columns.USER.First name": [ + { + "type": 0, + "value": "名" + } + ], + "columns.USER.Last name": [ + { + "type": 0, + "value": "姓" + } + ], + "columns.USER.Link to the profile picture": [ + { + "type": 0, + "value": "連結到個人檔案圖片" + } + ], + "columns.USER.Middle name": [ + { + "type": 0, + "value": "中間名" + } + ], + "columns.USER.Mobile phone": [ + { + "type": 0, + "value": "行動電話" + } + ], + "columns.USER.Patron group": [ + { + "type": 0, + "value": "讀者群組" + } + ], + "columns.USER.Phone": [ + { + "type": 0, + "value": "電話" + } + ], + "columns.USER.Preferred contact type id": [ + { + "type": 0, + "value": "偏好聯絡人類型 ID" + } + ], + "columns.USER.Preferred email communications": [ + { + "type": 0, + "value": "Preferred email communications" + } + ], + "columns.USER.Preferred first name": [ + { + "type": 0, + "value": "偏好名字" + } + ], + "columns.USER.Proxy for": [ + { + "type": 0, + "value": "代理" + } + ], + "columns.USER.Tags": [ + { + "type": 0, + "value": "標籤" + } + ], + "columns.USER.Type": [ + { + "type": 0, + "value": "類型" + } + ], + "columns.USER.Updated date": [ + { + "type": 0, + "value": "記錄已更新" + } + ], + "columns.USER.User id": [ + { + "type": 0, + "value": "使用者ID" + } + ], + "columns.USER.User name": [ + { + "type": 0, + "value": "使用者名稱" + } + ], + "columns.logs.actions": [ + { + "type": 0, + "value": "操作" + } + ], + "columns.logs.approach": [ + { + "type": 0, + "value": "Editing" + } + ], + "columns.logs.endTime": [ + { + "type": 0, + "value": "結束" + } + ], + "columns.logs.entityType": [ + { + "type": 0, + "value": "記錄類型" + } + ], + "columns.logs.hrId": [ + { + "type": 0, + "value": "ID" + } + ], + "columns.logs.operationType": [ + { + "type": 0, + "value": "批次操作類型" + } + ], + "columns.logs.processedNumOfRecords": [ + { + "type": 0, + "value": "已處理" + } + ], + "columns.logs.startTime": [ + { + "type": 0, + "value": "開始" + } + ], + "columns.logs.status": [ + { + "type": 0, + "value": "狀態" + } + ], + "columns.logs.totalNumOfRecords": [ + { + "type": 0, + "value": "記錄" + } + ], + "columns.logs.userId": [ + { + "type": 0, + "value": "執行" + } + ], + "conformationModal.commitChanges": [ + { + "type": 0, + "value": "提交更改" + } + ], + "conformationModal.message": [ + { + "type": 0, + "value": "如果點選" + }, + { + "children": [ + { + "type": 0, + "value": "提交更改" + } + ], + "type": 8, + "value": "b" + }, + { + "type": 0, + "value": "按鈕" + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "記錄將會更新。" + } + ], + "error.incorrectFormatted": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": "格式不正確。請更正格式並重新上傳檔案。" + } + ], + "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.download.file.from.s3": [ + { + "type": 0, + "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." + } + ], + "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ + { + "type": 0, + "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." + } + ], + "error.sww": [ + { + "type": 0, + "value": "發生了一些問題 !" + } + ], + "error.uploadedFile": [ + { + "type": 0, + "value": "上傳檔案失敗" + } + ], + "layer.action.apply.APPLY_TO_HOLDINGS": [ + { + "type": 0, + "value": "適用於所有館藏記錄" + } + ], + "layer.action.apply.APPLY_TO_ITEMS": [ + { + "type": 0, + "value": "適用於所有單件記錄" + } + ], + "layer.action.apply.ITEMS": [ + { + "type": 0, + "value": "適用於單件記錄" + } + ], + "layer.action.apply.STAFF_ONLY": [ + { + "type": 0, + "value": "只供職員使用" + } + ], + "layer.action.clear": [ + { + "type": 0, + "value": "清除欄位" + } + ], + "layer.action.replace": [ + { + "type": 0, + "value": "取代為" + } + ], + "layer.column.actions": [ + { + "type": 0, + "value": "操作" + } + ], + "layer.column.data": [ + { + "type": 0, + "value": "資料" + } + ], + "layer.column.field": [ + { + "type": 0, + "value": "Field" + } + ], + "layer.column.ind1": [ + { + "type": 0, + "value": "In.1" + } + ], + "layer.column.ind2": [ + { + "type": 0, + "value": "In.2" + } + ], + "layer.column.options": [ + { + "type": 0, + "value": "選項" + } + ], + "layer.column.subfield": [ + { + "type": 0, + "value": "Subfield" + } + ], + "layer.confirmChanges": [ + { + "type": 0, + "value": "確認更改" + } + ], + "layer.marc.error": [ + { + "type": 0, + "value": "Only 5xx and 9xx edits are currently supported." + } + ], + "layer.marc.error.ind": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.marc.error.limited": [ + { + "type": 0, + "value": "Limited to 5xx and 9xx." + } + ], + "layer.marc.error.protected": [ + { + "type": 0, + "value": "This field is protected." + } + ], + "layer.marc.error.subfield": [ + { + "type": 0, + "value": "Please check your input." + } + ], + "layer.options.add": [ + { + "type": 0, + "value": "Add" + } + ], + "layer.options.additionalSubfield": [ + { + "type": 0, + "value": "Additional subfield" + } + ], + "layer.options.administrativeNote": [ + { + "type": 0, + "value": "管理用之附註" + } + ], + "layer.options.append": [ + { + "type": 0, + "value": "Append" + } + ], + "layer.options.available": [ + { + "type": 0, + "value": "可用的" + } + ], + "layer.options.checkInNote": [ + { + "type": 0, + "value": "歸還附註" + } + ], + "layer.options.checkOutNote": [ + { + "type": 0, + "value": "借出附註" + } + ], + "layer.options.email": [ + { + "type": 0, + "value": "電子郵件" + } + ], + "layer.options.expirationDate": [ + { + "type": 0, + "value": "有效期限" + } + ], + "layer.options.holdings.linkText": [ + { + "type": 0, + "value": "連結文字" + } + ], + "layer.options.holdings.materialsSpecified": [ + { + "type": 0, + "value": "指定資料" + } + ], + "layer.options.holdings.permanentLocation": [ + { + "type": 0, + "value": "長期館藏地" + } + ], + "layer.options.holdings.suppress": [ + { + "type": 0, + "value": "在探索服務中隱藏" + } + ], + "layer.options.holdings.temporaryLocation": [ + { + "type": 0, + "value": "臨時館藏地" + } + ], + "layer.options.holdings.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "layer.options.holdings.urlPublic": [ + { + "type": 0, + "value": "URL 的公開附註" + } + ], + "layer.options.holdings.urlRelationship": [ + { + "type": 0, + "value": "URL關係" + } + ], + "layer.options.inProcess": [ + { + "type": 0, + "value": "In process" + } + ], + "layer.options.instances.staffSuppress": [ + { + "type": 0, + "value": "對館員隱藏" + } + ], + "layer.options.instances.suppress": [ + { + "type": 0, + "value": "在探索服務中隱藏" + } + ], + "layer.options.intellectual": [ + { + "type": 0, + "value": "虛擬單件" + } + ], + "layer.options.items.addNote": [ + { + "type": 0, + "value": "新增附註" + } + ], + "layer.options.items.changeNote": [ + { + "type": 0, + "value": "更改附註類型" + } + ], + "layer.options.items.duplicateTo": [ + { + "type": 0, + "value": "複製到" + } + ], + "layer.options.items.false": [ + { + "type": 0, + "value": "錯誤" + } + ], + "layer.options.items.markAsStaffOnly": [ + { + "type": 0, + "value": "僅標記為職員" + } + ], + "layer.options.items.removeAll": [ + { + "type": 0, + "value": "移除全部" + } + ], + "layer.options.items.removeMarkAsStaffOnly": [ + { + "type": 0, + "value": "刪除僅作為職員的標記" + } + ], + "layer.options.items.removeNote": [ + { + "type": 0, + "value": "移除" + } + ], + "layer.options.items.true": [ + { + "type": 0, + "value": "正確" + } + ], + "layer.options.longMissing": [ + { + "type": 0, + "value": "長期遺失" + } + ], + "layer.options.missing": [ + { + "type": 0, + "value": "遺失" + } + ], + "layer.options.non-requestable": [ + { + "type": 0, + "value": "處理中(不可預約)" + } + ], + "layer.options.patronGroup": [ + { + "type": 0, + "value": "讀者群組" + } + ], + "layer.options.permanentLoanType": [ + { + "type": 0, + "value": "永久借閱類型" + } + ], + "layer.options.permanentLocation": [ + { + "type": 0, + "value": "永久單件館藏地" + } + ], + "layer.options.placeholder": [ + { + "type": 0, + "value": "選擇單件狀態" + } + ], + "layer.options.removeField": [ + { + "type": 0, + "value": "Remove field" + } + ], + "layer.options.removeSubfield": [ + { + "type": 0, + "value": "Remove subfield" + } + ], + "layer.options.replaceWith": [ + { + "type": 0, + "value": "Replace with" + } + ], + "layer.options.restricted": [ + { + "type": 0, + "value": "使用限制" + } + ], + "layer.options.statusLabel": [ + { + "type": 0, + "value": "單件狀態" + } + ], + "layer.options.suppressFromDiscovery": [ + { + "type": 0, + "value": "在探索服務中隱藏" + } + ], + "layer.options.temporaryLoanTypeLabel": [ + { + "type": 0, + "value": "臨時借閱類型" + } + ], + "layer.options.temporaryLocation": [ + { + "type": 0, + "value": "臨時單件館藏地" + } + ], + "layer.options.unavailable": [ + { + "type": 0, + "value": "不可用" + } + ], + "layer.options.unknown": [ + { + "type": 0, + "value": "未知" + } + ], + "layer.options.withdrawn": [ + { + "type": 0, + "value": "註銷" + } + ], + "layer.selectLoanType": [ + { + "type": 0, + "value": "選擇借閱類型" + } + ], + "layer.selectLocation": [ + { + "type": 0, + "value": "選擇館藏地" + } + ], + "layer.selectNoteType": [ + { + "type": 0, + "value": "選擇附註類型" + } + ], + "layer.selectPatronGroup": [ + { + "type": 0, + "value": "選擇讀者群組" + } + ], + "layer.selectType": [ + { + "type": 0, + "value": "選擇附註類型" + } + ], + "layer.title": [ + { + "type": 0, + "value": "批次更新" + } + ], + "list.actions.download": [ + { + "type": 0, + "value": "下載" + } + ], + "list.criteriaTitle": [ + { + "type": 0, + "value": "設定標準" + } + ], + "list.errors.info": [ + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "個條目 * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "筆記錄符合 * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "個錯誤" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " : " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "條目 * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "筆記錄已更改 * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "個錯誤" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.info": [ + { + "children": [ + { + "type": 0, + "value": "批次編輯查詢: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "條目 * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "記錄已更改 * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "錯誤" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.query.infoProcessed": [ + { + "children": [ + { + "type": 0, + "value": "批次編輯查詢: " + }, + { + "style": null, + "type": 2, + "value": "entries" + }, + { + "type": 0, + "value": "條目 * " + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "記錄已更改 * " + }, + { + "style": null, + "type": 2, + "value": "errors" + }, + { + "type": 0, + "value": "錯誤" + } + ], + "type": 8, + "value": "b" + } + ], + "list.errors.table.code": [ + { + "type": 0, + "value": "記錄識別號" + } + ], + "list.errors.table.link": [ + { + "type": 0, + "value": "View latest version" + } + ], + "list.errors.table.message": [ + { + "type": 0, + "value": "錯誤原因" + } + ], + "list.errors.title": [ + { + "type": 0, + "value": "錯誤" + } + ], + "list.filters.capabilities.acquisition": [ + { + "type": 0, + "value": "採購" + } + ], + "list.filters.capabilities.circulation": [ + { + "type": 0, + "value": "流通" + } + ], + "list.filters.capabilities.holdings": [ + { + "type": 0, + "value": "館藏庫-館藏" + } + ], + "list.filters.capabilities.instances": [ + { + "type": 0, + "value": "館藏庫 - 實例" + } + ], + "list.filters.capabilities.inventory": [ + { + "type": 0, + "value": "館藏庫:單件" + } + ], + "list.filters.capabilities.title": [ + { + "type": 0, + "value": "記錄類型" + } + ], + "list.filters.capabilities.users": [ + { + "type": 0, + "value": "使用者" + } + ], + "list.filters.identifier": [ + { + "type": 0, + "value": "識別號" + } + ], + "list.filters.logs": [ + { + "type": 0, + "value": "日誌紀錄" + } + ], + "list.filters.query": [ + { + "type": 0, + "value": "查詢" + } + ], + "list.filters.recordIdentifier": [ + { + "type": 0, + "value": "記錄識別號" + } + ], + "list.filters.recordIdentifier.externalIDs": [ + { + "type": 0, + "value": "外部 ID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsHRID": [ + { + "type": 0, + "value": "館藏HRID" + } + ], + "list.filters.recordIdentifier.holdings.holdingsUUID": [ + { + "type": 0, + "value": "館藏 UUID" + } + ], + "list.filters.recordIdentifier.holdings.instanceHRID": [ + { + "type": 0, + "value": "實例 HRID" + } + ], + "list.filters.recordIdentifier.holdings.itemBarcodes": [ + { + "type": 0, + "value": "單件條碼" + } + ], + "list.filters.recordIdentifier.instance.instanceHRID": [ + { + "type": 0, + "value": "實例 HRID" + } + ], + "list.filters.recordIdentifier.instance.instanceISBN": [ + { + "type": 0, + "value": "國際標準書號 ISBN" + } + ], + "list.filters.recordIdentifier.instance.instanceISSN": [ + { + "type": 0, + "value": "國際標準期刊號 ISSN" + } + ], + "list.filters.recordIdentifier.instance.instanceUUID": [ + { + "type": 0, + "value": "館藏 UUID" + } + ], + "list.filters.recordIdentifier.item.ItemHRIDs": [ + { + "type": 0, + "value": "單件 HRIDs" + } + ], + "list.filters.recordIdentifier.item.UUID": [ + { + "type": 0, + "value": "單件 UUID" + } + ], + "list.filters.recordIdentifier.item.accession": [ + { + "type": 0, + "value": "單件入藏號" + } + ], + "list.filters.recordIdentifier.item.barcode": [ + { + "type": 0, + "value": "單件條碼" + } + ], + "list.filters.recordIdentifier.item.former": [ + { + "type": 0, + "value": "單件先前的識別號" + } + ], + "list.filters.recordIdentifier.item.holdingsUUID": [ + { + "type": 0, + "value": "館藏 UUID" + } + ], + "list.filters.recordIdentifier.placeholder": [ + { + "type": 0, + "value": "選擇記錄識別號" + } + ], + "list.filters.recordIdentifier.userBarcodes": [ + { + "type": 0, + "value": "使用者條碼" + } + ], + "list.filters.recordIdentifier.userUUIDs": [ + { + "type": 0, + "value": "使用者 UUID" + } + ], + "list.filters.recordIdentifier.usernames": [ + { + "type": 0, + "value": "使用者名稱" + } + ], + "list.logSubTitle": [ + { + "type": 0, + "value": "設定開始批次更新的條件" + } + ], + "list.logSubTitle.changed": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "筆記錄已更改" + } + ], + "list.logSubTitle.matched": [ + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "筆記錄匹配" + } + ], + "list.preview.electronicAccess.linkText": [ + { + "type": 0, + "value": "連結文字" + } + ], + "list.preview.electronicAccess.materialsSpecified": [ + { + "type": 0, + "value": "指定資料" + } + ], + "list.preview.electronicAccess.publicNote": [ + { + "type": 0, + "value": "公開附註" + } + ], + "list.preview.electronicAccess.relationship": [ + { + "type": 0, + "value": "關係" + } + ], + "list.preview.electronicAccess.uri": [ + { + "type": 0, + "value": "URI" + } + ], + "list.preview.table.status.false": [ + { + "type": 0, + "value": "未啟用" + } + ], + "list.preview.table.status.true": [ + { + "type": 0, + "value": "啟用" + } + ], + "list.preview.title": [ + { + "type": 0, + "value": "預覽匹配的記錄" + } + ], + "list.preview.titleChanged": [ + { + "type": 0, + "value": "記錄預覽已更改" + } + ], + "list.result.emptyMessage": [ + { + "type": 0, + "value": "選擇記錄類型,然後選擇記錄識別號。" + } + ], + "list.result.emptyMessage.empty": [ + { + "type": 0, + "value": "選擇記錄識別號" + } + ], + "list.result.emptyMessage.holdings": [ + { + "type": 0, + "value": "選擇記錄識別號。" + } + ], + "list.result.emptyMessage.holdings.HRID": [ + { + "type": 0, + "value": "拖放或選擇帶有館藏 HRID 的檔案。" + } + ], + "list.result.emptyMessage.holdings.ID": [ + { + "type": 0, + "value": "拖放或選擇帶有館藏 UUID 的檔案。" + } + ], + "list.result.emptyMessage.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "拖放或選擇帶有實例 HRID 的檔案。" + } + ], + "list.result.emptyMessage.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "拖放或選擇帶有單件條碼的檔案。" + } + ], + "list.result.emptyMessage.holdings.query": [ + { + "type": 0, + "value": "按一下「查詢」按鈕查詢。" + } + ], + "list.result.emptyMessage.instance": [ + { + "type": 0, + "value": "選擇記錄識別號。" + } + ], + "list.result.emptyMessage.instance.HRID": [ + { + "type": 0, + "value": "拖放或選擇帶有實例 HRID 的檔案。" + } + ], + "list.result.emptyMessage.instance.ID": [ + { + "type": 0, + "value": "拖曳或選擇具有實例 UUID 的檔案。" + } + ], + "list.result.emptyMessage.instance.ISBN": [ + { + "type": 0, + "value": "拖曳或選擇帶有 ISBN 的檔案。" + } + ], + "list.result.emptyMessage.instance.ISSN": [ + { + "type": 0, + "value": "拖放或選擇帶有 ISSN 的檔案。" + } + ], + "list.result.emptyMessage.instance.query": [ + { + "type": 0, + "value": "按一下「查詢」按鈕查詢。" + } + ], + "list.result.emptyMessage.item": [ + { + "type": 0, + "value": "選擇記錄識別號" + } + ], + "list.result.emptyMessage.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "拖放或選擇帶有單件編號的檔案。" + } + ], + "list.result.emptyMessage.item.BARCODE": [ + { + "type": 0, + "value": "拖放或選擇帶有單件條碼的檔案。" + } + ], + "list.result.emptyMessage.item.FORMER_IDS": [ + { + "type": 0, + "value": "拖放或選擇帶有單件前識別號的檔案。" + } + ], + "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "拖放或選擇帶有館藏 UUID 的檔案。" + } + ], + "list.result.emptyMessage.item.HRID": [ + { + "type": 0, + "value": "拖放或選擇帶有單件 HRID 的檔案。" + } + ], + "list.result.emptyMessage.item.ID": [ + { + "type": 0, + "value": "拖放或選擇帶有單件 UUID 的檔案。" + } + ], + "list.result.emptyMessage.item.query": [ + { + "type": 0, + "value": "按一下「查詢」按鈕查詢。" + } + ], + "list.result.emptyMessage.logs": [ + { + "type": 0, + "value": "選擇一個篩選器來顯示結果。" + } + ], + "list.result.emptyMessage.query": [ + { + "type": 0, + "value": "選擇一個記錄類型,然後按一下查詢按鈕。" + } + ], + "list.result.emptyMessage.user": [ + { + "type": 0, + "value": "選擇記錄識別號。" + } + ], + "list.result.emptyMessage.user.BARCODE": [ + { + "type": 0, + "value": "拖放或選擇帶有使用者條碼的檔案。" + } + ], + "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "拖放或選擇具有外部 ID 的檔案。" + } + ], + "list.result.emptyMessage.user.ID": [ + { + "type": 0, + "value": "拖放或選擇帶有使用者 UUID 的檔案。" + } + ], + "list.result.emptyMessage.user.USER_NAME": [ + { + "type": 0, + "value": "拖放或選擇帶有使用者名稱的檔案。" + } + ], + "list.result.emptyMessage.user.query": [ + { + "type": 0, + "value": "按一下「查詢」按鈕查詢。" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile": [ + { + "type": 0, + "value": "包含更新記錄的檔案" + } + ], + "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "包含更新記錄的檔案" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "提交更改時遇到錯誤的檔案" + } + ], + "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "提交更改時遇到錯誤的檔案" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with updated records" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile": [ + { + "type": 0, + "value": "包含符合記錄的檔案" + } + ], + "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "包含符合記錄的檔案" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ + { + "type": 0, + "value": "記錄在匹配過程中遇到錯誤的檔案" + } + ], + "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ + { + "type": 0, + "value": "記錄在匹配過程中遇到錯誤的檔案" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile": [ + { + "type": 0, + "value": "包含建議更改預覽的檔案" + } + ], + "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ + { + "type": 0, + "value": "包含建議更改預覽的檔案" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ + { + "type": 0, + "value": "File with the preview of proposed changes" + } + ], + "logs.actions.linkToTriggeringCsvFile": [ + { + "type": 0, + "value": "用於觸發批次編輯的檔案" + } + ], + "logs.actions.linkToTriggeringCsvFile.QUERY": [ + { + "type": 0, + "value": "包含受批次更新影響的記錄識別碼的檔案" + } + ], + "logs.approach.IN_APP": [ + { + "type": 0, + "value": "In app" + } + ], + "logs.approach.MANUAL": [ + { + "type": 0, + "value": "本地" + } + ], + "logs.approach.QUERY": [ + { + "type": 0, + "value": "查詢" + } + ], + "logs.entityType.HOLDINGS_RECORD": [ + { + "type": 0, + "value": "館藏庫 - 館藏" + } + ], + "logs.entityType.INSTANCE": [ + { + "type": 0, + "value": "館藏庫 - 實例" + } + ], + "logs.entityType.INSTANCE_MARC": [ + { + "type": 0, + "value": "Inventory - instances (MARC)" + } + ], + "logs.entityType.ITEM": [ + { + "type": 0, + "value": "館藏庫 - 單件" + } + ], + "logs.entityType.USER": [ + { + "type": 0, + "value": "使用者" + } + ], + "logs.filter.endDate": [ + { + "type": 0, + "value": "結束" + } + ], + "logs.filter.option.delete": [ + { + "type": 0, + "value": "刪除" + } + ], + "logs.filter.option.edit": [ + { + "type": 0, + "value": "編輯" + } + ], + "logs.filter.startDate": [ + { + "type": 0, + "value": "開始" + } + ], + "logs.filter.title.capability": [ + { + "type": 0, + "value": "記錄類型" + } + ], + "logs.filter.title.status": [ + { + "type": 0, + "value": "狀態" + } + ], + "logs.filter.title.types": [ + { + "type": 0, + "value": "批次操作類型" + } + ], + "logs.filter.title.user": [ + { + "type": 0, + "value": "使用者" + } + ], + "logs.filter.user.placeholder": [ + { + "type": 0, + "value": "選擇使用者" + } + ], + "logs.filter.user.placeholder.empty": [ + { + "type": 0, + "value": "List is empty" + } + ], + "logs.infoPopover": [ + { + "type": 0, + "value": "檔案無法下載,因為自作業運行之日起已過去 30 天。" + } + ], + "logs.status.APPLY_CHANGES": [ + { + "type": 0, + "value": "應用變更" + } + ], + "logs.status.COMPLETED": [ + { + "type": 0, + "value": "完成" + } + ], + "logs.status.COMPLETED_WITH_ERRORS": [ + { + "type": 0, + "value": "已完成但有錯誤" + } + ], + "logs.status.DATA_MODIFICATION": [ + { + "type": 0, + "value": "資料修改" + } + ], + "logs.status.EXECUTING_QUERY": [ + { + "type": 0, + "value": "執行查詢" + } + ], + "logs.status.FAILED": [ + { + "type": 0, + "value": "失敗" + } + ], + "logs.status.NEW": [ + { + "type": 0, + "value": "新增" + } + ], + "logs.status.RETRIEVING_IDENTIFIERS": [ + { + "type": 0, + "value": "Retrieving identifiers" + } + ], + "logs.status.RETRIEVING_RECORDS": [ + { + "type": 0, + "value": "檢索記錄" + } + ], + "logs.status.REVIEWED_NO_MARC_RECORDS": [ + { + "type": 0, + "value": "Reviewing changes" + } + ], + "logs.status.REVIEW_CHANGES": [ + { + "type": 0, + "value": "審查變更" + } + ], + "logs.status.SAVED_IDENTIFIERS": [ + { + "type": 0, + "value": "Saving identifiers" + } + ], + "logs.status.SAVING_RECORDS_LOCALLY": [ + { + "type": 0, + "value": "儲存紀錄" + } + ], + "menuGroup.actions": [ + { + "type": 0, + "value": "操作" + } + ], + "menuGroup.showColumns": [ + { + "type": 0, + "value": "顯示欄位" + } + ], + "menuGroup.startEdit": [ + { + "type": 0, + "value": "Start bulk edit" + } + ], + "meta.logs.title": [ + { + "type": 0, + "value": "批次編輯日誌紀錄" + } + ], + "meta.query.title": [ + { + "type": 0, + "value": "批次編輯查詢" + } + ], + "meta.query.title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields query" + } + ], + "meta.title": [ + { + "type": 0, + "value": "批次更新" + } + ], + "meta.title.conformationModal": [ + { + "type": 0, + "value": "批次編輯: " + }, + { + "children": [ + { + "type": 0, + "value": " " + }, + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": " " + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile": [ + { + "type": 0, + "value": "批次更新 " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "meta.title.uploadedFile.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields - " + }, + { + "children": [ + { + "type": 1, + "value": "fileName" + } + ], + "type": 8, + "value": "b" + } + ], + "modal.fileExtensions.actionButton": [ + { + "type": 0, + "value": "選擇其他檔案上傳" + } + ], + "modal.fileExtensions.blocked.header": [ + { + "type": 0, + "value": "無效檔案" + } + ], + "modal.fileExtensions.blocked.message": [ + { + "type": 0, + "value": "只能上傳副檔名為 .csv 的檔案" + } + ], + "modal.fileExtensions.blocked.message2": [ + { + "type": 0, + "value": "只能上傳一個副檔名為 .csv 的檔案。" + } + ], + "modal.next": [ + { + "type": 0, + "value": "下一個" + } + ], + "modal.successfullMessage": [ + { + "type": 1, + "value": "fileName" + }, + { + "type": 0, + "value": "已成功上傳。" + } + ], + "options.placeholder": [ + { + "type": 0, + "value": "選擇選項" + } + ], + "permission.inventory.edit": [ + { + "type": 0, + "value": "Bulk Edit: In app - Edit inventory records" + } + ], + "permission.inventory.view": [ + { + "type": 0, + "value": "Bulk Edit: In app - View inventory records" + } + ], + "permission.logs.view": [ + { + "type": 0, + "value": "批次編輯:可以查看日誌紀錄" + } + ], + "permission.module.bulk-edit.enabled": [ + { + "type": 0, + "value": "UI:批次編輯模組已啟用" + } + ], + "permission.query.execute": [ + { + "type": 0, + "value": "Bulk edit: Can build query" + } + ], + "permission.users.csv.edit": [ + { + "type": 0, + "value": "Bulk Edit: Local - Edit user records" + } + ], + "permission.users.csv.view": [ + { + "type": 0, + "value": "Bulk Edit: Local - View user records" + } + ], + "permission.users.edit": [ + { + "type": 0, + "value": "Bulk edit: In app - Edit user records" + } + ], + "permissionsModal.cancel": [ + { + "type": 0, + "value": "取消" + } + ], + "permissionsModal.filter.assigned": [ + { + "type": 0, + "value": "已指派" + } + ], + "permissionsModal.filter.assignmentStatus": [ + { + "type": 0, + "value": "權限分配狀態" + } + ], + "permissionsModal.filter.permissionSets": [ + { + "type": 0, + "value": "權限組合" + } + ], + "permissionsModal.filter.permissionTypes": [ + { + "type": 0, + "value": "權限類型" + } + ], + "permissionsModal.filter.permissions": [ + { + "type": 0, + "value": "權限" + } + ], + "permissionsModal.filter.resetAll": [ + { + "type": 0, + "value": "全部重設" + } + ], + "permissionsModal.filter.search": [ + { + "type": 0, + "value": "檢索" + } + ], + "permissionsModal.filter.title": [ + { + "type": 0, + "value": "查詢與篩選" + } + ], + "permissionsModal.filter.unassigned": [ + { + "type": 0, + "value": "未指派的" + } + ], + "permissionsModal.list.cell.assigned": [ + { + "type": 0, + "value": "已指派" + } + ], + "permissionsModal.list.cell.permissionSets": [ + { + "type": 0, + "value": "權限組合" + } + ], + "permissionsModal.list.cell.permissions": [ + { + "type": 0, + "value": "權限" + } + ], + "permissionsModal.list.cell.unassigned": [ + { + "type": 0, + "value": "未指派的" + } + ], + "permissionsModal.list.columns.name": [ + { + "type": 0, + "value": "名稱" + } + ], + "permissionsModal.list.columns.status": [ + { + "type": 0, + "value": "狀態" + } + ], + "permissionsModal.list.columns.type": [ + { + "type": 0, + "value": "類型" + } + ], + "permissionsModal.list.subTitle": [ + { + "type": 0, + "value": "找到" + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "權限" + } + ], + "permissionsModal.list.title": [ + { + "type": 0, + "value": "權限" + } + ], + "permissionsModal.save": [ + { + "type": 0, + "value": "儲存並關閉" + } + ], + "permissionsModal.title": [ + { + "type": 0, + "value": "選擇權限" + } + ], + "permissionsModal.totalSelected": [ + { + "type": 0, + "value": "所選總數: " + }, + { + "style": null, + "type": 2, + "value": "count" + } + ], + "preview.file.title": [ + { + "type": 0, + "value": "檔案名稱: " + }, + { + "type": 1, + "value": "fileUploadedName" + } + ], + "preview.query.title": [ + { + "type": 0, + "value": "查詢: " + }, + { + "type": 1, + "value": "queryText" + } + ], + "previewModal.areYouSure": [ + { + "type": 0, + "value": "是否確定?" + } + ], + "previewModal.downloadPreview": [ + { + "type": 0, + "value": "下載預覽" + } + ], + "previewModal.downloadPreview.marc": [ + { + "type": 0, + "value": "Download preview in MARC format" + } + ], + "previewModal.keepEditing": [ + { + "type": 0, + "value": "繼續編輯" + } + ], + "previewModal.message": [ + { + "type": 0, + "value": "如果按一下「提交變更」按鈕,將會變更" + }, + { + "style": null, + "type": 2, + "value": "count" + }, + { + "type": 0, + "value": "筆記錄。您可以選擇下載預覽以在儲存之前查看所有變更。" + } + ], + "previewModal.message.empty.marc": [ + { + "type": 0, + "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." + } + ], + "previewModal.previewToBeChanged": [ + { + "type": 0, + "value": "預覽要變更的記錄" + } + ], + "previewModal.saveAndClose": [ + { + "type": 0, + "value": "提交更改" + } + ], + "progressBar.committing": [ + { + "type": 0, + "value": "提交變更" + } + ], + "progressBar.title": [ + { + "type": 0, + "value": "上傳" + }, + { + "type": 1, + "value": "title" + }, + { + "type": 0, + "value": "並檢索相關資料" + } + ], + "progresssBar.processing": [ + { + "type": 0, + "value": "處理中" + } + ], + "progresssBar.retrieving": [ + { + "type": 0, + "value": "檢索中..." + } + ], + "recordsSuccessfullyChanged": [ + { + "style": null, + "type": 2, + "value": "value" + }, + { + "type": 0, + "value": "筆記錄已成功更改" + } + ], + "resetFilters": [ + { + "type": 0, + "value": "全部重設" + } + ], + "retrievedDataList.title": [ + { + "type": 0, + "value": "找到" + }, + { + "style": null, + "type": 2, + "value": "matched" + }, + { + "type": 0, + "value": "匹配的" + }, + { + "type": 1, + "value": "capability" + }, + { + "type": 0, + "value": "記錄。" + } + ], + "start.delete": [ + { + "type": 0, + "value": "開始批次刪除" + } + ], + "start.downloadChangedRecords": [ + { + "type": 0, + "value": "下載已變動的紀錄 (CSV)" + } + ], + "start.downloadChangedRecords.marc": [ + { + "type": 0, + "value": "Download changed records (MARC)" + } + ], + "start.downloadErrors": [ + { + "type": 0, + "value": "下載錯誤 (CSV)" + } + ], + "start.downloadMathcedRecords": [ + { + "type": 0, + "value": "下載符合的記錄 (CSV)" + } + ], + "start.edit": [ + { + "type": 0, + "value": "開始批次更新" + } + ], + "start.edit.csv": [ + { + "type": 0, + "value": "開始批次編輯(本地)" + } + ], + "start.edit.instance": [ + { + "type": 0, + "value": "開始批次編輯 - 實例欄位" + } + ], + "start.edit.mark": [ + { + "type": 0, + "value": "Instances with source MARC (POC)" + } + ], + "textArea.resetAll": [ + { + "type": 0, + "value": "全部重設" + } + ], + "textArea.search": [ + { + "type": 0, + "value": "檢索" + } + ], + "title.identifier": [ + { + "type": 0, + "value": "識別號" + } + ], + "title.logs": [ + { + "type": 0, + "value": "日誌紀錄" + } + ], + "title.mark": [ + { + "type": 0, + "value": "Bulk edit MARC fields" + } + ], + "title.query": [ + { + "type": 0, + "value": "查詢" + } + ], + "type.placeholder": [ + { + "type": 0, + "value": "選擇類型" + } + ], + "uploaderActiveTitle": [ + { + "type": 0, + "value": "取消以便繼續" + } + ], + "uploaderBtnText": [ + { + "type": 0, + "value": "或是選擇檔案" + } + ], + "uploaderSubTitle": [ + { + "type": 0, + "value": "選擇帶有記錄識別號的檔案" + } + ], + "uploaderSubTitle.empty": [ + { + "type": 0, + "value": "選擇帶有記錄識別號的檔案" + } + ], + "uploaderSubTitle.holdings": [ + { + "type": 0, + "value": "選擇帶有記錄識別號的檔案" + } + ], + "uploaderSubTitle.holdings.HRID": [ + { + "type": 0, + "value": "選擇包含館藏 HRID 的檔案" + } + ], + "uploaderSubTitle.holdings.ID": [ + { + "type": 0, + "value": "選擇具有館藏 UUID 的檔案" + } + ], + "uploaderSubTitle.holdings.INSTANCE_HRID": [ + { + "type": 0, + "value": "選擇具有實例 HRID 的檔案" + } + ], + "uploaderSubTitle.holdings.ITEM_BARCODE": [ + { + "type": 0, + "value": "選擇帶有單件條碼的檔案" + } + ], + "uploaderSubTitle.instance": [ + { + "type": 0, + "value": "選擇帶有記錄識別號的檔案" + } + ], + "uploaderSubTitle.instance.HRID": [ + { + "type": 0, + "value": "選擇具有實例 HRID 的檔案" + } + ], + "uploaderSubTitle.instance.ID": [ + { + "type": 0, + "value": "選擇具有實例 UUID 的檔案" + } + ], + "uploaderSubTitle.instance.ISBN": [ + { + "type": 0, + "value": "選擇帶有 ISBN 的檔案" + } + ], + "uploaderSubTitle.instance.ISSN": [ + { + "type": 0, + "value": "選擇帶有 ISSN 的檔案" + } + ], + "uploaderSubTitle.item": [ + { + "type": 0, + "value": "選擇帶有記錄識別號的檔案" + } + ], + "uploaderSubTitle.item.ACCESSION_NUMBER": [ + { + "type": 0, + "value": "選擇帶有單件入藏號的檔案" + } + ], + "uploaderSubTitle.item.BARCODE": [ + { + "type": 0, + "value": "選擇帶有單件條碼的檔案" + } + ], + "uploaderSubTitle.item.FORMER_IDS": [ + { + "type": 0, + "value": "選擇帶有單件前識別號的檔案" + } + ], + "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ + { + "type": 0, + "value": "選擇具有館藏 UUID 的檔案" + } + ], + "uploaderSubTitle.item.HRID": [ + { + "type": 0, + "value": "選擇包含單件 HRID 的文件" + } + ], + "uploaderSubTitle.item.ID": [ + { + "type": 0, + "value": "選擇具有單件 UUID 的檔案" + } + ], + "uploaderSubTitle.records": [ + { + "type": 0, + "value": "上傳包含已編輯記錄的 CSV 檔案" + } + ], + "uploaderSubTitle.user": [ + { + "type": 0, + "value": "選擇帶有記錄識別號的檔案" + } + ], + "uploaderSubTitle.user.BARCODE": [ + { + "type": 0, + "value": "選擇帶有使用者條碼的檔案" + } + ], + "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ + { + "type": 0, + "value": "選擇具有外部 ID 的檔案" + } + ], + "uploaderSubTitle.user.ID": [ + { + "type": 0, + "value": "選擇具有使用者 UUID 的檔案" + } + ], + "uploaderSubTitle.user.USER_NAME": [ + { + "type": 0, + "value": "選擇帶有使用者名稱的檔案" + } + ], + "uploaderTitle": [ + { + "type": 0, + "value": "拖放" + } + ], + "uploading": [ + { + "type": 0, + "value": "上傳中" + } + ] +} \ No newline at end of file diff --git a/translations/ui-bulk-edit/en.json b/translations/ui-bulk-edit/en.json index 4104cd3b..1b21bc7c 100644 --- a/translations/ui-bulk-edit/en.json +++ b/translations/ui-bulk-edit/en.json @@ -139,7 +139,7 @@ "start.edit": "Start bulk edit", "start.edit.instance": "FOLIO Instances", - "start.edit.mark": "Instances with source MARC", + "start.edit.marc": "Instances with source MARC", "start.edit.csv": "Start bulk edit (Local)", "start.delete": "Start bulk delete", From 40f36f8aef89e8be1bab158b3c12e0f9f3237d53 Mon Sep 17 00:00:00 2001 From: vashjs Date: Wed, 27 Nov 2024 22:29:29 +0100 Subject: [PATCH 4/4] revert compiled --- translations/ui-bulk-edit/compiled/ar.json | 3396 ---------------- translations/ui-bulk-edit/compiled/ber.json | 3372 ---------------- translations/ui-bulk-edit/compiled/ca.json | 3372 ---------------- translations/ui-bulk-edit/compiled/cs_CZ.json | 3376 ---------------- translations/ui-bulk-edit/compiled/da.json | 3372 ---------------- translations/ui-bulk-edit/compiled/de.json | 3372 ---------------- translations/ui-bulk-edit/compiled/en.json | 3384 ---------------- translations/ui-bulk-edit/compiled/en_GB.json | 3372 ---------------- translations/ui-bulk-edit/compiled/en_SE.json | 3372 ---------------- translations/ui-bulk-edit/compiled/en_US.json | 3372 ---------------- translations/ui-bulk-edit/compiled/es.json | 3384 ---------------- .../ui-bulk-edit/compiled/es_419.json | 3384 ---------------- translations/ui-bulk-edit/compiled/es_ES.json | 3384 ---------------- translations/ui-bulk-edit/compiled/fr.json | 3372 ---------------- translations/ui-bulk-edit/compiled/fr_FR.json | 3372 ---------------- translations/ui-bulk-edit/compiled/he.json | 3372 ---------------- translations/ui-bulk-edit/compiled/hi_IN.json | 3372 ---------------- translations/ui-bulk-edit/compiled/hu.json | 3372 ---------------- translations/ui-bulk-edit/compiled/it_IT.json | 3372 ---------------- translations/ui-bulk-edit/compiled/ja.json | 3384 ---------------- translations/ui-bulk-edit/compiled/ko.json | 3372 ---------------- translations/ui-bulk-edit/compiled/nb.json | 3372 ---------------- translations/ui-bulk-edit/compiled/nl.json | 3368 ---------------- translations/ui-bulk-edit/compiled/nn.json | 3372 ---------------- translations/ui-bulk-edit/compiled/pl.json | 3372 ---------------- translations/ui-bulk-edit/compiled/pt_BR.json | 3384 ---------------- translations/ui-bulk-edit/compiled/pt_PT.json | 3372 ---------------- translations/ui-bulk-edit/compiled/ru.json | 3372 ---------------- translations/ui-bulk-edit/compiled/sk.json | 3376 ---------------- translations/ui-bulk-edit/compiled/sv.json | 3372 ---------------- translations/ui-bulk-edit/compiled/ur.json | 3372 ---------------- translations/ui-bulk-edit/compiled/zh_CN.json | 3412 ----------------- translations/ui-bulk-edit/compiled/zh_TW.json | 3404 ---------------- 33 files changed, 111448 deletions(-) delete mode 100644 translations/ui-bulk-edit/compiled/ar.json delete mode 100644 translations/ui-bulk-edit/compiled/ber.json delete mode 100644 translations/ui-bulk-edit/compiled/ca.json delete mode 100644 translations/ui-bulk-edit/compiled/cs_CZ.json delete mode 100644 translations/ui-bulk-edit/compiled/da.json delete mode 100644 translations/ui-bulk-edit/compiled/de.json delete mode 100644 translations/ui-bulk-edit/compiled/en.json delete mode 100644 translations/ui-bulk-edit/compiled/en_GB.json delete mode 100644 translations/ui-bulk-edit/compiled/en_SE.json delete mode 100644 translations/ui-bulk-edit/compiled/en_US.json delete mode 100644 translations/ui-bulk-edit/compiled/es.json delete mode 100644 translations/ui-bulk-edit/compiled/es_419.json delete mode 100644 translations/ui-bulk-edit/compiled/es_ES.json delete mode 100644 translations/ui-bulk-edit/compiled/fr.json delete mode 100644 translations/ui-bulk-edit/compiled/fr_FR.json delete mode 100644 translations/ui-bulk-edit/compiled/he.json delete mode 100644 translations/ui-bulk-edit/compiled/hi_IN.json delete mode 100644 translations/ui-bulk-edit/compiled/hu.json delete mode 100644 translations/ui-bulk-edit/compiled/it_IT.json delete mode 100644 translations/ui-bulk-edit/compiled/ja.json delete mode 100644 translations/ui-bulk-edit/compiled/ko.json delete mode 100644 translations/ui-bulk-edit/compiled/nb.json delete mode 100644 translations/ui-bulk-edit/compiled/nl.json delete mode 100644 translations/ui-bulk-edit/compiled/nn.json delete mode 100644 translations/ui-bulk-edit/compiled/pl.json delete mode 100644 translations/ui-bulk-edit/compiled/pt_BR.json delete mode 100644 translations/ui-bulk-edit/compiled/pt_PT.json delete mode 100644 translations/ui-bulk-edit/compiled/ru.json delete mode 100644 translations/ui-bulk-edit/compiled/sk.json delete mode 100644 translations/ui-bulk-edit/compiled/sv.json delete mode 100644 translations/ui-bulk-edit/compiled/ur.json delete mode 100644 translations/ui-bulk-edit/compiled/zh_CN.json delete mode 100644 translations/ui-bulk-edit/compiled/zh_TW.json diff --git a/translations/ui-bulk-edit/compiled/ar.json b/translations/ui-bulk-edit/compiled/ar.json deleted file mode 100644 index 43173cc5..00000000 --- a/translations/ui-bulk-edit/compiled/ar.json +++ /dev/null @@ -1,3396 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "اختر إجراء" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "إلغاء" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "تنفيذ التغييرات" - } - ], - "conformationModal.message": [ - { - "type": 0, - "value": "سيتم تحديث " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " تسجيلة إذا تم النقر على زر " - }, - { - "children": [ - { - "type": 0, - "value": "تنفيذ التغييرات" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": "." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "لقد حدث خطأ ما" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "فشل تحميل الملف" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "مسح الحقل" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "استبدال بـ" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "الإجراءات" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "الخيارات" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "تأكيد التغييرات" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "متاحة" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "البريد الإلكتروني" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "تاريخ الانتهاء" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "مادة فكرية" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "مفقودة منذ مدة" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "مفقودة" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "قيد المعالجة (غير قابل للطلب)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "مجموعة المستفيدين" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "نوع الإعارة الدائمة" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "موقع المادة الدائم" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "اختر حالة المادة" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "مقيدة" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "حالة المادة" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "نوع الإعارة المؤقتة" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "موقع المادة المؤقت" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "غير متاحة" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "غير معروف" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "مسحوبة" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "حدد نوع الإعارة" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "اختر الموقع" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "حدد مجموعة المستفيد" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "تحرير بالجملة" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "تعيين المعايير" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " مدخلاً * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": ",تسجيلة متطابقة * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " خطأً" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "معرّف التسجيلة" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "سبب الخطأ" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "أخطاء" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "التزويد" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "الإعارة" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "المخزون - المقتنيات" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "المخزون - المواد" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "أنواع التسجيلات" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "المستخدمين" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "المعرّف" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "الاستعلام" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "معرّف التسجيلة" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "المعرفات الخارجية" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "المعرفات الفريدة العمومية للمقتنيات" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "أرقام باركود المادة" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "أرقام التعريف القابل للقراءة بشريًا للمادة" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "المعرّفات الفريدة العمومية للمادة" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "رقم انضمام المادة" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "باركود المادة" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "معرّف المادة السابق" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "المعرفات الفريدة العمومية للمقتنيات" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "حدد معرّف التسجيلة" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "أرقام باركود المستخدمين" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "المعرّفات الفريدة العمومية للمستخدم" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "أسماء المستخدمين" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "قم بتعيين المعايير لبدء التحرير بالجملة" - } - ], - "list.logSubTitle.changed": [ - { - "type": 0, - "value": "تم تغيير " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " تسجيلة" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " تسجيلة متطابقة" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "معاينة التسجيلة المتطابقة" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "تم تغيير معاينة التسجيلة" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "حدد \"معرف التسجيلة\" أثناء وجودك في تبويب المعرف. قم بإدخال \"استعلام البحث\" أثناء وجودك في تبويب الاستعلام" - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "قم بالسحب والإفلات أو اختيار ملف بمعرفات المقتنيات العمومية الفريدة" - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "قم بالسحب والإفلات أو اختيار ملف برقم باركود المادة" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "حدد \"معرف التسجيلة\" أثناء وجودك في تبويب المعرف. قم بإدخال \"استعلام البحث\" أثناء وجودك في تبويب الاستعلام" - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "قم بالسحب والإفلات أو اختيار ملف برقم انضمام المادة" - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "قم بالسحب والإفلات أو اختيار ملف برقم باركود المادة" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "قم بالسحب والإفلات أو اختيار ملف بمعرّف المادة السابق" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "قم بالسحب والإفلات أو اختيار ملف بمعرفات المقتنيات العمومية الفريدة" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "قم بالسحب والإفلات أو اختيار ملف بأرقام تعريف المادة القابلة للقراءة بشريًا" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "قم بالسحب والإفلات أو اختيار ملف بمعرف المادة العمومية الفريد" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "الإجراءات" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "عرض الأعمدة" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "تحرير بالجملة" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "تحرير بالدفعة:" - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "تحرير " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " بالدفعة" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "اختر ملفات أخرى للتحميل" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "ملف غير صالح" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "يمكن تحميل الملفات ذات امتداد .csv فقط." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "يمكن فقط تحميل ملف واحد بامتداد .csv" - } - ], - "modal.next": [ - { - "type": 0, - "value": "التالي" - } - ], - "modal.successfullMessage": [ - { - "type": 0, - "value": "تم تحميل " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " بنجاح." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "اسم الملف: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "استعلام: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "هل أنت متأكد؟" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "تنزيل معاينة" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "استمر في التحرير" - } - ], - "previewModal.message": [ - { - "type": 0, - "value": "سيتم تغيير " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " تسجيلة إذا تم النقر على زر حفظ وإغلاق. يمكنك اختيار تنزيل معاينة لمراجعة كل التغييرات قبل الحفظ." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "معاينة التسجيلات المراد تغييرها" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "حفظ وإغلاق" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "جاري تحميل " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " واسترجاع البيانات ذات الصلة" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "استرجاع" - } - ], - "recordsSuccessfullyChanged": [ - { - "type": 0, - "value": "تم تغيير " - }, - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " تسجيلة بنجاح" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "بدء الحذف بالدفعة" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "تنزيل التسجيلات المتغيرة (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "تنزيل الأخطاء (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "تنزيل التسجيلات المتطابقة (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "بدء التحرير بالدفعة" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "بدء التحرير بالدفعة (CSV)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "إعادة تعيين الكل" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "بحث" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "قم بالإسقاط للاستمرار" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "أو اختر ملف" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "اختر ملف بمعرفات تسجيلات" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "اختر ملف بمعرفات المقتنيات العمومية الفريدة" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "اختر ملف برقم باركود المادة" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "اختر ملف بمعرفات تسجيلات" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "اختر ملف برقم انضمام المادة" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "اختر ملف برقم باركود المادة" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "اختر ملف بمعرّف المادة السابق" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "اختر ملف بمعرفات المقتنيات العمومية الفريدة" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "اختر ملف بأرقام تعريف قابلة للقراءة بشريًا" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "اختر ملف بمعرف المادة العمومية الفريد" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "تحميل ملف CSV بالتسجيلات المعدلة" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "سحب وإفلات" - } - ], - "uploading": [ - { - "type": 0, - "value": "تحميل" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ber.json b/translations/ui-bulk-edit/compiled/ber.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/ber.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ca.json b/translations/ui-bulk-edit/compiled/ca.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/ca.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/cs_CZ.json b/translations/ui-bulk-edit/compiled/cs_CZ.json deleted file mode 100644 index efbefd77..00000000 --- a/translations/ui-bulk-edit/compiled/cs_CZ.json +++ /dev/null @@ -1,3376 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "Nahraný soubor je prázdný." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Název vyhledávacího sloupce" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Najít" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Najít (hledání v celém podpoli)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Najít (hledání v celém poli)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Vybrat akci" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Vybrat akce" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Vstup filtru sloupců" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Datum" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Vybrat typ výpůjčky" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Lokace" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Vybrat skupinu čtenářů" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Vybrat stav" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Textová oblast" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Textové pole" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Vybrat vztah URL" - } - ], - "cancel": [ - { - "type": 0, - "value": "Zrušit" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Elektronický přístup" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Lokace holdingů" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Poznámky holdingů" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Poznámky k titulu" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Poznámky jednotky" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Typ výpůjčky" - } - ], - "category.location": [ - { - "type": 0, - "value": "Lokace" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Formát akvizice" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Akviziční metoda" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Poznámka k akci" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrativní poznámka" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Poznámka vazby" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Signatura" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Prefix signatury" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Suffix signatury" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Typ signatury" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Kopírovat poznámku" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Číslo kopie" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Pravidla digitalizace" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Vyřadit z vyhledávání" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Efektivní lokace" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Elektronický přístup" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Poznámka elektronická knižní deska" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "ID bývalého holdingu" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Bývalé ID" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "HRID holdingů" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "HRID holdingů" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "UUID holdingů" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Číslo kopie holdingu" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdingy úroveň signatury" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdingy úroveň prefix signatury" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdingy úroveň suffix signatury" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdingy úroveň signatury typ" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Trvalá lokace holdingů" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "ID holdingů" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdingy prohlášení" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdingy prohlášení pro indexy" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdingy prohlášení pro doplňky" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdingy prohlášení" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdingy prohlášení pro indexy" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdingy prohlášení pro doplňky" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Dočasná lokace holgingů" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Typ holdingu" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "Pravidla MVS" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Pravidla MVS" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Titul (Název, Vydavatel, Datum publikace)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "HRID titulu" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Čárový kód jednotky" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Člen" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Poznámky" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Počet jednotek" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Formát objednávky" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Trvalá lokace" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Poznámka k původu" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Stav příjmu" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Historie příjmu" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Poznámka k reprodukci" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Pravidla uchovávání informací" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Název regálu" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Zdroj" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistické kódy" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Vyřadit z vyhledávání" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Štítky" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Dočasná lokace" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Verze" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrativní poznámka" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Katalogizované datum" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Autoři" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edice" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formáty" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Název indexu" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "HRID titulu" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "UUID titulu" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Termín stavu titulu" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Jazyky" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Způsob vydání" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Povaha obsahu" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Poznámky" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Fyzický popis" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Dříve držené" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Četnost publikování" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Rozsah publikace" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Název zdroje" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Typ zdroje" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Sady prohlášení" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Zdroj" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Potlačení zaměstnanců" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Vyřadit z vyhledávání" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Přístupové číslo" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrativní poznámka" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Čárový kód" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Svázáno s názvy" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Signatura" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Poznámka Návratu" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Poznámka Výpůjčky" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronologie" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Cirkulační poznámky" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Jména autorů" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Číslo kopie" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Popis kusů" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Efektivní signatura" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Elektronický přístup" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Výčet" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Původní identifikátor" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdingy (Lokace, Signatura)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "ID záznamu holdingu" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "UUID holdingů" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "V přepravě, cílový pult služeb" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Titul (Název, Vydavatel, Datum publikace)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Je svázán s" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "HRID jednotky" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "UUID jednotky" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Stav poškozené jednotky" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Datum poškozeného stavu jednotky" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Efektivní lokace jednotky" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "ID jednotky" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Identifikátor jednotky" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Signatura na úrovni jednotky" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Prefix signatury na úrovni jednotky" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Přípona signatury na úrovni suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Typ signatury na úrovni jednotky" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Trvalá lokace jednotky" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Dočasná lokace jednotky" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Poslední návrat" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Typ materiálu" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Člen" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Chybějící kusy" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Datum chybějících kusů" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Poznámky" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Počet chybějících kusů" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Počet kusů" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Typ trvalé výpůjčky" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Identifikátor řádku nákupní objednávky" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Pořadí regálů" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistické kódy" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Stav" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Vyřadit z vyhledávání" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Štítky" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Typ dočasné výpůjčky" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Název" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Verze" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Svazek" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Rok, titulek" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Aktivní" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Adresy" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Čárový kód" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Záznam vytvořen" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Vlastní pole" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Datum narození" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Oddělení" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "E-mail" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Datum zápisu" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Datum platnosti" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "ID externího systému" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "Křestní jméno" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Příjmení" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Odkaz na profilový obrázek" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Střední jméno" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobilní telefon" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Kategorie čtenáře" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Telefon" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "ID preferovaného typu kontaktu" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferovaná e-mailová komunikace" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferované křestní jméno" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Zástupce pro" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Štítky" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Typ" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Záznam aktualizován" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "ID uživatele" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Uživatelské jméno" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Akce" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Úpravy" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ukončeno" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Typ záznamu" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Typ hromadné operace" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Zpracováno" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Zahájeno" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Stav" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# záznamů" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Provozuje" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Provést změny" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " záznamů bude aktualizováno, pokud kliknete na tlačítko " - }, - { - "children": [ - { - "type": 0, - "value": "Potvrdit změny" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " ." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " je nesprávně naformátován. Opravte prosím formátování a nahrajte soubor znovu." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "Při načítání dat z S3 došlo k problému. Chcete-li zkontrolovat konfiguraci S3, kontaktujte svého poskytovatele hostingu. Další detaily jsou k dispozici v logu aplikace pro hromadné úpravy (moduly mod-hromadné-operace a mod-data-export-worker)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "Při načítání dat z S3 došlo k problému. Chcete-li zkontrolovat konfiguraci S3, kontaktujte svého poskytovatele hostingu. Další detaily jsou k dispozici v logu aplikace pro hromadné úpravy (moduly mod-hromadné-operace a mod-data-export-worker)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "Vyskytl se problém s konfigurací S3, který brání modulu hromadné úpravy ukládat soubory. Obraťte se na svého poskytovatele hostingu a zjistěte, zda byla aplikace pro hromadné úpravy správně nakonfigurována." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Něco se pokazilo" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Nepodařilo se nahrát soubor" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Vztahuje se na všechny záznamy holdingů" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Použít na všechny záznamy jednotek" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Použít na záznamy jednotek" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Pouze pro zaměstnance" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Vymazat pole" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Nahradit za" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Akce" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Pole" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Možnosti" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Podpole" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Potvrďte změny" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "V současné době jsou podporovány pouze úpravy 5xx a 9xx." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Zkontrolujte prosím svůj vstup." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Omezeno na 5xx a 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "Toto pole je chráněno." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Zkontrolujte prosím svůj vstup." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Přidat" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Další podpole" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrativní poznámka" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Připojit" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Dostupné" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Poznámka Návratu" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Poznámka Výpůjčky" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "E-mail" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Datum platnosti" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Text odkazu" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materiály specifikované" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Trvalá lokace holdingů" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Vyřadit z vyhledávání" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Dočasná lokace holdingů" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "Veřejná poznámka URL" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "Vztah URL" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "Ve zpracování" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Potlačení zaměstnanců" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Vyřadit z vyhledávání" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Duševní jednotka" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Přidat poznámku" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Změnit typ poznámky" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplikovat do" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Nastavit jako deaktivováno" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Označit jako pouze pro zaměstnance" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Odebrat všechny" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Odstranit příznak pouze pro zaměstnance" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Odstranit" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Nastavte true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Dlouho chybí" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Chybějící" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "Probíhá (nevyžádané)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Kategorie čtenáře" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Typ trvalé výpůjčky" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Trvalá lokace jednotky" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Vyberte stav jednotky" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Odstranit pole" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Odstranit podpole" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Nahradit za" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Omezený" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Stav jednotky" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Vyřadit z vyhledávání" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Typ dočasné výpůjčky" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Dočasná lokace jednotky" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Nedostupná" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Neznámý" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Staženo" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Vybrat typ výpůjčky" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Zvolit lokaci" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Vybrat typ poznámky" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Vybrat skupinu čtenáře" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Vybrat typ poznámky" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Hromadné úpravy" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Stáhnout" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Nastavte kritéria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " položek * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " záznamů odpovídá * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " chyb" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " položek * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " záznamů změněno * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " chyb" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Hromadné úpravy dotazu: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " položky * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " odpovídající záznamy * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " chyby" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Hromadné úpravy dotazu: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " položky * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " záznamy změněny * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " chyby" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Identifikátor záznamu" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "Zobrazit nejnovější verzi" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Důvod chyby" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Chyby" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Akvizice" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Cirkulace" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Katalog - holdingy" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Katalog: tituly" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Katalog - jednotky" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Typy záznamů" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Uživatelé" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifikátor" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logy" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Dotaz" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Identifikátor záznamu" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "Externí ID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "HRID holdingů" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "UUID holdingů" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "HRID titulu" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Čárové kódy jednotek" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "HRID titulu" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "UUID titulů" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "HRID jednotek" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "UUID jednotek" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Přírůstkové čísla jednotky." - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Čárové kódy jednotek" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Původní identifikátory jednotky" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "UUID holdingů" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Vybrat identifikátor záznamu" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Uživatelské čárové kódy" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "UUID uživatelů" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Uživatelská jména" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Nastavte kritéria pro zahájení hromadných úprav" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " záznamů změněno" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " záznamů se shoduje" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Text odkazu" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materiály specifikované" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Veřejná poznámka" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Vztah" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Neaktivní" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Aktivní" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Náhled porovnaného záznamu" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Náhled záznamu změněn" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Vyberat typ záznamu a poté identifikátor záznamu." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Vyberat identifikátor záznamu." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Vyberat identifikátor záznamu." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s HRID holdingů." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s UUID holdingů." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s HRID titulů." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s čárovými kódy jednotky." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Dotaz sestavíte kliknutím na tlačítko Sestavit dotaz." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Vyberat identifikátor záznamu." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s HRID titulů" - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s UUID titulů" - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s ISBN" - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s ISSN" - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Dotaz sestavíte kliknutím na tlačítko Sestavit dotaz." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Vyberat identifikátor záznamu." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s přístupovými čísly jednotky." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s čárovými kódy jednotky." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s původními identifikátory jednotky." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s UUID holdingů." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s HRID jednotek." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s UUID jednotek." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Dotaz sestavíte kliknutím na tlačítko Sestavit dotaz." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Vybrat filtr pro zobrazení výsledků." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Vyberte typ záznamu a klikněte na tlačítko Sestavit dotaz." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Vyberat identifikátor záznamu." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s uživatelskými čárovými kódy" - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s externími ID" - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s uživatelskými UUID" - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Přetáhnout nebo vybrat soubor s uživatelskými jmény" - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Dotaz sestavíte kliknutím na tlačítko Sestavit dotaz." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "Soubor s aktualizovanými záznamy" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Soubor s aktualizovanými záznamy" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Soubor s chybami, ke kterým došlo při provádění změn" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "Soubor s chybami, ke kterým došlo při provádění změn" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "Soubor s aktualizovanými záznamy" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "Soubor s aktualizovanými záznamy" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "Soubor s odpovídajícími záznamy" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Soubor se záznamy porovnání" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Soubor s chybami zjištěnými během porovnávání záznamů" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "Soubor s chybami zjištěnými během porovnávání záznamů" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "Soubor s náhledem navrhovaných změn" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Soubor s náhledem navrhovaných změn" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "Soubor s náhledem navrhovaných změn" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "Soubor s náhledem navrhovaných změn" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "Soubor, který byl použit ke spuštění hromadné úpravy" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "Soubor s identifikátory záznamů ovlivněných hromadnou aktualizací" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "V aplikaci" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Místní" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Dotaz" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Katalog - holdingy" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Katalog: tituly" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Katalog: tituly (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Katalog - jednotky" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Uživatelé" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ukončeno" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Smazat" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Upravit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Zahájeno" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Typy záznamů" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Stavy" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Typ hromadné operace" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Uživatel" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Vybrat uživatele" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "Seznam je prázdný" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Soubory nejsou k dispozici ke stažení, protože od data spuštění úlohy uplynulo 30 dní." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Použít změny" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Dokončeno" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Dokončeno s chybami" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Úprava dat" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Spouštění dotazu" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Neúspěšný" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "Nový" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Získávání identifikátorů" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Získávání záznamů" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Kontrola změn" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Ukládání identifikátorů" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Ukládání záznamů" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Akce" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Zobrazit sloupce" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Spustit hromadné úpravy" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Hromadná úprava logů" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Dotaz pro hromadnou úpravu" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Dotaz pro hromadnou úpravu polí MARC" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Hromadná úprava" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Hromadná úprava: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Hromadná úprava " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Hromadná úprava polí MARC - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Vybrat jiný soubor k nahrání" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Neplatný soubor" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Nahrát lze pouze soubor s příponou .csv." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Lze nahrát pouze jeden soubor s příponou .csv." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Další" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " úspěšně nahrán." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Vybrat možnost" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Hromadná úprava: V aplikaci – Upravit katalogové záznamy" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Hromadná úprava: V aplikaci - Zobrazit katalogové záznamy" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Hromadná úprava - Může prohlížet logy" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Modul pro hromadné úpravy je povolen" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Hromadná úprava: Místní - Úprava uživatelských záznamů" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Hromadná úprava: Místní - Zobrazení uživatelských záznamů" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Zrušit" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Přiřazeno" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Stav přiřazení oprávnění" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Sady oprávnění" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Typy oprávnění" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Oprávnění" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Obnovit vše" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Vyhledat" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Vyhledat a filtrovat" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Nepřiřazeno" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Přiřazeno" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Sada oprávnění" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Oprávnění" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Nepřiřazeno" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Jméno" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Stav" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Typ" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " nalezených oprávnění" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Oprávnění" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Uložit a zavřít" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Vyberte Oprávnění" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Celkem vybráno: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Název souboru: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Dotaz: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Opravdu?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Stáhnout náhled" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Stáhnout náhled ve formátu MARC" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Pokračovat v úpravách" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " záznamů se změní, pokud kliknete na tlačítko Uložit a zavřít. Můžete zvolit Stáhnout náhled a zkontrolovat všechny změny před uložením." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Náhled záznamů, které mají být změněny" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Provést změny" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Provádění změn" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Nahrání " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " a načtení relevantních dat" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Zpracování" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Získávání" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " záznamů bylo úspěšně změněno" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Obnovit vše" - } - ], - "retrievedDataList.title": [ - { - "type": 0, - "value": "Nalezeno " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " odpovídajících " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " záznamů." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Zahájit hromadné mazání" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Stáhnout změněné záznamy (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Stáhnout změněné záznamy (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Stáhnout chyby (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Stažení odpovídajících záznamů (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Spustit hromadné úpravy" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Spustit hromadnou úpravu (Místní)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Tituly a administrativní údaje" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Tituly se zdrojem MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Obnovit vše" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Vyhledat" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifikátor" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logy" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Hromadná úprava polí MARC" - } - ], - "title.query": [ - { - "type": 0, - "value": "Dotaz" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Vybrat typ" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Chcete-li pokračovat, pusťte" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "nebo vybrat soubor" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Vybrat soubor s identifikátory záznamu." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Vybrat soubor s identifikátory záznamu." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Vybrat soubor s identifikátory záznamu." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Vyberte soubor s HRID holdingů." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Vyberte soubor s UUID jednotek." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Vyberte soubor s HRID titulů." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Vyberte soubor s čárovým kódem jednotky." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Vybrat soubor s identifikátory záznamu." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Vyberte soubor s HRID titulů." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Vybrat soubor s UUID titulů." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Vybrat soubor s ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Vybrat soubor s ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Vybrat soubor s identifikátory záznamu." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Vybrat soubor s přístupovými čísly jednotky." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Vyberte soubor s čárovým kódem jednotky." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Vybrat soubor s původními identifikátory jednotky." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Vyberte soubor s UUID jednotek." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Vybrat soubor s HRID jednotek." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Vybrat soubor s UUID jednotek." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Nahrajte soubor CSV s upravenými záznamy." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Vybrat soubor s identifikátory záznamu." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Vybrat soubor s uživatelskými čárovými kódy." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Vybrat soubor s externími ID." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Vybrat soubor s uživatelskými UUID." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Vybrat soubor s uživatelskými jmény." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Přetáhnout" - } - ], - "uploading": [ - { - "type": 0, - "value": "Nahrávání" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/da.json b/translations/ui-bulk-edit/compiled/da.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/da.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/de.json b/translations/ui-bulk-edit/compiled/de.json deleted file mode 100644 index 099a6448..00000000 --- a/translations/ui-bulk-edit/compiled/de.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Aktion auswählen" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Datum" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Standort" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Textbereich" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Textfeld" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Abbrechen" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Standort des Bestands" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Anmerkungen zum Bestand" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Anmerkungen zum Exemplar" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Ausleihtyp" - } - ], - "category.location": [ - { - "type": 0, - "value": "Standort" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Erwerbungsart" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Signatur" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Signatur-Präfix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Signatur-Suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Signaturtyp" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Exemplarnummer" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Richtlinie zur Digitalisierung" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Nachweis unterdrückt" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Tatsächlicher Standort" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Elektronischer Zugang" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Vorherige IDs" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Bestands-HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Bestands-ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Bestandsangaben" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Bestandsangaben für Indizes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Bestandsangaben für Supplemente" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Bestandstyp" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Richtlinie für Fernleihen" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instanz (Titel, Verlag, Erscheinungsdatum)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Exemplarbarcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Exemplarzahl" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Dauerhafter Standort" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Inventarisierungsstatus" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Inventarisierungshistorie" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Richtlinie zur Aufbewahrung" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Regaltitel" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Quelle" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistikcodes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporärer Standort" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Signatur" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check-In-Notiz" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronologie" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Ausleihanmerkungen" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Zählung" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Bestandsdatensatz-ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Exemplar-HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Exemplar-ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Letzter Check-In" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Titel" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Band" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Adressen" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Datensatz erstellt" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Benutzerdefinierte Felder" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Geburtsdatum" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "E-Mail" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Erfassungsdatum" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Ablaufdatum" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobiltelefon" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Telefon" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Datensatz aktualisiert" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Aktionen" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Beendet" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Datensatztyp" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Massenvorgangstyp" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Verarbeitet" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Gestartet" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# Datensätze" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Ausgeführt von" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Änderungen übernehmen" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " Datensätze werden aktualisiert, wenn auf die Schaltfläche " - }, - { - "children": [ - { - "type": 0, - "value": " Änderungen übernehmen " - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " geklickt wird." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Fehler ist aufgetreten" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fehler beim Hochladen der Datei" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Feld leeren" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Ersetzen durch" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Aktionen" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Optionen" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Änderungen bestätigen" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Verwaltungsnotiz" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Verfügbar" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check-In-Notiz" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Ausleihanmerkung" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "E-Mail" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Ablaufdatum" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Nachweis unterdrückt" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Arbeitsdatensatz" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Anmerkung hinzufügen" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplizieren nach" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Alles entfernen" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Löschen" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Lang vermisst" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Vermisst" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In Bearbeitung (nicht bestellbar)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Personengruppe" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Dauerhafter Ausleihtyp" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Exemplarstandort dauerhaft" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Exemplarstatus auswählen" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Beschränkt" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Exemplarstatus" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Nachweis unterdrückt" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Zeitweiser Ausleihtyp" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Exemplarstandort temporär" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Nicht verfügbar" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unbekannt" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Ausgesondert" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Ausleihtyp auswählen" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Standort auswählen" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Personengruppe auswählen" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Massenbearbeitungen" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Herunterladen" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Kriterien festlegen" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " Einträge * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " übereinstimmende Datensätze * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " Fehler" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Datensatzidentifikator" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Fehlergrund" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Fehler" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Erwerbung" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Ausleihe" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Katalog - Exemplare" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Datensatztypen" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Personen" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifikator" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Protokolle" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Abfrage" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Datensatzidentifikator" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "Externe ID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Bestands-HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Bestands-UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instanz-HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Exemplar-Barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Exemplar-HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Exemplar-UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Exemplar - Zugangsnummer" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Exemplar - Barcode" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Exemplar - Vorheriger Identifier" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Bestands-UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Identifikatorentyp auswählen" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Personen-Barcode" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "Personen UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Personennamen" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Kriterien für den Start der Massenbearbeitung festlegen" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " Datensätze geändert" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " übereinstimmende Datensätze" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inaktiv" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Aktiv" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Vorschau des übereinstimmenden Datensatzes" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Vorschau des geänderten Datensatzes" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit Bestands-HRIDs auswählen" - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit Bestand-UUIDs auswählen" - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit Instanz-HRIDs auswählen" - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit Exemplar-Barcodes auswählen" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag & Drop oder wählen Sie Datei mit Exemplarzugangsnummern" - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit Exemplar-Barcodes auswählen" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit vorherigen Identifiern von Exemplaren auswählen" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit Bestand-UUIDs auswählen" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit Exemplar-HRIDs auswählen" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag & Drop oder Datei mit Exemplar-UUIDs auswählen" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "Datei mit den übereinstimmenden Datensätzen" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Beendet" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Löschen" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Bearbeiten" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Gestartet" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Datensatztypen" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Status" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Massenvorgangstyp" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Person" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Person auswählen" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Dateien können nicht heruntergeladen werden, da seit der Ausführung des Jobs 30 Tage vergangen sind." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Aktionen" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Spalten anzeigen" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Massenbearbeitungen" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Massenbearbeitung: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Massenbearbeitung " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Andere Datei zum Hochladen auswählen" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Datei ungültig" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Es können nur Dateien mit der Erweiterung .csv hochgeladen werden." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Es kann nur eine Datei mit der Erweiterung .csv hochgeladen werden." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Weiter" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " erfolgreich hochgeladen." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Option auswählen" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Massenbearbeitung: Kann Protokolle anzeigen" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Massenbearbeitungsmodul ist aktiviert" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Abbrechen" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Zugewiesen" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Status Berechtigungszuweisung" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Berechtigungsgruppen" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Berechtigungstypen" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Berechtigungen" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Alles zurücksetzen" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Suchen" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Suchen & filtern" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Nicht zugewiesen" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Zugewiesen" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Berechtigungsgruppen" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Berechtigung" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Nicht zugewiesen" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Typ" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " Berechtigungen gefunden" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Berechtigungen" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Speichern & schließen" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Berechtigungen auswählen" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Insgesamt ausgewählt: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Dateiname: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Abfrage: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Sicher?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Vorschau herunterladen" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Bearbeiten fortsetzen" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " Datensätze werden geändert, wenn auf die Schaltfläche Speichern & Schließen geklickt wird. Mit \"Vorschau herunterladen\" können alle Änderungen vor dem Speichern heruntergeladen und geprüft werden." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Vorschau der zu ändernden Datensätze" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Speichern & schließen" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Hochladen von " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " und Abrufen der relevanten Daten" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "empfange" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " Datensätze wurden erfolgreich geändert" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Alles zurücksetzen" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Massenlöschung starten" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Geänderte Datensätze herunterladen (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Fehler herunterladen (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Abgeglichene Datensätze herunterladen (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Massenbearbeitung starten" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Massenbearbeitung starten (CSV)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Alles zurücksetzen" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Suchen" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Ablegen, um fortzufahren" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "oder Datei auswählen" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Datei mit Datensatz-Identifiern auswählen" - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Datei mit Datensatz-Identifiern auswählen" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Datei mit Bestands-HRIDs auswählen" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Datei mit Bestands-UUIDs auswählen" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Datei mit Instanz-HRIDs auswählen" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Datei mit Exemplar-Barcodes auswählen" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Datei mit Datensatz-Identifiern auswählen" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Datei mit Zugangsnummern auswählen" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Datei mit Exemplar-Barcodes auswählen" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Datei mit vorherigen Identifiern von Exemplaren auswählen" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Datei mit Bestands-UUIDs auswählen" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Datei mit Exemplar-HRIDs auswählen" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Datei mit Exemplar-UUIDs auswählen" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "CSV-Datei mit bearbeiteten Datensätzen hochladen" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag & Drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Upload läuft" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/en.json b/translations/ui-bulk-edit/compiled/en.json deleted file mode 100644 index f537e347..00000000 --- a/translations/ui-bulk-edit/compiled/en.json +++ /dev/null @@ -1,3384 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "layer.title.administrative": [ - { - "type": 0, - "value": "Bulk edits for administrative data" - } - ], - "layer.title.marc": [ - { - "type": 0, - "value": "Bulk edits for instances with source MARC" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "FOLIO Instances" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/en_GB.json b/translations/ui-bulk-edit/compiled/en_GB.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/en_GB.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/en_SE.json b/translations/ui-bulk-edit/compiled/en_SE.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/en_SE.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/en_US.json b/translations/ui-bulk-edit/compiled/en_US.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/en_US.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/es.json b/translations/ui-bulk-edit/compiled/es.json deleted file mode 100644 index 669ac47a..00000000 --- a/translations/ui-bulk-edit/compiled/es.json +++ /dev/null @@ -1,3384 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Seleccionar acción" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Selección de acciones" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Fecha" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Seleccionar tipo de préstamo" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Ubicación" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Selección de grupo de usuarios" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Seleccionar estado" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Área de texto" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Campo de texto" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancelar" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Notas de instancia" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Notas" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Tipo de préstamo" - } - ], - "category.location": [ - { - "type": 0, - "value": "Ubicación" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Formato de adquisición" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Método de adquisición" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Prefijo del número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Sufijo del número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Tipo de número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Número de copia" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Política de digitalización" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suprimido del EDS" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Ubicación efectiva" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Acceso electrónico." - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Id anteriores" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Participaciones HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Identificación del holding" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Declaraciones de Holdings" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Extractos de índices" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Declaraciones los holdings para los suplementos" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "tipo de holding" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Mala política" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instancia HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Código de barras ítem" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Número de items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Cambiar ubicación permanente" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Estado de recepción" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Historial de recepción" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Política de retención" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Título de la estantería" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Fuente" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Códigos estadísticos" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Ubicación temporal" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Versión" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Código de barras" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Número de llamada" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Cronología" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Notas de circulación" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Nombres de los colaboradores" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeración" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "ID de registro de holdings" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "Punto de servicio de destino en tránsito" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Ítem HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Identificación del artículo" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Último registro" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Identificador de línea de pedido" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Estado" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Título" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Versión" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volumen" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Activo" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Direcciones" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Código de barras" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Registro creado" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Campos personalizados" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Fecha de nacimiento" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departamentos" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Correo electrónico" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Fecha de inscripción" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Fecha de expiración" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "ID de sistema externo" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "Primer autor" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Apellido" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Enlace a la foto de perfil." - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Segundo nombre" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Teléfono móvil" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Grupo de patrocinadores" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Teléfono" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Id de tipo de contacto preferido" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Nombre preferido" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Apoderado para" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Tipo" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Registro actualizado" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "Id de usuario" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Nombre de usuario" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Comportamiento" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Fin de la carrera" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Tipo de registro" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Tipo de operación a granel" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Procesado" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Empezó a correr" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Estado" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# Número de registros" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Dirigido por" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "conformationModal.message": [ - { - "type": 0, - "value": "Se actualizarán " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros si se pulsa el botón " - }, - { - "children": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": "." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Algo salió mal" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fallo al cargar el archivo" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Sólo Personal" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Despejar el campo" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Sustituir por" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Acciones" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Opciones" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Nota administrativa" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Disponible" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Nota de registro" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Comprobar nota" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Correo electrónico" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Fecha de expiración" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Ubicación de las explotaciones permanentes" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suprimir del descubrimiento" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Ubicación temporal de las explotaciones" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Ejemplar intelectual" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Añadir nota" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Cambiar el tipo de nota" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "duplicar a" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Establecer falso" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Marcar sólo como personal" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Eliminar todo" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Eliminar la marca como personal únicamente" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Eliminar" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Establecer como verdadero" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Falta mucho" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Falta" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "En trámite (no solicitable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Grupo de usuarios" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Tipo de préstamo permanente" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Ubicación permanente del ítem" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Seleccione el estado del elemento" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restringido" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Estado del artículo" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suprimir del descubrimiento" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Tipo de préstamo temporal" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Ubicación temporal del ítem" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "No disponible" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Desconocido" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Retirada" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Seleccionar tipo de préstamo" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Seleccione el lugar" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Seleccione el tipo de nota" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Seleccionar grupo de usuarios" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Cambios globales" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Descargar" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Establecer criterios" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros emparejados * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errores" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros cambiados * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errores " - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Identificador de registro" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "Ver la última versión" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Motivo del error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errores" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Adquisición" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulación" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventario - Holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventario - ítems" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Tipos de registro" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Usuarios" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identificador" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Consulta" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Identificador de registro" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "ID externos" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Carteras HRID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "UUID de las explotaciones" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "HRID de instancia" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Códigos de barras del ítem" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "UUID de ítems" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Número de acceso al artículo" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Código de barras del artículo" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Identificador anterior del artículo" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "UUIDs Holdings" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Seleccionar identificador de registro" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Códigos de barras usuario" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "UUID de usuario" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Nombres de usuario" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Criterios cambios globales" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros cambiados" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros coincidentes" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactivo" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Activo" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Vista previa del registro coincidente" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Vista previa del registro modificado" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o seleccionar un archivo con los HRID de las explotaciones" - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con HRID de instancia" - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Arrastre y suelte o elija un archivo con el código de barras ítem" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Arrastrar y soltar o seleccionar un archivo con el número de acceso al artículo" - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Arrastre y suelte o elija un archivo con el código de barras del ítem" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir el archivo con el antiguo identificador del artículo" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir el archivo con los HRID de los elementos" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de elementos" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Elija un filtro para mostrar los resultados." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "Archivo con registros actualizados" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Fichero con los errores encontrados al confirmar los cambios" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "Fichero con los registros coincidentes" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Fichero con errores encontrados durante el cotejo de registros" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "Archivo con la vista previa de los cambios propuestos" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "Archivo que se utilizó para activar la edición masiva" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "En aplicación" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "CSV" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Consulta CCL" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventario - Holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventario - ítems" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Usuarios" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Fecha final" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Borrar" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Editar" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Fecha de inicio" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Tipos de registro" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Estados" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Tipo de operación masiva" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Usuario" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Elegir usuario" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Los archivos no están disponibles para su descarga porque han transcurrido 30 días desde la fecha de ejecución de la tarea." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Aplicar cambios" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completado" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completado con errores" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Modificación de datos" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Fallido" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "Nuevo" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Recuperación de registros" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Revisión de los cambios" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Guardar registros" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Acciones" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Mostrar columnas" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "LOGs de edición masiva" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Cambios globales" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Edición masiva: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Cambio global " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Elija otro archivo para cargar" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Archivo no válido" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Solo se pueden cargar archivos con extensión .csv" - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Sólo se puede cargar un archivo con extensión .csv." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Próximo" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " cargado exitosamente" - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Seleccionar opción" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Cambios globales- Puede ver los registros" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: El módulo de edición masiva está habilitado" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancelar" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Asignado" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Estado de la asignación de permisos" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Conjuntos de permisos" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Tipos de permisos" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permisos" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Buscar en" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Buscar y filtrar" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Sin asignar" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Asignado" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Conjunto de permisos" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permiso" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Sin asignar" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Nombre" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Estado" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Tipo" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permisos encontrados" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permisos" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Guardar y cerrar" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Seleccionar permisos" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total seleccionado: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Nombre de archivo: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Consulta: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "¿Seguro?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Descargar vista previa" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Seguir editando" - } - ], - "previewModal.message": [ - { - "type": 0, - "value": "Los registros " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " se cambiarán si se hace clic en el botón Confirmar cambios. Puede elegir Descargar vista previa para revisar todos los cambios antes de guardar." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Vista previa de los registros que se van a modificar" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Guardar & cerrar" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Comprometiendo cambios" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Cargar " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " y recuperar datos relevantes" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Procesando" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Recuperar" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " registros han sido actualizados exitosamente" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " coincidentes encontrados." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Iniciar la eliminación masiva" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Descargar los registros modificados (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Descargar errores (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Descargar registros coincidentes (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Iniciar Cambio global" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Iniciar edición masiva (CSV)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Iniciar edición masiva - Campos de instancia" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Buscar en" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identificador" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Consulta" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Soltar para continuar" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "o seleccione archivo" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Seleccionar un fichero con identificadores de registro" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Seleccionar un fichero con los HRID de las explotaciones" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Seleccionar un fichero con UUID de explotaciones" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Seleccione un archivo con HRID de instancia" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Seleccionar un fichero con el código de barras ítem" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Seleccionar un fichero con identificadores de registro" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Seleccione un archivo con el número de acceso al artículo" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Seleccionar un fichero con el código de barras del ítem" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Seleccionar un fichero con el identificador anterior del artículo" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Seleccionar un fichero con UUID de explotaciones" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Seleccione un archivo con los HRID de los elementos" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Seleccione un archivo con UUID de elementos" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Cargar el archivo CSV con los registros editados" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Arrastrar y soltar" - } - ], - "uploading": [ - { - "type": 0, - "value": "Cargar" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/es_419.json b/translations/ui-bulk-edit/compiled/es_419.json deleted file mode 100644 index 669ac47a..00000000 --- a/translations/ui-bulk-edit/compiled/es_419.json +++ /dev/null @@ -1,3384 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Seleccionar acción" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Selección de acciones" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Fecha" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Seleccionar tipo de préstamo" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Ubicación" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Selección de grupo de usuarios" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Seleccionar estado" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Área de texto" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Campo de texto" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancelar" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Notas de instancia" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Notas" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Tipo de préstamo" - } - ], - "category.location": [ - { - "type": 0, - "value": "Ubicación" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Formato de adquisición" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Método de adquisición" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Prefijo del número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Sufijo del número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Tipo de número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Número de copia" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Política de digitalización" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suprimido del EDS" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Ubicación efectiva" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Acceso electrónico." - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Id anteriores" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Participaciones HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Identificación del holding" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Declaraciones de Holdings" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Extractos de índices" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Declaraciones los holdings para los suplementos" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "tipo de holding" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Mala política" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instancia HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Código de barras ítem" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Número de items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Cambiar ubicación permanente" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Estado de recepción" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Historial de recepción" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Política de retención" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Título de la estantería" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Fuente" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Códigos estadísticos" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Ubicación temporal" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Versión" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Código de barras" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Número de llamada" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Cronología" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Notas de circulación" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Nombres de los colaboradores" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeración" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "ID de registro de holdings" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "Punto de servicio de destino en tránsito" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Ítem HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Identificación del artículo" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Último registro" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Identificador de línea de pedido" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Estado" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Título" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Versión" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volumen" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Activo" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Direcciones" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Código de barras" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Registro creado" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Campos personalizados" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Fecha de nacimiento" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departamentos" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Correo electrónico" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Fecha de inscripción" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Fecha de expiración" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "ID de sistema externo" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "Primer autor" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Apellido" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Enlace a la foto de perfil." - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Segundo nombre" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Teléfono móvil" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Grupo de patrocinadores" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Teléfono" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Id de tipo de contacto preferido" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Nombre preferido" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Apoderado para" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Tipo" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Registro actualizado" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "Id de usuario" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Nombre de usuario" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Comportamiento" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Fin de la carrera" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Tipo de registro" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Tipo de operación a granel" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Procesado" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Empezó a correr" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Estado" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# Número de registros" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Dirigido por" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "conformationModal.message": [ - { - "type": 0, - "value": "Se actualizarán " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros si se pulsa el botón " - }, - { - "children": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": "." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Algo salió mal" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fallo al cargar el archivo" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Sólo Personal" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Despejar el campo" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Sustituir por" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Acciones" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Opciones" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Nota administrativa" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Disponible" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Nota de registro" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Comprobar nota" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Correo electrónico" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Fecha de expiración" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Ubicación de las explotaciones permanentes" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suprimir del descubrimiento" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Ubicación temporal de las explotaciones" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Ejemplar intelectual" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Añadir nota" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Cambiar el tipo de nota" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "duplicar a" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Establecer falso" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Marcar sólo como personal" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Eliminar todo" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Eliminar la marca como personal únicamente" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Eliminar" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Establecer como verdadero" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Falta mucho" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Falta" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "En trámite (no solicitable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Grupo de usuarios" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Tipo de préstamo permanente" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Ubicación permanente del ítem" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Seleccione el estado del elemento" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restringido" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Estado del artículo" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suprimir del descubrimiento" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Tipo de préstamo temporal" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Ubicación temporal del ítem" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "No disponible" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Desconocido" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Retirada" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Seleccionar tipo de préstamo" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Seleccione el lugar" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Seleccione el tipo de nota" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Seleccionar grupo de usuarios" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Cambios globales" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Descargar" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Establecer criterios" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros emparejados * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errores" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros cambiados * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errores " - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Identificador de registro" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "Ver la última versión" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Motivo del error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errores" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Adquisición" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulación" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventario - Holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventario - ítems" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Tipos de registro" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Usuarios" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identificador" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Consulta" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Identificador de registro" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "ID externos" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Carteras HRID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "UUID de las explotaciones" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "HRID de instancia" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Códigos de barras del ítem" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "UUID de ítems" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Número de acceso al artículo" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Código de barras del artículo" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Identificador anterior del artículo" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "UUIDs Holdings" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Seleccionar identificador de registro" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Códigos de barras usuario" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "UUID de usuario" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Nombres de usuario" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Criterios cambios globales" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros cambiados" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros coincidentes" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactivo" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Activo" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Vista previa del registro coincidente" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Vista previa del registro modificado" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o seleccionar un archivo con los HRID de las explotaciones" - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con HRID de instancia" - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Arrastre y suelte o elija un archivo con el código de barras ítem" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Arrastrar y soltar o seleccionar un archivo con el número de acceso al artículo" - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Arrastre y suelte o elija un archivo con el código de barras del ítem" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir el archivo con el antiguo identificador del artículo" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir el archivo con los HRID de los elementos" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de elementos" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Elija un filtro para mostrar los resultados." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "Archivo con registros actualizados" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Fichero con los errores encontrados al confirmar los cambios" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "Fichero con los registros coincidentes" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Fichero con errores encontrados durante el cotejo de registros" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "Archivo con la vista previa de los cambios propuestos" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "Archivo que se utilizó para activar la edición masiva" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "En aplicación" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "CSV" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Consulta CCL" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventario - Holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventario - ítems" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Usuarios" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Fecha final" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Borrar" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Editar" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Fecha de inicio" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Tipos de registro" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Estados" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Tipo de operación masiva" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Usuario" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Elegir usuario" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Los archivos no están disponibles para su descarga porque han transcurrido 30 días desde la fecha de ejecución de la tarea." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Aplicar cambios" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completado" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completado con errores" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Modificación de datos" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Fallido" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "Nuevo" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Recuperación de registros" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Revisión de los cambios" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Guardar registros" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Acciones" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Mostrar columnas" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "LOGs de edición masiva" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Cambios globales" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Edición masiva: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Cambio global " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Elija otro archivo para cargar" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Archivo no válido" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Solo se pueden cargar archivos con extensión .csv" - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Sólo se puede cargar un archivo con extensión .csv." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Próximo" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " cargado exitosamente" - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Seleccionar opción" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Cambios globales- Puede ver los registros" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: El módulo de edición masiva está habilitado" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancelar" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Asignado" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Estado de la asignación de permisos" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Conjuntos de permisos" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Tipos de permisos" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permisos" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Buscar en" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Buscar y filtrar" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Sin asignar" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Asignado" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Conjunto de permisos" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permiso" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Sin asignar" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Nombre" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Estado" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Tipo" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permisos encontrados" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permisos" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Guardar y cerrar" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Seleccionar permisos" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total seleccionado: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Nombre de archivo: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Consulta: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "¿Seguro?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Descargar vista previa" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Seguir editando" - } - ], - "previewModal.message": [ - { - "type": 0, - "value": "Los registros " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " se cambiarán si se hace clic en el botón Confirmar cambios. Puede elegir Descargar vista previa para revisar todos los cambios antes de guardar." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Vista previa de los registros que se van a modificar" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Guardar & cerrar" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Comprometiendo cambios" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Cargar " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " y recuperar datos relevantes" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Procesando" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Recuperar" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " registros han sido actualizados exitosamente" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " coincidentes encontrados." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Iniciar la eliminación masiva" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Descargar los registros modificados (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Descargar errores (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Descargar registros coincidentes (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Iniciar Cambio global" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Iniciar edición masiva (CSV)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Iniciar edición masiva - Campos de instancia" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Buscar en" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identificador" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Consulta" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Soltar para continuar" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "o seleccione archivo" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Seleccionar un fichero con identificadores de registro" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Seleccionar un fichero con los HRID de las explotaciones" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Seleccionar un fichero con UUID de explotaciones" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Seleccione un archivo con HRID de instancia" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Seleccionar un fichero con el código de barras ítem" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Seleccionar un fichero con identificadores de registro" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Seleccione un archivo con el número de acceso al artículo" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Seleccionar un fichero con el código de barras del ítem" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Seleccionar un fichero con el identificador anterior del artículo" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Seleccionar un fichero con UUID de explotaciones" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Seleccione un archivo con los HRID de los elementos" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Seleccione un archivo con UUID de elementos" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Cargar el archivo CSV con los registros editados" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Arrastrar y soltar" - } - ], - "uploading": [ - { - "type": 0, - "value": "Cargar" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/es_ES.json b/translations/ui-bulk-edit/compiled/es_ES.json deleted file mode 100644 index 669ac47a..00000000 --- a/translations/ui-bulk-edit/compiled/es_ES.json +++ /dev/null @@ -1,3384 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Seleccionar acción" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Selección de acciones" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Fecha" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Seleccionar tipo de préstamo" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Ubicación" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Selección de grupo de usuarios" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Seleccionar estado" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Área de texto" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Campo de texto" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancelar" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Notas de instancia" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Notas" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Tipo de préstamo" - } - ], - "category.location": [ - { - "type": 0, - "value": "Ubicación" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Formato de adquisición" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Método de adquisición" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Prefijo del número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Sufijo del número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Tipo de número de llamada" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Número de copia" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Política de digitalización" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suprimido del EDS" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Ubicación efectiva" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Acceso electrónico." - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Id anteriores" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Participaciones HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Identificación del holding" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Declaraciones de Holdings" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Extractos de índices" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Declaraciones los holdings para los suplementos" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "tipo de holding" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Mala política" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instancia HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Código de barras ítem" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Número de items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Cambiar ubicación permanente" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Estado de recepción" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Historial de recepción" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Política de retención" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Título de la estantería" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Fuente" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Códigos estadísticos" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Ubicación temporal" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Versión" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Código de barras" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Número de llamada" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Cronología" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Notas de circulación" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Nombres de los colaboradores" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeración" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "ID de registro de holdings" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "Punto de servicio de destino en tránsito" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Ítem HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Identificación del artículo" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Último registro" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Identificador de línea de pedido" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Estado" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Título" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Versión" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volumen" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Activo" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Direcciones" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Código de barras" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Registro creado" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Campos personalizados" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Fecha de nacimiento" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departamentos" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Correo electrónico" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Fecha de inscripción" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Fecha de expiración" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "ID de sistema externo" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "Primer autor" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Apellido" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Enlace a la foto de perfil." - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Segundo nombre" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Teléfono móvil" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Grupo de patrocinadores" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Teléfono" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Id de tipo de contacto preferido" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Nombre preferido" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Apoderado para" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Etiquetas" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Tipo" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Registro actualizado" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "Id de usuario" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Nombre de usuario" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Comportamiento" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Fin de la carrera" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Tipo de registro" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Tipo de operación a granel" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Procesado" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Empezó a correr" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Estado" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# Número de registros" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Dirigido por" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "conformationModal.message": [ - { - "type": 0, - "value": "Se actualizarán " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros si se pulsa el botón " - }, - { - "children": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": "." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Algo salió mal" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fallo al cargar el archivo" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Sólo Personal" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Despejar el campo" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Sustituir por" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Acciones" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Opciones" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirmar cambios" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Nota administrativa" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Disponible" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Nota de registro" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Comprobar nota" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Correo electrónico" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Fecha de expiración" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Ubicación de las explotaciones permanentes" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suprimir del descubrimiento" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Ubicación temporal de las explotaciones" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Ejemplar intelectual" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Añadir nota" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Cambiar el tipo de nota" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "duplicar a" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Establecer falso" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Marcar sólo como personal" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Eliminar todo" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Eliminar la marca como personal únicamente" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Eliminar" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Establecer como verdadero" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Falta mucho" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Falta" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "En trámite (no solicitable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Grupo de usuarios" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Tipo de préstamo permanente" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Ubicación permanente del ítem" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Seleccione el estado del elemento" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restringido" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Estado del artículo" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suprimir del descubrimiento" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Tipo de préstamo temporal" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Ubicación temporal del ítem" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "No disponible" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Desconocido" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Retirada" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Seleccionar tipo de préstamo" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Seleccione el lugar" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Seleccione el tipo de nota" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Seleccionar grupo de usuarios" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Cambios globales" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Descargar" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Establecer criterios" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros emparejados * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errores" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros cambiados * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errores " - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Identificador de registro" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "Ver la última versión" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Motivo del error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errores" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Adquisición" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulación" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventario - Holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventario - ítems" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Tipos de registro" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Usuarios" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identificador" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Consulta" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Identificador de registro" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "ID externos" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Carteras HRID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "UUID de las explotaciones" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "HRID de instancia" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Códigos de barras del ítem" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "UUID de ítems" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Número de acceso al artículo" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Código de barras del artículo" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Identificador anterior del artículo" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "UUIDs Holdings" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Seleccionar identificador de registro" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Códigos de barras usuario" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "UUID de usuario" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Nombres de usuario" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Criterios cambios globales" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros cambiados" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros coincidentes" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactivo" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Activo" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Vista previa del registro coincidente" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Vista previa del registro modificado" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o seleccionar un archivo con los HRID de las explotaciones" - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con HRID de instancia" - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Arrastre y suelte o elija un archivo con el código de barras ítem" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Seleccione un \"identificador de registro\" en la pestaña Identificador. Introduzca una \"consulta de búsqueda\" en la pestaña Consulta." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Arrastrar y soltar o seleccionar un archivo con el número de acceso al artículo" - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Arrastre y suelte o elija un archivo con el código de barras del ítem" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir el archivo con el antiguo identificador del artículo" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de explotaciones" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir el archivo con los HRID de los elementos" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Arrastrar y soltar o elegir archivo con UUID de elementos" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Elija un filtro para mostrar los resultados." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "Archivo con registros actualizados" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Fichero con los errores encontrados al confirmar los cambios" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "Fichero con los registros coincidentes" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Fichero con errores encontrados durante el cotejo de registros" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "Archivo con la vista previa de los cambios propuestos" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "Archivo que se utilizó para activar la edición masiva" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "En aplicación" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "CSV" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Consulta CCL" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventario - Holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventario - ítems" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Usuarios" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Fecha final" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Borrar" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Editar" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Fecha de inicio" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Tipos de registro" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Estados" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Tipo de operación masiva" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Usuario" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Elegir usuario" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Los archivos no están disponibles para su descarga porque han transcurrido 30 días desde la fecha de ejecución de la tarea." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Aplicar cambios" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completado" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completado con errores" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Modificación de datos" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Fallido" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "Nuevo" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Recuperación de registros" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Revisión de los cambios" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Guardar registros" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Acciones" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Mostrar columnas" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "LOGs de edición masiva" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Cambios globales" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Edición masiva: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Cambio global " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Elija otro archivo para cargar" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Archivo no válido" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Solo se pueden cargar archivos con extensión .csv" - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Sólo se puede cargar un archivo con extensión .csv." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Próximo" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " cargado exitosamente" - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Seleccionar opción" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Cambios globales- Puede ver los registros" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: El módulo de edición masiva está habilitado" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancelar" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Asignado" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Estado de la asignación de permisos" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Conjuntos de permisos" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Tipos de permisos" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permisos" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Buscar en" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Buscar y filtrar" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Sin asignar" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Asignado" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Conjunto de permisos" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permiso" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Sin asignar" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Nombre" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Estado" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Tipo" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permisos encontrados" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permisos" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Guardar y cerrar" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Seleccionar permisos" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total seleccionado: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Nombre de archivo: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Consulta: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "¿Seguro?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Descargar vista previa" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Seguir editando" - } - ], - "previewModal.message": [ - { - "type": 0, - "value": "Los registros " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " se cambiarán si se hace clic en el botón Confirmar cambios. Puede elegir Descargar vista previa para revisar todos los cambios antes de guardar." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Vista previa de los registros que se van a modificar" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Guardar & cerrar" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Comprometiendo cambios" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Cargar " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " y recuperar datos relevantes" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Procesando" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Recuperar" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " registros han sido actualizados exitosamente" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " coincidentes encontrados." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Iniciar la eliminación masiva" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Descargar los registros modificados (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Descargar errores (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Descargar registros coincidentes (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Iniciar Cambio global" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Iniciar edición masiva (CSV)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Iniciar edición masiva - Campos de instancia" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Restablecer todo" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Buscar en" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identificador" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Consulta" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Soltar para continuar" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "o seleccione archivo" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Seleccionar un fichero con identificadores de registro" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Seleccionar un fichero con los HRID de las explotaciones" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Seleccionar un fichero con UUID de explotaciones" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Seleccione un archivo con HRID de instancia" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Seleccionar un fichero con el código de barras ítem" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Seleccionar un fichero con identificadores de registro" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Seleccione un archivo con el número de acceso al artículo" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Seleccionar un fichero con el código de barras del ítem" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Seleccionar un fichero con el identificador anterior del artículo" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Seleccionar un fichero con UUID de explotaciones" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Seleccione un archivo con los HRID de los elementos" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Seleccione un archivo con UUID de elementos" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Cargar el archivo CSV con los registros editados" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Arrastrar y soltar" - } - ], - "uploading": [ - { - "type": 0, - "value": "Cargar" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/fr.json b/translations/ui-bulk-edit/compiled/fr.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/fr.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/fr_FR.json b/translations/ui-bulk-edit/compiled/fr_FR.json deleted file mode 100644 index cb3eb28c..00000000 --- a/translations/ui-bulk-edit/compiled/fr_FR.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Rechercher" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Rechercher (sur l'ensemble d'un sous-champ)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Recherche (sur l'ensemble d'un champ)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Emplacement" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Sélection du groupe d'usagers" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Annuler" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Emplacement" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Notes sur les localisations" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Notes de notice bibliographique" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Emplacement" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Format d'acquisition" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Méthode d'acquisition" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Note d'action" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Note administrative" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Note de reliure" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Cote" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Préfixe de la cote" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Suffixe de la cote" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Type de cote" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Note sur la copie" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Numéro d'exemplaire" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Politique de numérisation" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Masquer dans l'outil de découverte" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Emplacement effectif" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Accès électronique" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Note sur l'ex-libris électronique" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "ID des localisations précédentes" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "IDs précédents" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "HRID de localisation" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "HRID de localisation" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "UUID des localisations" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Localisations - Numéro d'exemplaire" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Cote pour la localisation" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Préfixe de cote pour la localisation" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Type de cote pour la localisation" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Localisations - Emplacement permanent" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "ID Localisations" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "État des localisations" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "État des localisations pour les index" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "État des localisations pour les suppléments" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "État des localisations" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "États des localisations pour les index" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "États des localisations pour les suppléments" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Localisations - Emplacement temporaire" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Type de localisations" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "Politique de PEB" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Politique de PEB" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Notice (Titre, Éditeur, Date de publication)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "HRID de la notice" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Code-barres de l'exemplaire" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Nombre d'exemplaires" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Format de commande" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Emplacement permanent" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Note de provenance" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "État de réception" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Historique de réception" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Note de reproduction" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Politique de rétention" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Titre de rayonnage" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Codes statistiques" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Masquer dans l'outil de découverte" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Mots-clés" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Emplacement temporaire" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Note administrative" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Date de catalogage" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributeurs" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Édition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Titre indexé" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "HRID de la notice" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "UUID de la notice" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Terme du statut de la notice bibliographique" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Langues" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode d'émission" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature du contenu" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Description physique" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Précédemment détenu" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Fréquence de publication" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Période de publication" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Titre de la ressource" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Type de ressource" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Supprimer de la vue du personnel" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Masquer dans l'outil de découverte" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Numéro d'inventaire" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Code-barres" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Lié aux titres" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Cote" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Note de retour" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Note d'emprunt" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Numéro d'exemplaire" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description des unités" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Cote intégrale" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Accès électronique" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Ancien identifiant" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Localisations (Emplacement, Cote)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "ID de notice de localisation" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Notice (Titre, Éditeur, Date de publication)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Est lié à" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "UUID de l'exemplaire" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Statut de l'exemplaire endommagé" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Date de statut de l'exemplaire endommagé" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Emplacement effectif de l'exemplaire" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Identifiant de l'exemplaire" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Cote de l'exemplaire" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Préfixe de cote d'exemplaire" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Suffixe de cote d'exemplaire" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Type de cote d'exemplaire" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Emplacement permanent de l'exemplaire" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Emplacement temporaire de l'exemplaire" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Dernier retour" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Type de document" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Unités manquantes" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Date d'unités manquantes" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Nombre d'unités manquantes" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Nombre d'unités" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Type de prêt permanent" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Ordre de rayonnage" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Codes statistiques" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Masquer dans l'outil de découverte" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Mots-clés" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Type de prêt temporaire" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Année, légende" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Actif" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Adresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Code-barres" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Fiche créée" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Champs personnalisés" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Date de naissance" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Départements/Services" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "E-mail" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date d'inscription" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Date d'échéance" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "Identifiant système externe" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "Prénom" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Nom de famille" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Lien vers la photo de profil" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Deuxième prénom" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Téléphone portable" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Groupe usagers" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Téléphone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "ID du type de contact préféré" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Préférences de contact par mail" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Prénom d'usage" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Procuration pour" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Mots-clés" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Fiche mise à jour" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "Identifiant utilisateur" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Nom d'utilisateur" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Statut" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Exécuté par" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Échec du téléchargement du fichier" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Appliquer à toutes les notices de localisations" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Pour le personnel uniquement" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Remplacer par" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirmer les modifications" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Disponible" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Note de retour" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Note d'emprunt" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Date d'échéance" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Texte du lien" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Matériels spécifiés" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Localisation permanente" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Masquer dans l'outil de découverte" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Localisation temporaire" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "Note publique sur l'URL" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "Relation URL" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Supprimer de la vue du personnel" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Masquer dans l'outil de découverte" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Marquer comme pour le personnel uniquement" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Manquant depuis longtemps" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Manquant" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "En traitement (non réservable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Groupe usagers" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Masquer dans l'outil de découverte" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Indisponible" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Retiré des collections" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Sélectionner un emplacement" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Sélectionnez le groupe usagers" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Modifications par lots" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Télécharger" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Motif de l'erreur" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Erreurs" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Catalogue - localisations" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Catalogue - notices" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Catalogue - exemplaires" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Utilisateurs" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "HRIDs des localisations" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "UUIDs des localisations" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "HRIDs des notices" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Codes-barres d'exemplaires" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "HRIDs des notices" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "UUIDs des notices" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Numéro d'inventaire d'exemplaire" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Code-barres de l'exemplaire" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "UUIDs des localisations" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Codes-barres utilisateur" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Noms d'utilisateur" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Saisir les critères pour la modification par lots" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Texte du lien" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relation" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Sélectionner un identifiant de notice" - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les HRIDs des localisations." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les UUIDs des localisations." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les HRIDs des notices." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les code-barres d'exemplaires." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Cliquez sur le bouton Générez la requête pour générer la requête." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Sélectionner un identifiant de notice" - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les HRIDs des notices." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les UUIDs des notices." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Cliquez sur le bouton Générez la requête pour générer la requête." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les numéros d'inventaire d'exemplaires." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les code-barres d'exemplaires." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les UUIDs des localisations." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les code-barres utilisateurs." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les identifiants extérieurs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les UUIDs des utilisateurs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Glisser-déposer ou choisir un fichier avec les noms d'utilisateurs." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "CSV" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Requête" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Catalogue - localisations" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Catalogue - notices" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Catalogue - notices (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Catalogue - exemplaires" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Utilisateurs" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Date de fin" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Supprimer" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Modifier" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Date de début" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Utilisateur" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choisir un utilisateur" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "La liste est vide" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Terminé" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Terminé avec des erreurs" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Échec" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "Nouveau" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Afficher les colonnes" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Modification par lots" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Modification par lots : " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Modification par lots de " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choisir un autre fichier à télécharger" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Fichier non valide" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Seul un fichier avec l'extension .csv peut être téléchargé" - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Seul un fichier avec l'extension .csv peut être téléchargé." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Suivant :" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " a été téléchargé avec succès." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Nom de fichier : " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Êtes-vous sûr(e)?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Continuer l'édition" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Sauvegarder et fermer" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Tout réinitialiser" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Lancer la suppression par lot" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Lancer la modification par lots" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Lancer la modification par lots (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Lancer la modification par lots - Champs de notice" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Notices avec source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Tout réinitialiser" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Rechercher" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "ou choisir un fichier" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Sélectionner un fichier avec les identifiants de notices" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Sélectionner un fichier avec les HRIDs des localisations." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Sélectionner un fichier avec les UUIDs des localisations." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Sélectionner un fichier avec les HRIDs de notices." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Sélectionnez un fichier avec les code-barres d'exemplaires" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Sélectionner un fichier avec les identifiants de notices" - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Sélectionner un fichier avec les HRIDs de notices." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Sélectionner un fichier avec les UUIDs de notices." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Sélectionner un fichier avec ISBN" - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Sélectionner un fichier avec ISSN" - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Sélectionnez un fichier avec les numéros d'inventaire d'exemplaires" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Sélectionnez un fichier avec les code-barres d'exemplaires" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Sélectionner un fichier avec les UUIDs des localisations." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Sélectionnez un fichier avec les code-barres utilisateurs" - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Sélectionnez un fichier avec les identifiants extérieurs" - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Sélectionnez un fichier avec les noms d'utilisateurs" - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Glisser-déposer" - } - ], - "uploading": [ - { - "type": 0, - "value": "Chargement..." - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/he.json b/translations/ui-bulk-edit/compiled/he.json deleted file mode 100644 index 8a58200f..00000000 --- a/translations/ui-bulk-edit/compiled/he.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "מזהה רשומה" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "שגיאות" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " רשומות תואמות" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "שאילתה: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/hi_IN.json b/translations/ui-bulk-edit/compiled/hi_IN.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/hi_IN.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/hu.json b/translations/ui-bulk-edit/compiled/hu.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/hu.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/it_IT.json b/translations/ui-bulk-edit/compiled/it_IT.json deleted file mode 100644 index b682eae3..00000000 --- a/translations/ui-bulk-edit/compiled/it_IT.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Seleziona un'azione" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Azioni" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Azioni" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Data di scadenza" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Tipologia prestito permanente" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Stato item" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Tipologia prestito temporaneo" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Seleziona tipologia prestito" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Modifiche massive" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Barcode dell'item" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Imposta i criteri per avviare la modifica massiva" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Anteprima del record abbinato" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Azioni" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Modifica massiva" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Modifica massiva: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Modifica massiva " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Successivo" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Selezionare un'opzione" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Avvia modifica massiva" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Avvia modifica massiva (CSV)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Rilascia per continuare" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "o scegli il file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Trascina e rilascia" - } - ], - "uploading": [ - { - "type": 0, - "value": "Caricamento" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ja.json b/translations/ui-bulk-edit/compiled/ja.json deleted file mode 100644 index e51c537d..00000000 --- a/translations/ui-bulk-edit/compiled/ja.json +++ /dev/null @@ -1,3384 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "日付" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "貸出タイプの選択" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "所在" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "利用者グループの選択" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "テキストエリア" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "テキストフィールド" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "キャンセル" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "電子アクセス" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "所蔵所在" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "所蔵ノート" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "インスタンスノート" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "資料ノート" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "貸出タイプ" - } - ], - "category.location": [ - { - "type": 0, - "value": "所在" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "収集フォーマット" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "アクションノート" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "管理ノート" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "製本メモ" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "コールナンバー" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "請求記号の接頭語" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "請求記号の接尾語" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "コールナンバータイプ" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "メモをコピーする" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "コピー番号" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "有効所在" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "電子アクセス" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "以前の所蔵 ID" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "以前のID" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "所蔵 URID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "所蔵 HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "所蔵 UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "所蔵レベルの請求記号" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "所蔵レベルの請求記号の接頭語" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "所蔵レベルの請求記号の接尾語" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "所蔵レベルの請求記号タイプ" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "所蔵一時所在" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "所蔵 ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "所蔵一時所在" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "所蔵タイプ" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILLポリシー" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "ILLポリシー" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "インスタンス HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "アイテム - バーコード" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "ノート" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "資料数" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "発注フォーマット" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "通常所在" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "受入履歴" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "ソース" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "統計コード" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "タグ" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "一時所在" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "バージョン" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "管理用メモ" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "カタログ日" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "寄与者" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "版" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "フォーマット" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "インデックスタイトル" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "インスタンスHRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "インスタンス UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "インスタンスステータス用語" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "言語" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "コンテンツの性質" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "ノート" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "出版範囲" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "リソースのタイトル" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "リソースタイプ" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "ソース" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "ディスカバリーからの排除" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "受入番号" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "管理ノート" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "バーコード" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "請求記号" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "返却ノート" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "貸出ノート" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "年表" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "貸出/返却 ノート" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "寄与者名称" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "電子アクセス" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "以前のID" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "所蔵(所在, 請求記号)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "所蔵レコード ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "所蔵 UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "インスタンス(タイトル、出版者、出版日)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "資料 HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "資料 UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "資料破損ステータス" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "資料有効所在" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "アイテム ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "資料 ID" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "資料レベルの請求記号" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "資料レベルの請求記号の接頭語" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "資料レベルの請求記号の接尾語" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "資料レベルの請求記号タイプ" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "資料通常所在" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "資料一時所在" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "最終返却" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "資料種別" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "ノート" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "通常貸出タイプ" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "発注明細 ID" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "統計コード" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "ステータス" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "タグ" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "一時貸出タイプ" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "タイトル" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "バージョン" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "巻" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "有効" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "バーコード" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "カスタムフィールド" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "出生日" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "部門" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "電子メール" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "登録日" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "有効期限" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "学部システムID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "名" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "姓" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "ミドルネーム" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "携帯電話" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "利用者グループ" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "電話番号" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "タグ" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "タイプ" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "ユーザー ID" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "ユーザー名" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "編集" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "終了" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "レコードタイプ" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "ステータス" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "type": 0, - "value": "[ " - }, - { - "children": [ - { - "type": 0, - "value": "変更をコミット" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": "ボタンをクリックすると、 " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "件のレコードが更新されます。" - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": "フォーマットが正しくありません。フォーマットを修正して、ファイルを再度アップロードしてください。" - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "S3 からデータを取得できません。ホスティング プロバイダーに問い合わせて、S3 の設定を確認してください。詳細については、一括編集アプリ ログ (mod-bulk-operations および mod-data-export-worker モジュール) を参照してください。" - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "S3 からデータを取得できません。ホスティング プロバイダーに問い合わせて、S3 の設定を確認してください。詳細については、一括編集アプリ ログ (mod-bulk-operations および mod-data-export-worker モジュール) を参照してください。" - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "S3 構成に問題があり、一括編集モジュールがファイルを保存できません。ホスティング プロバイダーに問い合わせて、一括編集アプリが正しく構成されているかどうかを確認してください。" - } - ], - "error.sww": [ - { - "type": 0, - "value": "問題が発生しました" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "全ての所蔵レコードに適用" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "スタッフのみ" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "データ" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "フィールド" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "サブフィールド" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "変更の確認" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "現在、5xx および 9xx の編集のみがサポートされています" - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "入力内容を確認してください" - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "5xx および 9xx に限定されます" - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "このフィールドは保護されています" - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "入力内容を確認してください" - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "追加" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "追加サブフィールド" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "管理ノート" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "利用可" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "返却ノート" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "貸出ノート" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Eメール" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "リンクテキスト" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "通常所蔵所在" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "一時所蔵所在" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL 公開ノート" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "ディスカバリーから除外する" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "ノートの追加" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "ノートタイプの変更" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "全て削除" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "長期不明" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "不明" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "処理中(リクエスト不可)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "利用者グループ" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "通常貸出タイプ" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "通常資料所在" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "資料ステータスの選択" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "フィールドの削除" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "サブフィールドの削除" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "資料のステータス" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "一時貸出タイプ" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "一時資料所在" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "利用不可" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "不明" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "貸出タイプの選択" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "所在の選択" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "ノートタイプの選択" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "利用者グループの選択" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "ノートタイプの選択" - } - ], - "layer.title": [ - { - "type": 0, - "value": "一括編集" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "ダウンロード" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "一括編集クエリ: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "エントリ * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "レコードが変更されました * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "エラー" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "レコードID" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "最新バージョンの表示" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "エラーの理由" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "エラー" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "収集" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "貸出/返却" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "インベントリ - 所蔵" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "インベントリ - インスタンス" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "インベントリ - 資料" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "ユーザー" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "ID" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "ログ" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "クエリ" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "レコードID" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "外部ID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "所蔵 UUID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "所蔵 UUID" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "インスタンスHRID" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "資料バーコード" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "インスタンスHRID" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "インスタンスUUID" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "資料 HRID" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "資料 UUID" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "資料バーコード" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "以前の資料 ID" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "所蔵 UUID" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "レコードIDの選択" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "ユーザーバーコード" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "ユーザー UUID" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "ユーザー名" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "リンクテキスト" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "公開ノート" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "関係" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "無効" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "有効" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "レコード タイプを選択し、次にレコードIDを選択します。" - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "レコードIDの選択" - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "レコードIDの選択" - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "所蔵HRIDを含むファイルをドラッグ アンド ドロップするか、選択します" - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "インスタンス HRID を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "資料バーコードを含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "クエリを構築するには、「クエリの構築」ボタンをクリックします。" - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "レコードIDの選択" - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "インスタンス HRID を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "インスタンス UUID を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "ISBN を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "ISSN を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "クエリを構築するには、「クエリの構築」ボタンをクリックします。" - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "レコードIDの選択" - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "資料バーコードを含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "以前の資料 IDを持つファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "所蔵UUID を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "資料 HRIDを持つファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "資料 UUIDを持つファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "クエリを構築するには、「クエリの構築」ボタンをクリックします" - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "レコード タイプを選択し、[クエリの構築] ボタンをクリックします。" - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "レコードIDの選択" - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "ユーザーバーコードを含むファイルをドラッグアンドドロップするか、選択します" - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "外部 ID を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "ユーザー UUID を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "ユーザー名を含むファイルをドラッグ アンド ドロップするか、選択します。" - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "クエリを構築するには、「クエリの構築」ボタンをクリックします。" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "更新済レコードを含むファイル" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "更新済レコードを含むファイル" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "CSV" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "クエリ" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "インベントリ - 所蔵" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "インベントリ - インスタンス" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "インベントリ - インスタンス (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "インベントリ - 資料" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "ユーザー" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "終了" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "削除" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "編集" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "開始" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "レコードタイプ" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "ステータス" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "ユーザー" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "ユーザーの選択" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "リストは空です" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "変更の適用" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "完了" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "エラーありで完了" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "クエリの実行" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "失敗" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "新規" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "IDの保存" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "アクション" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "カラムを表示" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "一括編集の開始" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "ログの一括編集" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "一括編集クエリ" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "MARC フィールドクエリの一括編集" - } - ], - "meta.title": [ - { - "type": 0, - "value": "一括編集" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "一括編集: " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "一括編集" - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "MARCフィールドの一括編集" - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "無効なファイル" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "次" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "一括編集: ログを表示できます" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "キャンセル" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "割当済" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "全てリセット" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "未割当" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "割当済" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "アクセス権限セット" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "未割当" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "名称" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "ステータス" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "タイプ" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "保存して閉じる" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "選択済合計: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "ファイル名: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "クエリ: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "本当にいいですか?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "MARC形式でプレビューをダウンロード" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "編集を続ける" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "全てリセット" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "変更されたレコードをダウンロードする (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "ダウンロードエラー(CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "一致したレコードのダウンロード(CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "一括編集の開始" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "一括編集開始 - インスタンスフィールド" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "一括編集の開始 - MARCフィールド" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "全てリセット" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "検索" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "ID" - } - ], - "title.logs": [ - { - "type": 0, - "value": "ログ" - } - ], - "title.mark": [ - { - "type": 0, - "value": "MARCフィールドの一括編集" - } - ], - "title.query": [ - { - "type": 0, - "value": "クエリ" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "タイプの選択" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "ドロップして継続" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "レコード IDを含むファイルの選択" - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "レコード IDを含むファイルの選択" - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "レコード IDを含むファイルの選択" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "所蔵HRIDを含むファイルを選択" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "インスタンスHRIDを含むファイルの選択" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "資料バーコードを含むファイルを選択します" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "レコード IDを含むファイルの選択" - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "インスタンスHRIDを含むファイルの選択" - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "インスタンスUUIDを含むファイルの選択" - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "ISBNを含むファイルの選択" - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "ISSNを含むファイルの選択" - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "レコード IDを含むファイルの選択" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "資料バーコードを含むファイルを選択します" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "以前のIDを含むファイルの選択" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "所蔵 UUIDを含むファイルを選択" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "資料 HRIDを含むファイルの選択" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "資料 UUIDを含むファイルの選択" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "レコード IDを含むファイルの選択" - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "ユーザーバーコードを含むファイルの選択" - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "外部IDを含むファイルの選択" - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "ユーザーUUIDを含むファイルの選択" - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "ユーザー名を含むファイルの選択" - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "ドラッグ&ドロップ" - } - ], - "uploading": [ - { - "type": 0, - "value": "アップロード" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ko.json b/translations/ui-bulk-edit/compiled/ko.json deleted file mode 100644 index 69d0c0b7..00000000 --- a/translations/ui-bulk-edit/compiled/ko.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "대량 편집(Bulk edit)" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/nb.json b/translations/ui-bulk-edit/compiled/nb.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/nb.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/nl.json b/translations/ui-bulk-edit/compiled/nl.json deleted file mode 100644 index 77a94056..00000000 --- a/translations/ui-bulk-edit/compiled/nl.json +++ /dev/null @@ -1,3368 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Kolomnaam zoeken" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Zoeken" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Zoeken (volledig subveld zoeken)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Zoeken (volledig veld zoeken)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Actie selecteren" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Acties selecteren" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Invoer kolomfilter" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Datum" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Leentype selecteren" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Locatie" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Gebruikersgroep selecteren" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status selecteren" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Tekstgebied" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Tekstveld" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Selecteer URL-relatie" - } - ], - "cancel": [ - { - "type": 0, - "value": "Annuleren" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Digitale toegang" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Locatie holdings" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Opmerkingen holdings" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Opmerkingen over instance" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Itemopmerkingen" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Type lening" - } - ], - "category.location": [ - { - "type": 0, - "value": "Locatie" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisitieformat" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisitiemethode" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Opmerking - Actie" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administratieve opmerking" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Opmerking - Bindwijze" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Etiketnummer" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Voorvoegsel etiketnummer" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Achtervoegsel etiketnummer" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Etiketnummertype" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Opmerking - Kopie" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Kopienummer" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitaliseringsbeleid" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Verberg in discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effectieve locatie" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Digitale toegang" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Opmerking - Digitaal boeklabel" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Voormalige holdings-ID" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Voormalige ID's" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings-HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings-HRI" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings-UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Kopienummer holdings" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdingsniveau etiketnummer" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdingsniveau voorvoegsel etiketnummer" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdingsniveau achtervoegsel etiketnummer" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdingsniveau type etiketnummer" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Permanente locatie van holdings" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings-ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdingsstatement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdingsstatement voor indexen" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdingsstatement voor supplementen" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements voor indexen" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements voor supplementen" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Tijdelijke locatie holdings" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Type holdings" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "IBL-beleid" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "IBL-beleid" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Titel, Uitgever, Publicatiedatum)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance-HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Barcode item" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Opmerkingen" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Aantal items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Bestelformat" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanente locatie" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Opmerking - Herkomst" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Status ontvangst" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Ontvangstgeschiedenis" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Opmerking - Reproductie" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Bewaarbeleid" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Schaptitel" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Bron" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistische codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Verberg in discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Tijdelijke locatie" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Versie" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administratieve opmerking" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Datum gecatalogiseerd" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Bijdragers" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Editie" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Indextitel" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance-HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance-UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Term instance-status" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Talen" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Wijze van uitgifte" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Aard van de content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Opmerkingen" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Fysieke omschrijving" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Voorheen in de collectie" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publicatiefrequentie" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publicatiebereik" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Titel van bron" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Type bron" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Bron" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Voor medewerkers verbergen" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Verberg in discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Registratienummer" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administratieve opmerking" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Gebonden met titels" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Etiketnummer" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Opmerking bij inchecken" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Opmerking bij uitchecken" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronologie" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulatie-opmerkingen" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Namen bijdragers" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Kopienummer" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Omschrijving stukken" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effectief etiketnummer" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Digitaal toegang" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Opsomming" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Voormalig identificatiekenmerk" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Locatie, Etiketnummer)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdingsrecord-ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings-UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "Onderweg bestemming servicepunt" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Titel, Uitgever, Publicatiedatum)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is gebonden met" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item-HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item-UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Itemstatus beschadigd" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Datum status item beschadigd" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effectieve locatie" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item-ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item-identificatiekenmerk" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Itemniveau etiketnummer" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Itemniveau voorvoegsel etiketnummer" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Itemniveau achtervoegsel etiketnummer" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Itemniveau type etiketnummer" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanente locatie" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item tijdelijke locatie" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Laatste check-in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Materiaalsoort" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Ontbrekende stukken" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Datum ontbrekende stukken" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Opmerkingen" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Aantal ontbrekende stukken" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Aantal stuks" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent leentype" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Identificatiekenmerk PO-regel" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Plankvolgorde" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistische codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Verberg in discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Tijdelijk leentype" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Titel" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Versie" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Jaar, bijschrift" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Actief" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Adressen" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record aangemaakt" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Maatwerkvelden" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Geboortedatum" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Afdelingen" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "E-mail" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Datum ingeschreven" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Vervaldatum" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "Extern systeem-ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "Voornaam" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Achternaam" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link naar de profielfoto" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Tweede naam" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobiele telefoonnummer" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Gebruikersgroep" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Telefoonnummer" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Geprefereerde contactmethode" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Voorkeur e-mailcommunicatie" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Roepnaam" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy voor" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Soort" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record bijgewerkt" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "Gebruikers-ID" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Gebruikersnaam" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Acties" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Bewerken" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Geëindigd" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Type record" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Type bulkbewerking" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Verwerkt" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Gestart" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Uitgevoerd door" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Wijzigingen opslaan" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records worden bijgewerkt als op de knop " - }, - { - "children": [ - { - "type": 0, - "value": "Wijzigingen opslaan" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " wordt geklikt." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is onjuist geformatteerd. Corrigeer de formattering en laad het bestand opnieuw." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Er ging iets mis" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Uploaden van bestand mislukt" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Toepassen op alle holdingsrecords" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Toepassen op alle itemrecords" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Toepassen op itemrecords" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Alleen medewerkers" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Veld" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Vervangen door" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Acties" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Gegevens" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Veld" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Opties" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subveld" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Wijzigingen bevestigen" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Alleen 5xx- en 9xx-bewerkingen worden momenteel ondersteund" - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Beperkt tot 5xx en 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "Dit veld is beveiligd." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Toevoegen" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Extra subveld" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administratieve opmerking" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Bijvoegen" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Beschikbaar" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Opmerking bij inchecken" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Opmerking bij uitchecken" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "E-mail" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Vervaldatum" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Linktekst" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Gespecificeerde materialen" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanente locatie van holdings" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Verberg in discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Tijdelijke locatie van holdings" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL openbare opmerking" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL-relatie" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Voor medewerkers verbergen" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Verberg in discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectueel item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Opmerking toevoegen" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Itemopmerking wijzigen" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Dupliceren naar" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Instellen als onwaar" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Markeren als 'Alleen medewerkers'" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Alles verwijderen" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Markering als 'Alleen medewerkers' verwijderen" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Verwijderen" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Instellen als waar" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Lang ontbrekend" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Ontbrekend" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In behandeling (niet opvraagbaar)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Gebruikersgroep" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent leentype" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanente locatie van item" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Itemstatus selecteren" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Veld verwijderen" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Subveld verwijderen" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Vervangen door" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Beperkt" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Itemstatus" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Verberg in discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Tijdelijk leentype" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Tijdelijke locatie van item" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Niet beschikbaar" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Onbekend" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Ingetrokken" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Selecteer leentype" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Locatie selecteren" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Selecteer itemopmerking" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Selecteer een gebruikersgroep" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Selecteer type opmerking" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulkbewerkingen" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Downloaden" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Criteria instellen" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records gematched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " fouten" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records gewijzigd * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " fouten" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Query bulkbewerking: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records gematcht * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " fouten" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Query bulkbewerking: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records gewijzigd * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " fouten" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record-identificatiekenmerk" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "Laatste versie bekijken" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reden voor fout" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Fouten" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisitie" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulatie" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Collectiebezit - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Collectiebezit - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Collectiebezit - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Soorten records" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Gebruikers" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identificatiekenmerk" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record-identificatiekenmerk" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "Externe-ID's" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings-HRID's" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings-UUID's" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance-HRID's" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Itembarcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance-HRID's" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance-UUID's" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item-HRID's" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item-UUID's" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Registratienummer item" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Barcode item" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Voormalig identificatiekenmerk van item" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings-UUID's" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Record-identificatiekenmerk selecteren" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Barcodes voor gebruikers" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "Gebruikers-UUID's" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Gebruikersnamen" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Criteria instellen om bulkbewerking te starten" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records gewijzigd" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records komen overeen" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Linktekst" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Gespecificeerde materialen" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Openbare opmerking" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relatie" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactief" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Actief" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview van gematchte record" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview van gewijzigd record" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Selecteer een record-type en vervolgens een record-identificatiekenmerk." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Selecteer een record-identificatiekenmerk." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Selecteer een record-identificatiekenmerk." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met holdings-HRID's." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met holdings-UUID's." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met instance-HRID's." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Slepen en loslaten of kies bestand met itembarcode." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Klik op de knop 'Query samenstellen' om de query te bouwen." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Selecteer een record-identificatiekenmerk." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met instance-HRID's." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met instance-UUID's." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Slepen en loslaten of bestand met ISBN kiezen." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Slepen en loslaten of bestand met ISSN kiezen." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Klik op de knop 'Query samenstellen' om de query te bouwen." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Selecteer een record-identificatiekenmerk." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met het itemregistratienummer." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Slepen en loslaten of bestand met itembarcode kiezen." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Slepen en loslaten of bestand kiezen met voormalig item-identificatiekenmerk." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met holdings-UUID's." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met item-HRID's." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met item-UUID's." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Klik op de knop 'Query samenstellen' om de query te bouwen." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Kies een filter om resultaten weer te geven." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Selecteer een type record en klik vervolgens op de knop 'Query samenstellen'." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Selecteer een record-identificatiekenmerk." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Slepen en loslaten of bestand kiezen met barcodes van gebruiker." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met externe ID's." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Slepen en loslaten of kies een bestand met UUID's van gebruiker." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Slepen en loslaten of bestand met gebruikersnamen kiezen." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Klik op de knop 'Query samenstellen' om de query te bouwen." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "Bestand met bijgewerkte records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Bestand met bijgewerkte records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Bestand met fouten die zijn opgetreden bij het vastleggen van de wijzigingen" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "Bestand met fouten die zijn opgetreden bij het vastleggen van de wijzigingen" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "Bestand met de overeenkomende records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Bestand met de overeenkomende records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Bestand met fouten tijdens het matchen van records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "Bestand met fouten tijdens het matchen van records" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "Bestand met preview van voorgestelde wijzigingen" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Bestand met preview van voorgestelde wijzigingen" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "Bestand met preview van voorgestelde wijzigingen" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "Bestand met preview van voorgestelde wijzigingen" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "Bestand dat werd gebruikt om de bulkbewerking in gang te zetten" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "Bestand met record-identificatiekenmerken van de records waarop de bulk-update betrekking heeft" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Lokaal" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Collectiebezit - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Collectiebezit - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Collectiebezit - Instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Collectiebezit - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Gebruikers" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Geëindigd" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Verwijderen" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Bewerken" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Gestart" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Soorten records" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statussen" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Type bulkbewerking" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Gebruiker" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Gebruiker kiezen" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "De lijst is leeg" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Bestanden zijn niet beschikbaar om te downloaden omdat er 30 dagen zijn verstreken sinds de datum waarop de taak is uitgevoerd." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Wijzigingen toepassen" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Voltooid" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Voltooid met fouten" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Wijziging van gegevens" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Uitvoeren van query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Mislukt" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "Nieuw" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Identificatiekenmerken ophalen" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Records ophalen" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Beoordelen van wijzigingen" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Identificatiekenmerken opslaan" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Records opslaan" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Acties" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Kolommen weergeven" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Logs van bulkbewerkingen" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Query bulkbewerking" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Query bulkbewerking MARC-velden" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulkbewerking" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulkbewerking: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulkbewerking " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "MARC-velden in bulk bewerken - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Kies een ander bestand om te laden" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Ongeldig bestand" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Alleen bestanden met de extensie .csv kunnen worden geladen." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "U kunt slechts één bestand met .csv-extensie laden." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Volgende" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " succesvol geladen." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Optie selecteren" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulkbewerking: Kan logs bekijken" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulkbewerkingsmodule is ingeschakeld" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Annuleren" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Toegewezen" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Toewijzingsstatus van machtigingen" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Machtigingensets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Soorten machtigingen" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Machtigingen" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Alles resetten" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Zoeken" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Zoeken en filteren" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Niet toegewezen" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Toegewezen" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Machtigingenset" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Machtiging" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Niet toegewezen" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Naam" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Soort" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " machtigingen gevonden" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Machtigingen" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Opslaan en sluiten" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Machtigingen selecteren" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Totaal geselecteerd: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Bestandsnaam: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Weet u het zeker?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Preview downloaden" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Voorbeeld downloaden in MARC-format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Verdergaan met bewerken" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records worden gewijzigd als op de knop 'Wijzigingen opslaan' wordt geklikt. U kunt 'Preview downloaden' kiezen om alle wijzigingen te beoordelen voordat u ze opslaat." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview van records die gewijzigd worden" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Wijzigingen opslaan" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Wijzigingen opslaan" - } - ], - "progressBar.title": [ - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " bijwerken en relevante gegevens ophalen" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "In behandeling" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Ophalen" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records zijn succesvol gewijzigd" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Alles resetten" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " overeenkomende " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records gevonden." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Bulkverwijdering starten" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Gewijzigde records downloaden (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Downloadfouten (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Gematchte records downloaden (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Bulkbewerking starten" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Bulkbewerking starten (Lokaal)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Bulkbewerking starten - Instance-velden" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Bulkbewerking starten - MARC-velden" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Alles resetten" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Zoeken" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identificatiekenmerk" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "MARC-velden in bulk bewerken" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Selecteer type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Loslaten om verder te gaan" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "of kies bestand" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Selecteer een bestand met record-identificatiekenmerken" - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Selecteer een bestand met record-identificatiekenmerken" - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Selecteer een bestand met record-identificatiekenmerken" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Selecteer een bestand met holdings-HRID's" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Selecteer een bestand met holdings-UUID's" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Selecteer een bestand met instance-HRID's" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Selecteer een bestand met itembarcode" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Selecteer een bestand met record-identificatiekenmerken" - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Selecteer een bestand met instance-HRID's" - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Selecteer een bestand met instance-UUID's" - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Selecteer een bestand met ISBN" - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Selecteer een bestand met ISSN" - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Selecteer een bestand met record-identificatiekenmerken" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Selecteer een bestand met het itemregistratienummer" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Selecteer een bestand met itembarcode" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Selecteer een bestand met voormalig item-identificatiekenmerk" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Selecteer een bestand met holdings-UUID's" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Selecteer een bestand met item-HRID's" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Selecteer een bestand met item-UUID's" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "CSV-bestand met bewerkte records laden" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Selecteer een bestand met record-identificatiekenmerken" - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Selecteer een bestand met barcodes van gebruikers" - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Selecteer een bestand met externe ID's" - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Selecteer een bestand met UUID's van gebruikers" - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Selecteer een bestand met gebruikersnamen" - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Slepen en loslaten" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploaden" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/nn.json b/translations/ui-bulk-edit/compiled/nn.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/nn.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/pl.json b/translations/ui-bulk-edit/compiled/pl.json deleted file mode 100644 index ca6d6df6..00000000 --- a/translations/ui-bulk-edit/compiled/pl.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Przeszukaj nazwę kolumny" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Wybierz akcję" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Wybierz rodzaj wypożyczenia" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Lokalizacja" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Wybierz status" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Obszar tekstowy" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Pole tekstowe" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Wybierz relację Url" - } - ], - "cancel": [ - { - "type": 0, - "value": "Anuluj" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Dostęp elektroniczny" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Lokalizacja zasobów" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Uwagi do zasobów" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Uwagi egzemplarza" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Rodzaj wypożyczenia" - } - ], - "category.location": [ - { - "type": 0, - "value": "Lokalizacja" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Sposób nabycia" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Uwaga dot. oprawy" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Sygnatura" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Prefiks sygnatury" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Sufiks sygnatury" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Rodzaj sygnatury" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Uwaga dot. kopiowania" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Liczba kopii" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Zasady digitalizacji" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Ukryte w katalogu WWW" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Aktualna lokalizacja" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Dostęp elektroniczny" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "HRID zasobów" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Określenia zasobów" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Typ zasobów" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instancja (Tytuł, Wydawca, Data publikacji)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "HRID instancji" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Kod kreskowy egzemplarza" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Uwagi" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Liczba egzemplarzy" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Format zamówienia" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Lokalizacja stała" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Status odbioru" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Historia otrzymywania" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Zasady przechowywania" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Źródło" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Kody statystyczne" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Ukryte w katalogu WWW" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tagi" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Lokalizacja tymczasowa" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Uwaga administracyjna " - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Data katalogowania" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Współtwórcy" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Wydanie" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formaty" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Tytuł indeksowy" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "HRID instancji" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "UUID instancji" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Określenie statusu instancji" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Języki" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Tryb wydawania" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Forma zawartości" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Uwagi" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Opis fizyczny" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Częstotliwość ukazywania się" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Zakres publikacji" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Tytuł zasobu" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Typ zasobu" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Określenia serii" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Źródło" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Ukryj przed personelem" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Ukryte w katalogu WWW" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Nr dowodu wpływu" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Kod kreskowy" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Sygnatura" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Nazwy współtwórcy" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Liczba kopii" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Zasoby (Lokalizacja, Sygnatura)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "HRID egzemplarza" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "UUID egzemplarza" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Rodzaj materiału" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Uwagi" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Ukryte w katalogu WWW" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tagi" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Tytuł" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Wolumin" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Aktywny" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Kod kreskowy" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Pola własne" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Data urodzenia" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Data rejestracji" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Data ważności" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Grupa czytelników" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferowane imię" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tagi" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Rodzaj" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Nazwa użytkownika" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Akcje" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Edytowanie" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Zakończone" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Rodzaj rekordu" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Przetworzony" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Rozpoczęcie" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "Liczba rekordów" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Uruchomiony przez" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Zastosuj do wszystkich rekordów egzemplarzy" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Zastosuj do rekordów egzemplarzy" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Tylko dla personelu" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Akcje" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Dostępny" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Data ważności" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Tekst linka" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Określone materiały" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Lokalizacja stała zasobu" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Ukryte w katalogu WWW" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Lokalizacja tymczasowa zasobu" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "Uwaga publiczna do adresu URL" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "Relacja URL" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Ukryj przed personelem" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Ukryte w katalogu WWW" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Oznacz jako tylko dla personelu" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Usuń wszystko" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Długotrwały brak" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Brakujący" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "W toku (niewymagane)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Grupa czytelników" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Stały sposób wypożyczania" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Lokalizacja stała egzemplarza" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Wybierz status egzemplarza" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Status egzemplarza" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Ukryte w katalogu WWW" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Tymczasowy sposób wypożyczania" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Lokalizacja tymczasowa egzemplarza" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Niedostępny" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Nieznany" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Wycofany" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Wybierz sposób wypożyczania" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Wybierz lokalizację" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Wybierz typ uwagi" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Wybierz grupę czytelników" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Wybierz typ uwagi" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Edycje grupowe" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Pobierz" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Ustaw kryteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Identyfikator rekordu" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Gromadzenie" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Udostępnianie" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Katalogowanie - zasoby" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inwentarz - instancje" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Katalogowanie - egzemplarze" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Rodzaje rekordu" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Użytkownicy" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identyfikator" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Dzienniki" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Zapytanie" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Identyfikator rekordu" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "Identyfikatory zewnętrzne" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "HRIDy zasobów" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "UUIDy zasobów" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Identyfikatory HRID instancji" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Kody kreskowe egzemplarza" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Identyfikatory HRID instancji" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Identyfikatory UUID instancji" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "HRIDy egzemplarza" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "UUIDy egzemplarza" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Nr dowodu wpływu egzemplarza" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Kod kreskowy egzemplarza" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "UUIDy zasobów" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Wybierz identyfikator rekordu" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Kody kreskowe użytkownika" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "UUIDy użytkownika" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Nazwy użytkowników" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Ustaw kryteria, aby uruchomić edycję grupową" - } - ], - "list.logSubTitle.changed": [ - { - "type": 0, - "value": "Zmienionych rekordów: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Tekst linka" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Określone materiały" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Uwaga publiczna" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relacja" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Nieaktywne" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Aktywny" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Podgląd dopasowanych rekordów" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Podgląd zmian w rekordzie" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Wybierz „identyfikator rekordu”" - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Wybierz „identyfikator rekordu”" - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID dla zasobów" - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami UUID dla zasobów" - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID dla opisów" - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z kodami kreskowymi egzemplarzy" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Kliknij przycisk Utwórz zapytanie, aby zbudować zapytanie" - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Wybierz „identyfikator rekordu”" - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID instancji" - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami UUID instancji." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z numerami ISBN" - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z numerami ISSN" - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Kliknij przycisk Utwórz zapytanie, aby zbudować zapytanie" - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Wybierz „identyfikator rekordu”" - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z numerami akcesji egzemplarzy" - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z kodami kreskowymi egzemplarzy" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z poprzednimi identyfikatorami egzemplarzy" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID dla zasobów" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami HRID dla egzemplarzy" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami UUID dla egzemplarzy" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Kliknij przycisk Utwórz zapytanie, aby zbudować zapytanie" - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Wybierz typ rekordu, a następnie kliknij przycisk Utwórz zapytanie" - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Wybierz „identyfikator rekordu”" - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z kodami kreskowymi użytkowników." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami zewnętrznymi." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z identyfikatorami UUID użytkowników." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Przeciągnij i upuść lub wybierz plik z nazwami użytkowników" - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Kliknij przycisk Utwórz zapytanie, aby zbudować zapytanie" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "Plik, który został użyty do uruchomienia edycji grupowej" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Lokalny" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Zapytanie" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Katalogowanie - zasoby" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Katalogowanie - egzemplarze" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Użytkownicy" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Zakończone" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Usuń" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edytuj" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Rozpoczęte" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Rodzaje rekordu" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statusy" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Użytkownik" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Wybierz użytkownika" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Zakończone" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Zakończone z błędami" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Modyfikacja danych" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Niepowodzenie" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "Nowy" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Pobieranie rekordów" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Przeglądanie zmian" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Zapisywanie rekordów" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Akcje" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Pokaż kolumny" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Logi edycji grupowej" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Edycja masowa" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Edycja grupowa: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Edycja grupowa " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Nieprawidłowy plik" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " załadowany pomyślnie" - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Opcja wyboru" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "Moduł edycji grupowej jest niedostępny" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Anuluj" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Resetuj wszystko" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Szukaj" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Wyszukiwanie i filtrowanie" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Nazwa" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Rodzaj" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Zapisz i zamknij" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Wybierz uprawnienia" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Jesteś pewien?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Pobierz podgląd" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Kontynuuj edycję" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Podgląd rekordów do zmian" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Resetuj wszystko" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Uruchom edycję grupową" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Resetuj wszystko" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Szukaj" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identyfikator" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Dzienniki" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Wybierz typ" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "lub wybierz plik" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami rekordów" - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami rekordów" - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami rekordów" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami HRID zasobów" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami UUID zasobów" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami HRID instancji" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami rekordów" - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami HRID instancji" - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami UUID instancji" - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Wybierz plik z numerami ISBN" - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Wybierz plik z numerami ISSN" - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami rekordów" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Wybierz plik z numerem akcesji egzemplarza" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Wybierz plik z poprzednim identyfikatorem egzemplarza" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami UUID zasobów" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami HRID egzemplarzy" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami UUID egzemplarzy" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami rekordów" - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Wybierz plik z kodami kreskowymi użytkowników" - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Wybierz plik z identyfikatorami UUID użytkowników" - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Wybierz plik z nazwami użytkowników" - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Przeciągnij i upuść" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/pt_BR.json b/translations/ui-bulk-edit/compiled/pt_BR.json deleted file mode 100644 index 353ef69a..00000000 --- a/translations/ui-bulk-edit/compiled/pt_BR.json +++ /dev/null @@ -1,3384 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "O arquivo enviado está vazio." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Nome da coluna de busca" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Buscar" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Localizar (buscar de subcampo inteiro)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Encontrar (busca de campo completo)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Selecione a ação" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Selecionar ações" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Entrada de filtro de coluna" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Data" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Selecionar tipo de empréstimo" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Localização" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Selecionar grupo de usuário" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Selecionar status" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Área de texto" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Campo de texto" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Seleção de relacionamento da URL" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancelar" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Dados administrativos" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Acesso eletrônico" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Localização do coleção" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Notas de coleção" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Notas da instância" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Notas do item" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Empréstimo e disponibilidade" - } - ], - "category.location": [ - { - "type": 0, - "value": "Localização" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Formato de aquisição" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Método de aquisição" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Nota de ação" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Nota administrativa" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Nota de encadernação" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Número de chamada" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Prefixo do número de chamada" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Sufixo do número de chamada" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Tipo de número de chamada" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Nota de cópia" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Número de cópia" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Política de digitalização" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Oculto da descoberta" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Localização efetiva" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Acesso eletrônico" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Nota de ex-libris eletrônico" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "ID de coleção anterior" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Ids anteriores" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "HRID de coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "HRID de coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "UUID da coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Número da cópia da coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Número de chamada de coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Prefixo do número de chamada de coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Sufixo do número de chamada de coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Tipo de número de chamada de coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Localização permanente da coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "ID da coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Declaração de coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Declaração de coleção para índices" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Declaração de coleção para suplementos" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Declaração de coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Declaração de coleção para índices" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Declaração de coleção para suplementos" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Localização temporária da coleção" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Tipo de coleção" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "Política de EEB" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Política de Empréstimo Entre Bibliotecas" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instância (Título, Editora, Data de publicação)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "HRID da instância" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Código de barras do item" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Membro" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Número de itens" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Formato do pedido" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Localização permanente" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Nota de proveniência" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Status de recebimento" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Histórico de recebimento" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Nota de reprodução" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Política de retenção" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Título da estante" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Fonte" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Códigos estatísticos" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Oculto da descoberta" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Localização temporária" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Versão" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Nota administrativa" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Data da catalogação" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Colaboradores" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edição" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formatos" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Título do índice" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "HRID da instância" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "UUID da instância" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Termo do status da instância" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Idiomas" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Modo de emissão" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Natureza do conteúdo" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Descrição física" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Anteriormente realizada" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Frequência de publicação" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Intervalo de publicação" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Título do recurso" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Tipo de recurso" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Declaração de série" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Fonte" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Ocultar para a equipe" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Oculto da descoberta" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Número de acesso" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Nota administrativa" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Código de barras" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Encadernado com títulos" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Número de chamada" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Notas de devolução" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Notas de empréstimo" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Cronologia" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Notas de circulação" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Nomes de colaborador" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Número de cópia" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Descrição das partes" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Número de chamada efetivo" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Acesso eletrônico" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeração" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Identificador anterior" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Coleção (localização, número de chamada)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "ID dos registros de coleção" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "UUID da coleção" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "Ponto de serviço de destino em trânsito" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instância (Título, Editora, Data de publicação)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Está encadernado com" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "HRID do item" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "UUID do item" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Status de item danificado" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Data de status do item danificado" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Localização efetiva do item" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "ID do item" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Identificador de item" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Número de chamada no nível do item" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Prefixo do número de chamada no nível do item" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Sufixo do número de chamada no nível do item" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Tipo de número de chamada no nível do item" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Local permanente do item" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Localização temporária do item" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Última devolução" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Tipo de material" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Membro" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Partes faltantes" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Data das partes faltantes" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notas" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Número de partes faltantes" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Número de partes" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Tipo de empréstimo permanente" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Identificador de linha do pedido de compra" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Ordem de arquivamento" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Códigos estatísticos" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Oculto da descoberta" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Tipo de empréstimo temporário" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Título" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Versão" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Ano, legenda" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Ativo" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Endereços" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Código de barras" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Registro criado" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Campos personalizados" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Data de nascimento" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departamentos" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "E-mail" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Data de inscrição" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Data de validade" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "ID do sistema externo" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "Primeiro nome" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Sobrenome" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link para a foto do perfil" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Nome do meio" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Celular" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Grupo de usuários" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Telefone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "ID do tipo de contato preferido" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Comunicações preferenciais por e-mail" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Nome Preferido/Social" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Procurador para" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Tipo" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Registro atualizado" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "ID do usuário" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Nome de usuário" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Ações" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editando" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Finalizado" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Tipo de registro" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Tipo de operação em lote" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processado" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Iniciado" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "Núm. de registros" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Executado por" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Confirmar as alterações" - } - ], - "conformationModal.message": [ - { - "type": 0, - "value": "Os registros " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " serão atualizados se o botão " - }, - { - "children": [ - { - "type": 0, - "value": "Confirmar alterações" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " for clicado." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " está formatado incorretamente. Corrija a formatação e carregue o arquivo novamente." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "Há um problema para recuperar dados do S3. Entre em contato com o provedor de hospedagem para verificar a configuração do S3. Mais detalhes estão disponíveis nos logs do aplicativo Edição em massa (módulos mod-bulk-operations e mod-data-export-worker)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "Há um problema para recuperar dados do S3. Entre em contato com o provedor de hospedagem para verificar a configuração do S3. Mais detalhes estão disponíveis nos logs do aplicativo Edição em massa (módulos mod-bulk-operations e mod-data-export-worker)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "Há um problema com a configuração do S3 que impede que o módulo Edição em massa salve arquivos. Entre em contato com seu provedor de hospedagem para verificar se o aplicativo Edição em massa foi configurado corretamente." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Algo deu errado." - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Falha ao carregar arquivo" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Aplicar a todos os registros de coleção" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Aplicar a todos os registros de itens" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Aplicar aos registros de itens" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Somente para a equipe" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Limpar campo(s)" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Substituir por" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Ações" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Dados" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Campo" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Opções" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subcampo" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirmar alterações" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Apenas edições nos campos 5xx e 9xx são suportadas atualmente" - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Por favor, verifique sua entrada." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limitado a 5xx e 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "Este campo está protegido." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Por favor, verifique sua entrada." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Adicionar" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Subcampo adicional" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Nota administrativa" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Acrescentar" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Disponível" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Nota de devolução" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Nota de empréstimo" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "E-mail" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Data de expiração" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Texto do link" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materiais especificados" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Localização da coleção permanente" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Oculto da descoberta" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Localização da coleção temporária" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL da nota pública" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "Relacionamento da URL" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "Em processo" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Ocultar para a equipe" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Oculto da descoberta" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Item intelectual" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Adicionar nota" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Alterar tipo de nota" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicar para" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Definido como falso" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Marcar como apenas para a equipe" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remover tudo" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remover marca como apenas para a equipe" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remover" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Definido como verdadeiro" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Desaparecido há muito tempo" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Desaparecido" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "Em processamento (não-solicitável)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Grupo de usuários" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Tipo de empréstimo permanente" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Localização permanente do item" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Selecione o status do item" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remover campo" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remover subcampo" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Substituir por" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restrito" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Status do item" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Oculto da descoberta" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Tipo de empréstimo temporário" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Localização temporária do item" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Indisponível" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Desconhecido" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Descartado" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Selecione o tipo de empréstimo" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Selecionar localização" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Selecione o tipo de nota" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Selecionar grupo de usuários" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Selecione o tipo de nota" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Edições em lote" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Baixar" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Definir critérios" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros correspondidos * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " erros" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros alterados * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " erros" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Consulta de edição em massa: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros correspondentes * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " erros" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Consulta de edição em massa: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entradas * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros alterados * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " erros" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Identificador de registro" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "Ver versão mais recente" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Motivo do erro" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Erros" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Aquisição" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulação" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventário - coleção" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventário - instâncias" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventário - exemplares" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Tipos de registro" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Usuários" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identificador" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Consulta" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Identificador de registro" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "IDs externos" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "HRIDs de coleção" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "UUIDs da coleção" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "HRIDs de instância" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Códigos de barras do item" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "HRIDs de instância" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "UUIDs de instância" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "HRIDs de exemplares" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "UUIDs de exemplares" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Número de acesso do exemplar" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Códigos de barras de exemplares" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Identificador anterior do exemplar" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "UUIDs da coleção" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Selecione o identificador de registro" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "Códigos de barras do usuário" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "UUIDs de usuário" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Nomes de usuário" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Definir critérios para iniciar a edição em lote" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros alterados" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " registros correspondem" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Texto do link" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materiais especificados" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Nota pública" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relacionamento" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inativo" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Ativo" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Pré-visualização do registro encontrado" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Pré-visualização do registro alterado" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Selecione um tipo de registro e, em seguida, um identificador de registro." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Selecione um identificador de registro." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Selecione um identificador de registro." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com HRIDs de acervo." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com UUIDs de coleção." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com HRIDs de instância." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com o código de barras de exemplares." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Clique no botão Criar consulta para criar a consulta." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Selecione um identificador de registro." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com HRIDs de instância." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com UUIDs de instância." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Arraste e solte ou escolha um arquivo com ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Clique no botão Criar consulta para criar a consulta." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Selecione um identificador de registro." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com o número de acesso dos exemplares." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com o código de barras de exemplares." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com o identificador anterior dos exemplares." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com UUIDs de coleção." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com os HRIDs do item." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com os UUIDs do item." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Clique no botão Criar consulta para criar a consulta." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Escolha um filtro para mostrar os resultados." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Selecione um tipo de registro e clique no botão Criar consulta." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Selecione um identificador de registro." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com códigos de barras de usuário." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com IDs externos." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Arraste e solte ou escolha um arquivo com UUIDs de usuário." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Arraste e solte ou escolha o arquivo com nomes de usuário." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Clique no botão Criar consulta para criar a consulta." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "Arquivo com registros atualizados" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Arquivo com registros atualizados" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Arquivo com erros encontrados ao confirmar as alterações" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "Arquivo com erros encontrados ao confirmar as alterações" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "Arquivo com registros atualizados" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "Arquivo com registros atualizados" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "Arquivo com os registros correspondentes" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Arquivo com os registros correspondentes" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "Arquivo com erros encontrados durante a correspondência de registros" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "Arquivo com erros encontrados durante a correspondência de registros" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "Arquivo com a pré-visualização das alterações propostas" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "Arquivo com a pré-visualização das alterações propostas" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "Arquivo com a pré-visualização das alterações propostas" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "Arquivo com a pré-visualização das alterações propostas" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "Arquivo que foi usado para acionar a edição em massa" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "Arquivo com identificadores dos registros afetados pela edição em lote" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "No aplicativo" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Consulta" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventário - Coleção" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventário - instâncias" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventário - instâncias (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventário - itens" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Usuários" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Data de término" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Excluir" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Editar" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Data de início" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Tipos de registro" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Status" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Tipo de operação em lote" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "Usuário" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Escolha o usuário" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "A lista está vazia" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Os arquivos estão indisponíveis para download porque 30 dias se passaram desde a data em que o trabalho foi executado." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Aplicar mudanças" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Concluído" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Concluído com erros" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Modificação de dados" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executando consulta" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Falhou" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "Novo" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Recuperando identificadores" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Recuperando registros" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Revisão de alterações" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Revisando alterações" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Salvando identificadores" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Salvando registros" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Ações" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Mostrar colunas" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Iniciar edição em lote" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Logs de edição em massa" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Consulta de edição em massa" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Consulta de edição em massa de campos MARC" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Edição em massa" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Editar em lote " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Editar em lote " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Edição em massa de campos MARC - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Escolha outro arquivo para carregar" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Arquivo inválido" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Somente arquivos com extensão .csv podem ser carregados" - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Apenas um arquivo com extensão .csv pode ser carregado." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Próximo" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " carregado com sucesso." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Selecione a opção" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Edição em massa: no aplicativo - Editar registros de catalogação" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Edição em massa: no aplicativo - Visualizar registros de inventário" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Edição em massa: pode visualizar logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "Interface do Usuário: o módulo de edição em massa está ativado" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Edição em massa: pode criar uma consulta" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Edição em massa: Local - Editar registros de usuários" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Edição em Massa: Local - Visualizar registros de usuários" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Edição em massa: no aplicativo - Editar registros de usuários" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancelar" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Atribuído" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Status de atribuição de permissão" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Conjunto de permissões" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Tipos de permissões" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissões" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reiniciar tudo" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Busca" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Buscar e filtrar" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Não atribuído" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Atribuído" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Conjunto de permissões" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permissão" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Não atribuído" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Nome" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Tipo" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissões encontradas" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissões" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Salvar e fechar" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Selecionar permissões" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selecionado: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Nome do arquivo: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Consulta: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Tem certeza?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Baixar pré-visualização" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Baixar a pré-visualização no formato MARC" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Continue editando" - } - ], - "previewModal.message": [ - { - "type": 0, - "value": "Os registros " - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " serão alterados se o botão Confirmar alterações for clicado. Você pode escolher Baixar prévia para revisar todas as alterações antes de salvar." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "Todas as instâncias têm fonte FOLIO. Use a opção \"Instâncias e dados administrativos\" para edição em massa." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Pré-visualização de registros a serem alterados" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Confirmar as alterações" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Confirmando alterações" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Carregando " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " e recuperando dados relevantes" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Em processamento" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Recuperando" - } - ], - "recordsSuccessfullyChanged": [ - { - "type": 0, - "value": "Os registros " - }, - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " foram alterados com sucesso" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reiniciar tudo" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " registros correspondentes a " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " encontrados." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Iniciar exclusão em lote" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Baixar registros modificados (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Baixar registros alterados (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Baixar erros (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Baixar registros correspondentes (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Iniciar edição em lote" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Iniciar edição em massa (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instâncias e dados administrativos" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instâncias com fonte MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reiniciar tudo" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Buscar" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identificador" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Edição em massa de campos MARC" - } - ], - "title.query": [ - { - "type": 0, - "value": "Consulta" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Selecione o tipo" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Solte para continuar" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "ou escolha o arquivo" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Selecione um arquivo com identificadores de registro" - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Selecione um arquivo com identificadores de registro" - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Selecione um arquivo com identificadores de registro" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Selecione um arquivo com HRIDs de holdings" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Selecione um arquivo com os UUIDs de holdings" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Selecione um arquivo com HRIDs de instância" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Selecione um arquivo com código de barras de exemplares" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Selecione um arquivo com identificadores de registro" - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Selecione um arquivo com HRIDs de instância" - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Selecione um arquivo com UUIDs de instância" - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Selecione um arquivo com ISBN" - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Selecione um arquivo com ISSN" - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Selecione um arquivo com identificadores de registro." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Selecione um arquivo com o número de acesso do exemplar" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Selecione um arquivo com código de barras de exemplares." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Selecione um arquivo com o identificador anterior do exemplar" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Selecione um arquivo com os UUIDs de holdings." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Selecione um arquivo com HRIDs de exemplares" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Selecione um arquivo com UUIDs de exemplares." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Carregar arquivo CSV com registros editados" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Selecione um arquivo com identificadores de registro" - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Selecione um arquivo com os códigos de barras de usuários" - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Selecione um arquivo com IDs externos" - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Selecione um arquivo com os UUIDs de usuários" - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Selecione um arquivo com nomes de usuário" - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Arrastar e soltar" - } - ], - "uploading": [ - { - "type": 0, - "value": "Carregando" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/pt_PT.json b/translations/ui-bulk-edit/compiled/pt_PT.json deleted file mode 100644 index e5c89f58..00000000 --- a/translations/ui-bulk-edit/compiled/pt_PT.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Nome da coluna de pesquisa" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Formato de aquisição" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Coleções (localização, número de chamada)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventário - instâncias" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "HRIDs de instância" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "UUIDs de instância" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Selecionar um \"identificador de registo\" no separador Identificador" - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Arrastar e largar ou selecionar ficheiro com HRIDs de instância" - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Arrastar e largar ou escolher ficheiro com UUIDs de instância" - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Arrastar e largar ou escolher um ficheiro com ISBN" - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Arrastar e largar ou selecionar o ficheiro com ISSN" - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Selecionar um ficheiro com HRIDs de instância" - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Selecionar um ficheiro com UUIDs de instância" - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Selecionar um ficheiro com ISBN" - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Selecionar um ficheiro com ISSN" - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ru.json b/translations/ui-bulk-edit/compiled/ru.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/ru.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/sk.json b/translations/ui-bulk-edit/compiled/sk.json deleted file mode 100644 index e33f5877..00000000 --- a/translations/ui-bulk-edit/compiled/sk.json +++ /dev/null @@ -1,3376 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "type": 0, - "value": "Počet nájdených záznamov " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/sv.json b/translations/ui-bulk-edit/compiled/sv.json deleted file mode 100644 index 003907f9..00000000 --- a/translations/ui-bulk-edit/compiled/sv.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Endast personal" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Massändring" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Starta massändring" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/ur.json b/translations/ui-bulk-edit/compiled/ur.json deleted file mode 100644 index c17e8505..00000000 --- a/translations/ui-bulk-edit/compiled/ur.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "Search column name" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "Find (full field search)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "Select action" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "Actions select" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "Column filter input" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "Date" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "Loan type select" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "Location" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "Patron group select" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "Status select" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "Text area" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "Text field" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "Url relationship select" - } - ], - "cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "Holdings location" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "Holdings notes" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "Instance notes" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "Item notes" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "Loan and availability" - } - ], - "category.location": [ - { - "type": 0, - "value": "Location" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "Acquisition format" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "Acquisition method" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "Action note" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "Binding note" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "Call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "Call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "Call number type" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "Copy note" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "Digitization policy" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "Effective location" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "Electronic bookplate note" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "Former ids" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "Holdings ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "Holdings statements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "Holdings statements for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "Holdings statements for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "Holdings type" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "Ill policy" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "Item barcode" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "Number of items" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "Permanent location" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "Provenance note" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "Receipt status" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "Receiving history" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "Reproduction note" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "Retention policy" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "Shelving title" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "Temporary location" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "Cataloged date" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "Contributors" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "Edition" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "Formats" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "Index title" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "Instance HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "Instance UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "Instance status term" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "Languages" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "Mode of issuance" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "Nature of content" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "Physical description" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "Previously held" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "Publication frequency" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "Publication range" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "Resource title" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "Resource type" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "Series statements" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "Source" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "Call number" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "Chronology" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "Circulation Notes" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "Contributor names" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "Enumeration" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "Holdings (Location, Call number)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "Holdings record ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "In transit destination service point" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "Item HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "Item ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "Last check in" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "Purchase order line identifier" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "Title" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "Version" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "Volume" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "Active" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "Addresses" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "Barcode" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "Record created" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "Custom fields" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "Birth date" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "Departments" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "Email" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "Date enrolled" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "External System ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "First name" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "Last name" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "Link to the profile picture" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "Middle name" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "Mobile phone" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "Patron group" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "Phone" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "Preferred contact type id" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "Preferred first name" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "Proxy for" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "Tags" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "Type" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "Record updated" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "User id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "Username" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "Ended" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "Record type" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "Processed" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "Started" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "Status" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "# of records" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "Run by" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "conformationModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be updated if the " - }, - { - "children": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": " button is clicked." - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " is formatted incorrectly. Please correct the formatting and upload the file again." - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "Something went wrong" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "Fail to upload file" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "Apply to all holdings records" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "Apply to all items records" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "Apply to items records" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "Staff only" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "Clear field" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "Data" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "Options" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "Confirm changes" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "Administrative note" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "Available" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "Check in note" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "Check out note" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "Email" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "Expiration date" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "Permanent holdings location" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "Temporary holdings location" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL public note" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL Relationship" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "Staff suppress" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "Intellectual item" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "Add note" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "Change note type" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "Duplicate to" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "Set false" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "Mark as staff only" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "Remove all" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "Remove mark as staff only" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "Remove" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "Set true" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "Long missing" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "Missing" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "In process (non-requestable)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "Patron group" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "Permanent item location" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "Select item status" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "Restricted" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "Item status" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "Temporary item location" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "Unavailable" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "Unknown" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "Withdrawn" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "Select loan type" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "Select location" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "Select patron group" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "Select note type" - } - ], - "layer.title": [ - { - "type": 0, - "value": "Bulk edits" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "Download" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "Set criteria" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": ": " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records matched * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "Bulk edit query: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": " entries * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " records changed * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": " errors" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "Reason for error" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "Errors" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "Acquisition" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "Circulation" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "Record types" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "Users" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "Query" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "Record identifier" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "External IDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "Holdings HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "Instance HRIDs" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "Instance UUIDs" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "Item HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "Item UUIDs" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "Item accession numbers" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "Item barcodes" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "Item former identifiers" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "Holdings UUIDs" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "Select record identifier" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "User Barcodes" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "User UUIDs" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "Usernames" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "Set criteria to start bulk edit" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records changed" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records match" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "Link text" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "Materials specified" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "Public note" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "Relationship" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "Inactive" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "Active" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "Preview of record matched" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "Preview of record changed" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "Select a record type and then a record identifier." - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings HRIDs." - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance HRIDs." - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with instance UUIDs." - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISBN." - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "Drag and drop or choose file with ISSN." - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Drag and drop or choose file with item accession numbers." - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with item barcodes." - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "Drag and drop or choose file with item former identifiers." - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with holdings UUIDs." - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item HRIDs." - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with item UUIDs." - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "Choose a filter to show results." - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "Select a record type and then click the Build query button." - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "Select a record identifier." - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "Drag and drop or choose file with User Barcodes." - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with External IDs." - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "Drag and drop or choose file with User UUIDs." - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "Drag and drop or choose file with Usernames." - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "Click the Build query button to build the query." - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered when committing the changes" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the matching records" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with errors encountered during the record matching" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "File that was used to trigger the bulk edit" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "File with identifiers of the records affected by bulk update" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "Local" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "Query" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "Inventory - holdings" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "Inventory - instances" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "Inventory - items" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "Users" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "Ended" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "Delete" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "Edit" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "Started" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "Record types" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "Statuses" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "Bulk operation type" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "User" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "Choose user" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "Files are unavailable for download because 30 days have elapsed since the date the job was run." - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "Apply changes" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "Completed" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "Completed with errors" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "Data modification" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "Executing query" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "Failed" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "New" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "Retrieving records" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "Saving records" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "Actions" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "Show columns" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "Bulk edit logs" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "Bulk edit query" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "Bulk edit" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "Bulk edit: " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "Bulk edit " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "Choose other file to upload" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "Invalid file" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "Only file with .csv extension can be uploaded." - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "Only one file with .csv extension can be uploaded." - } - ], - "modal.next": [ - { - "type": 0, - "value": "Next" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " successfully uploaded." - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "Select option" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "Bulk edit: Can view logs" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI: Bulk edit module is enabled" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "Cancel" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "Permission assignment status" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "Permission sets" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "Permission types" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "Search" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "Search & filter" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "Assigned" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "Permission set" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "Permission" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "Unassigned" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "Name" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "Status" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "Type" - } - ], - "permissionsModal.list.subTitle": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " permissions found" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "Permissions" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "Save & close" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "Select Permissions" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "Total selected: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "Filename: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "Query: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "Are you sure?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "Download preview" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "Keep editing" - } - ], - "previewModal.message": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": " records will be changed if the Commit changes button is clicked. You may choose Download preview to review all changes prior to saving." - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "Preview of records to be changed" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "Commit changes" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "Committing changes" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "Uploading " - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": " and retrieving relevant data" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "Processing" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "Retrieving" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": " records have been successfully changed" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "Reset all" - } - ], - "retrievedDataList.title": [ - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": " matching " - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": " records found." - } - ], - "start.delete": [ - { - "type": 0, - "value": "Start bulk delete" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "Download changed records (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "Download errors (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "Download matched records (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "Start bulk edit (Local)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "Instances and Administrative data" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "Reset all" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "Search" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "Identifier" - } - ], - "title.logs": [ - { - "type": 0, - "value": "Logs" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "Query" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "Select type" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "Drop to continue" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "or choose file" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "Select a file with holdings HRIDs." - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "Select a file with instance HRIDs." - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "Select a file with instance UUIDs." - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "Select a file with ISBN." - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "Select a file with ISSN." - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "Select a file with item accession numbers." - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "Select a file with item barcodes." - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "Select a file with item former identifiers." - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "Select a file with holdings UUIDs." - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "Select a file with item HRIDs." - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "Select a file with item UUIDs." - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "Upload CSV file with edited records." - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "Select a file with record identifiers." - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "Select a file with User Barcodes." - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "Select a file with External IDs." - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "Select a file with User UUIDs." - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "Select a file with Usernames." - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "Drag and drop" - } - ], - "uploading": [ - { - "type": 0, - "value": "Uploading" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/zh_CN.json b/translations/ui-bulk-edit/compiled/zh_CN.json deleted file mode 100644 index 4fe6f806..00000000 --- a/translations/ui-bulk-edit/compiled/zh_CN.json +++ /dev/null @@ -1,3412 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "上传文件为空。" - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "搜索栏名称" - } - ], - "actions.find": [ - { - "type": 0, - "value": "查找" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "查找(整个子字段搜索)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "查找(全字段搜索)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "选择操作" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "操作选择" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "列筛选输入" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "日期" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "借阅类型选择" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "位置" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "读者组选择" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "状态选择" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "文本区" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "文本字段" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "URL关系选择" - } - ], - "cancel": [ - { - "type": 0, - "value": "取消" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "电子访问" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "馆藏位置" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "馆藏附注" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "实例附注" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "单件附注" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "借阅类型" - } - ], - "category.location": [ - { - "type": 0, - "value": "位置" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "采购格式" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "采购方式" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "操作说明" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "管理说明" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "装订附注" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "索书号" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "索书号前缀" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "索书号后缀" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "索书号类型" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "复本附注" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "复本数" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "数字化政策" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "在发现中隐藏" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "有效馆藏地" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "电子访问" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "电子书标签附注" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "先前馆藏ID" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "先前ID" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "馆藏HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "馆藏HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "馆藏UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "馆藏复本号" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "馆藏级索书号" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "馆藏级索书号前缀" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "馆藏级索书号后缀" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "馆藏级索书号类型" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "馆藏永久位置" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "馆藏ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "馆藏说明" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "馆藏说明用于索引" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "馆藏 补编说明" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "馆藏说明" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "索引的馆藏说明" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "馆藏 补编说明" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "馆藏临时位置" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "馆藏类型" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "馆际互借政策" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "馆际互借政策" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "实例(题名、出版者、出版日期)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "实例HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "单件条码" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "附注" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "件数" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "订单格式" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "永久馆藏地" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "出处附注" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "接收状态" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "接收历史" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "复制说明" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "保留政策" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "排架题名" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "来源" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "统计代码" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "在发现中隐藏" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "标签" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "临时馆藏地" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "版本" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "管理说明" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "编目日期" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "贡献者" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "版本" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "格式" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "索引标题" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "实例HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "实例UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "实例状态术语" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "语言" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "发行方式" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "内容的性质" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "附注" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "物理描述" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "先前拥有" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "出版频率" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "出版范围" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "资源题名" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "资源类型" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "丛编说明" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "来源" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "员工隐藏" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "在发现中隐藏" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "入藏号" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "管理说明" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "条码" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "与题名绑定" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "索书号" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "归还附注" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "借出附注" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "年表" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "流通附注" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "贡献者名称" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "复本号码" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "件的描述" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "有效的索书号" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "电子访问" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "期数" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "以前的标识符" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "馆藏(位置、索书号)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "馆藏记录ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "馆藏UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "中转目的地服务点" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "实例(题名、出版者、出版日期)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "绑定" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "单件HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "单件UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "单件损坏状态" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "单件损坏状态日期" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "单件有效馆藏地" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "单件ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "单件标识符" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "单件级索书号" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "单件级索书号前缀" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "单件级索书号后缀" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "单件级索书号类型" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "单件永久馆藏地" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "单件临时馆藏地" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "上次归还" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "资料类型" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "缺失件" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "缺失件日期" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "附注" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "缺失件数量" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "件数" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "永久借阅类型" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "采购订单行标识符" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "排架次序" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "统计代码" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "状态" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "在发现中隐藏" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "标签" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "临时借阅类型" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "题名" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "版本" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "卷" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "年份, 标题" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "激活" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "地址" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "条码" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "记录已创建" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "自定义字段" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "生日" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "部门/系" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "电子邮件" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "注册日期" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "失效日期" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "外部系统ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "名" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "姓" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "个人资料图片链接" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "中间名" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "手机" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "读者组" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "电话" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "首选联系人类型ID" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "首选电子邮件通讯" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "首选名字" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "代理" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "标签" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "类型" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "记录已更新" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "用户id" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "用户名" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "操作" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "编辑" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "已结束" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "记录类型" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "批量操作类型" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "已处理" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "已开始" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "状态" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "记录数" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "运行方" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "提交更改" - } - ], - "conformationModal.message": [ - { - "type": 0, - "value": "如果点击" - }, - { - "children": [ - { - "type": 0, - "value": "提交更改" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": "按钮" - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "记录将被更新。" - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": "格式不正确。请更正格式并重新上传文件。" - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "从 S3 检索数据时出现问题。请联系您的托管服务提供商检查 S3 配置。更多详情请参阅批量编辑应用程序日志(mod-bulk-operations 和 mod-data-export-worker 模块)。" - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "从 S3 检索数据时出现问题。请联系您的托管服务提供商检查 S3 配置。更多详情请参阅批量编辑应用程序日志(mod-bulk-operations 和 mod-data-export-worker 模块)。" - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "S3 配置存在问题,导致批量编辑模块无法保存文件。请联系您的托管服务提供商,检查批量编辑应用程序是否已正确配置。" - } - ], - "error.sww": [ - { - "type": 0, - "value": "出问题了" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "上传文件失败" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "应用于所有馆藏记录" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "应用于所有单件记录" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "应用于单件记录" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "仅限员工" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "清除字段" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "替换为" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "操作" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "数据" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "字段" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "第1指示符" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "第2指示符" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "选项" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "子字段" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "确认更改" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "目前仅支持 5xx 和 9xx 编辑。" - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "请检查您的输入。" - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "限制为 5xx 和 9xx。" - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "该字段受保护。" - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "请检查您的输入。" - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "添加" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "附加子字段" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "管理说明" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "附加" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "可用" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "归还附注" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "借出附注" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "电子邮件" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "失效日期" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "链接文字" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "指定资料" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "永久馆藏地" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "在发现中隐藏" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "临时馆藏地" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL公开附注" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL关系" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "处理中" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "员工隐藏" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "在发现中隐藏" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "虚拟单件" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "添加附注" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "更改附注类型" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "复制到" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "设置为假" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "标记为仅员工" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "移除全部" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "移除仅员工的标记" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "移除" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "设置为真" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "遗失已久" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "遗失" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "处理中(不可请求)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "读者组" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "永久借阅类型" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "永久单件馆藏地" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "选择单件状态" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "移除字段" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "移除子字段" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "替换为" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "使用受限" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "单件状态" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "在发现中隐藏" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "临时借阅类型" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "临时单件馆藏地" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "不可用" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "未知" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "已剔除" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "选择借阅类型" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "选择位置" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "选择附注类型" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "选择读者组" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "选择附注类型" - } - ], - "layer.title": [ - { - "type": 0, - "value": "批量编辑" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "下载" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "设定条件" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "个款目 * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "条记录匹配 * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "个错误" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "款目 * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "条记录已更改 * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "个错误" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "批量编辑查询: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "款目 * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "记录已匹配 * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "个错误" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "批量编辑查询: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "款目 * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "记录已更改 * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "个错误" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "记录标识符" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "查看最新版本" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "错误原因" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "错误" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "采访" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "流通" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "典藏 - 馆藏" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "典藏 - 实例" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "典藏-单件" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "记录类型" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "用户" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "标识符" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "日志" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "查询" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "记录标识符" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "外部ID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "馆藏HRID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "馆藏UUID" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "实例HRID" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "单件条码" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "实例HRID" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "实例 UUID" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "单件HRID" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "单件UUID" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "单件入藏号" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "单件条码" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "单件前标识符" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "馆藏UUID" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "选择记录标识符" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "用户条码" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "用户UUID" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "用户名" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "设置条件以开始批量编辑" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "条记录已更改" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "条记录匹配" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "链接文字" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "指定资料" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "公开附注" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "关系" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "未激活" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "激活" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "匹配记录预览" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "记录预览已更改" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "选择记录类型,然后选择记录标识符。" - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "选择记录标识符。" - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "选择记录标识符。" - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "拖放或选择带有馆藏 HRID 的文件。" - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "拖放或选择带有馆藏UUID的文件。" - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "拖放或选择具有实例HRID的文件。" - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "拖放或选择带有单件条码的文件。" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "单击“构建查询”按钮构建查询。" - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "选择记录标识符。" - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "拖放或选择带有实例 HRID 的文件。" - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "拖放或选择具有实例 UUID 的文件。" - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "拖放或选择带有 ISBN 的文件。" - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "拖放或选择带有 ISSN 的文件。" - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "单击“构建查询”按钮构建查询。" - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "选择记录标识符。" - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "拖放或选择具有单件入藏号的文件。" - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "拖放或选择带有单件条码的文件。" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "拖放或选择具有单件前标识符的文件。" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "拖放或选择具有馆藏UUID的文件。" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "拖放或选择带有单件 HRID 的文件。" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "拖放或选择带有单件 UUID 的文件。" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "单击“构建查询”按钮构建查询。" - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "选择一个筛选来显示结果。" - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "选择记录类型,然后单击构建查询按钮。" - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "选择记录标识符。" - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "拖放或选择带有用户条码的文件。" - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "拖放或选择带有外部 ID 的文件。" - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "拖放或选择带有用户 UUID 的文件。" - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "拖放或选择带有用户名的文件。" - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "单击“构建查询”按钮构建查询。" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "包含已更新记录的文件" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "包含已更新记录的文件" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "提交更改时遇到错误的文件" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "提交更改时遇到错误的文件" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "包含已更新记录的文件" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "包含已更新记录的文件" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "包含匹配记录的文件" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "包含匹配记录的文件" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "在记录匹配时遇到错误的文件" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "在记录匹配时遇到错误的文件" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "包含建议更改预览的文件" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "包含建议更改预览的文件" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "包含建议更改预览的文件" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "包含建议更改预览的文件" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "用于触发批量编辑的文件" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "包含受批量更新影响的记录标识符的文件" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "在app中" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "本地" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "查询" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "典藏 - 馆藏" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "典藏 - 实例" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "典藏- 实例 (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "典藏-单件" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "用户" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "终止日期" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "删除" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "编辑" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "起始日期" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "记录类型" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "状态" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "批量操作类型" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "用户" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "选择用户" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "列表为空" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "文件无法下载,因为自任务运行之日起已过去 30 天。" - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "应用更改" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "已完成" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "含错完成" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "数据修改" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "执行查询" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "失败" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "新建" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "检索标识符" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "检索记录" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "审查更改" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "保存标识符" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "保存记录" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "操作" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "显示列" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "开始批编辑" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "批量编辑日志" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "批量编辑查询" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "批量编辑 MARC 字段 查询" - } - ], - "meta.title": [ - { - "type": 0, - "value": "批量编辑" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "批量编辑:" - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "批量编辑" - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "批量编辑 MARC 字段 - " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "选择其他文件上传" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "无效文件" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "只能上传具有csv扩展名的文件" - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "只能上传一个扩展名为 .csv 的文件。" - } - ], - "modal.next": [ - { - "type": 0, - "value": "下一个" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": "已成功上传。" - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "选择选项" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "批量编辑 - 可以查看日志" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI:批量编辑模块已启用" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "取消" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "已分配" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "权限分配状态" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "权限集" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "权限类型" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "权限" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "全部重置" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "搜索" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "搜索和筛选" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "未分配" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "已分配" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "权限集" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "权限" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "未分配" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "名称" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "状态" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "类型" - } - ], - "permissionsModal.list.subTitle": [ - { - "type": 0, - "value": "找到" - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "个权限" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "权限" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "保存并关闭" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "选择权限" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "已选总数: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "文件名: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "查询: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "是否确定?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "下载预览" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "以 MARC 格式下载预览" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "继续编辑" - } - ], - "previewModal.message": [ - { - "type": 0, - "value": "如果单击“提交更改”按钮,将更改" - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "条记录。可以选择“下载预览”以在保存之前查看所有更改。" - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "所有实例都有来源 FOLIO。使用“实例和管理数据”选项进行批量编辑。" - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "预览要更改的记录" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "承诺改变" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "提交更改" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "上传" - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": "并检索相关数据" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "处理中" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "检索" - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": "条记录已成功更改" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "全部重置" - } - ], - "retrievedDataList.title": [ - { - "type": 0, - "value": "找到" - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "匹配的" - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": "记录。" - } - ], - "start.delete": [ - { - "type": 0, - "value": "开始批删除" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "下载已更改记录 (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "下载更改的记录 (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "下载错误(CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "下载匹配的记录(CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "开始批编辑" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "开始批量编辑(本地)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "实例和管理数据" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "具有源 MARC (POC) 的实例" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "全部重置" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "搜索" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "标识符" - } - ], - "title.logs": [ - { - "type": 0, - "value": "日志" - } - ], - "title.mark": [ - { - "type": 0, - "value": "批量编辑 MARC 字段" - } - ], - "title.query": [ - { - "type": 0, - "value": "查询" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "选择类型" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "放下以开始" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "或选择文件" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "选择带有记录标识符的文件" - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "选择带有记录标识符的文件" - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "选择带有记录标识符的文件" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "选择具有馆藏HRID的文件" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "选择带有馆藏UUID的文件" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "选择带有实例HRID的文件" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "选择带具有单件条码的文件" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "选择带有记录标识符的文件" - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "选择带有实例HRID的文件" - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "选择带有实例 UUID 的文件" - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "选择带有 ISBN 的文件" - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "选择带有 ISSN 的文件" - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "选择带有记录标识符的文件" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "选择具有单件入藏号的文件" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "选择带有单件条码的文件" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "选择具有单件前标识符的文件" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "选择具有馆藏UUID的文件" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "选择具有单件HRID的文件" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "选择具有单件UUID的文件" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "上传已编辑记录的CSV文件" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "选择带有记录标识符的文件" - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "选择带用户条码的文件" - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "选择带外部ID的文件" - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "选择带用户UUID的文件" - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "选择带有用户名的文件" - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "拖放" - } - ], - "uploading": [ - { - "type": 0, - "value": "上传中" - } - ] -} \ No newline at end of file diff --git a/translations/ui-bulk-edit/compiled/zh_TW.json b/translations/ui-bulk-edit/compiled/zh_TW.json deleted file mode 100644 index 370becf2..00000000 --- a/translations/ui-bulk-edit/compiled/zh_TW.json +++ /dev/null @@ -1,3404 +0,0 @@ -{ - "File uploading failed, reason: Cannot upload a file. Reason: file is empty.": [ - { - "type": 0, - "value": "The uploaded file is empty." - } - ], - "actionMenu.placeholder": [ - { - "type": 0, - "value": "搜尋欄名稱" - } - ], - "actions.find": [ - { - "type": 0, - "value": "Find" - } - ], - "actions.findEntireField": [ - { - "type": 0, - "value": "Find (entire subfield search)" - } - ], - "actions.findFullField": [ - { - "type": 0, - "value": "查找(全域檢索)" - } - ], - "actions.placeholder": [ - { - "type": 0, - "value": "選擇操作" - } - ], - "ariaLabel.actionsSelect": [ - { - "type": 0, - "value": "操作選擇" - } - ], - "ariaLabel.columnFilter": [ - { - "type": 0, - "value": "列過濾器輸入" - } - ], - "ariaLabel.date": [ - { - "type": 0, - "value": "日期" - } - ], - "ariaLabel.loanTypeSelect": [ - { - "type": 0, - "value": "借閱類型選擇" - } - ], - "ariaLabel.location": [ - { - "type": 0, - "value": "館藏地" - } - ], - "ariaLabel.patronGroupSelect": [ - { - "type": 0, - "value": "讀者群組選擇" - } - ], - "ariaLabel.statusSelect": [ - { - "type": 0, - "value": "狀態選擇" - } - ], - "ariaLabel.textArea": [ - { - "type": 0, - "value": "文字區域" - } - ], - "ariaLabel.textField": [ - { - "type": 0, - "value": "文本欄位" - } - ], - "ariaLabel.urlRelationshipSelect": [ - { - "type": 0, - "value": "URL關係選擇" - } - ], - "cancel": [ - { - "type": 0, - "value": "取消" - } - ], - "category.administrativeData": [ - { - "type": 0, - "value": "Administrative data" - } - ], - "category.electronicAccess": [ - { - "type": 0, - "value": "電子資源" - } - ], - "category.holdingsLocation": [ - { - "type": 0, - "value": "館藏的館藏地" - } - ], - "category.holdingsNotes": [ - { - "type": 0, - "value": "館藏附註" - } - ], - "category.instanceNotes": [ - { - "type": 0, - "value": "實例附註" - } - ], - "category.itemNotes": [ - { - "type": 0, - "value": "館藏附註" - } - ], - "category.loanType": [ - { - "type": 0, - "value": "借閱類型" - } - ], - "category.location": [ - { - "type": 0, - "value": "館藏地" - } - ], - "columns.HOLDINGS_RECORD.Acquisition format": [ - { - "type": 0, - "value": "採購格式" - } - ], - "columns.HOLDINGS_RECORD.Acquisition method": [ - { - "type": 0, - "value": "採購方式" - } - ], - "columns.HOLDINGS_RECORD.Action note": [ - { - "type": 0, - "value": "操作說明" - } - ], - "columns.HOLDINGS_RECORD.Administrative note": [ - { - "type": 0, - "value": "管理用之附註" - } - ], - "columns.HOLDINGS_RECORD.Binding": [ - { - "type": 0, - "value": "裝訂附註" - } - ], - "columns.HOLDINGS_RECORD.Call number": [ - { - "type": 0, - "value": "索書號碼" - } - ], - "columns.HOLDINGS_RECORD.Call number prefix": [ - { - "type": 0, - "value": "索書號碼前綴" - } - ], - "columns.HOLDINGS_RECORD.Call number suffix": [ - { - "type": 0, - "value": "索書號後綴" - } - ], - "columns.HOLDINGS_RECORD.Call number type": [ - { - "type": 0, - "value": "索書號類型" - } - ], - "columns.HOLDINGS_RECORD.Copy note": [ - { - "type": 0, - "value": "複本附註" - } - ], - "columns.HOLDINGS_RECORD.Copy number": [ - { - "type": 0, - "value": "複本號" - } - ], - "columns.HOLDINGS_RECORD.Digitization policy": [ - { - "type": 0, - "value": "數位化政策" - } - ], - "columns.HOLDINGS_RECORD.Discovery suppress": [ - { - "type": 0, - "value": "在探索服務中隱藏" - } - ], - "columns.HOLDINGS_RECORD.Effective location": [ - { - "type": 0, - "value": "有效的館藏地" - } - ], - "columns.HOLDINGS_RECORD.Electronic access": [ - { - "type": 0, - "value": "電子存取" - } - ], - "columns.HOLDINGS_RECORD.Electronic bookplate": [ - { - "type": 0, - "value": "電子書牌" - } - ], - "columns.HOLDINGS_RECORD.Former holdings Id": [ - { - "type": 0, - "value": "Former holdings Id" - } - ], - "columns.HOLDINGS_RECORD.Former ids": [ - { - "type": 0, - "value": "先前的ID" - } - ], - "columns.HOLDINGS_RECORD.HRID": [ - { - "type": 0, - "value": "館藏HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings HRID": [ - { - "type": 0, - "value": "Holdings HRID" - } - ], - "columns.HOLDINGS_RECORD.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.HOLDINGS_RECORD.Holdings copy number": [ - { - "type": 0, - "value": "Holdings copy number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number": [ - { - "type": 0, - "value": "Holdings level call number" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number prefix": [ - { - "type": 0, - "value": "Holdings level call number prefix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number suffix": [ - { - "type": 0, - "value": "Holdings level call number suffix" - } - ], - "columns.HOLDINGS_RECORD.Holdings level call number type": [ - { - "type": 0, - "value": "Holdings level call number type" - } - ], - "columns.HOLDINGS_RECORD.Holdings permanent location": [ - { - "type": 0, - "value": "Holdings permanent location" - } - ], - "columns.HOLDINGS_RECORD.Holdings record id": [ - { - "type": 0, - "value": "館藏ID" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement": [ - { - "type": 0, - "value": "Holdings statement" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for indexes": [ - { - "type": 0, - "value": "Holdings statement for indexes" - } - ], - "columns.HOLDINGS_RECORD.Holdings statement for supplements": [ - { - "type": 0, - "value": "Holdings statement for supplements" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements": [ - { - "type": 0, - "value": "館藏說明" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for indexes": [ - { - "type": 0, - "value": "索引的館藏說明" - } - ], - "columns.HOLDINGS_RECORD.Holdings statements for supplements": [ - { - "type": 0, - "value": "補編的館藏說明" - } - ], - "columns.HOLDINGS_RECORD.Holdings temporary location": [ - { - "type": 0, - "value": "Holdings temporary location" - } - ], - "columns.HOLDINGS_RECORD.Holdings type": [ - { - "type": 0, - "value": "館藏類型" - } - ], - "columns.HOLDINGS_RECORD.ILL policy": [ - { - "type": 0, - "value": "ILL policy" - } - ], - "columns.HOLDINGS_RECORD.Ill policy": [ - { - "type": 0, - "value": "館際互借政策" - } - ], - "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "實例(標題、出版商、出版日期)" - } - ], - "columns.HOLDINGS_RECORD.Instance HRID": [ - { - "type": 0, - "value": "實例HRID" - } - ], - "columns.HOLDINGS_RECORD.Item barcode": [ - { - "type": 0, - "value": "館藏條碼" - } - ], - "columns.HOLDINGS_RECORD.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.HOLDINGS_RECORD.Notes": [ - { - "type": 0, - "value": "附註" - } - ], - "columns.HOLDINGS_RECORD.Number of items": [ - { - "type": 0, - "value": "館藏數" - } - ], - "columns.HOLDINGS_RECORD.Order format": [ - { - "type": 0, - "value": "Order format" - } - ], - "columns.HOLDINGS_RECORD.Permanent location": [ - { - "type": 0, - "value": "永久館藏地" - } - ], - "columns.HOLDINGS_RECORD.Provenance": [ - { - "type": 0, - "value": "出處附註" - } - ], - "columns.HOLDINGS_RECORD.Receipt status": [ - { - "type": 0, - "value": "發票狀態" - } - ], - "columns.HOLDINGS_RECORD.Receiving history": [ - { - "type": 0, - "value": "接收歷史記錄" - } - ], - "columns.HOLDINGS_RECORD.Reproduction": [ - { - "type": 0, - "value": "複製說明" - } - ], - "columns.HOLDINGS_RECORD.Retention policy": [ - { - "type": 0, - "value": "保留政策" - } - ], - "columns.HOLDINGS_RECORD.Shelving title": [ - { - "type": 0, - "value": "排架題名" - } - ], - "columns.HOLDINGS_RECORD.Source": [ - { - "type": 0, - "value": "來源" - } - ], - "columns.HOLDINGS_RECORD.Statistical codes": [ - { - "type": 0, - "value": "統計代碼" - } - ], - "columns.HOLDINGS_RECORD.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.HOLDINGS_RECORD.Tags": [ - { - "type": 0, - "value": "標籤" - } - ], - "columns.HOLDINGS_RECORD.Temporary location": [ - { - "type": 0, - "value": "臨時館藏地" - } - ], - "columns.HOLDINGS_RECORD.Version": [ - { - "type": 0, - "value": "版本" - } - ], - "columns.INSTANCE.Administrative note": [ - { - "type": 0, - "value": "管理用之附註" - } - ], - "columns.INSTANCE.Cataloged date": [ - { - "type": 0, - "value": "編目日期" - } - ], - "columns.INSTANCE.Contributors": [ - { - "type": 0, - "value": "貢獻者" - } - ], - "columns.INSTANCE.Edition": [ - { - "type": 0, - "value": "版本" - } - ], - "columns.INSTANCE.Formats": [ - { - "type": 0, - "value": "格式" - } - ], - "columns.INSTANCE.Index title": [ - { - "type": 0, - "value": "索引題名" - } - ], - "columns.INSTANCE.Instance HRID": [ - { - "type": 0, - "value": "實例HRID" - } - ], - "columns.INSTANCE.Instance UUID": [ - { - "type": 0, - "value": "實例UUID" - } - ], - "columns.INSTANCE.Instance status term": [ - { - "type": 0, - "value": "實例狀態術語" - } - ], - "columns.INSTANCE.Languages": [ - { - "type": 0, - "value": "語言" - } - ], - "columns.INSTANCE.Mode of issuance": [ - { - "type": 0, - "value": "發行方式" - } - ], - "columns.INSTANCE.Nature of content": [ - { - "type": 0, - "value": "內容性質" - } - ], - "columns.INSTANCE.Notes": [ - { - "type": 0, - "value": "Notes" - } - ], - "columns.INSTANCE.Physical description": [ - { - "type": 0, - "value": "稽核項" - } - ], - "columns.INSTANCE.Previously held": [ - { - "type": 0, - "value": "先前擁有" - } - ], - "columns.INSTANCE.Publication frequency": [ - { - "type": 0, - "value": "出版頻率" - } - ], - "columns.INSTANCE.Publication range": [ - { - "type": 0, - "value": "出版範圍" - } - ], - "columns.INSTANCE.Resource title": [ - { - "type": 0, - "value": "資源題名" - } - ], - "columns.INSTANCE.Resource type": [ - { - "type": 0, - "value": "資源類型" - } - ], - "columns.INSTANCE.Series statements": [ - { - "type": 0, - "value": "集叢項" - } - ], - "columns.INSTANCE.Source": [ - { - "type": 0, - "value": "來源" - } - ], - "columns.INSTANCE.Staff suppress": [ - { - "type": 0, - "value": "對館員隱藏" - } - ], - "columns.INSTANCE.Suppress from discovery": [ - { - "type": 0, - "value": "在探索服務中隱藏" - } - ], - "columns.ITEM.Accession number": [ - { - "type": 0, - "value": "Accession number" - } - ], - "columns.ITEM.Administrative note": [ - { - "type": 0, - "value": "管理用之附註" - } - ], - "columns.ITEM.Barcode": [ - { - "type": 0, - "value": "條碼" - } - ], - "columns.ITEM.Bound with titles": [ - { - "type": 0, - "value": "Bound with titles" - } - ], - "columns.ITEM.Call Number": [ - { - "type": 0, - "value": "索書號" - } - ], - "columns.ITEM.Check in note": [ - { - "type": 0, - "value": "Check in note" - } - ], - "columns.ITEM.Check out note": [ - { - "type": 0, - "value": "Check out note" - } - ], - "columns.ITEM.Chronology": [ - { - "type": 0, - "value": "年表" - } - ], - "columns.ITEM.Circulation Notes": [ - { - "type": 0, - "value": "流通附註" - } - ], - "columns.ITEM.Contributor Names": [ - { - "type": 0, - "value": "貢獻者姓名" - } - ], - "columns.ITEM.Copy number": [ - { - "type": 0, - "value": "Copy number" - } - ], - "columns.ITEM.Description of pieces": [ - { - "type": 0, - "value": "Description of pieces" - } - ], - "columns.ITEM.Effective call number": [ - { - "type": 0, - "value": "Effective call number" - } - ], - "columns.ITEM.Electronic access": [ - { - "type": 0, - "value": "Electronic access" - } - ], - "columns.ITEM.Enumeration": [ - { - "type": 0, - "value": "期數" - } - ], - "columns.ITEM.Former identifier": [ - { - "type": 0, - "value": "Former identifier" - } - ], - "columns.ITEM.Holdings (Location, Call number)": [ - { - "type": 0, - "value": "館藏 (館藏地, 索書號)" - } - ], - "columns.ITEM.Holdings Record Id": [ - { - "type": 0, - "value": "館藏記錄 ID" - } - ], - "columns.ITEM.Holdings UUID": [ - { - "type": 0, - "value": "Holdings UUID" - } - ], - "columns.ITEM.In Transit Destination Service Point": [ - { - "type": 0, - "value": "中轉目的地服務點" - } - ], - "columns.ITEM.Instance (Title, Publisher, Publication date)": [ - { - "type": 0, - "value": "Instance (Title, Publisher, Publication date)" - } - ], - "columns.ITEM.Is bound with": [ - { - "type": 0, - "value": "Is bound with" - } - ], - "columns.ITEM.Item HRID": [ - { - "type": 0, - "value": "單件HRID" - } - ], - "columns.ITEM.Item UUID": [ - { - "type": 0, - "value": "Item UUID" - } - ], - "columns.ITEM.Item damaged status": [ - { - "type": 0, - "value": "Item damaged status" - } - ], - "columns.ITEM.Item damaged status date": [ - { - "type": 0, - "value": "Item damaged status date" - } - ], - "columns.ITEM.Item effective location": [ - { - "type": 0, - "value": "Item effective location" - } - ], - "columns.ITEM.Item id": [ - { - "type": 0, - "value": "單件HRID ID" - } - ], - "columns.ITEM.Item identifier": [ - { - "type": 0, - "value": "Item identifier" - } - ], - "columns.ITEM.Item level call number": [ - { - "type": 0, - "value": "Item level call number" - } - ], - "columns.ITEM.Item level call number prefix": [ - { - "type": 0, - "value": "Item level call number prefix" - } - ], - "columns.ITEM.Item level call number suffix": [ - { - "type": 0, - "value": "Item level call number suffix" - } - ], - "columns.ITEM.Item level call number type": [ - { - "type": 0, - "value": "Item level call number type" - } - ], - "columns.ITEM.Item permanent location": [ - { - "type": 0, - "value": "Item permanent location" - } - ], - "columns.ITEM.Item temporary location": [ - { - "type": 0, - "value": "Item temporary location" - } - ], - "columns.ITEM.Last CheckIn": [ - { - "type": 0, - "value": "上次歸還" - } - ], - "columns.ITEM.Material type": [ - { - "type": 0, - "value": "Material type" - } - ], - "columns.ITEM.Member": [ - { - "type": 0, - "value": "Member" - } - ], - "columns.ITEM.Missing pieces": [ - { - "type": 0, - "value": "Missing pieces" - } - ], - "columns.ITEM.Missing pieces date": [ - { - "type": 0, - "value": "Missing pieces date" - } - ], - "columns.ITEM.Notes": [ - { - "type": 0, - "value": "附註" - } - ], - "columns.ITEM.Number of missing pieces": [ - { - "type": 0, - "value": "Number of missing pieces" - } - ], - "columns.ITEM.Number of pieces": [ - { - "type": 0, - "value": "Number of pieces" - } - ], - "columns.ITEM.Permanent loan type": [ - { - "type": 0, - "value": "Permanent loan type" - } - ], - "columns.ITEM.Purchase Order Line Identifier": [ - { - "type": 0, - "value": "採購訂單細項識別號" - } - ], - "columns.ITEM.Shelving order": [ - { - "type": 0, - "value": "Shelving order" - } - ], - "columns.ITEM.Statistical codes": [ - { - "type": 0, - "value": "Statistical codes" - } - ], - "columns.ITEM.Status": [ - { - "type": 0, - "value": "狀態" - } - ], - "columns.ITEM.Suppress from discovery": [ - { - "type": 0, - "value": "Suppress from discovery" - } - ], - "columns.ITEM.Tags": [ - { - "type": 0, - "value": "標籤" - } - ], - "columns.ITEM.Temporary loan type": [ - { - "type": 0, - "value": "Temporary loan type" - } - ], - "columns.ITEM.Title": [ - { - "type": 0, - "value": "題名" - } - ], - "columns.ITEM.Version": [ - { - "type": 0, - "value": "版本" - } - ], - "columns.ITEM.Volume": [ - { - "type": 0, - "value": "卷" - } - ], - "columns.ITEM.Year, caption": [ - { - "type": 0, - "value": "Year, caption" - } - ], - "columns.USER.Active": [ - { - "type": 0, - "value": "啟用" - } - ], - "columns.USER.Addresses": [ - { - "type": 0, - "value": "地址" - } - ], - "columns.USER.Barcode": [ - { - "type": 0, - "value": "條碼" - } - ], - "columns.USER.Created Date": [ - { - "type": 0, - "value": "已建立記錄" - } - ], - "columns.USER.Custom fields": [ - { - "type": 0, - "value": "自訂欄位" - } - ], - "columns.USER.Date Of Birth": [ - { - "type": 0, - "value": "出生日期" - } - ], - "columns.USER.Departments": [ - { - "type": 0, - "value": "系所" - } - ], - "columns.USER.Email": [ - { - "type": 0, - "value": "電子郵件" - } - ], - "columns.USER.Enrollment date": [ - { - "type": 0, - "value": "註冊日期" - } - ], - "columns.USER.Expiration date": [ - { - "type": 0, - "value": "有效期限" - } - ], - "columns.USER.External system id": [ - { - "type": 0, - "value": "外部系統ID" - } - ], - "columns.USER.First name": [ - { - "type": 0, - "value": "名" - } - ], - "columns.USER.Last name": [ - { - "type": 0, - "value": "姓" - } - ], - "columns.USER.Link to the profile picture": [ - { - "type": 0, - "value": "連結到個人檔案圖片" - } - ], - "columns.USER.Middle name": [ - { - "type": 0, - "value": "中間名" - } - ], - "columns.USER.Mobile phone": [ - { - "type": 0, - "value": "行動電話" - } - ], - "columns.USER.Patron group": [ - { - "type": 0, - "value": "讀者群組" - } - ], - "columns.USER.Phone": [ - { - "type": 0, - "value": "電話" - } - ], - "columns.USER.Preferred contact type id": [ - { - "type": 0, - "value": "偏好聯絡人類型 ID" - } - ], - "columns.USER.Preferred email communications": [ - { - "type": 0, - "value": "Preferred email communications" - } - ], - "columns.USER.Preferred first name": [ - { - "type": 0, - "value": "偏好名字" - } - ], - "columns.USER.Proxy for": [ - { - "type": 0, - "value": "代理" - } - ], - "columns.USER.Tags": [ - { - "type": 0, - "value": "標籤" - } - ], - "columns.USER.Type": [ - { - "type": 0, - "value": "類型" - } - ], - "columns.USER.Updated date": [ - { - "type": 0, - "value": "記錄已更新" - } - ], - "columns.USER.User id": [ - { - "type": 0, - "value": "使用者ID" - } - ], - "columns.USER.User name": [ - { - "type": 0, - "value": "使用者名稱" - } - ], - "columns.logs.actions": [ - { - "type": 0, - "value": "操作" - } - ], - "columns.logs.approach": [ - { - "type": 0, - "value": "Editing" - } - ], - "columns.logs.endTime": [ - { - "type": 0, - "value": "結束" - } - ], - "columns.logs.entityType": [ - { - "type": 0, - "value": "記錄類型" - } - ], - "columns.logs.hrId": [ - { - "type": 0, - "value": "ID" - } - ], - "columns.logs.operationType": [ - { - "type": 0, - "value": "批次操作類型" - } - ], - "columns.logs.processedNumOfRecords": [ - { - "type": 0, - "value": "已處理" - } - ], - "columns.logs.startTime": [ - { - "type": 0, - "value": "開始" - } - ], - "columns.logs.status": [ - { - "type": 0, - "value": "狀態" - } - ], - "columns.logs.totalNumOfRecords": [ - { - "type": 0, - "value": "記錄" - } - ], - "columns.logs.userId": [ - { - "type": 0, - "value": "執行" - } - ], - "conformationModal.commitChanges": [ - { - "type": 0, - "value": "提交更改" - } - ], - "conformationModal.message": [ - { - "type": 0, - "value": "如果點選" - }, - { - "children": [ - { - "type": 0, - "value": "提交更改" - } - ], - "type": 8, - "value": "b" - }, - { - "type": 0, - "value": "按鈕" - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "記錄將會更新。" - } - ], - "error.incorrectFormatted": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": "格式不正確。請更正格式並重新上傳檔案。" - } - ], - "error.mod-bulk-operations.not.confirm.changes.s3.issue": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.download.file.from.s3": [ - { - "type": 0, - "value": "There is a problem to retrieve data from S3. Please contact your hosting provider to check S3 configuration. Further details are available in Bulk edit app logs (mod-bulk-operations and mod-data-export-worker modules)." - } - ], - "error.mod-bulk-operations.not.upload.file.s3.invalid.configuration": [ - { - "type": 0, - "value": "There is a problem with S3 configuration that prevents Bulk edit module to save files. Please contact your hosting provider to check if the Bulk edit app has been configured correctly." - } - ], - "error.sww": [ - { - "type": 0, - "value": "發生了一些問題 !" - } - ], - "error.uploadedFile": [ - { - "type": 0, - "value": "上傳檔案失敗" - } - ], - "layer.action.apply.APPLY_TO_HOLDINGS": [ - { - "type": 0, - "value": "適用於所有館藏記錄" - } - ], - "layer.action.apply.APPLY_TO_ITEMS": [ - { - "type": 0, - "value": "適用於所有單件記錄" - } - ], - "layer.action.apply.ITEMS": [ - { - "type": 0, - "value": "適用於單件記錄" - } - ], - "layer.action.apply.STAFF_ONLY": [ - { - "type": 0, - "value": "只供職員使用" - } - ], - "layer.action.clear": [ - { - "type": 0, - "value": "清除欄位" - } - ], - "layer.action.replace": [ - { - "type": 0, - "value": "取代為" - } - ], - "layer.column.actions": [ - { - "type": 0, - "value": "操作" - } - ], - "layer.column.data": [ - { - "type": 0, - "value": "資料" - } - ], - "layer.column.field": [ - { - "type": 0, - "value": "Field" - } - ], - "layer.column.ind1": [ - { - "type": 0, - "value": "In.1" - } - ], - "layer.column.ind2": [ - { - "type": 0, - "value": "In.2" - } - ], - "layer.column.options": [ - { - "type": 0, - "value": "選項" - } - ], - "layer.column.subfield": [ - { - "type": 0, - "value": "Subfield" - } - ], - "layer.confirmChanges": [ - { - "type": 0, - "value": "確認更改" - } - ], - "layer.marc.error": [ - { - "type": 0, - "value": "Only 5xx and 9xx edits are currently supported." - } - ], - "layer.marc.error.ind": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.marc.error.limited": [ - { - "type": 0, - "value": "Limited to 5xx and 9xx." - } - ], - "layer.marc.error.protected": [ - { - "type": 0, - "value": "This field is protected." - } - ], - "layer.marc.error.subfield": [ - { - "type": 0, - "value": "Please check your input." - } - ], - "layer.options.add": [ - { - "type": 0, - "value": "Add" - } - ], - "layer.options.additionalSubfield": [ - { - "type": 0, - "value": "Additional subfield" - } - ], - "layer.options.administrativeNote": [ - { - "type": 0, - "value": "管理用之附註" - } - ], - "layer.options.append": [ - { - "type": 0, - "value": "Append" - } - ], - "layer.options.available": [ - { - "type": 0, - "value": "可用的" - } - ], - "layer.options.checkInNote": [ - { - "type": 0, - "value": "歸還附註" - } - ], - "layer.options.checkOutNote": [ - { - "type": 0, - "value": "借出附註" - } - ], - "layer.options.email": [ - { - "type": 0, - "value": "電子郵件" - } - ], - "layer.options.expirationDate": [ - { - "type": 0, - "value": "有效期限" - } - ], - "layer.options.holdings.linkText": [ - { - "type": 0, - "value": "連結文字" - } - ], - "layer.options.holdings.materialsSpecified": [ - { - "type": 0, - "value": "指定資料" - } - ], - "layer.options.holdings.permanentLocation": [ - { - "type": 0, - "value": "長期館藏地" - } - ], - "layer.options.holdings.suppress": [ - { - "type": 0, - "value": "在探索服務中隱藏" - } - ], - "layer.options.holdings.temporaryLocation": [ - { - "type": 0, - "value": "臨時館藏地" - } - ], - "layer.options.holdings.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "layer.options.holdings.urlPublic": [ - { - "type": 0, - "value": "URL 的公開附註" - } - ], - "layer.options.holdings.urlRelationship": [ - { - "type": 0, - "value": "URL關係" - } - ], - "layer.options.inProcess": [ - { - "type": 0, - "value": "In process" - } - ], - "layer.options.instances.staffSuppress": [ - { - "type": 0, - "value": "對館員隱藏" - } - ], - "layer.options.instances.suppress": [ - { - "type": 0, - "value": "在探索服務中隱藏" - } - ], - "layer.options.intellectual": [ - { - "type": 0, - "value": "虛擬單件" - } - ], - "layer.options.items.addNote": [ - { - "type": 0, - "value": "新增附註" - } - ], - "layer.options.items.changeNote": [ - { - "type": 0, - "value": "更改附註類型" - } - ], - "layer.options.items.duplicateTo": [ - { - "type": 0, - "value": "複製到" - } - ], - "layer.options.items.false": [ - { - "type": 0, - "value": "錯誤" - } - ], - "layer.options.items.markAsStaffOnly": [ - { - "type": 0, - "value": "僅標記為職員" - } - ], - "layer.options.items.removeAll": [ - { - "type": 0, - "value": "移除全部" - } - ], - "layer.options.items.removeMarkAsStaffOnly": [ - { - "type": 0, - "value": "刪除僅作為職員的標記" - } - ], - "layer.options.items.removeNote": [ - { - "type": 0, - "value": "移除" - } - ], - "layer.options.items.true": [ - { - "type": 0, - "value": "正確" - } - ], - "layer.options.longMissing": [ - { - "type": 0, - "value": "長期遺失" - } - ], - "layer.options.missing": [ - { - "type": 0, - "value": "遺失" - } - ], - "layer.options.non-requestable": [ - { - "type": 0, - "value": "處理中(不可預約)" - } - ], - "layer.options.patronGroup": [ - { - "type": 0, - "value": "讀者群組" - } - ], - "layer.options.permanentLoanType": [ - { - "type": 0, - "value": "永久借閱類型" - } - ], - "layer.options.permanentLocation": [ - { - "type": 0, - "value": "永久單件館藏地" - } - ], - "layer.options.placeholder": [ - { - "type": 0, - "value": "選擇單件狀態" - } - ], - "layer.options.removeField": [ - { - "type": 0, - "value": "Remove field" - } - ], - "layer.options.removeSubfield": [ - { - "type": 0, - "value": "Remove subfield" - } - ], - "layer.options.replaceWith": [ - { - "type": 0, - "value": "Replace with" - } - ], - "layer.options.restricted": [ - { - "type": 0, - "value": "使用限制" - } - ], - "layer.options.statusLabel": [ - { - "type": 0, - "value": "單件狀態" - } - ], - "layer.options.suppressFromDiscovery": [ - { - "type": 0, - "value": "在探索服務中隱藏" - } - ], - "layer.options.temporaryLoanTypeLabel": [ - { - "type": 0, - "value": "臨時借閱類型" - } - ], - "layer.options.temporaryLocation": [ - { - "type": 0, - "value": "臨時單件館藏地" - } - ], - "layer.options.unavailable": [ - { - "type": 0, - "value": "不可用" - } - ], - "layer.options.unknown": [ - { - "type": 0, - "value": "未知" - } - ], - "layer.options.withdrawn": [ - { - "type": 0, - "value": "註銷" - } - ], - "layer.selectLoanType": [ - { - "type": 0, - "value": "選擇借閱類型" - } - ], - "layer.selectLocation": [ - { - "type": 0, - "value": "選擇館藏地" - } - ], - "layer.selectNoteType": [ - { - "type": 0, - "value": "選擇附註類型" - } - ], - "layer.selectPatronGroup": [ - { - "type": 0, - "value": "選擇讀者群組" - } - ], - "layer.selectType": [ - { - "type": 0, - "value": "選擇附註類型" - } - ], - "layer.title": [ - { - "type": 0, - "value": "批次更新" - } - ], - "list.actions.download": [ - { - "type": 0, - "value": "下載" - } - ], - "list.criteriaTitle": [ - { - "type": 0, - "value": "設定標準" - } - ], - "list.errors.info": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "個條目 * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "筆記錄符合 * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "個錯誤" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " : " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "條目 * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "筆記錄已更改 * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "個錯誤" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.info": [ - { - "children": [ - { - "type": 0, - "value": "批次編輯查詢: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "條目 * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "記錄已更改 * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "錯誤" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.query.infoProcessed": [ - { - "children": [ - { - "type": 0, - "value": "批次編輯查詢: " - }, - { - "style": null, - "type": 2, - "value": "entries" - }, - { - "type": 0, - "value": "條目 * " - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "記錄已更改 * " - }, - { - "style": null, - "type": 2, - "value": "errors" - }, - { - "type": 0, - "value": "錯誤" - } - ], - "type": 8, - "value": "b" - } - ], - "list.errors.table.code": [ - { - "type": 0, - "value": "記錄識別號" - } - ], - "list.errors.table.link": [ - { - "type": 0, - "value": "View latest version" - } - ], - "list.errors.table.message": [ - { - "type": 0, - "value": "錯誤原因" - } - ], - "list.errors.title": [ - { - "type": 0, - "value": "錯誤" - } - ], - "list.filters.capabilities.acquisition": [ - { - "type": 0, - "value": "採購" - } - ], - "list.filters.capabilities.circulation": [ - { - "type": 0, - "value": "流通" - } - ], - "list.filters.capabilities.holdings": [ - { - "type": 0, - "value": "館藏庫-館藏" - } - ], - "list.filters.capabilities.instances": [ - { - "type": 0, - "value": "館藏庫 - 實例" - } - ], - "list.filters.capabilities.inventory": [ - { - "type": 0, - "value": "館藏庫:單件" - } - ], - "list.filters.capabilities.title": [ - { - "type": 0, - "value": "記錄類型" - } - ], - "list.filters.capabilities.users": [ - { - "type": 0, - "value": "使用者" - } - ], - "list.filters.identifier": [ - { - "type": 0, - "value": "識別號" - } - ], - "list.filters.logs": [ - { - "type": 0, - "value": "日誌紀錄" - } - ], - "list.filters.query": [ - { - "type": 0, - "value": "查詢" - } - ], - "list.filters.recordIdentifier": [ - { - "type": 0, - "value": "記錄識別號" - } - ], - "list.filters.recordIdentifier.externalIDs": [ - { - "type": 0, - "value": "外部 ID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsHRID": [ - { - "type": 0, - "value": "館藏HRID" - } - ], - "list.filters.recordIdentifier.holdings.holdingsUUID": [ - { - "type": 0, - "value": "館藏 UUID" - } - ], - "list.filters.recordIdentifier.holdings.instanceHRID": [ - { - "type": 0, - "value": "實例 HRID" - } - ], - "list.filters.recordIdentifier.holdings.itemBarcodes": [ - { - "type": 0, - "value": "單件條碼" - } - ], - "list.filters.recordIdentifier.instance.instanceHRID": [ - { - "type": 0, - "value": "實例 HRID" - } - ], - "list.filters.recordIdentifier.instance.instanceISBN": [ - { - "type": 0, - "value": "國際標準書號 ISBN" - } - ], - "list.filters.recordIdentifier.instance.instanceISSN": [ - { - "type": 0, - "value": "國際標準期刊號 ISSN" - } - ], - "list.filters.recordIdentifier.instance.instanceUUID": [ - { - "type": 0, - "value": "館藏 UUID" - } - ], - "list.filters.recordIdentifier.item.ItemHRIDs": [ - { - "type": 0, - "value": "單件 HRIDs" - } - ], - "list.filters.recordIdentifier.item.UUID": [ - { - "type": 0, - "value": "單件 UUID" - } - ], - "list.filters.recordIdentifier.item.accession": [ - { - "type": 0, - "value": "單件入藏號" - } - ], - "list.filters.recordIdentifier.item.barcode": [ - { - "type": 0, - "value": "單件條碼" - } - ], - "list.filters.recordIdentifier.item.former": [ - { - "type": 0, - "value": "單件先前的識別號" - } - ], - "list.filters.recordIdentifier.item.holdingsUUID": [ - { - "type": 0, - "value": "館藏 UUID" - } - ], - "list.filters.recordIdentifier.placeholder": [ - { - "type": 0, - "value": "選擇記錄識別號" - } - ], - "list.filters.recordIdentifier.userBarcodes": [ - { - "type": 0, - "value": "使用者條碼" - } - ], - "list.filters.recordIdentifier.userUUIDs": [ - { - "type": 0, - "value": "使用者 UUID" - } - ], - "list.filters.recordIdentifier.usernames": [ - { - "type": 0, - "value": "使用者名稱" - } - ], - "list.logSubTitle": [ - { - "type": 0, - "value": "設定開始批次更新的條件" - } - ], - "list.logSubTitle.changed": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "筆記錄已更改" - } - ], - "list.logSubTitle.matched": [ - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "筆記錄匹配" - } - ], - "list.preview.electronicAccess.linkText": [ - { - "type": 0, - "value": "連結文字" - } - ], - "list.preview.electronicAccess.materialsSpecified": [ - { - "type": 0, - "value": "指定資料" - } - ], - "list.preview.electronicAccess.publicNote": [ - { - "type": 0, - "value": "公開附註" - } - ], - "list.preview.electronicAccess.relationship": [ - { - "type": 0, - "value": "關係" - } - ], - "list.preview.electronicAccess.uri": [ - { - "type": 0, - "value": "URI" - } - ], - "list.preview.table.status.false": [ - { - "type": 0, - "value": "未啟用" - } - ], - "list.preview.table.status.true": [ - { - "type": 0, - "value": "啟用" - } - ], - "list.preview.title": [ - { - "type": 0, - "value": "預覽匹配的記錄" - } - ], - "list.preview.titleChanged": [ - { - "type": 0, - "value": "記錄預覽已更改" - } - ], - "list.result.emptyMessage": [ - { - "type": 0, - "value": "選擇記錄類型,然後選擇記錄識別號。" - } - ], - "list.result.emptyMessage.empty": [ - { - "type": 0, - "value": "選擇記錄識別號" - } - ], - "list.result.emptyMessage.holdings": [ - { - "type": 0, - "value": "選擇記錄識別號。" - } - ], - "list.result.emptyMessage.holdings.HRID": [ - { - "type": 0, - "value": "拖放或選擇帶有館藏 HRID 的檔案。" - } - ], - "list.result.emptyMessage.holdings.ID": [ - { - "type": 0, - "value": "拖放或選擇帶有館藏 UUID 的檔案。" - } - ], - "list.result.emptyMessage.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "拖放或選擇帶有實例 HRID 的檔案。" - } - ], - "list.result.emptyMessage.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "拖放或選擇帶有單件條碼的檔案。" - } - ], - "list.result.emptyMessage.holdings.query": [ - { - "type": 0, - "value": "按一下「查詢」按鈕查詢。" - } - ], - "list.result.emptyMessage.instance": [ - { - "type": 0, - "value": "選擇記錄識別號。" - } - ], - "list.result.emptyMessage.instance.HRID": [ - { - "type": 0, - "value": "拖放或選擇帶有實例 HRID 的檔案。" - } - ], - "list.result.emptyMessage.instance.ID": [ - { - "type": 0, - "value": "拖曳或選擇具有實例 UUID 的檔案。" - } - ], - "list.result.emptyMessage.instance.ISBN": [ - { - "type": 0, - "value": "拖曳或選擇帶有 ISBN 的檔案。" - } - ], - "list.result.emptyMessage.instance.ISSN": [ - { - "type": 0, - "value": "拖放或選擇帶有 ISSN 的檔案。" - } - ], - "list.result.emptyMessage.instance.query": [ - { - "type": 0, - "value": "按一下「查詢」按鈕查詢。" - } - ], - "list.result.emptyMessage.item": [ - { - "type": 0, - "value": "選擇記錄識別號" - } - ], - "list.result.emptyMessage.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "拖放或選擇帶有單件編號的檔案。" - } - ], - "list.result.emptyMessage.item.BARCODE": [ - { - "type": 0, - "value": "拖放或選擇帶有單件條碼的檔案。" - } - ], - "list.result.emptyMessage.item.FORMER_IDS": [ - { - "type": 0, - "value": "拖放或選擇帶有單件前識別號的檔案。" - } - ], - "list.result.emptyMessage.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "拖放或選擇帶有館藏 UUID 的檔案。" - } - ], - "list.result.emptyMessage.item.HRID": [ - { - "type": 0, - "value": "拖放或選擇帶有單件 HRID 的檔案。" - } - ], - "list.result.emptyMessage.item.ID": [ - { - "type": 0, - "value": "拖放或選擇帶有單件 UUID 的檔案。" - } - ], - "list.result.emptyMessage.item.query": [ - { - "type": 0, - "value": "按一下「查詢」按鈕查詢。" - } - ], - "list.result.emptyMessage.logs": [ - { - "type": 0, - "value": "選擇一個篩選器來顯示結果。" - } - ], - "list.result.emptyMessage.query": [ - { - "type": 0, - "value": "選擇一個記錄類型,然後按一下查詢按鈕。" - } - ], - "list.result.emptyMessage.user": [ - { - "type": 0, - "value": "選擇記錄識別號。" - } - ], - "list.result.emptyMessage.user.BARCODE": [ - { - "type": 0, - "value": "拖放或選擇帶有使用者條碼的檔案。" - } - ], - "list.result.emptyMessage.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "拖放或選擇具有外部 ID 的檔案。" - } - ], - "list.result.emptyMessage.user.ID": [ - { - "type": 0, - "value": "拖放或選擇帶有使用者 UUID 的檔案。" - } - ], - "list.result.emptyMessage.user.USER_NAME": [ - { - "type": 0, - "value": "拖放或選擇帶有使用者名稱的檔案。" - } - ], - "list.result.emptyMessage.user.query": [ - { - "type": 0, - "value": "按一下「查詢」按鈕查詢。" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile": [ - { - "type": 0, - "value": "包含更新記錄的檔案" - } - ], - "logs.actions.linkToCommittedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "包含更新記錄的檔案" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "提交更改時遇到錯誤的檔案" - } - ], - "logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "提交更改時遇到錯誤的檔案" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToCommittedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with updated records" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile": [ - { - "type": 0, - "value": "包含符合記錄的檔案" - } - ], - "logs.actions.linkToMatchedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "包含符合記錄的檔案" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile": [ - { - "type": 0, - "value": "記錄在匹配過程中遇到錯誤的檔案" - } - ], - "logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": [ - { - "type": 0, - "value": "記錄在匹配過程中遇到錯誤的檔案" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile": [ - { - "type": 0, - "value": "包含建議更改預覽的檔案" - } - ], - "logs.actions.linkToModifiedRecordsCsvFile.QUERY": [ - { - "type": 0, - "value": "包含建議更改預覽的檔案" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToModifiedRecordsMarcFile.QUERY": [ - { - "type": 0, - "value": "File with the preview of proposed changes" - } - ], - "logs.actions.linkToTriggeringCsvFile": [ - { - "type": 0, - "value": "用於觸發批次編輯的檔案" - } - ], - "logs.actions.linkToTriggeringCsvFile.QUERY": [ - { - "type": 0, - "value": "包含受批次更新影響的記錄識別碼的檔案" - } - ], - "logs.approach.IN_APP": [ - { - "type": 0, - "value": "In app" - } - ], - "logs.approach.MANUAL": [ - { - "type": 0, - "value": "本地" - } - ], - "logs.approach.QUERY": [ - { - "type": 0, - "value": "查詢" - } - ], - "logs.entityType.HOLDINGS_RECORD": [ - { - "type": 0, - "value": "館藏庫 - 館藏" - } - ], - "logs.entityType.INSTANCE": [ - { - "type": 0, - "value": "館藏庫 - 實例" - } - ], - "logs.entityType.INSTANCE_MARC": [ - { - "type": 0, - "value": "Inventory - instances (MARC)" - } - ], - "logs.entityType.ITEM": [ - { - "type": 0, - "value": "館藏庫 - 單件" - } - ], - "logs.entityType.USER": [ - { - "type": 0, - "value": "使用者" - } - ], - "logs.filter.endDate": [ - { - "type": 0, - "value": "結束" - } - ], - "logs.filter.option.delete": [ - { - "type": 0, - "value": "刪除" - } - ], - "logs.filter.option.edit": [ - { - "type": 0, - "value": "編輯" - } - ], - "logs.filter.startDate": [ - { - "type": 0, - "value": "開始" - } - ], - "logs.filter.title.capability": [ - { - "type": 0, - "value": "記錄類型" - } - ], - "logs.filter.title.status": [ - { - "type": 0, - "value": "狀態" - } - ], - "logs.filter.title.types": [ - { - "type": 0, - "value": "批次操作類型" - } - ], - "logs.filter.title.user": [ - { - "type": 0, - "value": "使用者" - } - ], - "logs.filter.user.placeholder": [ - { - "type": 0, - "value": "選擇使用者" - } - ], - "logs.filter.user.placeholder.empty": [ - { - "type": 0, - "value": "List is empty" - } - ], - "logs.infoPopover": [ - { - "type": 0, - "value": "檔案無法下載,因為自作業運行之日起已過去 30 天。" - } - ], - "logs.status.APPLY_CHANGES": [ - { - "type": 0, - "value": "應用變更" - } - ], - "logs.status.COMPLETED": [ - { - "type": 0, - "value": "完成" - } - ], - "logs.status.COMPLETED_WITH_ERRORS": [ - { - "type": 0, - "value": "已完成但有錯誤" - } - ], - "logs.status.DATA_MODIFICATION": [ - { - "type": 0, - "value": "資料修改" - } - ], - "logs.status.EXECUTING_QUERY": [ - { - "type": 0, - "value": "執行查詢" - } - ], - "logs.status.FAILED": [ - { - "type": 0, - "value": "失敗" - } - ], - "logs.status.NEW": [ - { - "type": 0, - "value": "新增" - } - ], - "logs.status.RETRIEVING_IDENTIFIERS": [ - { - "type": 0, - "value": "Retrieving identifiers" - } - ], - "logs.status.RETRIEVING_RECORDS": [ - { - "type": 0, - "value": "檢索記錄" - } - ], - "logs.status.REVIEWED_NO_MARC_RECORDS": [ - { - "type": 0, - "value": "Reviewing changes" - } - ], - "logs.status.REVIEW_CHANGES": [ - { - "type": 0, - "value": "審查變更" - } - ], - "logs.status.SAVED_IDENTIFIERS": [ - { - "type": 0, - "value": "Saving identifiers" - } - ], - "logs.status.SAVING_RECORDS_LOCALLY": [ - { - "type": 0, - "value": "儲存紀錄" - } - ], - "menuGroup.actions": [ - { - "type": 0, - "value": "操作" - } - ], - "menuGroup.showColumns": [ - { - "type": 0, - "value": "顯示欄位" - } - ], - "menuGroup.startEdit": [ - { - "type": 0, - "value": "Start bulk edit" - } - ], - "meta.logs.title": [ - { - "type": 0, - "value": "批次編輯日誌紀錄" - } - ], - "meta.query.title": [ - { - "type": 0, - "value": "批次編輯查詢" - } - ], - "meta.query.title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields query" - } - ], - "meta.title": [ - { - "type": 0, - "value": "批次更新" - } - ], - "meta.title.conformationModal": [ - { - "type": 0, - "value": "批次編輯: " - }, - { - "children": [ - { - "type": 0, - "value": " " - }, - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": " " - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile": [ - { - "type": 0, - "value": "批次更新 " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "meta.title.uploadedFile.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields - " - }, - { - "children": [ - { - "type": 1, - "value": "fileName" - } - ], - "type": 8, - "value": "b" - } - ], - "modal.fileExtensions.actionButton": [ - { - "type": 0, - "value": "選擇其他檔案上傳" - } - ], - "modal.fileExtensions.blocked.header": [ - { - "type": 0, - "value": "無效檔案" - } - ], - "modal.fileExtensions.blocked.message": [ - { - "type": 0, - "value": "只能上傳副檔名為 .csv 的檔案" - } - ], - "modal.fileExtensions.blocked.message2": [ - { - "type": 0, - "value": "只能上傳一個副檔名為 .csv 的檔案。" - } - ], - "modal.next": [ - { - "type": 0, - "value": "下一個" - } - ], - "modal.successfullMessage": [ - { - "type": 1, - "value": "fileName" - }, - { - "type": 0, - "value": "已成功上傳。" - } - ], - "options.placeholder": [ - { - "type": 0, - "value": "選擇選項" - } - ], - "permission.inventory.edit": [ - { - "type": 0, - "value": "Bulk Edit: In app - Edit inventory records" - } - ], - "permission.inventory.view": [ - { - "type": 0, - "value": "Bulk Edit: In app - View inventory records" - } - ], - "permission.logs.view": [ - { - "type": 0, - "value": "批次編輯:可以查看日誌紀錄" - } - ], - "permission.module.bulk-edit.enabled": [ - { - "type": 0, - "value": "UI:批次編輯模組已啟用" - } - ], - "permission.query.execute": [ - { - "type": 0, - "value": "Bulk edit: Can build query" - } - ], - "permission.users.csv.edit": [ - { - "type": 0, - "value": "Bulk Edit: Local - Edit user records" - } - ], - "permission.users.csv.view": [ - { - "type": 0, - "value": "Bulk Edit: Local - View user records" - } - ], - "permission.users.edit": [ - { - "type": 0, - "value": "Bulk edit: In app - Edit user records" - } - ], - "permissionsModal.cancel": [ - { - "type": 0, - "value": "取消" - } - ], - "permissionsModal.filter.assigned": [ - { - "type": 0, - "value": "已指派" - } - ], - "permissionsModal.filter.assignmentStatus": [ - { - "type": 0, - "value": "權限分配狀態" - } - ], - "permissionsModal.filter.permissionSets": [ - { - "type": 0, - "value": "權限組合" - } - ], - "permissionsModal.filter.permissionTypes": [ - { - "type": 0, - "value": "權限類型" - } - ], - "permissionsModal.filter.permissions": [ - { - "type": 0, - "value": "權限" - } - ], - "permissionsModal.filter.resetAll": [ - { - "type": 0, - "value": "全部重設" - } - ], - "permissionsModal.filter.search": [ - { - "type": 0, - "value": "檢索" - } - ], - "permissionsModal.filter.title": [ - { - "type": 0, - "value": "查詢與篩選" - } - ], - "permissionsModal.filter.unassigned": [ - { - "type": 0, - "value": "未指派的" - } - ], - "permissionsModal.list.cell.assigned": [ - { - "type": 0, - "value": "已指派" - } - ], - "permissionsModal.list.cell.permissionSets": [ - { - "type": 0, - "value": "權限組合" - } - ], - "permissionsModal.list.cell.permissions": [ - { - "type": 0, - "value": "權限" - } - ], - "permissionsModal.list.cell.unassigned": [ - { - "type": 0, - "value": "未指派的" - } - ], - "permissionsModal.list.columns.name": [ - { - "type": 0, - "value": "名稱" - } - ], - "permissionsModal.list.columns.status": [ - { - "type": 0, - "value": "狀態" - } - ], - "permissionsModal.list.columns.type": [ - { - "type": 0, - "value": "類型" - } - ], - "permissionsModal.list.subTitle": [ - { - "type": 0, - "value": "找到" - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "權限" - } - ], - "permissionsModal.list.title": [ - { - "type": 0, - "value": "權限" - } - ], - "permissionsModal.save": [ - { - "type": 0, - "value": "儲存並關閉" - } - ], - "permissionsModal.title": [ - { - "type": 0, - "value": "選擇權限" - } - ], - "permissionsModal.totalSelected": [ - { - "type": 0, - "value": "所選總數: " - }, - { - "style": null, - "type": 2, - "value": "count" - } - ], - "preview.file.title": [ - { - "type": 0, - "value": "檔案名稱: " - }, - { - "type": 1, - "value": "fileUploadedName" - } - ], - "preview.query.title": [ - { - "type": 0, - "value": "查詢: " - }, - { - "type": 1, - "value": "queryText" - } - ], - "previewModal.areYouSure": [ - { - "type": 0, - "value": "是否確定?" - } - ], - "previewModal.downloadPreview": [ - { - "type": 0, - "value": "下載預覽" - } - ], - "previewModal.downloadPreview.marc": [ - { - "type": 0, - "value": "Download preview in MARC format" - } - ], - "previewModal.keepEditing": [ - { - "type": 0, - "value": "繼續編輯" - } - ], - "previewModal.message": [ - { - "type": 0, - "value": "如果按一下「提交變更」按鈕,將會變更" - }, - { - "style": null, - "type": 2, - "value": "count" - }, - { - "type": 0, - "value": "筆記錄。您可以選擇下載預覽以在儲存之前查看所有變更。" - } - ], - "previewModal.message.empty.marc": [ - { - "type": 0, - "value": "All instances have source FOLIO. Use “Instances and Administrative data” option for bulk edit." - } - ], - "previewModal.previewToBeChanged": [ - { - "type": 0, - "value": "預覽要變更的記錄" - } - ], - "previewModal.saveAndClose": [ - { - "type": 0, - "value": "提交更改" - } - ], - "progressBar.committing": [ - { - "type": 0, - "value": "提交變更" - } - ], - "progressBar.title": [ - { - "type": 0, - "value": "上傳" - }, - { - "type": 1, - "value": "title" - }, - { - "type": 0, - "value": "並檢索相關資料" - } - ], - "progresssBar.processing": [ - { - "type": 0, - "value": "處理中" - } - ], - "progresssBar.retrieving": [ - { - "type": 0, - "value": "檢索中..." - } - ], - "recordsSuccessfullyChanged": [ - { - "style": null, - "type": 2, - "value": "value" - }, - { - "type": 0, - "value": "筆記錄已成功更改" - } - ], - "resetFilters": [ - { - "type": 0, - "value": "全部重設" - } - ], - "retrievedDataList.title": [ - { - "type": 0, - "value": "找到" - }, - { - "style": null, - "type": 2, - "value": "matched" - }, - { - "type": 0, - "value": "匹配的" - }, - { - "type": 1, - "value": "capability" - }, - { - "type": 0, - "value": "記錄。" - } - ], - "start.delete": [ - { - "type": 0, - "value": "開始批次刪除" - } - ], - "start.downloadChangedRecords": [ - { - "type": 0, - "value": "下載已變動的紀錄 (CSV)" - } - ], - "start.downloadChangedRecords.marc": [ - { - "type": 0, - "value": "Download changed records (MARC)" - } - ], - "start.downloadErrors": [ - { - "type": 0, - "value": "下載錯誤 (CSV)" - } - ], - "start.downloadMathcedRecords": [ - { - "type": 0, - "value": "下載符合的記錄 (CSV)" - } - ], - "start.edit": [ - { - "type": 0, - "value": "開始批次更新" - } - ], - "start.edit.csv": [ - { - "type": 0, - "value": "開始批次編輯(本地)" - } - ], - "start.edit.instance": [ - { - "type": 0, - "value": "開始批次編輯 - 實例欄位" - } - ], - "start.edit.mark": [ - { - "type": 0, - "value": "Instances with source MARC (POC)" - } - ], - "textArea.resetAll": [ - { - "type": 0, - "value": "全部重設" - } - ], - "textArea.search": [ - { - "type": 0, - "value": "檢索" - } - ], - "title.identifier": [ - { - "type": 0, - "value": "識別號" - } - ], - "title.logs": [ - { - "type": 0, - "value": "日誌紀錄" - } - ], - "title.mark": [ - { - "type": 0, - "value": "Bulk edit MARC fields" - } - ], - "title.query": [ - { - "type": 0, - "value": "查詢" - } - ], - "type.placeholder": [ - { - "type": 0, - "value": "選擇類型" - } - ], - "uploaderActiveTitle": [ - { - "type": 0, - "value": "取消以便繼續" - } - ], - "uploaderBtnText": [ - { - "type": 0, - "value": "或是選擇檔案" - } - ], - "uploaderSubTitle": [ - { - "type": 0, - "value": "選擇帶有記錄識別號的檔案" - } - ], - "uploaderSubTitle.empty": [ - { - "type": 0, - "value": "選擇帶有記錄識別號的檔案" - } - ], - "uploaderSubTitle.holdings": [ - { - "type": 0, - "value": "選擇帶有記錄識別號的檔案" - } - ], - "uploaderSubTitle.holdings.HRID": [ - { - "type": 0, - "value": "選擇包含館藏 HRID 的檔案" - } - ], - "uploaderSubTitle.holdings.ID": [ - { - "type": 0, - "value": "選擇具有館藏 UUID 的檔案" - } - ], - "uploaderSubTitle.holdings.INSTANCE_HRID": [ - { - "type": 0, - "value": "選擇具有實例 HRID 的檔案" - } - ], - "uploaderSubTitle.holdings.ITEM_BARCODE": [ - { - "type": 0, - "value": "選擇帶有單件條碼的檔案" - } - ], - "uploaderSubTitle.instance": [ - { - "type": 0, - "value": "選擇帶有記錄識別號的檔案" - } - ], - "uploaderSubTitle.instance.HRID": [ - { - "type": 0, - "value": "選擇具有實例 HRID 的檔案" - } - ], - "uploaderSubTitle.instance.ID": [ - { - "type": 0, - "value": "選擇具有實例 UUID 的檔案" - } - ], - "uploaderSubTitle.instance.ISBN": [ - { - "type": 0, - "value": "選擇帶有 ISBN 的檔案" - } - ], - "uploaderSubTitle.instance.ISSN": [ - { - "type": 0, - "value": "選擇帶有 ISSN 的檔案" - } - ], - "uploaderSubTitle.item": [ - { - "type": 0, - "value": "選擇帶有記錄識別號的檔案" - } - ], - "uploaderSubTitle.item.ACCESSION_NUMBER": [ - { - "type": 0, - "value": "選擇帶有單件入藏號的檔案" - } - ], - "uploaderSubTitle.item.BARCODE": [ - { - "type": 0, - "value": "選擇帶有單件條碼的檔案" - } - ], - "uploaderSubTitle.item.FORMER_IDS": [ - { - "type": 0, - "value": "選擇帶有單件前識別號的檔案" - } - ], - "uploaderSubTitle.item.HOLDINGS_RECORD_ID": [ - { - "type": 0, - "value": "選擇具有館藏 UUID 的檔案" - } - ], - "uploaderSubTitle.item.HRID": [ - { - "type": 0, - "value": "選擇包含單件 HRID 的文件" - } - ], - "uploaderSubTitle.item.ID": [ - { - "type": 0, - "value": "選擇具有單件 UUID 的檔案" - } - ], - "uploaderSubTitle.records": [ - { - "type": 0, - "value": "上傳包含已編輯記錄的 CSV 檔案" - } - ], - "uploaderSubTitle.user": [ - { - "type": 0, - "value": "選擇帶有記錄識別號的檔案" - } - ], - "uploaderSubTitle.user.BARCODE": [ - { - "type": 0, - "value": "選擇帶有使用者條碼的檔案" - } - ], - "uploaderSubTitle.user.EXTERNAL_SYSTEM_ID": [ - { - "type": 0, - "value": "選擇具有外部 ID 的檔案" - } - ], - "uploaderSubTitle.user.ID": [ - { - "type": 0, - "value": "選擇具有使用者 UUID 的檔案" - } - ], - "uploaderSubTitle.user.USER_NAME": [ - { - "type": 0, - "value": "選擇帶有使用者名稱的檔案" - } - ], - "uploaderTitle": [ - { - "type": 0, - "value": "拖放" - } - ], - "uploading": [ - { - "type": 0, - "value": "上傳中" - } - ] -} \ No newline at end of file