fix: frontend error codes and translations
This commit is contained in:
@@ -1,61 +1,84 @@
|
||||
{
|
||||
"app-title": "Stockhome",
|
||||
"add": "Add",
|
||||
"storages": "Storages",
|
||||
"rows-per-page": "Rows per page",
|
||||
"details": "Details",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"eu001": "Wrong username or password!",
|
||||
"login": "Login",
|
||||
"product-name": "Product name",
|
||||
"price": "Price",
|
||||
"stock": "Stock",
|
||||
"storage-place": "Storage place",
|
||||
"expiry-date": "Expiry Date",
|
||||
"bottling-date": "Bottling Date",
|
||||
"inventory": "Inventory",
|
||||
"actions": "Actions",
|
||||
"description": "Description",
|
||||
"product-details": "Product Details",
|
||||
"save": "Save",
|
||||
"profile": "Profile",
|
||||
"settings": "Settings",
|
||||
"storage-delete-info": "WARNING: If you remove a storage all items/products that are stored in this storage will also get removed. This cannot be undone!",
|
||||
"storage-name": "Storage name",
|
||||
"created-at": "Created at",
|
||||
"updated-at": "Updated at",
|
||||
"delete": "Delete",
|
||||
"amount": "Amount",
|
||||
"inventory-subtitle": "Here you can inspect all of your stored items.",
|
||||
"add-product": "Add product",
|
||||
"add-product-subtitle": "Here you can enter information for a new product.",
|
||||
"app-name": "App name",
|
||||
"app-name-sub": "Displayed in the sidebar and login screen.",
|
||||
"currency": "Currency",
|
||||
"currency-sub": "Used for pricing across inventory views.",
|
||||
"quick-tips": "Quick tips",
|
||||
"quick-tips-1": "Update the app name to personalize the sidebar and login header.",
|
||||
"quick-tips-2": "Choose a currency code that matches your pricing display, e.g. EUR, CHF, or USD.",
|
||||
"settings-sub": "Manage your app preferences and store defaults.",
|
||||
"preferences": "Preferences",
|
||||
"selected": "selected",
|
||||
"logout": "Logout",
|
||||
"pcs": "pcs.",
|
||||
"change-translation": "Deutsch",
|
||||
"new-storage-title": "New Storage location",
|
||||
"new-storage-content": "Enter the details for a new storage location here.",
|
||||
"menu": "Menu",
|
||||
"close": "Close",
|
||||
"product-details-quick": "Fast product details",
|
||||
"download-qr-code": "Download QR-Code",
|
||||
"change-password": "Change password",
|
||||
"new-password-title": "Here you can change your password.",
|
||||
"current-password": "Current password",
|
||||
"new-password": "New password",
|
||||
"new-password-rep": "Repeat new password",
|
||||
"change": "Change",
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
"submit": "Submit"
|
||||
"app-title": "Stockhome",
|
||||
"add": "Add",
|
||||
"storages": "Storages",
|
||||
"rows-per-page": "Rows per page",
|
||||
"details": "Details",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"login": "Login",
|
||||
"product-name": "Product name",
|
||||
"price": "Price",
|
||||
"stock": "Stock",
|
||||
"storage-place": "Storage place",
|
||||
"expiry-date": "Expiry Date",
|
||||
"bottling-date": "Bottling Date",
|
||||
"inventory": "Inventory",
|
||||
"actions": "Actions",
|
||||
"description": "Description",
|
||||
"product-details": "Product Details",
|
||||
"save": "Save",
|
||||
"profile": "Profile",
|
||||
"settings": "Settings",
|
||||
"storage-delete-info": "WARNING: If you remove a storage all items/products that are stored in this storage will also get removed. This cannot be undone!",
|
||||
"storage-name": "Storage name",
|
||||
"created-at": "Created at",
|
||||
"updated-at": "Updated at",
|
||||
"delete": "Delete",
|
||||
"amount": "Amount",
|
||||
"inventory-subtitle": "Here you can inspect all of your stored items.",
|
||||
"add-product": "Add product",
|
||||
"add-product-subtitle": "Here you can enter information for a new product.",
|
||||
"app-name": "App name",
|
||||
"app-name-sub": "Displayed in the sidebar and login screen.",
|
||||
"currency": "Currency",
|
||||
"currency-sub": "Used for pricing across inventory views.",
|
||||
"quick-tips": "Quick tips",
|
||||
"quick-tips-1": "Update the app name to personalize the sidebar and login header.",
|
||||
"quick-tips-2": "Choose a currency code that matches your pricing display, e.g. EUR, CHF, or USD.",
|
||||
"settings-sub": "Manage your app preferences and store defaults.",
|
||||
"preferences": "Preferences",
|
||||
"selected": "selected",
|
||||
"logout": "Logout",
|
||||
"pcs": "pcs.",
|
||||
"change-translation": "Deutsch",
|
||||
"new-storage-title": "New Storage location",
|
||||
"new-storage-content": "Enter the details for a new storage location here.",
|
||||
"menu": "Menu",
|
||||
"close": "Close",
|
||||
"product-details-quick": "Fast product details",
|
||||
"download-qr-code": "Download QR-Code",
|
||||
"change-password": "Change password",
|
||||
"new-password-title": "Here you can change your password.",
|
||||
"current-password": "Current password",
|
||||
"new-password": "New password",
|
||||
"new-password-rep": "Repeat new password",
|
||||
"change": "Change",
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
"submit": "Submit",
|
||||
"EG001": "An unexpected error occurred. Please try again later.",
|
||||
"EU001": "Wrong username or password!",
|
||||
"EU002": "Your account has been deactivated. Please contact an administrator.",
|
||||
"EU003": "Please enter both username and password.",
|
||||
"EU004": "Some required information is missing. Please check your input.",
|
||||
"EU005": "Login failed due to a technical issue. Please try again.",
|
||||
"EU006": "Login failed. Please try again.",
|
||||
"EU007": "Failed to change your password. Please try again.",
|
||||
"EU008": "Your settings could not be saved. Please try again.",
|
||||
"EU009": "Your settings could not be loaded. Please try again.",
|
||||
"ES001": "Please fill in all required fields for the storage location.",
|
||||
"ES002": "Some required storage information is missing. Please check your input.",
|
||||
"ES003": "The storage location could not be updated. Please try again.",
|
||||
"ES004": "The storage location could not be deleted. Please try again.",
|
||||
"ES005": "No storage locations found.",
|
||||
"ES006": "The storage location could not be created. Please try again.",
|
||||
"EP001": "The product could not be created. Please try again.",
|
||||
"EP002": "No products found.",
|
||||
"EP003": "Product not found.",
|
||||
"EP004": "The product amount could not be updated. Please try again.",
|
||||
"EP005": "The product could not be updated. Please try again.",
|
||||
"EP006": "The product could not be deleted. Please try again.",
|
||||
"EP007": "Please enter at least a product name.",
|
||||
"EP008": "Some required product information is missing. Please check your input."
|
||||
}
|
||||
Reference in New Issue
Block a user