completed HR translation

This commit is contained in:
2024-02-17 07:39:58 +01:00
parent 30b3da9c31
commit 327bc99d35
2 changed files with 105 additions and 56 deletions

View File

@@ -5,11 +5,11 @@
"PageFooter": {
"app-description": "Helping you to stay on top of your utility bills",
"links": {
"home": "Home",
"privacy-policy": "Privacy Policy",
"terms-of-service": "Terms of Service"
}
},
"home": "Home",
"privacy-policy": "Privacy Policy",
"terms-of-service": "Terms of Service"
}
},
"login-page": {
"main-card": {
"title-1": "Which bills are due?",
@@ -22,7 +22,7 @@
"video-title": "Demo osnovnih koraka u aplikaciji"
},
"card-1": {
"title":"Easy copy of expenditures",
"title": "Easy copy of expenditures",
"text": "All your realestate and utilitys are automatically copied to the next month, so you don't neeed to do it by hand.",
"video-url": "/kopiranje-mjeseca-demo.webm",
"image-url": "/status-color-demo.png",
@@ -55,20 +55,18 @@
"add-bill-button-tooltip": "Add a new bill",
"payed-total": "Payed total: <strong>{amount}</strong>"
},
"month-card": {
"month-card": {
"payed-total-label": "Total monthly expenditure:"
}
},
"bill-delete-form":
{
"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-edit-form": {
"bill-name-placeholder": "Bill name",
"paid-checkbox":"Paid",
"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",
@@ -81,16 +79,14 @@
"not-a-number": "Not a number",
"negative-number": "Value must be a positive number",
"form-error-message": "Form validation error. Please check the form and try again."
}
}
},
"location-delete-form":
{
"location-delete-form": {
"text": "Please confirm deletion of realestate “<strong>{name}</strong>””.",
"cancel-button": "Cancel",
"confirm-button": "Confirm"
},
"location-edit-form":
{
"location-edit-form": {
"location-name-placeholder": "Realestate name",
"notes-placeholder": "Notes",
"save-button": "Save",
@@ -98,6 +94,6 @@
"delete-tooltip": "Delete realestate",
"validation": {
"location-name-required": "Relaestate name is required"
}
}
}
}
}