Files
yourpart3/frontend/src/i18n/locales/en/general.json
Torsten Schulz (local) ca33a29317
Some checks failed
Deploy to production / deploy (push) Failing after 1m58s
refactor(update-backend): streamline .env file handling process
- Replaced the previous method of copying .env files with a direct installation from a specified source path.
- Improved permissions and ownership settings for the .env file to enhance security.
- Added user feedback for successful file transfer and verification steps.
2026-03-30 16:19:00 +02:00

62 lines
1.6 KiB
JSON

{
"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",
"ok": "OK",
"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"
}
}