[ua] Update GrammarTables.vue
This commit is contained in:
parent
b476c40f8a
commit
c8d64ee958
|
@ -2,19 +2,19 @@
|
||||||
<section>
|
<section>
|
||||||
<h2 class="h4">
|
<h2 class="h4">
|
||||||
<Icon v="spell-check"/>
|
<Icon v="spell-check"/>
|
||||||
Грамматика:
|
Граматика:
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>именительный</th>
|
<th>називний</th>
|
||||||
<th>родительный</th>
|
<th>родовий</th>
|
||||||
<th>дательный</th>
|
<th>давальний</th>
|
||||||
<th>винительный</th>
|
<th>знахідний</th>
|
||||||
<th>творительный</th>
|
<th>орудний</th>
|
||||||
<th>предложный</th>
|
<th>місцевий</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -34,19 +34,17 @@
|
||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Окончание невозвратных глаголов в пр. в.</th>
|
<th>Закінчення незворотніх дієслів</th>
|
||||||
<th>Окончание возвратных глаголов в пр. в.</th>
|
<th>Закінчення зворотніх дієслів</th>
|
||||||
<th>Окончание кратких прилагательных</th>
|
<th>Закінчення прикметників</th>
|
||||||
<th>Окончание прилагательных</th>
|
<th>Присвійний займенник</th>
|
||||||
<th>Притяжательное местоимение</th>
|
<th>Означальний займенник</th>
|
||||||
<th>Определительное местоимение</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="nonreflexive_verb_past" :counter="counter" prepend="–"/></td>
|
<td><Morpheme :pronoun="selectedPronoun" morpheme="nonreflexive_verb_past" :counter="counter" prepend="–"/></td>
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="reflexive_verb_past" :counter="counter" prepend="–"/></td>
|
<td><Morpheme :pronoun="selectedPronoun" morpheme="reflexive_verb_past" :counter="counter" prepend="–"/></td>
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="short_adjective" :counter="counter" prepend="–"/></td>
|
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="adjective" :counter="counter" prepend="–"/></td>
|
<td><Morpheme :pronoun="selectedPronoun" morpheme="adjective" :counter="counter" prepend="–"/></td>
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive" :counter="counter"/></td>
|
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive" :counter="counter"/></td>
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="definitive" :counter="counter"/></td>
|
<td><Morpheme :pronoun="selectedPronoun" morpheme="definitive" :counter="counter"/></td>
|
||||||
|
|
Reference in New Issue