-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpese.html
More file actions
189 lines (149 loc) · 4 KB
/
Copy pathpese.html
File metadata and controls
189 lines (149 loc) · 4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<html lang="en" data-bs-theme="dark"><head>
<meta charset="utf-8">
<meta name="description" content="Introduction to Maj language.">
<meta name="author" content="Elucian Moise">
<meta name="keywords" content="sage, code, maj, akara, grammar, auxiliary, language, conlang">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Website title -->
<title>SC Maj</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<!-- Icon -->
<link rel="icon" type="image/png" href="../images/favicon.ico">
<!-- Prism Highlighter -->
<link rel="stylesheet" href="../prism.css">
<!-- custom css -->
<link rel="stylesheet" href="https://sagecode.net/sage.css">
</head>
<body>
<div class="container">
<!-- header -->
<div class="row">
<div class="col">
<a href="https://sagecode.net"><img src="https://sagecode.net/images/sage-logo.svg" alt="Sage-Code Laboratory" height="80"/></a>
</div>
<div class="col bottom-right">
<a href="index.html#lang-index" rel="nofollow">index</a><--
</div>
</div><hr>
<h1>Pese Challenge</h1>
<div>
<img src="img/pese.png" alt="Pese" width="300"/>
</div>
<div>
Next examples are about people, feelings and relations between people. After all, Maj is made for people to communicate. Describing persons and feelings is a basic skill. Here we go:
<br>
<h3>Challenge 1:</h3>
Translate:
<ul>
<li>Hello, who are you?</li>
<li>I'm a person. My name is Lucian;</li></ul>
Dictionary:
<ul>
<li>tcao = hello</li>
<li>pesa = person</li></ul>
Maj:
<ul>
<li>tcao, ki sonu ta?</li>
<li>ea sonu una pesa. mh voku Lutcian;</li></ul>
<h3>Challenge 2:</h3>
Translate:
<ul>
<li>How can I call you?</li>
<li>My name is Elucian!</li>
<li>You can call me Luci.</li></ul>
Dictionary:
<ul>
<li>tcao = hello</li>
<li>pesa = person</li></ul>
Maj:
<ul>
<li>tcao, ki sonu ta?</li>
<li>ea sonu una pesa. </li>
<li>mh voku Lutcian;</li></ul>
Note: Remember "c" is read like "ch" in English word "peach".
<h3>Challenge 3:</h3>
Translate:
<ul>
<li>Tell some girl names.</li>
<li>Lucretia, Roxana, Alexandra.</li></ul>
Dictionary:
<ul>
<li>diku = tell</li>
<li>algo = some</li>
<li>tcika = girl</li></ul>
Maj:
<ul>
<li> diku mi algo nome de tcika;</li>
<li> Lukretsia, Roksana, Aleksandra.</li></ul>
Notes:
<ul>
<li> Digraph "ts" is read like zz in the word pizza.</li>
<li>Digraph "tc" is read like ch in the word peach.</li></ul>
<h3>Challenge 4:</h3>
Translate:
<ul>
<li>Do you have a girlfriend?</li>
<li>Yes, she is called Marina.</li></ul>
Dictionary
<ul>
<li>haru = have</li>
<li>miko-tcika = girlfriend</li>
<li>voku = called</li>
<li>da = yes</li></ul>
Maj:
<ul>
<li>ta haru una miko-tcika?</li>
<li>da, sa se voku Marina;</li></ul>
<h3>Challenge 5:</h3>
Translate:
<ul>
<li>Are you married?</li>
<li>I'm married and I have two children.</li></ul>
Dictionary:
<ul><li>kaso = married</li></ul>
Maj:
<ul>
<li>ta sonu kaso?</li>
<li>da, sonu kaso ci haru be kide; </li></ul>
<h3>Challenge 6:</h3>
Translate:
<ul>
<li>How do you call your girlfriend when you are at home?</li>
<li>Sometimes I call her darling, but usually by name.</li></ul>
Dictionary:
<li>kasa = home</li>
<li>algo-tepa = sometimes</li>
<li>bela = beautiful</li>
<li>iujo = usually</li></ul>
Maj:
<ul>
<li>vi voku ta la ti miko-tcika ut ta sonu yn kasa?</li>
<li>algo-tepa ma voku su bela, bo iujo ku noma;</li></ul>
<h3>Challenge 7:</h3>
Translate:
<ul>
<li>What is your dream about? </li>
<li>I dream of building a house.</li>
<li>My dream is about a house.</li></ul>
Dictionary:
<li>dimu = to dream</li>
<li>uv = about</li>
<li>tenu = to hold</li>
<li>fabu = to make</li></ul>
Maj:
<ul>
<li>uv ke sonu ta dima?</li>
<li>ea dimu sh fabu una kasa;</li>
<li>ma dima sonu uv una kasa;</li></ul>
</div>
<hr>
<p><b>Read next:</b>
<a href="index.html">Index</a></p>
<!-- Footer -->
<footer class="footer">
<div class="footer-copyright text-center"></div>
</footer>
</div>
</body>
</html>