Files
old-wiaas-legacy/api-wiaas/server/components/v1/translate/languages/en.json

1271 lines
70 KiB
JSON

{
"main" : {
"TITLE" : "Hello World",
"LANGUAGE" : "Language",
"LOGOUT" : "Logout",
"CHANGE_CL" : "Switch C.L.",
"TERMS" : "Terms and Conditions",
"menu" : {
"Dashboards" : "Dashboards",
"Shop" : "Co-Market",
"Suppliers" : "Suppliers",
"Packages" : "Packages",
"Process" : "Process",
"Orders" : "Orders",
"Contact" : "Contact",
"Users" : "Users",
"Documents" : "Documents",
"Processes" : "Delivery Processes",
"Customers" : "Customers",
"Financing" : "Financing",
"Bids" : "Bids"
}
},
"orderProjects" : {
"messages": {
"INVALID_DATA" : "Invalid data",
"NO_CHANGES" : "No changes!",
"PROJECT_UPDATED" : "Project Updated!",
"EMPTY_VALUE" : "Value can not be empty!",
"MAX_CHARACTERS" : "Value can not be longer than 100 characters!"
}
},
"bids" : {
"TITLE" : "Package Bids",
"headers" : {
"SUPPLIER_BID" : "Supplier Bid",
"LINK_SUPPLIER_BIDS" : "Select Supplier Bids",
"ADD_BID_MARGIN" : "Add Bid Margin",
"REMOVE_BID" : "Remove Bid"
},
"labels" : {
"COMEMRCIAL_LEADS" : "Commercial Lead",
"CUSTOMER" : "Customer",
"PACKAGE" : "Package",
"PAY_TYPE" : "Pay Type",
"START_DATE" : "Start Date",
"END_DATE" : "End Date",
"FIXED" : "Fixed MSP",
"PRINCIPAL_AMOUNT" : "Principal Amount",
"RECURRENT_PRICE" : "Recurrent",
"SERVICES" : "Services",
"SUPPLIER_BIDS" : "Supplier Bids",
"SUPPLIER" : "Supplier",
"PRODUCT" : "Product",
"BID_NUMBER" : "Bid Number",
"fixedExtra" : "Fixed Extra",
"recurrentExtra" : "Recurrent Extra",
"servicesExtra" : "Services Extra",
"REMOVE_BID_LABEL" : "Are you sure you want to remove the bid "
},
"buttons" : {
"VIEW_BIDS" : "View Bids",
"ADD_BID" : "Add Bid For Package",
"SAVE_BID" : "Save Bid",
"LINK_BID" : "Select Supplier Bid",
"ADD_SUPPLIER_BID" : "Add Supplier Bid",
"EDIT_MARGINS" : "Edit Margins",
"REMOVE" : "Remove"
},
"messages" : {
"SUPPLIER_BIDS_NOT_LINKED" : "Supplier bids not linked!",
"SUPPLIER_BIDS_LINKED" : "Supplier bids linked!",
"SERVER_ERROR" : "There seems to be a problem!",
"BID_ADDED" : "Bid added!",
"BID_REQUIRED" : "Bid required!",
"BID_REMOVED" : "Bid removed!",
"BID_MARGINS_REQUIRED" : "Invalid margins!",
"BID_MARGIN_ADDED" : "Bid margin added!",
"SUPPLIER_BID_ADDED" : "Supplier bid added!",
"idPackage_REQUIRED" : "Package required",
"idCustomerInstance_REQUIRED" : " Customer required",
"idPaymentType_REQUIRED" : "Pay type required",
"startDate_REQUIRED" : "Start date required",
"endDate_REQUIRED" : "End date required",
"fixedPrice_REQUIRED" : "Fixed price required",
"principalAmount_REQUIRED" : "Principal amount required",
"servicesPrice_REQUIRED" : "Services required"
}
},
"dataTable" :{
"lengthMenu": "Display _MENU_ records per page",
"zeroRecords": "Nothing found - sorry",
"info": "Showing page _PAGE_ of _PAGES_",
"infoEmpty": "No records available",
"infoFiltered": "(filtered from _MAX_ total records)"
},
"financing" : {
"TITLE" : "Financing",
"messages" : {
"NO_INTEREST_RATE": "Interest rate value required and it must be a number between 0 and 100!",
"INTEREST_RATE_UPDATED": "Interest rate updated!",
"INVALID_NUMBER": "Interest rate value required and it must be a number between 0 and 100!",
"DISCOUNT_UPDATED": "Discounts for customers where updated successfully",
"DISCOUNT_NOT_VALID": "Discount is invalid for",
"CUSTOMERS_DISCOUNT_EMPTY": "No changes for discounts"
}
},
"customers" : {
"TITLE" : "Customers",
"buttons" : {
"SAVE" : "Save",
"VIEW_CUSTOMERS" : "Customers Order Types"
},
"headers" : {
"CUSTOMERS" : "Customers",
"ORDER_TYPE" : "Order Type",
"DEFAULT" : "Preferred Order Type"
},
"messages" : {
"DEFAULT_VALUE_REQUIRED" : "Prefered order type value required!",
"DEFAULT_VALUE_UPDATED" : "Prefered order type updated!",
"NO_CHANGES" : "No changes available!",
"ORDER_TYPES_UPDATED" : "Order types updated for selected customers!",
"NOT_AUTHORIZED" : "You are not authorized to change this values!"
}
},
"dashboards" : {
"TITLE" : "Dashboards",
"buttons" : {
"VIEW_DASHBOARD" : "My dashboard",
"CREATE_DASHBOARD" : "Create dashboard",
"APPLY_FILTER" : "Apply",
"CLEAR_FILTER" : "Clear filter",
"DROP" : "Drop to reposition",
"DRAG" : "Drag gadget to reposition",
"REMOVE_GADGET" : "Remove gadget",
"ADD_GADGET" : "Add gadget",
"ADD_TO_DASHBOARD" : "Add to dashboard",
"CREATE" : "Create",
"BACK" : "Back",
"UPDATE" : "Update"
},
"headers" : {
"ORDER_CENTRAL" : "Order Central",
"ASSIGNED_ORDERS" : "Assigned Orders",
"ASSIGNED_TO": "Assigned to",
"NEXT_ACTIONS" : "Next Actions",
"ORDER" : "Order",
"ORDER_DATE" : "Order Date",
"TOTAL" : "Total",
"STATUS" : "Status",
"RECURRING" : "Recurring",
"SELECT_DASHBOARD" : "Select a dashboard",
"FILTER_COLUMN" : "Filter column:",
"APPLIERD_FILTER" : "Applied filter:",
"CREATE_DASHBOARD" : "Create Dashboard",
"EDIT_DASHBOARD" : "Edit Dashboard",
"DASHBOARD_NAME" : "Dashboard Name",
"NAME" : "Name",
"ACTION" : "Action",
"FOR" : "For:",
"REMOVE_DASHBOARD" : "Remove Dashboard"
},
"gadgets" : {
"gadget-order-central" : {
"DESCRIPTION" : "The gadget shows the last 5 orders that are open or in progress. A filter by orderNumber, orderDate and order status is possible!"
},
"gadget-next-actions" : {
"DESCRIPTION" : "The gadget shows the next actions that need to be done for the delivery of the ordered packages!"
},
"gadget-assigned-orders" : {
"DESCRIPTION" : "This gadget shows the last 5 orders assigned to other brokers!"
}
},
"messages" : {
"NO_GADGETS" : "No gadgets selected for dashboard!",
"INVALID_VISIBILITY" : "Invalid value for visibility!",
"INSERT_DASHBOARD_ERROR" : "There seems to be a problem. Please contact support!",
"EMPTY_VALUE" : "Value is required!",
"DASHBORAD_CREATED" : "Dashboard has been created!",
"GADGET_ALREADY_IN_DASHBOARD" : "Gadget already in dashboard",
"NAME_ALREADY_EXISTS" : "A dashboard with this name already exists!",
"NOT_OWNER_OF_DASHBAORD" : "Dashboard is invalid or you are not the owner for this dashboard!",
"DASHBORAD_UPDATED" : "Dashboard has been updated!",
"REMOVE_DASHBORAD_CONFIRMATION" : "Are you sure you want to remove the dashboard: ",
"DASHBORAD_REMOVED" : "Dashboard has been removed!",
"DASHBORAD_REMOVE_ERROR" : "There seems to be an error and the dashboard has not been removed!",
"MAX_CHARACTERS" : "To many characters!"
}
},
"shop" : {
"TITLE" : "Co-Market",
"options" : {
"FURNITURE_COLOR" : "Furniture color"
},
"headers" : {
"SOLD_IN" : "Available in",
"PRODUCTS" : "Products",
"AGREEMENT_OPTIONS" : "Payment Options",
"PACKAGE_OPTIONS" : "Package Options",
"DESCRIPTION" : "Description",
"SOLD_BY" : "Sold by",
"PHONE" : "Phone",
"MAIL" : "Mail",
"AVAILABLE_PACKAGES" : "Available Packages for ",
"PACKAGES_FOUND" : "packages found",
"COMMERCIAL_LEADS" : "Commercial Leads",
"MY_CART" : "My Cart",
"PACKAGE_RECURRENT" : "Package recurent price:",
"SERVICE_RECURRENT" : "Services and support:",
"PRICE_EXTEND" : "with possibility to extand each",
"ORDER_INFO" : "My order items",
"CUSTOMER_QUESTIONAIRE" : "Customer Questionaire",
"CUSTOMER_AGREEMENT" : "Customer agreement",
"CUSTOMER_INFO" : "My details",
"BILLING_ADDRESS" : "My billing address",
"PLACE_ORDER" : "Place your order",
"SOLD_BY" : "Packages sold by",
"OVERVIEW" : "Are you sure the information is accurate?",
"UPLOAD_AGREEMENT" : "Order Agreement",
"DOCUMENTS" : "Documents",
"ADDITIONAL_PACKAGES" : "Additional packages"
},
"buttons" : {
"DETAILS" : "Details",
"ADD_TO_CART" : "Add to cart",
"BACK" : "Back",
"PREV" : "Previous",
"NEXT" : "Next",
"SAVE" : "Place order",
"DOWNLOAD" : "Download"
},
"extra" : {
"MONTH" : "month",
"one_off" : "One Off",
"24_months_agreement" : "24 Months Agreement",
"36_months_agreement" : "36 Months Agreement",
"NO_COST" : "no extra cost",
"NOT_AVAILABLE" : "Not available",
"FOR" : "for"
},
"labels": {
"REFERENCE": "Location details",
"TENDER": "Invoice reference",
"DELIVERY_ADDRESS": "Delivery address",
"ADDRESS": "Address",
"COUNTRY": "Country name",
"ZIP": "Zip code",
"BILLING_ADDRESS": "Billing address",
"DELIVERY_SAME_AS_BILLING": "Use same billing address as for delivery",
"VAT": "VAT code",
"COMPANY": "Company name",
"FIRST_NAME": "First name",
"LAST_NAME": "Last name",
"CITY": "City",
"PAY_TYPE": "Payment term",
"PRICE": "Price",
"QUANTITY": "Quantity",
"SELECT_QUESTIONAIRE" : "Select or Drop questionaire",
"SELECT_AGREEMENT" : "Select or Drop agreement",
"UPLOAD_QUESTIONAIRE" : "Upload questionaire",
"UPLOAD_AGREEMENT" : "Upload agreement",
"FILE_UPLOADED" : "File Uploaded",
"ACCEPT" : "I agree to the ",
"TERMS_CONDITIONS" : "terms and conditions"
},
"messages" : {
"NOT_AVAILABLE" : "This package is no longer available!",
"NO_PACKAGES" : "For the moment there are no packages available for your selection!",
"INVALID_SELECTION" : "Invalid selection!",
"INVALID_USER" : "This package is not available for this user!",
"ONLY_ONE_CL" : "You already have products from another Commercial Lead in the cart! One order can contain packages from a single commercial lead!",
"PACKAGE_ALREADY_IN_CART" : "This package is already in the cart!",
"PACKAGE_ADDED" : "Package added to cart!",
"OPTIONS_ADDED" : "Package options saved!",
"QUANTITY_UPDATED" : "Quantity has been updated for the package!",
"INVALID_PACKAGE_FOR_REMOVE" : "This package is not available in your cart! In case this error persists contact the broker!",
"PACKAGE_REMOVED_FROM_CART" : "The package has been removed from the cart!",
"INVALID_QUANTITY" : "The quantity can be a number between 1 and 100!",
"CART_EMPTY" : "You must have at least one package in the cart!",
"NO_DELIVERY_ADDRESS" : "No delivery address was added! Please fill the necessary info",
"INCOMPLETE_DELIVERY_ADDRESS" : "Incomplete delivery address. Please review!",
"INCOMPLETE_BILLING_ADDRESS" : "Incomplete billing address. Please review!",
"INVALID_LENGTH_DELIVERY_ADDRESS" : "Delivery detailed address should be not bigger than 500 characters",
"INVALID_LENGTH_BILLING_ADDRESS" : "Billing detailed address should be not bigger than 500 characters",
"INVALID_LENGTH_COMPANY_NAME" : "Company name is too long. Maximum 300 characters!",
"INVALID_LENGTH_FIRST_NAME" : "First name is too long. Maximum 200 characters!",
"INVALID_LENGTH_LAST_NAME" : "Last name is too long. Maximum 200 characters!",
"INVALID_LENGTH_CITY" : "City name is too long. Maximum 100 characters",
"INVALID_LENGTH_ZIP" : "Zip code is too long. Maximum 20 characters",
"LINK_CUSTOMER_CL" : "There is no link between you and the commercial lead!",
"ORDER_PLACED" : "Order was successfully placed!",
"ORDER_ERROR" : "Something went wrong when placing the order!",
"NO_PACKAGES_IN_CART" : "Go to the Co-Market to add packages.",
"BROKER_MAIL_SENT": "A confirmation email was sent to the broker!",
"MAIL_SENT": "Confirmation mail was sent with the order details!",
"ERROR_MAIL_SENT" : "Error when sending mail!",
"ERROR_ORDER_INSERT" : "An error occured while placing the order!",
"ERROR_ORDER_PACK_RELATION" : "An error occured while linking the packages to the order!",
"ERROR_ON_ADDING_DOCUMENTS" : "An error occured while linking the required documents",
"ERROR_ORDER_DELIVERY_ADDRESS" : "An error occured when adding the delivery address!",
"ERROR_ORDER_BILLING_ADDRESS" : "An error occured when adding the billing address!",
"ADDRESS_INSERTED" : "Delivery and billing addresses were saved!",
"PACKAGES_DELETED" : "Your cart is now empty!",
"NOT_UPLOADED" : "You need to upload all questionaires to go further!",
"NO_FILE" : "File is not valid! Supported formats are .docx, .doc, .xlsx, .xls, .odt, .ods, .pdf, .png, .jpg, .jpeg",
"UPLOAD_ERROR" : "There seems to be an error and the file is not uploaded",
"FILE_UPLOADED" : "Questionaire has been uploaded!",
"NOT_LINKED_TO_CART" : "Questionaire has not been linked and needs to be uploaded again!",
"NO_SUPPORT" : "File Drag/Drop is not supported for this browser",
"NOT_ACCEPTED_TERMS" : "You have to accept the terms and conditions for the order to be placed.",
"PACKAGE_UNAVIALABLE" : "Package is no longer available!",
"CL_UNAVIALABLE": "This commercial lead is no longer available!",
"PRODUCT_NOT_AVAILABLE" : "Please remove packages that are no longer available!",
"MAX_CHARACTERS" : "Too many characters!",
"QUESIONNAIRE_NOT_REQUIRED" : "This packages do not require a questionnaire to be filed!",
"AGREEMENT_NOT_REQUIRED" : "This packages do not require an agreement to be filed!",
"EXTRA_NOT_AVAILABLE" : "This selection is not available for the selected price type!",
"UNAVAILABLE_PACKAGES" : "Unavailable packages:",
"OPTIONS_UNAVAILABLE" : "Some options are no longer available!",
"ADDITIONAL_PACKAGES_UNAVAILABLE" : "Some additional packages are no longer available",
"INSTALLATION_SAVED" : "Installation company was saved."
}
},
"suppliers" : {
"TITLE" : "Suppliers",
"buttons" : {
"SHOW_SUPPLIERS" : "Show Suppliers",
"SHOW_SUPPLIERS_PRODUCTS" : "Show Suppliers Products",
"SUPPLIERS_ADD" : "Add suppliers",
"SUPPLIERS_EDIT" : "Edit supplier",
"SUPPLIERS_PRODUCTS_ADD" : "Add product",
"SUPPLIERS_PRODUCTS_EDIT" : "Edit product",
"SUPPLIERS_NEW_VIRTUAL_PRODUCT" : "New virtual Product"
},
"headers" : {
"SHOW_SUPPLIERS" : "Suppliers",
"SHOW_SUPPLIERS_PRODUCTS" : "Suppliers country products",
"SUPPLIERS_ADD" : "Add new supplier",
"SUPPLIERS_PRODUCTS_ADD" : "Add new supplier product",
"YES" : "Yes",
"NO" : "No"
},
"tables" : {
"headers" : {
"id" : "Id",
"name" : "Name",
"virtualName" : "Template Name",
"phone" : "Phone",
"mail" : "Mail",
"sellsIn" : "Sells In",
"idSupplier" : "Id Supplier",
"description" : "Description",
"manufacturerProductNo" : "Manufacturer Product No",
"supplierProductNo" : "Supplier Product No",
"unit" : "Unit",
"idCountry" : "Id Country",
"unitCostPrice" : "Unit Cost Price",
"unitVatCost" : "Unit VAT Cost",
"supplierName" : "Supplier Name",
"country" : "Country",
"idProduct" : "Id Product",
"category" : "Product Category",
"productType" : "Product Type",
"isPriceRecurring" : "Is Price Recurring",
"payPeriod" : "Pay Period (months)",
"vatCode" : "VAT Code",
"isAvailable" : "Available",
"documents" : "Documents"
}
},
"messages" : {
"SUPPLIER_ADDED" : "Supplier added!",
"SUPPLIER_EDITED" : "Supplier data updated!",
"SUPPLIER_PRODCT_ADDED" : "Supplier product added!",
"SUPPLIER_PRODUCT_EDITED" : "Supplier product updated!",
"NO_CHANGES" : "No changes available!",
"EMPTY_VALUE" : "Value is requried!",
"MAX_CHARACTERS" : "To many characters!",
"INVALID_NUMBER" : "Invalid number!",
"INVALID_MAIL" : "Invalid mail address!",
"SUPPLIER_EXISTS" : "Supplier already exists!",
"DUPLICATE_ENTRY" : "This product already exists for this country!",
"SELECT_COUNTRY" : "Please select a country!",
"SELECT_SUPPLIER" : "Please select a supplier!",
"DUPLICATE_SUPPLIER_NAME" : "A supplier with this name already exists!",
"SELECT_CATEGORY" : "Please select a product category!",
"INVALID_VALUE_RECURRING" : "Invalid value for price recurring!",
"INVALID_VALUE_IS_AVAILABLE" : "Invalid value for availability!",
"PACKAGES_AVAILABLITY_CHANGED" : "The availability of packages containg this product has been updated!",
"PACKAGES_HIGH_PRICE_CHANGED" : "Some packages have a high price!",
"DOCUMENT_DELETED" : "Document has been removed!",
"NO_RIGHTS" : "You are not authorized to delete this document!",
"NO_NAME" : "Document name required!",
"DOCUMENT_UPLOADED" : "Document has been uploaded!",
"NO_FILE" : "No document selected!",
"NO_DOC_TYPE" : "Document type required!",
"WRONG_VISIBLE_TO_CUST_VAL": "Wrong visible to customer value"
}
},
"packages" : {
"TITLE" : "Packages",
"buttons" : {
"SHOW_PACKAGES" : "Show Packages",
"CREATE_PACKAGES" : "Create Packages",
"EDIT_PACKAGES" : "Edit Packages",
"EDIT_TEMPLATE_PACKAGES" : "Edit Package Templates",
"CREATE_PACKAGES_FROM_TEMPLATE" : "Create Package From Template",
"CREATE_TEMPLATE_PACKAGES" : "Create Package Template",
"SHOW_MY_PACKAGES" : "My Packages",
"PREV" : "Previous",
"NEXT" : "Next",
"SAVE" : "Save",
"RESET" : "Reset",
"REMOVE" : "Remove",
"ADD" : "Add",
"SELECT" : "Select",
"NEW_VIRTUAL_PRODUCT" : "Add virtual product",
"PACKAGE_OPTIONS" : "Link package options",
"ADD_GROUP" : "Add options group",
"SET_DEFAULT" : "Set default",
"LINK_OPTIONS" : "Link options"
},
"headers" : {
"SHOW_PACKAGES" : "Packages",
"CREATE_PACKAGES" : "Create packages",
"CREATE_TEMPLATE_PACKAGES" : "Create Template Packages",
"ADD_PACKAGES_PROCESS" : "Add process to package",
"PRODUCT_INFO" : "Extra info",
"ITEM_PRODUCTS_BOX" : "Available products",
"ITEM_PACKAGES_BOX" : "Products in package",
"INSTALLATION_PRODUCTS_BOX" : "Available installation products",
"INSTALLATION_PACKAGES_BOX" : "Installation products in package",
"HARDWARE_PRODUCTS_BOX" : "Available hardware products in package",
"HARDWARE_PACKAGES_BOX" : "Hardware products in package",
"SOFTWARE_PRODUCTS_BOX" : "Available software products in package",
"SOFTWARE_PACKAGES_BOX" : "Software products in package",
"SERVICE_PRODUCTS_BOX" : "Available services in package",
"SERVICE_PACKAGES_BOX" : "Services in package",
"EDIT_PACKAGES": "Edit package",
"EDIT_TEMPLATE_PACKAGES": "Edit package template",
"TEMPLATE_ITEM_PRODUCTS_BOX" : "Available products",
"TEMPLATE_ITEM_PACKAGES_BOX" : "Virtual products in package template",
"TEMPLATE_HARDWARE_PRODUCTS_BOX" : "Available hardware products",
"TEMPLATE_HARDWARE_PACKAGES_BOX" : "Virtual hardware products in package template",
"TEMPLATE_SOFTWARE_PRODUCTS_BOX" : "Available software products",
"TEMPLATE_SOFTWARE_PACKAGES_BOX" : "Virtual software products in package template",
"TEMPLATE_SERVICE_PRODUCTS_BOX" : "Available services",
"TEMPLATE_SERVICE_PACKAGES_BOX" : "Virtual services in package template",
"TEMPLATE_INSTALLATION_PRODUCTS_BOX" : "Available installation products",
"TEMPLATE_INSTALLATION_PACKAGES_BOX" : "Virtual installation products in package template",
"SHOW_MY_PACKAGES" : "My Packages",
"SELECT_PACKAGE" : "Sell this Package",
"ADD_CUSTOMERS" : "Add Customer",
"SOLD_IN" : "Sold in",
"PRODUCTS" : "Products in package",
"SET_COMMISSIONS" : "Set commissions for customers",
"MINIMAL_SELL_PRICE" : "Minimal Sell Price",
"MY_COMMISSION" : " Extra Commission",
"FINAL_PRICE" : " Customer Price",
"INVOICE_PROCESS" : "Invoice process",
"DEFAULT_PRICE" : "Default Price",
"VISIBLE_TO_CUSTOMER" : "Visible To Customer",
"PAY_TYPE" : "Pay Type",
"FIXED" : "Fixed",
"MONTHLY_RECURENCE" : "Monthly Recurrence",
"CUSTOMER_PRICE" : "Customer Price",
"SET_DEFAULT_PRICES" : "Set Default Prices",
"DEFAULT" : "Default",
"SET_COMMISSIONS" : "Set Commissions",
"SET_PACKAGE_PRICE" : "Set prices for package",
"MINIMAL_FIXED_SELL_PRICE" : "Minimal fixed price",
"MINIMAL_RECURENT_SELL_PRICE" : "Minimal recurent price",
"PAY_PERIOD" : "Pay Period:",
"SERVICES_AND_SUPPORT" : "Services and Support",
"MAX_PERIOD" : "Max contract period",
"FINAL_TOTAL" : "Final total:",
"MINIMAL_RECURENT_PACKAGE_PRICE" : "Minimal recurrent package price",
"MINIMAL_RECURENT_SERVICES_PRICE" : "Minimal services and support price",
"COMISSION_SPLIT" : "Commission split",
"PACKAGE_PER_PAY_TYPES" : "Package prices per pay type",
"ITEMS_TOTAL_COST" : "Items Total Cost",
"COST_WITH_INSTALATION" : "Cost With Installation",
"MY_TOTAL" : "My Earnings",
"BROKER" : "Broker",
"COMMERCIAL_LEAD" : "COMMERCIAL LEAD",
"INSTALLATION_COMPANIES" : "Available installation companies",
"UNIT" : "per unit",
"NEW_VIRTUAL_PRODUCT" : "Create new virtual products",
"PACKAGE_INSTALLATION_COMPANIES" : "Installation companies in package",
"PAY_MARGIN" : "Max Costs Margin",
"TOTAL_COSTS" : "Total costs",
"MANAGE_PACKAGE_OPTIONS" : "Manage package options",
"SELECT_PACKAGE_FOR_OPTIONS" : "Select package",
"PACKGE_OPTIONS" : "option groups",
"AVAILABLE_OPTIONS" : "Available options",
"ADDITIONAL_PACKAGES": "additional packages",
"AVAILABLE_ADDITIONAL" : "Available additional packages",
"GROUP_NAME" : "Group name",
"DEFAULT" : "Default",
"PAY_PLANS" : "Available pay plans",
"PACKAGE_OPTIONS_DETAILS" : "Package options",
"ADDITIONAL_PACKAGES_DETAILS" : "Additional packages"
},
"tables" : {
"headers" : {
"id" : "Id",
"reference" : "Reference",
"isPriceSet" : "Price Set",
"name" : "Name",
"packageType" : "Package Type",
"sellIn" : "Sell In",
"description" : "Description",
"processes" : "Processes",
"products" : "Products",
"fixedCommission" : "Fixed Comission",
"recurentCommission" : "Recurent Comission",
"minimalFixedPrice" : "Minimal fixed price",
"minimalRecurentPrice" : "Minimal recurent price",
"brokerSplit" : "Broker commission split",
"commercialLeadSplit" : "Commercial Lead commission split",
"defaultExtra" : "Default extra",
"defaultRecurent" : "Default recurent",
"hasDocuments" : "Documents",
"additionalInstallationDays" : "Number of additional days for the earliest installation date",
"extraPackages" : "Extra Packages"
},
"extra" : {
"SELL_THIS" : "Sell this",
"EDIT" : "Edit prices",
"SET_PRICE" : "Set price",
"EDIT_PRICE" : "Edit price",
"NO_PROCESS_SET" : "No process available for country!",
"PRODUCTS_NOT_AVAILABLE" : "Contains unavailable products!",
"MARGIN_EXCEDED" : "Costs greater than margin!",
"DAYS" : "days",
"NOT_AVAILABLE" : "Package is not available!",
"SEE_PROCESS" : "See process"
}
},
"messages" : {
"SELECT_CUSTOMERS" : "Please select at least one customer!",
"DEFAULT_PRICES_SET" : "Default prices have been set!",
"MY_PACKAGE_UPDATED" : "Package updated for sell list!",
"NO_CHANGES" : "No changes available!",
"EMPTY_VALUE" : "Value is required!",
"INVALID_NUMBER" : "Invalid number!",
"NO_CHANGES_PRICES" : "No changes available for prices!",
"NO_CHANGES_DEFAULT" : "No changes made to deafault prices!",
"NO_CHANGES_COMMISSION_SPLIT" : "No changes available for commission split!",
"INVALID_PACKAGE_ID" : "Invalid package id!",
"INVALID_PAY_TYPE_ID" : "Invalid pay type id!",
"COMMISSION_SPLIT_UPDATED" : "Commission split and margin updated!",
"BROKER_PRICES_UPDATED" : "Prices for package have been updated!",
"NO_COUNTRY_OR_PACKAGE" : "Please select a country and a package!",
"PLEASE_SET_DEFAULT_PRICES" : "Please set the default prices",
"ONE_PRICE_REQUIRED" : "No price type has been selected",
"EPR" : "EPR = Extra Package Recurent Comission",
"ESR" : "ESR = Extra Services and Support Recurent Comission",
"MY_COMMISSION_FORMULA" : "Extra Commission = EPR + ESR",
"NO_CUMSTOMER_SELECTED" : "No customer selected! The default price will be used in case a specific price is not set.",
"NO_PRICE_TYPE_SELECTED" : "No pay type selected! Please select one from the list!",
"PAY_MARGIN_EXCEDED" : "The total costs are greater than the package max margin!",
"PACKAGES_HIGH_PRICE_CHANGED" : "Package availablility has changed!",
"OPTIONS_UPDATED" : "Options have been updated!",
"ERROR_OPTION_UPDATE" : "Options could not be updated!",
"INVALID_GROUP_NAME" : "The group name is invalid",
"NO_CHANGES" : "No changes available!",
"INVALID_OPTIONS" : "A group must contain at least one option!",
"NOT_ALL_PAY_AVAILABLE" : "Not all payment types available",
"NOT_SET_PAYMENT" : "Not all payment types have been set for this extra package"
},
"extra" : {
"MONTH_FOR" : "month for",
"MONTHS" : "months"
},
"forms" : {
"CREATE_COUNTRY" : "Country",
"CREATE_FROM_TEMPLATE" : "Create package from template",
"SELECTED_COUNTRY" : " for {{country}}",
"SELECT_COUNTRY" : "(Select a country)",
"CREATE_NAME" : "Package Name",
"CREATE_TYPE" : "Package Type",
"CREATE_NAME_PLACEHOLDER" : "Enter Name",
"CREATE_REFERENCE" : "Reference",
"CREATE_REFERENCE_PLACEHOLDER" : "Enter reference",
"CREATE_DESCRIPTION" : "Description",
"CREATE_DESCRIPTION_PLACEHOLDER" : "Enter Description",
"CREATE_QUANTITY" : "Quantity",
"SELECT_COUNTRY_PACKAGE" : "(Select a country and a package)",
"SELECT_PACKAGE_TEMPLATE" : "(Select a package template)",
"VIRTUAL_PRODUCT_NAME": "Virtual product name",
"VIRTUAL_PRODUCT_NAME_PLACEHOLDER": "Enter a virtual product name",
"VIRTUAL_PRODUCT_CATEGORY": "Virtual product category",
"ADD_MORE_REAL_PRODUCTS": "Add more real products",
"PACKAGE_SELECT" : "Select a package",
"COVER_PHOTO_URL" : "Enter the url for cover image here",
"buttons" : {
"CREATE_PACKAGE" : "Create package",
"CREATE_TEMPLATE_PACKAGE" : "Create package template",
"ADD_VIRTUAL_PRODUCT": "Add virtual product",
"EDIT_PACKAGE" : "Edit package"
},
"products" : {
"PRODUCT_NAME": "Product Name",
"VIRTUAL_PRODUCT_NAME": "Virtual Product Name",
"VIRTUAL_PRODUCT_UNIT": "Virtual Product Unit",
"SUPPLIER_NAME": "Supplier",
"PRICE": "Total Price"
},
"messages" : {
"SERVER_ERROR" : "We are sorry but there seems to be a problem!",
"NO_PRODUCTS" : "No products in package data!",
"RESET_PACKAGE" : "All changes have been reset!",
"PACKAGE_ADDED" : "Package {{packageName}} was added containing {{productsNumber}} products for {{country}}!",
"TEMPLATE_PACKAGE_ADDED" : "Template package {{packageName}} was added containing {{productsNumber}} products!",
"PACKAGE_NAME_EXISTS" : "Package '{{packageName}}' for {{country}} already exists in the DB! Please add another name",
"PACKAGE_TEMPLATE_NAME_EXISTS" : "Package '{{packageName}}' already exists in the DB! Please choose another name",
"HIGH_QUANTITY" : "WARNING! The quantity you've entered is abnormously high. Please review the data before inserting it, to be sure that you added the correct values",
"ONLY_NUMBERS": "The quantity can be only a number between 1 and 100!",
"STRING_TOO_LONG": "{{type}} is too long! Character limit is {{limit}}",
"NO_INFO": "{{field}} should be added!",
"INVALID_PACKAGE_TYPE" : "Invalid package type!",
"NO_REAL_PRODUCTS": "All virtual products must have a real product attached and at least one installation company should be added!",
"TEMPLATE_PACKAGE_NOT_ADDED": "There was a problem adding template package!",
"PACKAGE_NOT_SELECTED": "Please select a package!",
"MAX_CHARACTERS" : "To many characters!",
"NO_PACKAGE_UPDATES": "No changes detected!",
"PACKAGE_UPDATED": "Package updated successfully!",
"PACKAGE_PRODUCTS_UNCHANGED": "No changes detected for products in package!",
"PACKAGE_NAME_DESCRIPTION_MISSING": "Package name and description are mandatory. Please add necessary information!",
"REFERENCE_EMPTY": "Package reference is mandatory! Please fill out all mandatory fields!",
"PACKAGE_DATA_EMPTY" : "Package items and installation items cannot be empty. Please add all the neccessary data to create a package!",
"DUPLICATE_PRODUCTS" : "A package can not contain duplicate products!",
"DUPLICATE_INSTALLATION_ITEMS" : "Products from package and installation should be different. Please make sure you add installation companies only in the list below",
"NO_INSTALLATION" : "No installation products in package!",
"TEMPLATE_NOT_SET" : "Package template is not set!",
"NO_VIRTUAL_PRODUCT_NAME" : "Virtual product name cannot be empty",
"NO_VIRTUAL_PRODUCT_CATEGORY" : "Product category cannot be empty",
"NO_VIRTUAL_PRODUCT_UNIT": "Product unit cannot be empty",
"ERROR_ADDITIONAL_INSTALLATION_DAYS" : "Additional installation days cannot be 0",
"VIRTUAL_PRODUCT_MAX_LENGTH": "Product name is too long",
"VIRTUAL_PRODUCT_EXISTS" : "Virtual product name already exists. Please add another name",
"VIRTUAL_PRODUCT_ADDED" : "Virtual product successfully added",
"PACKAGES_STATUS_UPDATED" : "Packages status updated!",
"NO_FILE" : "File is not valid! Supported formats are .png, .jpg, .jpeg",
"IMAGE_UPLOADED_SUCCESSFULLY" : "Image has been uploaded successfully",
"IMAGE_SAVED_FOR_CO_MARKET" : "Image has been saved to show in Co-Market",
"PACKAGE_ID_MISSING_IMAGE_NOT_SAVED" : "Package id is not set and the image was not saved to show in Co-Market",
"TOO_BIG_VALUE_FOR_IMAGE" : "Maximum image size is 25 Megapixels"
}
}
},
"processes": {
"TITLE": "Delivery Process",
"PLACEHOLDER": "Drag here the steps you want to create the process with",
"buttons": {
"ADD_STEP": "Add process step",
"ADD_PROCESS": "Add process",
"LINK_PROCESSES" : "Link Processes",
"EDIT_PROCESSES" : "Edit Processes",
"COPY_PROCESSES" : "Copy Processes",
"VIEW_PACKAGE_PROCESSES": "View Processes",
"CREATE_PROCESSES" : "Create Process",
"CREATE_PROCESSES_STEP" : "Create Process Step",
"EDIT_PROCESS" : "Edit process",
"SEARCH_PROCESS" : "Search",
"ALL_PROCESSES": "List all processes",
"NEW_PROCESS" : "New Process",
"ADD_SELECTED_PROCESSES" : "Save changes",
"RESET" : "Reset"
},
"headers" : {
"LINK_PROCESSES" : "Link processes to package",
"AVAILABLE_PROCESSES" : "Available processes",
"SELECTED_PROCESSES" : "Selected processes",
"PROCESS_INFO" : "Process Info",
"EDIT_PROCESS" : "Edit process",
"COPY_PROCESS" : "Copy process"
},
"labels": {
"PROCESS_TO_COPY": "Process to copy",
"SHORT_DESC": "Description",
"FULL_DESC": "Full description",
"STEPS": "Available steps",
"PROCESS": "Process steps",
"PROCESS_NAME": "Process name",
"PROCESS_COUNTRY": "Process country",
"PACKAGE_SELECT": "Select a package",
"PACKAGE_TEMPLATE_SELECT": "Select a package template",
"STEP_SHORT_DESC": "Short description of process step",
"STEP_FULL_DESC": "Full description of process step",
"STEP_VISIBLE_CUSTOMER": "Is step visible for customer?",
"EXTRA_ACTION": "If step is an extra action, please select the type",
"EXTRA_ACTION_MANDATORY": "Is the extra action mandatory?",
"YES": "Yes",
"NO": "No",
"STEP_RIGHTS": "Who can update step?",
"NEW_STEP": "New step",
"SEARCH_PROCESS" : "Search after country or process name",
"PROCESS_SELECT" : "Select process",
"STEPS_IN_PROCESS" : "Steps in process",
"NOT_LINKED" : "Not linked",
"CREATE_COUNTRY" : "Country"
},
"messages": {
"DESC_MISSING": "You cannot add process step without adding a description!",
"USER_TYPE_MISSING": "A user type must be selected from the list!",
"PROCESS_DATA_MISSING": "You cannot add a process without a process name, a country and process steps!",
"STEP_ADDED": "Process step was successfully added",
"PROCESS_ADDED": "Process was successfully added",
"SEARCH_SUCCESS": "{{processesFound}} processes found",
"SEARCH_EMPTY": "You need to enter a value to search for",
"SEARCH_SUCCESS_EMPTY": "No processes found for the selected value!",
"LIST_ALL_PROCESSES": "Displaying all available processes",
"PROCESS_STEP_EXISTS": "Process step '{{stepName}}' already exists in the DB! Please select another step name",
"PROCESS_NAME_EXISTS": "Process name '{{processName}}' already exists or name is a reserved step! Please add another name",
"STRING_TOO_LONG": "{{type}} is too long! Character limit is {{limit}}",
"DEFAULT_STEPS": "Each process has 'Order placed' and 'Assign process' as default steps.",
"PACKAGE_NOT_FOUND": "Package not found!",
"NO_STEPS": "No steps in process!",
"PROCESS_NOT_FOUND": "Process doesn't exist!",
"COUNTRY_MANDATORY": "Please select a country!",
"PROCESS_NAME_UPDATED": "Process information was successfully updated",
"PROCESS_STEPS_UPDATED": "Process steps successfully updated",
"PROCESS_STEPS_NOT_CHANGED": "No changes detected for process steps!",
"DEFAULT_INSTALLATION": "Installation is a default product in the package. You cannot remove it from the list!",
"CLICK_FOR_INFO" : "Click a process from the lists to see the steps",
"NO_COUNTRY_OR_PACKAGE" : "Please select a country and a package!",
"NO_PROCESS_SELECTED" : "Please select at least one process!",
"NO_CHANGES_PROCESS" : "No Changes available!",
"PROCESSES_LINKED" : "Processes linked to package!",
"RESET_PROCESS" : "All changes have been reset!",
"SERVER_ERROR" : "We are sorry but there seems to be a problem!",
"validate_questionnaire": "This step is used for the broker to validate the questionnaire after placing an order.",
"procurement": "In this step you can set estimated delivery date for each product from the order and generate a file with details about the order.",
"choose_installation": "In this step you will be able to choose the installation company for your order, in case there are multiple installation companies in the package.",
"schedule_meeting" : "Schedule meeting date with customer confirmation!",
"customer_acceptance" : "In this step the customer accepts the installation for a package by uploading the signed documents"
},
"placeholders": {
"FULL_DESC": "Enter full description",
"SHORT_DESC": "Enter short description"
}
},
"orders" : {
"TITLE" : "Orders",
"buttons" : {
"SHOW_ONGOING_ORDERS" : "Active Orders",
"SHOW_ORDERS_HISTORY" : "Orders History",
"CHANGE_ORDERS_STEPS" : "Change Orders Steps",
"NEXT_STEP" : "Next step",
"UNDO_STEP" : "Undo step",
"UPDATE_ORDERS" : "Update Orders",
"CANCEL_ORDER" : "Cancel Order",
"USE_THIS" : "Use this",
"SUBMIT" : "Add comment",
"PROC_REPORT_BUTTON" : "Generate procurement report",
"ADD_OPTIONAL_DATE" : "Add optional date",
"ADD_ANOTHER_TRACKING" : "Add another tracking info",
"ADD_TRACKING": "Add tracking",
"ACCEPT" : "Accept",
"DECLINE" : "Decline",
"ACCEPT_INSTALLATION" : "Accept installation",
"DECLINE_INSTALLATION" : "Decline installation",
"SUPPORT_MAIL": "Send an email to support",
"SAVE": "Save",
"SEND" : "Send",
"CANCEL" : "Cancel",
"ORDER_PROJECTS" : "Order Projects"
},
"headers" : {
"SHOW_ORDER_PROJECTS" : "Order projects",
"SHOW_ONGOING_ORDERS" : "Active orders list",
"SHOW_ORDERS_HISTORY" : "Orders history",
"CHANGE_ORDERS_STEPS" : "Change orders steps for",
"STEP_ORDER" : "Order",
"STEP_ORDER_FROM" : "from",
"STEP_ORDER_INFO" : "Order info",
"STEP_ORDER_FOR" : "for",
"CANCEL_ORDER": "Cancel order",
"PROCESS_CONFIRMATION": "Process confirmation",
"ORDER_COMMENTS" : "Order Comments",
"SELECT_QUESTIONAIRE" : "Select or drop a questionaire",
"FINAL_DATES" : "Final dates",
"SELECT_CONFIG_DOCUMENT" : "Select or drop configuration document",
"SELECT_INSTALL_DOCUMENT" : "Select or drop an installation protocol document or picture",
"DUE_DATE_CUSTOMER" : "The document for installation acceptance should be uploaded until",
"DUE_DATE_BROKER" : "Customer should upload the acceptance document until",
"SELECT_ACCEPT_DOCUMENT" : "Select or drop acceptance document",
"SELECT_DOCUMENT" : "Select or drop file or picture",
"STATUS" : "Status",
"TERMS" : "Terms and Conditions for Order",
"SUPPORT_MAIL_MESSAGE" : "Send an email to the support team",
"OPTIONS" : "Options",
"NEXT_STEP_CONFIRMATION" : "Go to next step",
"VALIDATE_QUESTIONAIER" : "Questionnaire validation",
"UNDO_STEP_CONFIRMATION" : "Undo step",
"REMOVE_DOCUMENT" : "Remove document",
"EARLIEST_INSTALLATION_DATE" : "Earliest installation date",
"ACCEPT_MY_DATE" : "Accept this proposed date",
"DECLINE_MY_DATE" : "Decline this proposed date",
"REMOVE_MY_DATE" : "Remove this proposed date",
"SET_DELIVERY_DATES" : "Set delivery dates",
"INSTALLATION_SCHEDULING" : "Installation scheduling",
"TRACKING" : "Tracking",
"REMOVE_TRACKING" : "Remove this tracking informations",
"REMOVE_DATES" : "Remove shipping date",
"CUSTOMER_INSTALLATION_DECLINE" : "Decline the installation",
"CUSTOMER_INSTALLATION_ACCEPT" : "Accept the installation",
"ADDIITONAL_PACKAGES" : "Additional packages",
"CHANGE_INSTALLATION_COMPANY" : "Change installation company",
"ACTIVATE_CHANGE_INSTALLATION_COMPANY" : "Activate possibility to change installation company",
"SELECT_DOCUMENT_TYPE" : "Select a document type",
"SELECT_DOCUMENT" : "Select or drop document",
"DOCUMENT_NAME" : "Document name",
"DOCUMENT_TYPES" : "Document types",
"PACKAGES" : "Packages",
"SELECT_PACKAGE" : "Select a package"
},
"statuses" : {
"done" : "COMPLETED",
"in_progress" : "OPEN",
"inactive" : "NOT STARTED"
},
"tables" : {
"headers" : {
"orderNumber" : "Order number",
"idCustomerInstance" : "Id Customer Instance",
"idCustomer" : "Id Customer",
"customer" : "Customer",
"idCommercialLead" : "Id Commercial Lead",
"commercialLead" : "Commercial Lead",
"commercialLeadName" : "Placed by",
"assignedTo" : "Assigned to",
"orderDate" : "Order Date",
"estimatedDeliveryDate" : "Estimated Delivery Date",
"estimatedDate" : "Estimated date",
"confirmedDate" : "Confirmed date",
"actualDate" : "Actual date",
"status" : "Status",
"orderItems" : "Order Items",
"orderTotalPrice" : "Order Total Price",
"deliveryAddress" : "Delivery Address",
"phone" : "Phone",
"mail" : "Mail",
"step" : "Delivery active step",
"total" : "Total",
"deliveryDate" : "Delivery Date",
"endOfLife" : "End of Life",
"soldBy" : "Sold by",
"reference" : "Location details",
"comments" : "Comments",
"generalInfo" : "General Info",
"name" : "Name",
"agreement" : "Agreement period",
"price" : "Price",
"products" : "Products",
"tender" : "Invoice reference",
"trackingNumber" : "Tracking number",
"trackingUrl" : "Tracking url",
"documents" : "Documents",
"uploadFile" : "Upload files for order package",
"idProject" : "Id project",
"projectName" : "Project name",
"isAvailable" : "Is available",
"billingFirstName" : "Billing first name",
"billingLastName" : "Billing last name",
"billingMail" : "Invoice mail",
"billingAddress" : "Billing address"
},
"extra" : {
"NOT_ASSIGNED" : "Unassigned",
"MONTHS" : "months",
"PACKAGE_RECURENT" : "Package recurent price:",
"CHOOSE_INSTALLATION" : "Choose installation company",
"INSTALLATION_COMPANY" : "Installation company",
"INSTALLATION_COMPANY_SELECTED" : "Installation company selected",
"FOR" : "for",
"PRICE" : "Price",
"PRODUCT" : "Product",
"ORDER_DETAILS": "Order details",
"ORDER_STATUS": "Order status",
"SUPPORT_USER_TEXT" : "Enter your text here",
"SEND_SUPPORT_MAIL": "Are you sure you want to send the email to the support team",
"SERVICE_AND_SUPPORT" : "Services and support",
"EXTEND" : "with possibility to extend each",
"PACKAGE_AGREEMENT" : "Agreement for package",
"SERVICES_AGREEMENT" : "Agreement for services and support",
"NOT_VALIDATED" : "Not validated",
"VALIDATED" : "The customer questionaire has been validated",
"VALID" : "Valid",
"INVALID" : "Invalid",
"INVALID_QUESTIONAIRE_COMMENT": "If the questionaire is invalid, please write the reason below",
"SAVE" : "Save",
"DATE" : "Date",
"ACCEPTED" : "Accepted",
"ACCEPTED_CUSTOMER_INSTALLATION" : "Customer accepted the installation",
"DECLINED_CUSTOMER_INSTALLATION" : "Reason for not accepting the installation",
"NOT_ACCEPTED_CUSTOMER_INSTALLATION" : "Customer did not accept the installation yet",
"NOT_ACCEPTED" : "Not Accepted",
"INVALID_REASONS" : "Invalid questionnaire reasons",
"SUPPLIERS" : "Suppliers",
"ACCEPT" : "Accept",
"DECLINE" : "Decline",
"REMOVE" : "Remove",
"INSTALLATION_DATE_PROPOSE" : "Propose a new date for the installation",
"INSTALLATION_COMPANY_NOT_CHOSEN" : "Installation company has not yet been chosen by the broker"
}
},
"messages" : {
"SERVER_ERROR" : "We are sorry but there seems to be a problem!",
"ACTIVE_STEP_UPDATE" : "Active step updated",
"ACTIVE_STEP_UNDONE" : "Step has been undone",
"NEW_STEP_ACTIVATED" : "New step activated",
"AUTOMATED_STEPS_EXECUTED" : "Automated steps executed with success",
"ORDER_UPDATED" : "Order status updated",
"ORDER_ESTIMATION_UPDATED" : "Order estimation delivery date updated!",
"ORDER_STEP_MEETING_DATE_UPDATED" : "Order step scheduled date updated!",
"ORDER_STEP_ACTUAL_DATE_UPDATED" : "Order step actual date updated!",
"ORDER_STEP_COMMENT_UPDATED" : "Order step comment updated!",
"ORDER_COMMENT_UPDATED" : "Order comment updated!",
"ORDER_CANCELED" : "The order has been canceled!",
"PACKAGES_STATUS_UPDATED" : "Packages status updated!",
"ORDER_CANCEL_CONFIRMATION" : "Are you sure you want to cancel order",
"ORDER_STEPS_DISABLED" : "Order steps have been disabled!",
"SELECT_A_PROCESS" : "Please select a process for the order",
"PROCESS_SET" : "Process has been set for package!",
"INVALID_BROKER" : "Invalid broker! Please select a value from the list!",
"BROKER_ASSIGNED" : "Order assigned to broker!",
"NO_CHANGES_ASSIGNED" : "No changes available!",
"PROCESS_CONFIRMATION" : "Are you sure you want to use the process",
"END_OF_LIFE_UPDATED" : "End of life updated for package!",
"NO_RIGHTS_FOR_ORDER" : "You don't have rights to access this order!",
"PROCESS_ADD_ERROR" : "Unable to assign process! Please contact support!",
"AUTOMATED_STEPS_FAILED" : "Automated steps execution failed!",
"ACTION_NOT_SET" : "Action type is not set for sending a confirmation email",
"ORDER_NUMBER_NOT_SET" : "Order number is not set for sending a confirmation email",
"ORDER_DATA_NOT_SET" : "Order data is not set for sending a confirmation email",
"ORDER_UPDATE_MAIL_SENT" : "Order update email was successfully sent",
"ID_ORDER_NOT_SET" : "Id of the order is not set",
"INVALID_DATE" : "Invalid date format! Correct format is: yyyy-mm-dd.",
"DATA_NOT_SET" : "Data is not set for saving the installation company.",
"INSTALLATION_SAVED" : "Installation company was saved.",
"INSTALLATION_NOT_SAVED" : "There was a problem saving the insatlation company.",
"INSTALLATION_DATES_REMOVED" : "Installation dates scheduled were removed",
"INVALID_STAUTS" : "Invalid status value!",
"QUESTIONNAIRE_STATUS_UPDATED" : "Status updated for document!",
"NO_CHANGES_QUESTIONNAIRE" : "No changes found!",
"FILE_UPLOADED" : "File has been uploaded!",
"NOT_UPLOADED" : "There seems to be an error and the file has not been uploaded!",
"NO_FILE" : "File is not valid! Supported formats are .docx, .doc, .xlsx, .xls, .odt, .ods, .pdf, .png, .jpg, .jpeg",
"WRONG_FILE_TYPE" : "File is not valid! Supported formats are .docx, .doc, .xlsx, .xls, .odt, .ods or .pdf",
"FILE_NOT_EXISTS" : "File does not exist!",
"VALIDATION_MAIL" : "Invalid questionnaire mail sent!",
"SCHEDULING_ENABLED_MAIL": "A mail was sent to the customer to let him know the scheduling of the installation is now enabled",
"RE_UPLOAD_MAIL" : "Notification sent to the broker!",
"EMPTY_DATES" : "Please add an estimation or confirmation date!",
"SUPPLIER_ESTIMATION_UPDATED" : "Supplier estimation date has been updated!",
"EST_MISSING_DATA": "Invalid data! The estimation or confirmed date could not be set!",
"NO_CHANGES": "No changes available!",
"NO_PROCESS_ASSIGNED": "No process was assigned to this package yet",
"NOT_OWNER_OF_PROD" : "You don't have rights to set this date!",
"ACTUAL_DATE_INCORRECT" : "Actual date is in incorrect format",
"INVALID_DATE_ESTIMATED" : "Estimated date is in incorrect format",
"INVALID_DATE_CONFIRMED" : "Confirmed date is in incorrect format",
"SCHEDULE_STATUS_UPDATED" : "Schedule status updated!",
"SCHEDULE_STATUS_NOT_UPDATED" : "Schedule status not updated!",
"INSTALLATION_ACCEPTED" : "Installation has been accepted!",
"ACCEPTANCE_NOT_UPDATED" : "No changes found!",
"MAIL_TEXT_EMPTY" : "You have to add some text in the textfield. The email will not be sent otherwise.",
"MAIL_NOT_AUTHORIZED" : "You are not authorized to send a support email.",
"SUPPORT_MAIL_SENT" : "An email was successfully sent to the support team.",
"ERROR_MAIL_SENT" : "An error occured when sending the email. Please try again later",
"MAX_CHARACTERS" : "Too many characters!",
"COMMENT_LONG" : "Comment filed is too long",
"REASON_EMPTY" : "Please fill in the reason why the questionaire is invalid.",
"REASON_SAVED" : "Reason why the questionnaire is invalid was saved.",
"REASON_SAVED_ERROR" : "An error occured while trying to save the invalid reason in the DB",
"REASON_LONG" : "Invalid reason is too long",
"ACCEPTANCE_MAIL_SENT" : "A mail was sent successfully to the broker with your acceptance",
"UPLOAD_ERROR" : "There seems to be an error and the file is not uploaded",
"ORDER_ID_MISSING" : "Order id is not set",
"PACKAGE_ID_MISSING" : "Package id is not set",
"PROCESS_STEP_MISSING" : "Process step id is not set",
"COMMENT_TYPE_MISSING" : "Comment type is not set",
"NEXT_STEP_CONFIRMATION" : "Are you sure you want to go to the next step",
"VALIDATE_QUESTIONAIER" : "Are you sure you want to change the status of the questionnaire to",
"UNDO_STEP_CONFIRMATION" : "Are you sure you want to undo this step",
"REMOVE_DOCUMENT_CONFIRMATION" : "Are you sure you want to remove the document",
"DOCUMENT_NOT_SET" : "Document is not set.",
"UNABLE_TO_DELETE" : "File can not be deleted!",
"DOCUMENT_DELETED" : "Document has been deleted!",
"ORDER_NOT_SET" : "Order is not set",
"PACKAGE_NOT_SET" : "Package is not set",
"DATE_NOT_SET" : "Maximum delivery date is not set",
"EARLIEST_DATE_ERROR" : "There was an error while saving the earliest installation date.",
"INSTALLATION_DATE_EMPTY" : "Installation date cannot be empty.",
"INSTALLATION_DATE_UPDATED" : "Installation date was successfully updated.",
"STATUS_NOT_SET" : "Status of the installation date is not set.",
"RELATION_NOT_FOUND" : "Relation between the order and installation company has not been set.",
"EID_NOT_SET" : "Earliest installation date is not set.",
"ACCEPT_INSTALLATION" : "Are you sure you want to accept this date",
"MULTIPLE_ACCEPT_INSTALLATION" : "There is already a date accepted. There cannot be multiple. This change will make the other date canceled and this one accepted.",
"DECLINE_INSTALLATION" : "Are you sure you want to decline this date",
"REMOVE_INSTALLATION" : "Are you sure you want to remove this proposed date",
"CUSTOMER_INSTALLATION_DECLINE" : "Are you sure you want to decline the installation",
"CUSTOMER_INSTALLATION_ACCEPT" : "Are you sure you want to accept the installation",
"CUSTOMER_INSTALLATION_ACCEPTED" : "Installation accepted by the customer",
"CUSTOMER_INSTALLATION_DECLINED" : "Installation declined by the customer",
"CUSTOMER_INSTALLATION_WAITING" : "Customer didn't checked the installation yet",
"DECLINE_REASON_EMPTY" : "Reason for declining the installation cannot be empty",
"DECLINE_REASON" : "The reason why the installation is declined",
"CUSTOMER_DECLINE_REASON" : "The reason why the installation was declined",
"INSTALLATION_DECLINED": "Installation was declined",
"WRONG_DATE_FORMAT" : "Date has incorrect format. Please add a correct value",
"MAX_SLA_EXCEEDED" : "Maximum installation date regarding SLA is excedeed.",
"INSTALLATION_DATE_REMOVED" : "My proposed installation date was successfully removed",
"INSTALLATION_DATE_REMOVE_ERROR" : "There was an error while trying to remove my installation date proposed",
"INSTALLATION_DATE_NOT_REMOVED" : "This installation date cannot be removed. Please refresh the page.",
"DATE_ALREADY_CANCELED" : "This date has been already canceled. Please refresh the page.",
"PAST_DATE" : "Installation date cannot be earlier than",
"INSTALLATION_ALREADY_ACCEPTED" : "The accepted installation date has been changed.",
"TRAKING_ID_UPDATED" : "Tracking number has been updated!",
"TRAKING_ID_ADDED" : "Tracking informations has been successfully added.",
"REMOVE_TRACKING" : "Are you sure you want to delete this tracking info",
"TRACKING_REMOVED" : "Tracking was removed successfully",
"TRACKING_REMOVED_ERROR" : "There was a problem while trying to remove the tracking",
"TRACKING_EMPTY" : "No tracking information was added yet",
"REMOVE_ESTIMATED_DATE" : "Are you sure you want to remove this estimated date",
"REMOVE_CONFIRMED_DATE" : "Are you sure you want to remove this confirmed date",
"INVALID_URL" : "Invalid URL!",
"PROPOSED_DATE_EXISTS" : "This date is already proposed",
"ALLOWED_LANGUAGE" : "Allowed languages are: ",
"SYSTEM_ALLOWED_LANGUAGES_EMPTY" : "There are no languages added in the system.",
"ALLOWED_LANGUAGE_DIFFERENT" : "The languages allowed are only: ",
"ALLOWED_LANGUAGE_WARNING" : "Please use only these languages in the comments: ",
"ALLOWED_LANGUAGE_ERROR" : "There was an error while trying to detect the language: ",
"DATES_HISTORY" : "View history of scheduled dates for the previous installation company",
"CHANGE_INSTALLATION_COMPANY_CONFIRM" : "Are you sure you want to select this installation company",
"ACTIVATE_CHANGE_INSTALLATION_COMPANY_CONFIRM" : "Your action will activate the possibility to change the installation company. Are you sure you want this?",
"INSTALLATION_PROTOCOL": "Installation protocol documents",
"NO_NAME" : "Please add a name for the document",
"NO_TYPE" : "Please select a document type",
"NO_FILE" : "File is not valid! Supported formats are .docx, .doc, .xlsx, .xls, .odt, .ods, .pdf, .png, .jpg, .jpeg",
"DOCUMENT_UPLOADED" : "Document was successfully uploaded!",
"INVALID_ESTIMATION_TYPE": "Invalid estimation type. Possible values: estimation or confirmation",
"ERROR_MAIL_SENT": "An error occurred when trying to send confirmation mail!",
"MAIL_SENT": "Notification mail was sent!",
"SCHEDULE_FLAG_UPDATED" : "Scheduling installation is now ",
"SCHEDULE_FLAG_NO_UPDATE" : "No installation scheduling changes",
"INSTALLATION_DATES_STATUS_CHANGED" : "Installation dates changed their status",
"NO_PACKAGE": "Please select a package!"
}
},
"contact" : {
"headers" : {
"COMMERCIAL_LEADS" : "Commercial Leads",
"BROKERS" : "Brokers",
"BILLING_INFORMATIONS" : "Billing Informations",
"SUPPORT" : "Support",
"CUSTOMERS" : "My Customers",
"SUPPORT" : "Support"
}
},
"activity" : {
"headers" : {
"SESSION_EXPIRED" : "Session expired"
},
"messages" : {
"SESSION_EXPIRED_MESSAGE" : "Your session has expired due to inactivity! Please click this ",
"LOGIN_LINK" : "link to go to login page."
}
},
"users" : {
"TITLE": "Users Management",
"buttons": {
"SHOW_USERS": "Show users",
"CREATE_USER": "Create new user",
"SAVE" : "Save",
"EDIT_USER": "Edit user",
"FORGET_PASSWORD": "Generate password",
"LINK_CUSTOMERS": "Link Customers",
"SAVE": "Save",
"ADD_NEW_COMPANY": "Add new company"
},
"headers": {
"SHOW_USERS": "Display all users from webshop",
"CREATE_USER": "Create a new user",
"SET_INFO": "Add personal information",
"SET_COMMERCIAL_LEAD": "For customer user type, it is mandatory to link them to at least one commercial lead!",
"SELECT_CL": "Available Commercial Leads",
"SELECTED_CL": "Selected Commercial Leads",
"GENERATE_PASSWORD": "Generate new password",
"LINK_CUSTOMERS": "Link customers to commercial lead",
"SELECT_COMMERCIAL_LEAD": "Select commercial lead",
"LINKED_CUSTOMERS": "Linked customers",
"ALL_CUSTOMERS": "All customers"
},
"labels": {
"NAME": "Name",
"VAT": "VAT number",
"PHONE": "Phone number",
"MAIL": "Mail address",
"USER_TYPE": "User role",
"USERNAME": "Username",
"COMPANY_NAME": "Company name",
"COMPANY": "Company",
"COMPANY_ADMIN": "Make this user a company administrator for the application"
},
"placeholders": {
"NAME": "Enter the users name",
"PHONE": "Enter the users phone number",
"MAIL": "Enter the users mail address",
"USERNAME": "Enter an username",
"SEARCH": "Search here for users",
"VAT": "Enter VAT code",
"COMPANY_NAME": "Enter the company name"
},
"messages": {
"INVALID_COMMERCIAL_LEAD": "Invalid commercial lead!",
"CUSTOMERS_LINKED_TO_CL": "Customers have been linked to commercial lead!",
"NO_CHANGES": "No changes found!"
},
"forms": {
"labels": {
"NAME": "Name"
},
"messages": {
"AUTOMATIC_PASSWORD": "*Password will be generated automatically and an email will be send to the user with it.",
"NO_COMMERCIAL_LEAD_LINK": "Customer should have at least one commercial lead linked to it",
"INVALID_PHONE_NUMBER": "Invalid phone number!",
"USERNAME_EXISTS": "Username already exists. Please add another one!",
"MAX_CHARACTERS": "To many characters!",
"ERROR_USERNAME": "Username and password could not be inserted.",
"ERROR_USER_TYPE": "Linking between the user and user type could not be made.",
"ERROR_USER_INFO": "User information could not be added.",
"ERROR_USER_CL": "Linking between customer and commercial leads could not be made",
"ERROR_MAIL_SENT": "An error occurred when trying to send confirmation mail!",
"USER_INSERTED": "User successfully created!",
"MAIL_SENT": "Confirmation mail was sent to user!",
"GENERATE_PASSWORD": "Are you sure you want to generate a new password for user",
"PASSWORD_GENERATED": "Password was successfully changed!",
"ERROR_PASSWORD_GENERATED": "Password could not be changed!",
"WRONG_USERNAME": "Wrong username provided!",
"INVALID_MAIL": "Invalid email address!",
"SELECT_USER_TYPE": "Please select a user role!",
"ADD_VAT": "Please add a VAT number!",
"ADD_NAME" : "Please add a name!",
"ADD_PHONE" : "Please add a phone number",
"ADD_USERNAME" : "Please add a username",
"ADD_MAIL" : "Please add a mail",
"INVALID_USERNAME": "Invalid username. Whitespaces and special characters are not allowed. Only '-', '_' and '.'",
"ACTION_NOT_SET": "Action type for password was not set!",
"COMPANY_EMPTY": "Company cannot be empty",
"ADD_COMPANY_NAME" : "Company name cannot be empty",
"COMPANY_EXISTS" : "The company name already exists in the application. You can select it from the Company list"
}
}
},
"profile": {
"SETTINGS_TITLE": "Profile settings",
"headers": {
"CHANGE_PASSWORD": "Change my password",
"EDIT_PROFILE": "Edit profile info",
"EDIT_COMPANY": "Edit company info"
},
"buttons": {
"CHANGE_PASSWORD": "Change password",
"EDIT_PROFILE": "Edit profile"
},
"forms": {
"labels": {
"OLD_PASSWORD": "Old password",
"NEW_PASSWORD": "New password",
"CONFIRM_PASSWORD": "Confirm new password",
"NAME": "Name",
"PHONE": "Phone",
"COMPANY_NAME": "Company Name",
"VAT": "VAT"
},
"messages": {
"PASSWORD_CONFIRMATION" : "Are you sure you want to change your password",
"PASSWORDS_MISSING": "All passwords fields must be field to be able to change the password!",
"OLD_PASSWORD_MISMATCH": "Old password is incorrect!",
"PASSWORD_MISMATCH": "Passwords don't match!",
"PASSWORD_INCORRECT": "Password doesn't match with the format needed!",
"MAIL_SENT": "Confirmation mail was sent to user!",
"PASSWORD_GENERATED": "Password was successfully changed!",
"PASSWORD_CHARACTERS": "Password must be at least 8 characters long and it must contain at least one lowercase letter, one uppercase letter, one number and one special character!",
"PASSWORD_SAME": "New password must be different than the old password!",
"INVALID_USER": "You are not allowed to change the informations for this user!",
"INVALID_PROFILE_DATA": "The profile information provided is not valid!",
"INVALID_PHONE_NUMBER": "The phone number provided is invalid",
"ADD_NAME": "The name can not be empty!",
"ADD_PHONE_NUMBER": "The phone number can not be empty!",
"INVALID_USER_TYPE": "Invalid user type!",
"PROFILE_UPDATED": "Profile info updated!",
"PROFILE_NOT_CHANGED": "No changes!",
"NOT_COMPANY_ADMIN": "You are not allowed to change the company information! Contact your company admin user.",
"ADD_VAT": "The vat code can not be empty!",
"ADD_COPMANY_NAME": "The company name can not be empty!",
"COMPANY_UPDATED": "Company info updated!",
"COMPANY_NOT_CHANGED": "No changes!",
"ADD_COMPANY": "Invalid company!"
}
}
},
"terms" : {
"headers" : {
"TERMS" : "Terms and Conditions"
},
"buttons" : {
"PDF_VERSION" : "PDF version"
}
},
"documents" : {
"TITLE" : "Documents",
"headers" : {
"LINKED_PACKAGES" : "Linked Packages:",
"SELECT_PACKAGE" : "Select a package",
"LINKED_DOCUMENTS" : "Linked documents",
"ALL_DOCUMENTS" : "All documents",
"SELECT_DOCUMENT" : "Select or drop a document",
"DOCUMENT_TYPES" : "Document types",
"DOCUMENT_NAME" : "Document name",
"TYPE" : "Type",
"REMOVE_DOCUMENT" : "Remove document"
},
"buttons" : {
"VIEW_DOCUMENTS" : "View Documents",
"LINK_DOCUMENT" : "Link Document",
"DOWNLOAD" : "Download",
"SAVE" : "Save changes",
"ADD_DOCUMENTS" : "Add Documents",
"ADD_TYPE" : "Add Type",
"REMOVE" : "Remove"
},
"messages" : {
"INVALID_PACKAGE" : "Invalid Package!",
"DOCUMENTS_LINKED_TO_PACKAGE" : "Documents have been linked to the package",
"NO_CHANGES" : "No changes available!",
"NO_NAME" : "Please add a name",
"NO_TYPE" : "Please select a document type",
"NO_FILE" : "File is not valid! Supported formats are .docx, .doc, .xlsx, .xls, .odt, .ods, .pdf, .png, .jpg, .jpeg",
"NO_TYPE_FOR_NEW" : "Please add a value for type",
"ERROR_NEW_TYPE" : "Unable to add new type!",
"NEW_TYPE_ADDED" : "New type added!",
"MKDIR_ERROR" : "Unable to create new directory for type!",
"DOCUMENT_UPLOADED" : "Document Uploaded!",
"REMOVE_DOCUMENT" : "Are you sure you want to remove the document",
"NO_SELECTION_FOR_REMOVE" : "No document selected for remove",
"FILE_NOT_EXISTS" : "File does not exist!",
"UNABLE_TO_DELETE" : "File can not be deleted!",
"DOCUMENT_DELETED" : "Document has been deleted!",
"TYPE_EXISTS" : "The document type that you entered already exists!",
"TYPE_INFO" : "Document types in grey are special types and can not be added from here!",
"NAME_EXISTS" : "A document with this name already exists!",
"TYPE_INFO_1" : "This document type is requried to be linked to a package in order for the customer to be prompted to upload Order Questionaire documents in the cart!",
"TYPE_INFO_3" : "This document type can be uploaded for a supplier product or in the procurement step.",
"TYPE_INFO_5" : "This document type can be uploaded in the follow process view. The customer can upload it only in the customer acceptance step.",
"TYPE_INFO_10" : "This document type can be uploaded from the follow process view when scheduling the isntallation.",
"TYPE_INFO_6" : "This document type is requried to be linked to a package in order for the customer to be prompted to upload Order Agreement documents in the cart!",
"TYPE_INFO_7" : "This document type must be uploaded when placing an order if a Template Agrement document has been linked to the package.",
"TYPE_INFO_2" : "This document type must be uploaded when placing an order if a Template Questionnaire document has been linked to the package.",
"INVALID_DOC_TYPE" : "This document type can not be uploaded from here!"
}
}
}