Skip to content

Commit

Permalink
Merge pull request #346 from SELab-2/little-fixes
Browse files Browse the repository at this point in the history
fix: translations + title login
  • Loading branch information
tyboro2002 authored Apr 19, 2024
2 parents 7ade63b + b1fa779 commit c49969e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
15 changes: 10 additions & 5 deletions frontend/src/assets/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@
"coming": "Near deadlines",
"deadline": "Deadline",
"days": "Today at {hour} | Tomorrow at {hour} | In {count} days",
"groupName": "Group name",
"groupPopulation": "Size",
"groupStatus": "Status",
"start": "Start date",
"submissionStatus": "Submission status",
"group": "Group",
"groupSize": "Individual | Groups of {count} people",
"noGroups": "No groups available",
"groupMembers": "Group members",
"chooseGroup": "Choose a group",
"joinGroup": "Join group",
Expand All @@ -72,6 +77,7 @@
"submit": "Submit",
"course": "Course",
"chooseFile": "Choose a file",
"noSubmissions": "No submissions available",
"hoverText": {
"allChecksFailed": "Structure and extra checks failed",
"allChecksPassed": "All checks passed",
Expand All @@ -87,12 +93,13 @@
},
"courses": {
"create": "Create course",
"edit": "Edit course",
"clone": "Clone course",
"clone_assistants": "Clone assistants:",
"clone_teachers": "Clone teachers:",
"edit": "Edit course",
"name": "Course name",
"description": "Description",
"excerpt": "Short description",
"faculty": "Faculty",
"year": "Academic year",
"enroll": "Enroll",
Expand Down Expand Up @@ -146,10 +153,8 @@
"open": "Details",
"newProject": "New project",
"noSubmissions": "This project does not have any submissions",
"singleSubmission": "Submission",
"multipleSubmissions": "Submissions",
"singleGroup": "Group",
"multipleGroups": "Groups",
"submissions": "Submission | Submissions",
"groups": "Group | Groups",
"testsSucceed": "Succeeded tests",
"testsFail": "Failed tests",
"submit": "Submit"
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/assets/lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
"noSubmissions": "Dit project heeft geen indieningen",
"submissions": "Indiening | Indieningen",
"groups": "Groep | Groepen",
"multipleGroups": "Groepen",
"testsSucceed": "Geslaagde testen",
"testsFail": "Gefaalde testen",
"submit": "Indienen"
Expand Down Expand Up @@ -238,9 +237,9 @@
},
"student": "Student",
"teachers": {
"title": "Leerkrachten"
"title": "Proffen"
},
"teacher": "Leerkracht"
"teacher": "Prof"
},
"primevue": {
"accept": "Ja",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/authentication/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const { t } = useI18n();
class="w-10rem md:w-15rem m-4 my-5 ml:0 md:ml-7"
/>
<div class="bg-primary text-white p-4 w-full md:w-20rem">
<h1 class="mt-0">
<h1 class="mt-0 text-white">
{{ t('views.login.card.title') }}
</h1>
<span>
Expand Down

0 comments on commit c49969e

Please sign in to comment.