mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
#33 skrócone tablice odmiany
This commit is contained in:
parent
a489a38f92
commit
c63e6ffb42
@ -22,7 +22,7 @@ $container-max-widths: (
|
||||
//@import "~bootstrap/scss/images";
|
||||
//@import "~bootstrap/scss/code";
|
||||
//@import "~bootstrap/scss/grid";
|
||||
//@import "~bootstrap/scss/tables";
|
||||
@import "~bootstrap/scss/tables";
|
||||
@import "~bootstrap/scss/forms";
|
||||
@import "~bootstrap/scss/buttons";
|
||||
//@import "~bootstrap/scss/transitions";
|
||||
|
58
pages/_.vue
58
pages/_.vue
@ -39,6 +39,64 @@
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 class="h4">
|
||||
<Icon v="spell-check"/>
|
||||
Odmiana:
|
||||
</h2>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Mianownik</th>
|
||||
<th>Dopełniacz</th>
|
||||
<th>Celownik</th>
|
||||
<th>Biernik</th>
|
||||
<th>Narzędnik</th>
|
||||
<th>Miejscownik</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{{ selectedTemplate.getMorpheme('pronoun_n') }}</td>
|
||||
<td>{{ selectedTemplate.getMorpheme('pronoun_g') }} / {{ selectedTemplate.getMorpheme('pronoun_g_acc') }}</td>
|
||||
<td>{{ selectedTemplate.getMorpheme('pronoun_d') }}</td>
|
||||
<td>{{ selectedTemplate.getMorpheme('pronoun_a') }}</td>
|
||||
<td>{{ selectedTemplate.getMorpheme('pronoun_i') }}</td>
|
||||
<td>{{ selectedTemplate.getMorpheme('pronoun_l') }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>1 os.</th>
|
||||
<th>2 os.</th>
|
||||
<th>3 os.</th>
|
||||
<th>Przymiotniki</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>-{{ selectedTemplate.getMorpheme('verb_middle') }}{{ selectedTemplate.plural ? 'śmy' : 'm'}}</td>
|
||||
<td>-{{ selectedTemplate.getMorpheme('verb_middle') }}{{ selectedTemplate.plural ? 'ście' : 'ś'}}</td>
|
||||
<td>-{{ selectedTemplate.getMorpheme('verb_end_about') }}</td>
|
||||
<td>-{{ selectedTemplate.getMorpheme('adjective_n') }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
|
||||
pronoun_all adjective_n adjective_ll adjective_middle verb_end_inter verb_end_about verb_middle verb_nasal verb_go verb_o
|
||||
-->
|
||||
</section>
|
||||
|
||||
<section v-if="selectedTemplate.history">
|
||||
<div class="alert alert-info">
|
||||
<Icon v="info-circle"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user