aboutsummaryrefslogtreecommitdiff
path: root/resources/views/trainer.blade.php
diff options
context:
space:
mode:
authorCamil Staps2020-01-03 19:56:38 +0100
committerCamil Staps2020-01-03 19:56:38 +0100
commit99624cdbde31c9d631d0317d767db35e15c502ef (patch)
tree550759c674388968bda3f6b67769692f489ad1c9 /resources/views/trainer.blade.php
parentUse Act, Med, Pass, and Med-pass as abbreviations for voice (diff)
Various minor improvements
Diffstat (limited to 'resources/views/trainer.blade.php')
-rw-r--r--resources/views/trainer.blade.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php
index 0dad78c..ef1e43a 100644
--- a/resources/views/trainer.blade.php
+++ b/resources/views/trainer.blade.php
@@ -29,7 +29,7 @@ use HebrewParseTrainer\Tense;
</div>
<div class="form-group">
- <h3>Settings</h3>
+ <h3>Instellingen</h3>
<div class="checkbox">
<label><input type="checkbox" id="settings-audio" checked="checked"/> Audio</label>
</div>
@@ -47,7 +47,7 @@ use HebrewParseTrainer\Tense;
<div class="text-muted">
<div id="trainer-input-help">
<p>
- Parseer de werkwoordsvorm en vul het antwoord in, gevolgd door <code>Enter</code>.
+ Determineer de werkwoordsvorm en vul het antwoord in, gevolgd door <code>Enter</code>.
Als het antwoord correct is en er meerdere mogelijke antwoorden zijn, verschijnt er een extra invoerveld.
Na het eerste incorrecte antwoord, of als alle mogelijkheden zijn gegeven, kun je door naar de volgende vorm met <code>Enter</code>.
</p>
@@ -56,12 +56,12 @@ use HebrewParseTrainer\Tense;
<strong>Modi</strong> (wijzen): ind(icativus), conj(unctivus), opt(ativus), imp!(erativus), p(ar)t(i)c(ipium), inf(initivus).<br/>
<strong>Genera</strong>: Act(ivum), Med(ium), Pass(ivum), Med(io)-Pass(ivum) (als Medium en Passivum samenvallen).<br/>
<strong>Persoon</strong> (indien van toepassing): 1, 2 of 3.<br/>
- <strong>Geslacht</strong> (indien van toepassing): M(asculinum), F(eminimum), N(eutrum).<br/>
+ <strong>Geslacht</strong> (indien van toepassing): M(asculinum), F(emininum), N(eutrum).<br/>
<strong>Naamval</strong> (indien van toepassing): nom(inativus), gen(itivus), dat(ivus), acc(usativus).<br/>
<strong>Getal</strong> (indien van toepassing): e(nkel)v(oud) of m(eer)v(oud).
</p>
<p><strong>Voorbeelden</strong>: <code>pr ind A 1 ev</code>, <code>fut inf M</code>, <code>pqpf ptc P M nom ev</code>.</p>
- <p>Je kunt ook de knoppen gebruiken om een vorm te parseren.</p>
+ <p>Je kunt ook de knoppen gebruiken om een vorm te determineren.</p>
<p>&copy; 2015&ndash;{!! date('y') !!} <a href="https://camilstaps.nl">Camil Staps</a>. Gelicenseerd onder <a href="http://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3.0</a>. De broncode staat op <a href="https://git.camilstaps.nl/luo-parsetrainer.git">git.camilstaps.nl/luo-parsetrainer.git</a>.</p>
</div>
<button type="button" class="btn btn-default btn-xs" id="show-hide-help">Meer informatie</button>