diff --git a/frontend/src/i18n/locales/en/general.json b/frontend/src/i18n/locales/en/general.json index 3110127..53ea8ca 100644 --- a/frontend/src/i18n/locales/en/general.json +++ b/frontend/src/i18n/locales/en/general.json @@ -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" + } } \ No newline at end of file