english.json 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "do-you-want-to-remove-it": "Are you sure you want to remove the item?",
  3. "you-try-to-remove-__name__": "Are you sure you want to remove #{ name }?",
  4. "product-give-back": "Product return",
  5. "processing": "Processing...",
  6. "give-back-successfull": "Return completed successfully!",
  7. "name-category": "Name",
  8. "author-category": "Author",
  9. "not-found-anything": "Unfortunately, nothing was found. Try searching for something else...",
  10. "browse-our-products": "Find something for yourself!",
  11. "you-must-confirm-it": "Confirm action",
  12. "clear": "Clear",
  13. "send": "Submit",
  14. "product-editor": "Edit product",
  15. "name-prompt": "Name:",
  16. "name-sample": "Puzzle",
  17. "description-prompt": "Description:",
  18. "description-sample": "This is a very interesting puzzle for children and adults!",
  19. "author-prompt": "Author:",
  20. "author-sample": "Puzzle Company S.A.",
  21. "barcode-prompt": "EAN code:",
  22. "barcode-sample": "123456789012",
  23. "stock-count-prompt": "Quantity in stock:",
  24. "stock-count-sample": "10",
  25. "change-product-image": "Change image.",
  26. "updating-product-data": "Updating product data...",
  27. "processing-image": "Processing image...",
  28. "uploaded-successfull": "Upload completed successfully!",
  29. "email-prompt": "Email address:",
  30. "email-sample": "[email protected]",
  31. "phone-number-prompt": "Phone number:",
  32. "phone-number-sample": "+48 111-222-333",
  33. "import-products-json": "Import product database from JSON file",
  34. "loading-file": "Loading file...",
  35. "parsing-file-to-dataset": "Parsing file to memory...",
  36. "skipping-import-product-__barcode__": "Skipped product #{ barcode }.",
  37. "searching-for-product-__barcode__": "Searching for data for #{ barcode }...",
  38. "creating-product-__barcode__": "Creating product #{ barcode }...",
  39. "can-not-add-product-__barcode__": "Cannot add #{ barcode }.",
  40. "skipping-product-__barcode": "Skipped product #{ barcode }.",
  41. "created-product-__barcode__": "Product #{ barcode } created successfully.",
  42. "all-items-imported": "All products imported successfully!",
  43. "not-all-items-imported": "Warning! Not all products were imported successfully!",
  44. "product-rent": "Rent product",
  45. "new-rent-added": "Rental completed successfully",
  46. "product-not-avairable": "Product not available",
  47. "this-product-is-not-avairable-yet": "This product is currently unavailable.",
  48. "all-rents": "List of all rentals",
  49. "loading": "Loading...",
  50. "user-must-be-logged-in": "User must be logged in!",
  51. "fail-when-request-__url__": "Error when loading \"#{ url }\"!",
  52. "bad-response-not-contain-result": "Invalid server response, does not contain status.",
  53. "login-window": "Log in",
  54. "logged-in": "Logged in successfully!",
  55. "can-not-login-check-nick-and-password": "Cannot log in! Check username and password...",
  56. "nick-prompt": "Username:",
  57. "nick-sample": "kotelek",
  58. "password-prompt": "Password:",
  59. "password-sample": "Kocia1234",
  60. "incomplete-request-with-good-status": "Incomplete response with valid status.",
  61. "add-product": "Add product",
  62. "fill-barcode-first": "Fill in the EAN code first!",
  63. "searching-in-the-web": "Searching for product online...",
  64. "autocomplete-ready-check-results": "Autocomplete ready. Check results...",
  65. "autocomplete": "Autocomplete",
  66. "image-prompt": "Image: ",
  67. "load-any-image-first": "Load product image first!",
  68. "creating-new-product": "Creating new product...",
  69. "created-new-product-success": "Product created successfully!",
  70. "close": "Close",
  71. "search": "Search...",
  72. "barcode-category": "Barcode"
  73. }