-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb47604
commit 12be42f
Showing
2 changed files
with
114 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"scanBarcode": "Scan or enter barcode to check-in item", | ||
"itemId": "Item ID", | ||
"enter": "Enter", | ||
"processedAs": "Processed as", | ||
"actual": "Actual", | ||
"checkinDate": "Check-in date", | ||
"checkinTime": "Check-in time", | ||
"timeReturnedLabel": "Time returned", | ||
"endSession": "End session", | ||
"noItems": "No items have been entered yet.", | ||
"timeReturned": "Time returned", | ||
"title": "Title", | ||
"barcode": "Barcode", | ||
"location": "Location", | ||
"status": "Status", | ||
"loanDetails": "Loan details", | ||
"itemDetails": "Item details", | ||
"patronDetails": "Patron details", | ||
"loanNoExist": "Loan does not exist", | ||
"itemNoExist": "Item with this barcode does not exist", | ||
"userNoExist": "User {userId} does not exist", | ||
"fillOut": "Please fill this out to continue", | ||
"meta.title": "Check in", | ||
"today": "today", | ||
"now": "now", | ||
"statusModal.back": "Back", | ||
"statusModal.confirm": "Confirm", | ||
"statusModal.transit.heading": "In transit", | ||
"statusModal.transit.message": "Route <strong>{title} ({materialType})</strong> (Barcode: {barcode}) to <strong>{servicePoint}</strong>.", | ||
"statusModal.hold.heading": "Awaiting pickup for a request", | ||
"statusModal.hold.message": "Place <strong>{title} ({materialType})</strong> (Barcode: {barcode}) on Hold Shelf at <strong>{pickupServicePoint}</strong> for request.", | ||
"scannedItems": "Scanned Items", | ||
"statusModal.printSlip": "Print slip", | ||
"unknownError": "Unknown error occurred", | ||
"statusModal.close": "Close", | ||
"close": "Close", | ||
"errorModal.noItemFound": "The barcode <strong>{barcode}</strong> could not be found.", | ||
"itemNotFound": "Item not found", | ||
"multipieceModal.confirm": "Confirm", | ||
"multipieceModal.back": "Back", | ||
"multipieceModal.label": "Confirm multipiece check in", | ||
"multipieceModal.checkIn": "Check in", | ||
"multipieceModal.cancel": "Cancel", | ||
"multipieceModal.item.numberOfPieces": "Number of pieces", | ||
"multipieceModal.message": "<strong>{title}</strong> <strong>({name})</strong> (Barcode: {barcode}) will be checked in.", | ||
"multipieceModal.item.descriptionOfPieces": "Description of pieces", | ||
"multipieceModal.item.numberOfMissingPieces": "Number of missing pieces", | ||
"multipieceModal.item.descriptionOfmissingPieces": "Description of missing pieces", | ||
"newFeeFine": "New Fee/Fine", | ||
"action.printHoldSlip": "Print hold slip", | ||
"action.printTransitSlip": "Print transit slip", | ||
"missingModal.heading": "Check in missing item?", | ||
"missingModal.message": "<strong>{title} ({materialType})</strong> (Barcode: {barcode}) has the item status <strong>Missing</strong> {discoverySuppressMessage}", | ||
"missingModal.discoverySuppress": "and is suppressed from discovery", | ||
"note": "Note", | ||
"checkinNoteModal.heading": "Confirm check in", | ||
"checkinNoteModal.message": "<strong>{title} ({materialType})</strong> (Barcode: {barcode}) has <strong>{count}</strong> {count, plural, one {note} other {notes}} and will be <strong>checked in</strong> ", | ||
"checkinNotes": "Check in Notes", | ||
"checkinNotes.heading": "Check in notes", | ||
"checkinNotes.message": "<strong>{title} ({materialType})</strong> (Barcode: {barcode}) has <strong>{count}</strong> {count, plural, one {note} other {notes}}", | ||
"date": "Date", | ||
"source": "Source", | ||
"statusModal.delivery.heading": "Route for delivery request", | ||
"statusModal.delivery.closeAndCheckout": "Close and check out", | ||
"statusModal.delivery.message": "There is a delivery request for <strong>{itemTitle} ({itemType})</strong> (Barcode: {itemBarcode}). <strong>Please check the item out and route for delivery.</strong>", | ||
"effectiveCallNumber": "Effective call number string", | ||
"inHouseUse": "In-house use", | ||
"declaredLostModal.heading": "Check in Declared lost item?", | ||
"declaredLostModal.message": "<strong>{title} ({materialType})</strong> (Barcode: {barcode}) has the item status <strong>Declared lost.</strong>", | ||
"feeFineDetails": "Fee/fine details", | ||
"withdrawnModal.heading": "Check in Withdrawn item?", | ||
"withdrawnModal.suppressedMessage": "<strong>{title} ({materialType})</strong> (Barcode: {barcode}) has the item status <strong>Withdrawn </strong> and is suppressed from discovery.", | ||
"withdrawnModal.notSuppressedMessage": "<strong>{title} ({materialType})</strong> (Barcode: {barcode}) has the item status <strong>Withdrawn</strong>.", | ||
"claimedReturnedModal.label": "Check in claimed returned item", | ||
"claimedReturnedModal.message": "<strong>{title}</strong> (<strong>{materialType}</strong>) (Barcode: {barcode}) has been <strong>claimed returned</strong>.", | ||
"claimedReturnedModal.resolution.found": "Found by library", | ||
"claimedReturnedModal.resolution.returned": "Returned by patron", | ||
"requestDetails": "Request details", | ||
"confirmModal.heading": "Check in {status} item?", | ||
"confirmModal.message": "<strong>{title} ({materialType})</strong> (Barcode: {barcode}) has the item status <strong>{status}</strong> {discoverySuppressMessage}", | ||
"confirmModal.discoverySuppress": "and is suppressed from discovery", | ||
"confirmModal.confirm": "Confirm", | ||
"confirmModal.cancel": "Cancel", | ||
"statuses.missing": "Missing", | ||
"statuses.declaredLost": "Declared lost", | ||
"statuses.withdrawn": "Withdrawn", | ||
"statuses.lostAndPaid": "Lost and paid", | ||
"feesFinesOwed": "(fees/fines owed)", | ||
"statuses.agedToLost": "Aged to lost", | ||
"actions": "Actions", | ||
"actionsMenu": "Item actions", | ||
"permission.all": "Check in: All permissions", | ||
"statusModal.hold.comment": "<strong>Patron comments:</strong> {comment}", | ||
"statuses.restricted": "Restricted", | ||
"itemNotCheckedIn": "Item not checked in", | ||
"statuses.inProcessNonRequestable": "In process (non-requestable)", | ||
"statuses.longMissing": "Long missing", | ||
"statuses.unavailable": "Unavailable", | ||
"statuses.unknown": "Unknown", | ||
"dateReturnedLabel": "Date returned", | ||
"errorModal.unhandledError": "This is an unhandled exception.", | ||
"selectItemModal.heading": "Select item", | ||
"selectItemModal.resultCount": "{count} Records found", | ||
"selectItemModal.barcode": "Barcode", | ||
"selectItemModal.itemStatus": "Item status", | ||
"selectItemModal.location": "Location", | ||
"selectItemModal.materialType": "Material type", | ||
"selectItemModal.loanType": "Loan type", | ||
"selectItemModal.title": "Title", | ||
"selectItemModal.callNumber": "Call number", | ||
"selectItemModal.itemListHeader": "List of items: choose one" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters