lipu-sona/2/index.html

84 lines
2.9 KiB
HTML
Raw Normal View History

2022-05-28 10:31:42 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-05-28 11:46:34 +00:00
<link rel="stylesheet" href="/assets/stylesheet.css">
2022-05-28 10:31:42 +00:00
<title>~li (lesson 2)~</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
2022-05-28 11:46:34 +00:00
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png">
2022-05-28 10:31:42 +00:00
</head>
<body onload="toggleTextClass('answers')">
<h1 class="title">lesson 2 - <span style="vertical-align:-50%" class=title-emphasis>the particle li</span></h1>
<h2 class="title box-title">vocab</h2>
<div class="box box-top">
<p>󱥆 ona - third-person pronoun (he/she/it/they)</p>
<p>󱤻 musi - artistic, entertaining, frivolous, playful, recreation</p>
<p>󱤑 jan - human being, person</p>
<p>󱤍 ike - bad, negative; non-essential, irrelevant</p>
<p>󱥢 soweli - animal, beast, land mammal</p>
<p>󱥴 waso - bird, flying creature, winged animal</p>
</div>
<h3 class="title box-title sub-title">~ particle</h3>
<div class="box sub-box">
<p>󱤧 li - marks the predicate</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ sentences without mi or sina</h3>
<div class="box box-top">
<p>we covered sentences with only mi or sina as the subject, but for sentences with any other word as the subject, it's different</p>
<p>in this case, you use the particle li to introduce the predicate:
2022-05-28 15:53:05 +00:00
<p class=quote><span class=subject>subject</span> li <span class=predicate>predicate</span></p>
2022-05-28 10:31:42 +00:00
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class=box>
2022-05-28 15:53:05 +00:00
<p class=quote><span class=sentence><span class=subject>ona</span> li <span class=predicate>suwi</span></span> - <span class=subject>they</span> <span class=predicate>are cute</span></p>
<p class=quote><span class=sentence><span class=subject>waso</span> li <span class=predicate>waso</span> - <span class=subject>birds</span> <span class=predicate>are birds</span></p>
2022-05-28 10:31:42 +00:00
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ translate from toki pona to english</h3>
<div class="box box-top">
2022-05-28 13:10:04 +00:00
<details>
<summary>ona li waso</summary>
<p>they're a bird</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary>jan li musi</summary>
2022-05-28 13:18:27 +00:00
<p>people are playing</p>
2022-05-28 13:10:04 +00:00
</details>
2022-05-28 10:31:42 +00:00
</div>
<h3 class="title box-title sub-title">~ translate from english to toki pona</h3>
<div class="box-top box">
2022-05-28 13:10:04 +00:00
<details>
<summary>evil is bad</summary>
<p>ike li ike</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary>sweets are great</summary>
<p>suwi li pona</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary>i like movies</summary>
<p>musi li pona</p>
</details>
2022-05-28 10:31:42 +00:00
</div>
<h2 class="title box-title">navigation</h2>
<div class=box style="text-align: center;">
<a class=link style="float:left;" href=../1>prev 󱤖</a>
<a class=link href=../>󱤪 index 󱤪</a>
<a class=link style="float:right;" href=../3>󱥩 next</a>
</div>
2022-05-28 11:46:34 +00:00
<script src="/assets/script.js"></script>
2022-05-28 10:31:42 +00:00
</body>
</html>