Update English localization file: Reorganize JSON structure for improved readability and maintainability, ensuring consistent formatting across keys and values.
This commit is contained in:
@@ -15,21 +15,6 @@
|
|||||||
"error-title": "Error",
|
"error-title": "Error",
|
||||||
"warning-title": "Warning",
|
"warning-title": "Warning",
|
||||||
"info-title": "Information",
|
"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": {
|
"dialog": {
|
||||||
"contact": {
|
"contact": {
|
||||||
"email": "Email address",
|
"email": "Email address",
|
||||||
@@ -40,6 +25,21 @@
|
|||||||
"accept2": "Without this consent we unfortunately cannot reply to you."
|
"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": {
|
"gender": {
|
||||||
"male": "Male",
|
"male": "Male",
|
||||||
"female": "Female",
|
"female": "Female",
|
||||||
|
|||||||
Reference in New Issue
Block a user