mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 07:00:14 +02:00
Answer on candidate (#72)
* Add Penalty Seconds on tests * Refactors and start of candidate answer relation * Add breadcrumbs and UI consistency updates across backoffice templates * Add breadcrumbs and UI consistency updates across backoffice templates * Add Dutch translations for email verification and security messages * Rector * Refactor for code consistency and type safety assertions across repositories and entities * Refactor candidate-related logic to optimize queries, improve template separation, and add "Answer Mapping" functionality. * Cleanup * Update Symfony * Add coderabbit config * Fixes from coderabbit
This commit is contained in:
@@ -5,6 +5,18 @@
|
||||
<tool tool-id="symfony" tool-name="Symfony"/>
|
||||
</header>
|
||||
<body>
|
||||
<trans-unit id="1_MZEgP" resname="Actions">
|
||||
<source>Actions</source>
|
||||
<target>Acties</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dRNHWgg" resname="Activate">
|
||||
<source>Activate</source>
|
||||
<target>Activeren</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="JjO6Nuw" resname="Active">
|
||||
<source>Active</source>
|
||||
<target>Actief</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="uyMngrK" resname="Active Quiz">
|
||||
<source>Active Quiz</source>
|
||||
<target>Actieve test</target>
|
||||
@@ -21,6 +33,10 @@
|
||||
<source>Add Candidates</source>
|
||||
<target>Voeg kandidaten toe</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="g4GCvSW" resname="Add Quiz">
|
||||
<source>Add Quiz</source>
|
||||
<target>Test toevoegen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ehB6pAw" resname="Add a quiz to %name%">
|
||||
<source>Add a quiz to %name%</source>
|
||||
<target>Voeg een test toe aan %name%</target>
|
||||
@@ -33,13 +49,17 @@
|
||||
<source>Already have an account? Log in</source>
|
||||
<target>Heb je al een account? Log in</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="3A2JPqn" resname="Answer Mapping">
|
||||
<source>Answer Mapping</source>
|
||||
<target>Antwoord-kandidaat koppeling</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="Qu1euq_" resname="Are you sure you want to clear all the results? This will also delete al the eliminations.">
|
||||
<source>Are you sure you want to clear all the results? This will also delete al the eliminations.</source>
|
||||
<target>Weet je zeker datatype je de resultaten will leegmaken? Dit gooit ook alle eliminaties weg.</target>
|
||||
<source>Are you sure you want to clear all the results? This will also delete all the eliminations.</source>
|
||||
<target>Weet je zeker dat je de resultaten wilt leegmaken? Dit gooit ook alle eliminaties weg.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="Ec4twG8" resname="Are you sure you want to delete this quiz?">
|
||||
<source>Are you sure you want to delete this quiz?</source>
|
||||
<target>Weet je zeker datatype je deze test will verwijderen?</target>
|
||||
<target>Weet je zeker dat je deze test wilt verwijderen?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id=".QFPbFe" resname="Back">
|
||||
<source>Back</source>
|
||||
@@ -49,18 +69,38 @@
|
||||
<source>Candidate</source>
|
||||
<target>Kandidaat</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="LMsl4pc" resname="Candidate Status">
|
||||
<source>Candidate Status</source>
|
||||
<target>Kandidaatstatus</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="Wk50LUM" resname="Candidate answers saved">
|
||||
<source>Candidate answers saved</source>
|
||||
<target>Kandidaatantwoorden opgeslagen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="TiTLBGW" resname="Candidate not found">
|
||||
<source>Candidate not found</source>
|
||||
<target>Kandidaat niet gevonden</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="6QiGbuz" resname="Candidate status updated">
|
||||
<source>Candidate status updated</source>
|
||||
<target>Kandidaatstatus bijgewerkt</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="WJJE4q_" resname="Candidates">
|
||||
<source>Candidates</source>
|
||||
<target>Kandidaten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="FNY513f" resname="Clear quiz...">
|
||||
<source>Clear quiz...</source>
|
||||
<trans-unit id="J1c2y63" resname="Clear Quiz...">
|
||||
<source>Clear Quiz...</source>
|
||||
<target>Test leegmaken...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="5LgCFqF" resname="Completed">
|
||||
<source>Completed</source>
|
||||
<target>Voltooid</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="7sfvWUb" resname="Confirm Answers">
|
||||
<source>Confirm Answers</source>
|
||||
<target>Bevestig antwoorden</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sFpB4C2" resname="Correct Answers">
|
||||
<source>Correct Answers</source>
|
||||
<target>Goede antwoorden</target>
|
||||
@@ -85,6 +125,10 @@
|
||||
<source>Create an account</source>
|
||||
<target>Maak een account aan</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="S5P7nQd" resname="Deactivate">
|
||||
<source>Deactivate</source>
|
||||
<target>Deactiveren</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="w9AyAnn" resname="Deactivate Quiz">
|
||||
<source>Deactivate Quiz</source>
|
||||
<target>Deactiveer test</target>
|
||||
@@ -115,12 +159,40 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="HNMwvRn" resname="Error clearing quiz">
|
||||
<source>Error clearing quiz</source>
|
||||
<target>Fout bij leegmaken test</target>
|
||||
<target>Fout bij het leegmaken van de test</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="OGiIhMH" resname="Green">
|
||||
<source>Green</source>
|
||||
<target>Groen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="b7rTx0P" resname="Help text for adding a quiz">
|
||||
<source>Help text for adding a quiz</source>
|
||||
<target>Upload een XLSX-bestand met vragen en antwoorden voor je test.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="0byYjDw" resname="Help text for adding candidates">
|
||||
<source>Help text for adding candidates</source>
|
||||
<target>Voeg kandidaten toe aan dit seizoen. Eén naam per regel.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SipST._" resname="Help text for creating a season">
|
||||
<source>Help text for creating a season</source>
|
||||
<target>Maak een nieuw seizoen aan om tests en kandidaten te beheren.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="Q0rWWbg" resname="Help text for preparing elimination">
|
||||
<source>Help text for preparing elimination</source>
|
||||
<target>Kies welke kandidaten groen of rood krijgen voor de eliminatie.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ExFLJqx" resname="Home">
|
||||
<source>Home</source>
|
||||
<target>Home</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="8n2mlHc" resname="In Progress">
|
||||
<source>In Progress</source>
|
||||
<target>Bezig</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ybqiXt5" resname="Inactive">
|
||||
<source>Inactive</source>
|
||||
<target>Inactief</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="k1X7w12" resname="Invalid season code">
|
||||
<source>Invalid season code</source>
|
||||
<target>Ongeldige seizoencode</target>
|
||||
@@ -149,37 +221,53 @@
|
||||
<source>Name</source>
|
||||
<target>Naam</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="wd1MvZW" resname="No">
|
||||
<source>No</source>
|
||||
<target>Nee</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="gefhnBC" resname="Next">
|
||||
<source>Next</source>
|
||||
<target>Volgende</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="wd1MvZW" resname="No">
|
||||
<source>No</source>
|
||||
<target>Nee</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="nOHriCl" resname="No active quiz">
|
||||
<source>No active quiz</source>
|
||||
<target>Geen actieve test</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="oNXT2zu" resname="No quizzes">
|
||||
<source>No quizzes</source>
|
||||
<target>Geen tests</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="swW4qFE" resname="No results">
|
||||
<source>No results</source>
|
||||
<target>Geen resultaten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tbd1luF" resname="Not Started">
|
||||
<source>Not Started</source>
|
||||
<target>Niet gestart</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="k7Eqnjt" resname="Number of dropouts:">
|
||||
<source>Number of dropouts:</source>
|
||||
<target>Aantal afvallers:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="HmgPmMV" resname="Overview">
|
||||
<source>Overview</source>
|
||||
<target>Overzicht</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="PywqOf4" resname="Owner(s)">
|
||||
<source>Owner(s)</source>
|
||||
<target>Eigena(a)r(en)</target>
|
||||
<target>Eigenaar(s)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="GqmFSHc" resname="Password">
|
||||
<source>Password</source>
|
||||
<target>Wachtwoord</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="1ne1Zlc" resname="Penalty">
|
||||
<source>Penalty</source>
|
||||
<target>Straftijd</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="VbgD9L8" resname="Please Confirm">
|
||||
<source>Please Confirm</source>
|
||||
<target>Bevestig Alsjeblieft</target>
|
||||
<target>Bevestig alsjeblieft</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="6EclFME" resname="Please Confirm your Email">
|
||||
<source>Please Confirm your Email</source>
|
||||
@@ -197,6 +285,14 @@
|
||||
<source>Prepare Custom Elimination</source>
|
||||
<target>Bereid aangepaste eliminatie voor</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="xe_UxWT" resname="Prepare Elimination">
|
||||
<source>Prepare Elimination</source>
|
||||
<target>Bereid eliminatie voor</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ouNrIYq" resname="Previous">
|
||||
<source>Previous</source>
|
||||
<target>Vorige</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="Rx5irUP" resname="Questions">
|
||||
<source>Questions</source>
|
||||
<target>Vragen</target>
|
||||
@@ -213,6 +309,10 @@
|
||||
<source>Quiz Added!</source>
|
||||
<target>Test toegevoegd!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="IwEF7a0" resname="Quiz Status">
|
||||
<source>Quiz Status</source>
|
||||
<target>Teststatus</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vXN8b2w" resname="Quiz cleared">
|
||||
<source>Quiz cleared</source>
|
||||
<target>Test leeggemaakt</target>
|
||||
@@ -249,13 +349,17 @@
|
||||
<source>Repeat Password</source>
|
||||
<target>Herhaal wachtwoord</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="7UvBPrb" resname="Results & Elimination">
|
||||
<source>Results & Elimination</source>
|
||||
<target><![CDATA[Resultaat & Eliminatie]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="z9OKodR" resname="Save">
|
||||
<source>Save</source>
|
||||
<target>Opslaan</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="8HUcmWU" resname="Save and start elimination">
|
||||
<source>Save and start elimination</source>
|
||||
<target>Opslaan en start eliminatie</target>
|
||||
<target>Opslaan en eliminatie starten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="uRWqG15" resname="Score">
|
||||
<source>Score</source>
|
||||
@@ -281,10 +385,18 @@
|
||||
<source>Settings</source>
|
||||
<target>Instellingen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tKaIbhp" resname="Show Numbers">
|
||||
<source>Show Numbers</source>
|
||||
<target>Toon nummers</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pNIxNSX" resname="Sign in">
|
||||
<source>Sign in</source>
|
||||
<target>Log in</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="6xCSWiZ" resname="Status">
|
||||
<source>Status</source>
|
||||
<target>Status</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="9m8DOBg" resname="Submit">
|
||||
<source>Submit</source>
|
||||
<target>Verstuur</target>
|
||||
@@ -309,6 +421,10 @@
|
||||
<source>Yes</source>
|
||||
<target>Ja</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="9A8F6VB" resname="You are not allowed to answer this quiz">
|
||||
<source>You are not allowed to answer this quiz</source>
|
||||
<target>Je mag deze test niet beantwoorden</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="0afY1NF" resname="You have no seasons yet.">
|
||||
<source>You have no seasons yet.</source>
|
||||
<target>Je hebt nog geen seizoenen.</target>
|
||||
|
||||
Reference in New Issue
Block a user