'use strict'; {% load i18n %} const jsi10n = { mes : { 'Manufacturer': '{% trans "Manufacturer" %}', 'Name': '{% trans "Name" %}', 'Comment': '{% trans "Comment" %}', 'User': '{% trans "User" %}', 'Login': '{% trans "Login" %}', 'Place': '{% trans "Place" %}', 'Bar code': '{% trans "Bar code" %}', 'Date of change': '{% trans "Date of change" %}', 'Inventory number': '{% trans "Inventory number" %}', 'Serial number': '{% trans "Serial number" %}', 'The page counter': '{% trans "The page counter" %}', 'Counter': '{% trans "Counter" %}', 'Actions': '{% trans "Actions" %}', 'Are you sure you want to write off the selected printer?': '{% trans "Are you sure you want to write off the selected printer?" %}', 'Color': '{% trans "Color" %}', 'Firm': '{% trans "Firm" %}', 'Organization': '{% trans "Organization" %}', 'Are you sure you want to recycle printer?': '{% trans "Are you sure you want to recycle printer?" %}', 'Actual': '{% trans "Actual" %}', 'Number': '{% trans "Number" %}', 'Type': '{% trans "Type" %}', 'Title': '{% trans "Title" %}', 'Date': '{% trans "Date" %}', 'Amount, dollars': '{% trans "Amount, dollars" %}', 'Spent, dollars': '{% trans "Spent, dollars" %}', 'Content': '{% trans "Content" %}', 'Summary': '{% trans "Summary" %}', 'Full name': '{% trans "Full name" %}', 'Complaint': '{% trans "Complaint" %}', 'Are you sure you want to delete a document?': '{% trans "Are you sure you want to delete a document?" %}', 'Not selected cartridges installed in the printer': '{% trans "Not selected cartridges installed in the printer." %}', 'Not selected a printer.': '{% trans "Not selected a printer" %}', 'Are you sure you want to delete the user?': '{% trans "Are you sure you want to delete the user?" %}', 'Are you sure you want to delete users?': '{% trans "Are you sure you want to delete users?" %}', 'Amount
recovery': '{% trans "Amount
recovery" %}', 'Are you sure you want to move the cartridges to the basket?': '{% trans "Are you sure you want to move the cartridges to the basket?" %}', 'Refill': '{% trans "Refill" %}', 'Printer': '{% trans "Printer" %}', 'Are you sure you want to delete consumable (s)?': '{% trans "Are you sure you want to delete consumable (s)?" %}', 'You sure you want to return the selected items back to the store?': '{% trans "You sure you want to return the selected items back to the store?" %}', 'Are you sure you want to remove the name?': '{% trans "Are you sure you want to remove the name?" %}', 'CCount': '{% trans "CCount" %}', 'Does not specify a value.': '{% trans "Does not specify a value." %}', 'Internal number': '{% trans "Internal number" %}', 'Object type': '{% trans "Object type" %}', 'Contract': '{% trans "Contract" %}', 'Date of transfer': '{% trans "Date of transfer" %}', 'Who returned': '{% trans "Who returned" %}', 'Who served': '{% trans "Who served" %}', 'Who gave': '{% trans "Who gave" %}', 'Spent dollars': '{% trans "Spent dollars" %}', 'Return date': '{% trans "Return date" %}', 'Cartridge name': '{% trans "Cartridge name" %}', 'List of compatible cartridges': '{% trans "List of compatible cartridges" %}', 'Are you sure you want to delete?': '{% trans "Are you sure you want to delete?" %}', 'Contacts': '{% trans "Contacts" %}', 'Address': '{% trans "Address" %}', 'Are you sure you want to remove the counterparty?': '{% trans "Are you sure you want to remove the counterparty?" %}', 'Are you sure you want to return to stock?': '{% trans "Are you sure you want to return to stock?" %}', 'Branch': '{{ request.BRANCH_NAME }}', 'Branches': '{{ request.BRANCH_PLURAL }}', 'Yes': '{% trans "Yes" %}', 'Cancel': '{% trans "Cancel" %}', 'Close': '{% trans "Close" %}', 'Ok': '{% trans "Ok" %}', 'Delete': '{% trans "Delete" %}', 'Confirm': '{% trans "Confirm" %}', 'Are you sure you want to delete the printer with ID=34?': '{% trans "Are you sure you want to delete the printer with ID=34?" %}', 'Please select at least one document.': '{% trans "Please select at least one document." %}', 'Warning': '{% trans "Warning" %}', 'Are you sure you want to remove the selected item from the database?': '{% trans "Are you sure you want to remove the selected item from the database?" %}', 'Removing the operating system': '{% trans "Removing the operating system" %}', 'The operating system will be removed permanently. Are you sure?': '{% trans "The operating system will be removed permanently. Are you sure?" %}', 'Component information': '{% trans "Component information" %}', 'Quantity, pieces': '{% trans "Quantity, pieces" %}', 'You need to choose a cartridge.': '{% trans "You need to choose a cartridge." %}', 'Only one cartridge may be moved to empty.': '{% trans "Only one cartridge may be moved to empty." %}', 'Are you sure you want to delete the 123 cartridge?': '{% trans "Are you sure you want to delete the 123 cartridge?" %}', 'Removing a component': '{% trans "Removing a component" %}', 'Select a user group.': '{% trans "Select a user group." %}', 'Groups': '{% trans "Groups" %}', }, _ : function(key) { return this.mes[key] } }