enabled i18n for all components

This commit is contained in:
2024-02-16 21:56:41 +01:00
parent 3746989f05
commit d30bd50e1a
11 changed files with 150 additions and 55 deletions

View File

@@ -40,6 +40,55 @@
"video-url": "/welcome-demo-vp9-25fps-1500bps.webm",
"image-url": "/bar-code-demo.png",
"video-title": "Demo osnovnih koraka u aplikaciji"
},
"sign-in-button": "Sign in with"
},
"home-page": {
"add-location-button": {
"tooltop": "Add a new realestate"
},
"add-month-button": {
"tooltop": "Add next mont"
},
"location-card": {
"edit-card-tooltip": "Edit realestate",
"add-bill-button-tooltip": "Add a new bill",
"payed-total": "Payed total: <strong>{amount}</strong>"
},
"month-card": {
"payed-total-label": "Total monthly expenditure:"
}
},
"bill-delete-form":
{
"text": "Please confirm deletion of bill “<strong>{bill_name}</strong>” at “<strong>{location_name}</strong>”.",
"cancel-button": "Cancel",
"confirm-button": "Confirm"
},
"bill-edit-form":
{
"bill-name-placeholder": "Bill name",
"paid-checkbox":"Paid",
"payed-amount": "Amount",
"barcode-disclaimer": "After scanning the code make sure the information is correct.<br/>We are not liable in case of an incorrect payment.",
"notes-placeholder": "Notes",
"save-button": "Save",
"cancel-button": "Cancel",
"delete-tooltip": "Delete bill"
},
"location-delete-form":
{
"text": "Please confirm deletion of realestate “<strong>{name}</strong>””.",
"cancel-button": "Cancel",
"confirm-button": "Confirm"
},
"location-edit-form":
{
"location-name-placeholder": "Realestate name",
"notes-placeholder": "Notes",
"save-button": "Save",
"cancel-button": "Cancel",
"delete-tooltip": "Delete realestate"
}
}