- 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.
29 lines
479 B
JSON
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"
|
|
}
|
|
} |