lipu-sona/18/index.html

128 lines
4.2 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>one, two, many (lesson 18)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut icon" type="image/png" href="/assets/tp-favicon.png" />
</head>
<body>
<h1 class="title">
lesson 18
<span style="vertical-align: -50%" class="title-emphasis"
>one, two, many</span
>
</h1>
<h2 class="title box-title sub-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../17">prev 󱥐</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../19">󱤖 next</a>
</div>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>󱤽 nanpa - (ordinal number particle); numbers</p>
<p>󱤯 lupa - door, hole, orifice, window</p>
<p>󱤩 linja - long and flexible thing; cord, hair, rope, thread, yarn</p>
<p>󱤁 akesi - reptile, amphibian</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ main counting system</h3>
<div class="box box-top">
<p>
toki pona has five words to describe amounts:
<i>ala, wan, tu, mute, ale</i>,<br />
meaning <i>nothing, one, two, many, everything</i>.
</p>
<p>
other number systems exist, but this one will usually be all you need.
</p>
<p>
often specific numbers end up obscuring what a quantity really means,
because large numbers are a lot harder to conceptualize than a
description of what this quantity really means.
</p>
</div>
<h3 class="title box-title sub-title">~ ordinal numbers</h3>
<div class="box">
<p>
you can use the particle <i>nanpa</i> before a number to express an
ordinal number.
</p>
<div class="quote">
<p class="sentence">soweli nanpa tu</p>
<p>~ the second animal</p>
</div>
</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>sina wile tawa tomo telo la o tawa lupa nanpa tu</summary>
<p>if you wanna go to the bathroom, go to the second door</p>
</details>
<details>
<summary>waso tu li tawa tomo moku</summary>
<p>two bats are going to a restaurant</p>
</details>
<details>
<summary>mi kama sona e nimi mute pi toki pona</summary>
<p>i'm learning a lot of toki pona words</p>
</details>
<details>
<summary>mi pini e pali mi la mi ken musi</summary>
<p>when i'm done with my work, i can have fun</p>
</details>
</div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top">
<details>
<summary>snakes are cute!</summary>
<p>akesi li suwi a</p>
</details>
<details>
<summary>aw man, my calculator broke</summary>
<p>ike a · ilo nanpa mi li pakala</p>
<p>a · ilo mi li pakala</p>
</details>
<details>
<summary>there are two shady people by your home</summary>
<p>jan ike tu li lon poka pi tomo sina</p>
</details>
<details>
<summary>this is your first woof</summary>
<p>ni li mu sina nanpa wan</p>
</details>
</div>
<div class="box">
<p>psst, hey, you. yeah, you!</p>
<p>
you feel unsatisfied with this number system? i can tell you about more
number systems. just <a class="link" href="more">come with me</a>
</p>
</div>
<h2 class="title box-title sub-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../17">prev 󱥐</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../19">󱤖 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>