lipu-sona/3/index.html

184 lines
5.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>modifiers (lesson 3)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</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">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>
<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>
<div class="quote">
<p class="sentence">
<span class="subject">soweli</span>
<span class="predicate">lili</span>
</p>
<p>
~ <span class="predicate">small</span>
<span class="subject">animal</span>
</p>
</div>
<p>to do possessive, you modify the word with a pronoun.</p>
<div class="quote">
<p class="sentence">
<span class="subject">soweli</span>
<span class="predicate">lili</span>
<span class="object">mi</span>
</p>
<p>
~ <span class="object">my</span> <span class="predicate">small</span>
<span class="subject">animal</span>
</p>
</div>
</div>
<h3 class="title box-title sub-title">~ notes</h3>
<div class="box box-top">
<p>
keep in mind that if you modify mi or sina, you need to use li
afterwards.
</p>
<div class="quote">
<p class="sentence">mi mute li wawa</p>
<p>~ we are strong</p>
</div>
<p>
(remember - number rarely needs to be specified, so this could just be
"mi wawa" instead)
</p>
</div>
<div class="box">
<p>
remember that there are no set compounds in toki pona. you're supposed
to break down the things around you and explain them using toki pona's
vocabulary, and this means that one phrase can mean many different
things.
</p>
<p>
just because i translate a phrase as something, doesn't mean that's the
only translation. this also means that you might translate something
very differently from how i do!
</p>
<p>
if your translation in one of the exercises differs from mine, and you
feel like yours might be right, feel free to just like ask me on discord
(<a href="https://discord.com/users/152843864342790145" class="link"
>soweli Tesa#5356</a
>) or ask another proficient speaker.
</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">
<details>
<summary class="sentence">ken mute</summary>
<p>many possibilities</p>
</details>
<details>
<summary class="sentence">soweli wawa li lili ala</summary>
<p>the strong animal is not small</p>
</details>
<details>
<summary class="sentence">ona li jan ike</summary>
<p>they're a bad person</p>
</details>
<details>
<summary class="sentence">weka sina li ike</summary>
<p>i don't like when you're away</p>
<p>your absence is bad</p>
</details>
<details>
<summary class="sentence">ni li pona ala</summary>
<p>this is not good</p>
</details>
</div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top">
<details>
<summary class="sentence">small animals are really cute!</summary>
<p>soweli lili li suwi mute!</p>
</details>
<details>
<summary class="sentence">bats are capable</summary>
<p>waso li ken</p>
</details>
<details>
<summary class="sentence">the children are gone</summary>
<p>jan lili li weka</p>
</details>
<details>
<summary class="sentence">my strength is okay</summary>
<p>wawa mi li pona lili</p>
</details>
<details>
<summary class="sentence">lots of people speak toki pona</summary>
<p>jan mute li toki pona</p>
</details>
<details>
<summary class="sentence">
the children, who are away, are playing nicely
</summary>
<p>jan lili weka li musi pona</p>
</details>
<details class="hint">
<summary>hint</summary>
<p>the absent children li play nicely</p>
</details>
</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>
<script src="/assets/script.js"></script>
</body>
</html>