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