Files
yourpart3/frontend/src/i18n/locales/en/general.json
Torsten Schulz (local) 83597d9e02 Add Vocab Trainer feature with routing, database schema, and translations
- Introduced Vocab Trainer functionality, including new routes for managing languages and chapters.
- Implemented database schema for vocab-related tables to ensure data integrity.
- Updated navigation and UI components to include Vocab Trainer in the social network menu.
- Added translations for Vocab Trainer in both German and English locales, enhancing user accessibility.
2025-12-30 18:34:32 +01:00

29 lines
479 B
JSON

{
"welcome": "Welcome to YourPart",
"imprint": {
"title": "Imprint"
},
"dataPrivacy": {
"title": "Data Privacy Policy"
},
"general": {
"loading": "Loading...",
"back": "Back",
"cancel": "Cancel",
"datetimelong": "dd.MM.yyyy HH:mm:ss"
},
"message": {
"close": "Close"
},
"common": {
"edit": "Edit",
"delete": "Delete",
"create": "Create",
"update": "Update",
"save": "Save",
"add": "Add",
"cancel": "Cancel",
"yes": "Yes",
"no": "No"
}
}