Files
stockhome/frontend/src/utils/i18n/locales/en/en.json
T
theis.gaedigk 5875a51e94 Add mock data for storage locations and products in database.mockEN.sql
- Inserted 5 storage locations including Main Freezer, Kitchen Freezer, Pantry, Kitchen Fridge, and Cellar Shelf.
- Added approximately 100 products with details such as name, description, price, amount, storage location, expiry date, bottling date, and picture.
- Included both self-frozen items and store-bought items, with appropriate attributes for each.
2026-06-04 13:09:25 +02:00

52 lines
2.0 KiB
JSON

{
"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"
}