Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions app/learn/spanish/02/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
import SpanishNumberPracticeLoader from "@/components/spanish/SpanishNumberPracticeLoader";

export const title = "数字タイピング演習";

# 数字タイピング演習

<SpanishNumberPracticeLoader />

{/* 出題データ定義テーブル (display:none) */}

<div className="hidden" style={{ display: "none" }} aria-hidden="true">

| 数 | 綴り |
| --- | ------------ |
| 0 | cero |
| 1 | uno |
| 2 | dos |
| 3 | tres |
| 4 | cuatro |
| 5 | cinco |
| 6 | seis |
| 7 | siete |
| 8 | ocho |
| 9 | nueve |
| 10 | diez |
| 11 | once |
| 12 | doce |
| 13 | trece |
| 14 | catorce |
| 15 | quince |
| 16 | dieciséis |
| 17 | diecisiete |
| 18 | dieciocho |
| 19 | diecinueve |
| 20 | veinte |
| 21 | veintiuno |
| 22 | veintidós |
| 23 | veintitrés |
| 24 | veinticuatro |
| 25 | veinticinco |
| 26 | veintiséis |
| 30 | treinta |
| 40 | cuarenta |
| 50 | cincuenta |
| 60 | sesenta |
| 70 | setenta |
| 80 | ochenta |
| 90 | noventa |
| 100 | cien |

</div>
Loading