lipu-sona/3/index.html

112 lines
3.8 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>~modifiers (lesson 3)~</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 3 - <span style="vertical-align:-50%" class=title-emphasis>modifiers</span></h1>
<h2 class="title box-title">vocab</h2>
<div class=box>
<p>󱤨 lili - little, small, short; few; a bit; young</p>
<p>󱤼 mute - many, a lot, more, much, several, very; quantity</p>
<p>󱤂 ala - no, not, zero; nothing</p>
<p>󱥁 ni - that, this</p>
<p>󱥵 wawa - strong, powerful; confident, sure, energetic, intense</p>
<p>󱥶 weka - absent, away, ignored</p>
<p>󱤘 ken - be allowed to, can, may; possible</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ modifiers</h3>
<div class="box box-top">
<p>modifiers go after the word they're modifying</p>
2022-05-28 17:06:23 +00:00
<p class=quote><span class=subject>soweli</span> <span class=predicate>lili</span><br>~ <span class=predicate>small</span> <span class=subject>animal</span></p>
2022-05-28 10:31:42 +00:00
<p>to do possessive, you modify the word with a pronoun</p>
2022-05-28 17:06:23 +00:00
<p class=quote><span class=subject>soweli</span> <span class=predicate>lili</span> <span class=object>mi</span><br>~ <span class=object>my</span> <span class=predicate>small</span> <span class=subject>animal</span></p>
2022-05-28 10:31:42 +00:00
</div>
<h3 class="title box-title sub-title">~ notes</h3>
<div class=box>
<p>keep in mind that if you modify mi or sina, you need to use li afterwards</p>
2022-05-28 17:06:23 +00:00
<p class=quote><span class=sentence>mi mute li wawa</span> <br>~ we are strong</p>
2022-05-28 10:31:42 +00:00
<p>(remember - number rarely needs to be specified, so this could just be "mi wawa" instead)</p>
</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 class=sentence>ken mute</summary>
<p>many possibilities</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary class=sentence>soweli wawa li lili ala</summary>
<p>the strong animal is not small</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary class=sentence>ona li jan ike</summary>
<p>they're a bad person</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary class=sentence>weka sina li ike</summary>
<p>i don't like when you're away (your absence is bad)</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary class=sentence>ni li pona ala</summary>
<p>this is not good</p>
</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 box-top">
2022-05-28 11:58:46 +00:00
<details>
<summary class=sentence>small animals are really cute!</summary>
<p>soweli lili li suwi mute!</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 11:58:46 +00:00
<details>
<summary class=sentence>bats are capable</summary>
<p>waso li ken</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 11:58:46 +00:00
<details>
<summary class=sentence>the children are gone</summary>
<p>jan lili li weka</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary class=sentence>my strength is okay</summary>
<p>wawa mi li pona lili</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary class=sentence>lots of people speak toki pona</summary>
<p>jan mute li toki pona</p>
</details>
2022-05-28 10:31:42 +00:00
2022-05-28 13:10:04 +00:00
<details>
<summary class=sentence>the children, who are away, are playing nicely</summary>
<p>jan lili weka li musi 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=../2>prev 󱤖</a>
<a class=link href=../>󱤪 index 󱤪</a>
<a class=link style="float:right;" href=../4>󱥩 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>