1
0

Fix te-form japanese page.

This commit is contained in:
Kevin Matsubara 2026-08-04 19:42:51 +02:00
parent 1acc6dcc04
commit 702d26ae1b
2 changed files with 73 additions and 20 deletions

View File

@ -28,9 +28,26 @@ footer {
} }
/* Japanese learning notes text colours. */ /* Japanese learning notes text colours. */
span.jc-1 { span.color-1 {
color: mediumvioletred; color: mediumvioletred;
} }
span.color-2 {
color: rgb(6, 144, 107);
}
span.color-3 {
color: rgb(201, 134, 0);
}
span.color-4 {
color: rgb(141, 141, 141);
}
article.japanese section {
border: #dadada 1px solid;
padding: 15px;
box-shadow: 5px 5px 10px rgb(221, 221, 221);
margin-bottom: 20px;
}
.cert-link { .cert-link {
display: inline-flex; display: inline-flex;

View File

@ -4,34 +4,70 @@ language: "en"
title: "て-form" title: "て-form"
--- ---
<article class="japanese">
## Connector form
The て-form also acts as a connector form. The て-form also acts as a connector form.
* 母の新しいカメラは小さく<Jps colour="c1" text="て"/>軽い。 <section>
* My mothers new camera is small <Jps colour="c1" text="and"/> light.
* 小さい > 小さくて
母の新しいカメラは小さく<span class="color-1"></span>軽い。
* 弟は16歳<Jps colour="c1" text="で"/>、学生です。 My mothers new camera is small <span class="color-1">and</span> light.
* My younger brother is 16-years-old <Jps colour="c1" text="and"/> is a student.
* 山田さんは元気<Jps colour="c1" text="で"/>面白い人です。 <span class="color-4">小さい > 小さくて</span>
* Yamada-san is a lively <Jps colour="c1" text="and"/> interesting person.
* <Furigana kanji="一昨日" kana="おととい"/>は雪<Jps colour="c1" text="で"/>、昨日は雨でした。 </section>
* The day before yesterday in snowed <Jps colour="c1" text="and"/> yesterday it rained. <section>
* Note: do not use <Jps colour="c3" text="だ"/><Jps colour="c3" text="だった"/> or even <Jps colour="c3" text="だったで"/>
--- 弟は16歳<span class="color-1"></span>、学生です。
Express cause: My younger brother is 16-years-old <span class="color-1">and</span> is a student.
* <Furigana kanji="辞書" kana="じしょ"/>を見<Jps colour="c1" text="て"/>漢字を<Furigana kanji="覚" kana="おぼ"/>えます。 </section>
* I remember kanji <Jps colour="c1" text="by"/> looking at the dictionary. <section>
* Note: do not use <Jps colour="c3" text="見た"/>
山田さんは元気<span class="color-1"></span>面白い人です。
* 最近は忙しく<Jps colour="c1" text="て"/>あまり運動をしていない。 Yamada-san is a lively <span class="color-1">and</span> interesting person.
* Lately, I've been busy <Jps colour="c1" text="therefor"/> I have not been exercising.
* 自転車のカギをなくし<Jps colour="c1" text="て"/>、家まで歩い<Jps colour="c1" text="て"/>帰った。 </section>
* I lost the key to my bicycle, <Jps colour="c1" text="therefor"/> I walked home. <section>
<ruby><rb>一昨日<rt>おととい</ruby>は雪<span class="color-1"></span>、昨日は雨でした。
The day before yesterday in snowed <span class="color-1">and</span> yesterday it rained.
* Note: do not use <span class="color-3"></span><span class="color-3">だった</span> or even <span class="color-3">だったで</span>
</section>
## Cause
It can be used to express causality.
<section>
<ruby><rb><rb><rt><rt>しょ</ruby>を見<span class="color-1"></span>漢字を<ruby><rb><rt>おぼ</ruby>えます。
I remember kanji <span class="color-1">by</span> looking at the dictionary.
* Note: do not use <span class="color-3">見た</span>
</section>
<section>
最近は忙しく<span class="color-1"></span>あまり運動をしていない。
Lately, I've been busy <span class="color-1">therefor</span> I have not been exercising.
</section>
<section>
自転車のカギをなくし<<span class="color-1"></span>、家まで歩い<span class="color-1"></span>帰った。
I lost the key to my bicycle, <span class="color-1">therefor</span> I walked home.
</section>
</article>