Update English localization file: Reorganize JSON structure for improved readability and maintainability, ensuring consistent formatting across keys and values.

This commit is contained in:
Torsten Schulz (local)
2026-01-28 11:55:27 +01:00
parent cbff7c130c
commit baffd9d05c

View File

@@ -1,61 +1,61 @@
{
"welcome": "Welcome to YourPart",
"imprint": {
"title": "Imprint",
"button": "Imprint"
},
"dataPrivacy": {
"title": "Data Privacy Policy",
"button": "Data Privacy Policy"
},
"contact": {
"title": "Contact",
"button": "Contact"
},
"error-title": "Error",
"warning-title": "Warning",
"info-title": "Information",
"general": {
"loading": "Loading...",
"back": "Back",
"cancel": "Cancel",
"datetimelong": "dd.MM.yyyy HH:mm:ss",
"yes": "Yes",
"no": "No"
},
"OK": "Ok",
"Cancel": "Cancel",
"yes": "Yes",
"no": "No",
"message": {
"close": "Close"
},
"dialog": {
"contact": {
"email": "Email address",
"name": "Name",
"message": "Your message to us",
"accept": "Your email address will be temporarily stored in our system. After your request has been processed, the email address will be deleted again.",
"acceptdatasave": "I agree to the temporary storage of my email address.",
"accept2": "Without this consent we unfortunately cannot reply to you."
}
},
"gender": {
"male": "Male",
"female": "Female",
"transmale": "Trans man",
"transfemale": "Trans woman",
"nonbinary": "Non-binary"
},
"common": {
"edit": "Edit",
"delete": "Delete",
"create": "Create",
"update": "Update",
"save": "Save",
"add": "Add",
"cancel": "Cancel",
"yes": "Yes",
"no": "No"
}
"welcome": "Welcome to YourPart",
"imprint": {
"title": "Imprint",
"button": "Imprint"
},
"dataPrivacy": {
"title": "Data Privacy Policy",
"button": "Data Privacy Policy"
},
"contact": {
"title": "Contact",
"button": "Contact"
},
"error-title": "Error",
"warning-title": "Warning",
"info-title": "Information",
"dialog": {
"contact": {
"email": "Email address",
"name": "Name",
"message": "Your message to us",
"accept": "Your email address will be temporarily stored in our system. After your request has been processed, the email address will be deleted again.",
"acceptdatasave": "I agree to the temporary storage of my email address.",
"accept2": "Without this consent we unfortunately cannot reply to you."
}
},
"general": {
"datetimelong": "dd.MM.yyyy HH:mm:ss",
"loading": "Loading...",
"back": "Back",
"cancel": "Cancel",
"yes": "Yes",
"no": "No"
},
"OK": "Ok",
"Cancel": "Cancel",
"yes": "Yes",
"no": "No",
"message": {
"close": "Close"
},
"gender": {
"male": "Male",
"female": "Female",
"transmale": "Trans man",
"transfemale": "Trans woman",
"nonbinary": "Non-binary"
},
"common": {
"edit": "Edit",
"delete": "Delete",
"create": "Create",
"update": "Update",
"save": "Save",
"add": "Add",
"cancel": "Cancel",
"yes": "Yes",
"no": "No"
}
}