All files / src/locales en.json

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189                                                                                                                                                                                                                                                                                                                                                                                         
{
  "home": {
      "title": "StockEase - Your way to manage your merchandise stock",
      "point1": "Manage your inventory online efficiently.",
      "point2": "Ideal for businesses selling on platforms like Amazon, eBay, Shopify, Etsy, OTTO, Bonanza, etc.",
      "point3": "Continuously improving to add more features.",
      "point4": "Contact me via LinkedIn/GitHub if you want to copy or deploy this project.",
      "point5": "Click 'To Login' to test the software or use the 'Help' button for guidance.",
      "loginButton": "To Login"
  },
  "loading": "Loading data...",
    "error": {
      "unexpected": "An unexpected error occurred"
    },
  "login": {
    "title": "Login",
    "username": "Username",
    "password": "Password",
    "button": "Login",
    "backToHome": "Back to Home",
    "defaultCredentials": "Default login: admin / admin123",
    "error": {
      "emptyFields": "Please fill in all fields",
      "invalidCredentials": "Invalid username or password",
      "unexpectedError": "An unexpected error occurred"
    }
  },
  "userDashboard": {
    "title": "User Dashboard",
    "welcome": "Welcome, User!",
    "subtitle": "View and manage your inventory efficiently.",
    "stockValue": "Total Stock Value",
    "lowStock": "Low Stock Products",
    "sufficientStock": "All products are sufficiently stocked"
  },
  "errorBoundary": {
    "title": "Something went wrong!",
    "reloadButton": "Reload Page"
  },
  "header": {
    "defaultTitle": "Login",
    "subtitle": "Manage your products and stock",
    "logout": "Logout",
    "language": "Choose Language",
    "returnToDashboard": "Return to Dashboard"
  },
  "adminDashboard": {
    "title": "Admin Dashboard",
    "welcome": "Welcome, Admin!",
    "subtitle": "Manage your products and stock efficiently",
    "stockValue": "Total Stock Value",
    "lowStock": "Low Stock Products",
    "sufficientStock": "All products are sufficiently stocked",
     "lowStockContribution": "Low-Stock Contribution to Total Stock Value"
  },
  "buttons": {
    "addProduct": "Add Product",
    "deleteProduct": "Delete Product",
    "searchProduct": "Search Product",
    "listStock": "List Stock"
  },
  "footer": {
    "rights": "All rights reserved",
    "developer": "Developed by Carlos Keglevich"
  },
  "addProduct": {
    "title": "Add New Product",
    "detailsTitle": "Enter Product Details",
    "nameLabel": "Name and Model",
    "quantityLabel": "Quantity",
    "priceLabel": "Price",
    "addButton": "Add Product",
    "cancelButton": "Cancel",
    "confirmationMessage": "Are you sure you want to add this product?",
    "confirmYes": "Yes",
    "confirmNo": "No",
    "successMessage": "Product successfully added.",
    "errorMessage": "Failed to add product. Please try again.",
    "cancelMessage": "Operation canceled.",
    "backToDashboard": "Back to Dashboard",
    "errorLog": "Error adding product:"
  },
  "changeProduct": {
    "title": "Edit Product",
    "backToDashboard": "Back to Dashboard",
    "quantityLabel": "Current Quantity",
    "priceLabel": "Current Price",
    "saveButton": "Save Changes",
    "cancelButton": "Cancel",
    "confirmationMessage": "Are you sure you want to save these changes?",
    "confirmYes": "Yes",
    "confirmNo": "No",
    "successMessage": "Product details updated successfully.",
    "errorMessage": "Failed to update product details. Please try again.",
    "cancelMessage": "Operation canceled.",
    "backToSearch": "Back to Search",
    "error": {
      "fetch": "Error fetching product details.",
      "update": "Error updating product details."
    }
  },
  "deleteProduct": {
    "title": "Delete Products",
    "backToDashboard": "Back to Dashboard",
    "findProduct": "Find a Product to Delete",
    "searchPlaceholder": "Search by name...",
      "messages": {
        "notFound": "Product not found. Please try again.",
        "error": "An error occurred. Please try again later.",
        "success": "Product successfully deleted.",
        "failed": "Failed to delete product. Please try again later.",
        "canceled": "Operation canceled."
      },
      "confirmation": {
        "first": "Do you really want to delete this product?",
        "second": "If this is a return due to non-conformity, please contact the supplier first. If the product is to be scrapped, contact the financial services before proceeding."
      },
    "confirmYes": "Yes",
    "confirmNo": "No",
    "error": {
      "fetch": "Error fetching products.",
      "delete": "Error deleting product."
    }
  },
  "listStock": {
    "title": "List Stock",
    "backToDashboard": "Back to Dashboard",
    "totalStock": "Total Stock",
    "noProducts": "No products available.",
    "downloadCSV": "Download CSV",
    "alert": {
      "noProducts": "No products available to download."
    },
    "labels": {
      "name": "Name",
      "quantity": "Quantity",
      "totalValue": "Total Value"
    },
    "pagination": {
      "previous": "Previous",
      "next": "Next",
      "page": "Page",
      "of": "of"
    },
    "error": {
      "fetch": "Error fetching products.",
      "general": "Failed to fetch products. Please try again."
    },
    "csvHeader": {
      "name": "Name",
      "quantity": "Quantity",
      "price": "Price",
      "totalValue": "Total Value"
    }
  },
  "productDetails": {
    "title": "Product Details",
    "quantity": "Quantity in Stock",
    "price": "Price",
    "totalValue": "Total Value",
    "backToSearch": "Back to Search",
    "error": {
      "fetch": "Error fetching product details.",
      "general": "Failed to fetch product details. Please try again."
    }
  },
  "searchProduct": {
    "title": "Search Products",
    "subtitle": "Find Your Products",
    "placeholder": "Search by name...",
    "noResults": "Product not found. Please try again.",
    "backToDashboard": "Back to Dashboard",
    "details": {
      "quantity": "Quantity",
      "price": "Price",
      "totalValue": "Total Value"
    },
  "cancelButton": "Cancel",
  "editButton": "Edit {{name}}",
  "error": {
      "fetch": "Error fetching products.",
      "details": "Error fetching product details."
    }
  },
    "help": {
      "button": "Help"
    }
}