Improve pitch accent help
.idea/dictionaries/tyreunom.xml
| 1 | 1 | <component name="ProjectDictionaryState"> | |
| 2 | 2 | <dictionary name="tyreunom"> | |
| 3 | 3 | <words> | |
| 4 | + | <w>atamadaka</w> | |
| 4 | 5 | <w>dico</w> | |
| 6 | + | <w>downstep</w> | |
| 7 | + | <w>heiban</w> | |
| 5 | 8 | <w>jmdict</w> | |
| 6 | 9 | <w>kanji</w> | |
| 7 | 10 | <w>kanjis</w> | |
| 8 | 11 | <w>lepiller</w> | |
| 9 | 12 | <w>moji</w> | |
| 10 | 13 | <w>mozc</w> | |
| 14 | + | <w>nakadaka</w> | |
| 15 | + | <w>odaka</w> | |
| 11 | 16 | <w>radk</w> | |
| 12 | 17 | <w>romaji</w> | |
| 13 | 18 | <w>wasei</w> |
app/src/main/res/layout/activity_help_pitch.xml
| 28 | 28 | android:text="@string/help_pitch_intro" | |
| 29 | 29 | android:layout_marginBottom="16dp"/> | |
| 30 | 30 | ||
| 31 | + | <TextView | |
| 32 | + | android:layout_width="match_parent" | |
| 33 | + | android:layout_height="wrap_content" | |
| 34 | + | android:text="@string/help_pitch_heiban" | |
| 35 | + | android:layout_marginBottom="16dp"/> | |
| 36 | + | ||
| 37 | + | <TextView | |
| 38 | + | android:layout_width="match_parent" | |
| 39 | + | android:layout_height="wrap_content" | |
| 40 | + | android:text="@string/help_pitch_atamadaka" | |
| 41 | + | android:layout_marginBottom="16dp"/> | |
| 42 | + | ||
| 43 | + | <TextView | |
| 44 | + | android:layout_width="match_parent" | |
| 45 | + | android:layout_height="wrap_content" | |
| 46 | + | android:text="@string/help_pitch_nakadaka" | |
| 47 | + | android:layout_marginBottom="16dp"/> | |
| 48 | + | ||
| 49 | + | <TextView | |
| 50 | + | android:layout_width="match_parent" | |
| 51 | + | android:layout_height="wrap_content" | |
| 52 | + | android:text="@string/help_pitch_odaka" | |
| 53 | + | android:layout_marginBottom="16dp"/> | |
| 54 | + | ||
| 31 | 55 | <Button | |
| 32 | 56 | android:id="@+id/wiki_button" | |
| 33 | 57 | android:layout_width="wrap_content" |
app/src/main/res/values-fr/strings.xml
| 199 | 199 | <string name="pitch_2">2</string> | |
| 200 | 200 | <string name="pitch_3">3</string> | |
| 201 | 201 | <string name="pitch_4">4</string> | |
| 202 | - | <string name="help_pitch_intro">Le japonais a plusieurs dialectes avec diff??rentes phonologies. | |
| 203 | - | Certains dictionnaires sont des dictionnaires d\'accent de hauteur, qui fournissent plus d\'informations | |
| 204 | - | sur la phonologie des mots dans le dialecte de Tokyo (le japonais standard). Dans ce dialecte, | |
| 205 | - | chaque mot et la particule associ??e a un accent de hauteur particulier. Un accent de hauteur est | |
| 206 | - | assez diff??rent d\'un accent tonique comme en anglais, parce qu\'il ne fait varier que la hauteur | |
| 207 | - | du son, mais pas son volume. Dans chaque mot, chaque mora (unit?? de son) est soit bas soit haut. | |
| 208 | - | Il y a quatre motifs distincts: heiban (pas d\'accent) commence bas sur le premier mora puis devient | |
| 209 | - | haut sur le reste du mot. Atamadaka est haut sur le premier mora puis bas sur le reste du mot. | |
| 210 | - | Les motifs nakadaka et odaka sont bas sur le premier mora, haut sur le second, le troisi??me, | |
| 211 | - | etc, jusqu\'?? un abaissement de la hauteur, puis reste bas sur la fin du mot et la particule. | |
| 212 | - | Odaka est tr??s semblable ?? heiban, mais le ton baisse juste avant la particule, alors que heiban | |
| 213 | - | reste haut sur la particule. Le motif atamadaka a un abaissement ?? l\'int??rieur du mot, alors | |
| 214 | - | que odaka ne l\'a que sur la particule.</string> | |
| 215 | - | <string name="help_pitch_table_intro">Le tableau ci-dessous pr??sente des exemples de mots | |
| 216 | - | avec leur accent de hauteur. En haut se trouve le num??ro que vous trouverez dans les r??sultats | |
| 217 | - | de recherche et chaque ligne contient des mots qui ont le m??me nombre de mora. ?? 0 ?? repr??sente | |
| 218 | - | toujours un mot heiban, ?? 1 ?? repr??sente toujours un mot atamadaka, et les autres nombres peuvent | |
| 219 | - | ??tre nakadaka ou odaka, en fonction de la position de l\'abaissement du ton. Remarquez que le | |
| 220 | - | num??ro correspond ?? l\'emplacement de cet abaissement et qu\'il ne peut y en avoir qu\'un seul par | |
| 221 | - | mot.</string> | |
| 202 | + | <string name="help_pitch_intro">Le dialecte de tokyo du japonais (le japonais standard) est une | |
| 203 | + | langue ?? accent de hauteur, o?? chaque mot et la particule suivante ont un motif particulier. | |
| 204 | + | Certains dicitonnaires fournissent des informations sur ces motifs. Dans chaque mot, un mora | |
| 205 | + | (une unit?? de son) est soit bas soit haut (aigu ou grave), sans incidence sur le volume. Ce qu\'on | |
| 206 | + | appelle un accent, c\'est la transition d\'un mora haut ?? un mora bas. Chaque mot, avec la | |
| 207 | + | particule associ??e, ne peut avoir qu\'un mora accentu??, mais plus d\'un mora peut ??tre haut. Le | |
| 208 | + | premier et deuxi??me mora doivent toujours avoir une hauteur diff??rente. Il y a quatre motifs | |
| 209 | + | possibles :</string> | |
| 210 | + | <string name="help_pitch_heiban">?????? (heiban): quand le mot n\'a pas d\'accent. Le ton commence bas et | |
| 211 | + | monte sur le deuxi??me mora. Il reste haut jusqu\'au bout, m??me sur la particule.</string> | |
| 212 | + | <string name="help_pitch_atamadaka">?????? (atamadaka): quand le mot est accentu?? sur le premier mora. | |
| 213 | + | Le ton commence haut et descend imm??diatement sur le deuxi??me mora et reste bas.</string> | |
| 214 | + | <string name="help_pitch_nakadaka">?????? (nakadaka): quand le mot commence avec un ton bas, qui monte | |
| 215 | + | sur le deuxi??me mora et redescend quelque part dans le mot (soit sur le troisi??me mora, | |
| 216 | + | soit plus loin, ce qui veut dire qu\'il peut y avoir plusieurs mora avec un ton haut).</string> | |
| 217 | + | <string name="help_pitch_odaka">?????? (odaka): quand l emot commence avec un ton bas, qui monte sur | |
| 218 | + | le deuxi??me mora et ne redescend que sur la particule.</string> | |
| 219 | + | <string name="help_pitch_table_intro">Le tableau ci-dessous contient des exemples de mots avec | |
| 220 | + | leur motif de hauteur. Remarquez comme certains mots ont des significations diff??rentes en fonction | |
| 221 | + | de leur accent ! Chaque colonne repr??sente le num??ro que vous trouverez dans les r??sultats de | |
| 222 | + | recherche, et chaque ligne pr??sente des mots avec le m??me nombre de mora. ?? 0 ?? est toujours | |
| 223 | + | heiban, ?? 1 ?? est toujours atamadaka. Les autres nombres peuvent repr??senter des mots nakadaka | |
| 224 | + | ou odaka, en fonction de la position de l\'accent. Le num??ro repr??sente l\'emplacement de l\'accent, | |
| 225 | + | puisqu\'il ne peut y en avoir qu\'un.</string> | |
| 222 | 226 | <string name="help_pitch_learn_more">En apprendre plus sur Wikipedia</string> | |
| 223 | 227 | <string name="help_pitch_wiki_link">https://fr.wikipedia.org/wiki/Accent_chromatique_japonais</string> | |
| 224 | 228 | </resources> |
app/src/main/res/values/strings.xml
| 195 | 195 | <string name="pitch_2">2</string> | |
| 196 | 196 | <string name="pitch_3">3</string> | |
| 197 | 197 | <string name="pitch_4">4</string> | |
| 198 | - | <string name="help_pitch_intro">Japanese has many dialects with different phonology. Some of | |
| 199 | - | the dictionaries are pitch accent dictionaries, that provide more information on the phonology | |
| 200 | - | of words in the Tokyo dialect (standard Japanese). In this dialect, each word and following particle | |
| 201 | - | has a particular pitch accent. A pitch accent is quite different from a stress accent as in English, | |
| 202 | - | because it only varies the height of sound, not the volume. In each word, each mora (unit of sound) | |
| 203 | - | is either low pitch or high pitch. There are four distinguishable patterns: heiban (no accent) | |
| 204 | - | starts low on the first mora and becomes high on the rest of the word, atamadaka is high on the | |
| 205 | - | first mora and low on the rest of the word, nakadaka and odaka patterns are low on the first mora, | |
| 206 | - | high on the second, third, etc until a drop in pitch, then stay low. odaka is similar to heiban | |
| 207 | - | but the drop in pitch occurs before the particle, whereas heiban has no pitch drop (stepdown). | |
| 208 | - | Atamadaka has a drop in the word, so the last mora of the word is always low</string> | |
| 198 | + | <string name="help_pitch_intro">The Tokyo dialect of Japanese (standard Japanese) is a pitch-accent | |
| 199 | + | language, where each word and following particle exhibits a particular pattern. Some dictionaries | |
| 200 | + | provide information on these patterns. In each word, a mora (unit of sound) is either | |
| 201 | + | low pitch or high pitch. What is called the accent is the downstep (the transition between a high | |
| 202 | + | mora and a low mora). Each word, including the following particle, can have at most one accent, | |
| 203 | + | but more than one mora may be high. The first and second mora will also always have a different | |
| 204 | + | pitch. There are four possible patterns:</string> | |
| 205 | + | <string name="help_pitch_heiban">?????? (heiban): when the word has no downstep, it starts on a low | |
| 206 | + | pitch and rises to a high pitch from the second mora.</string> | |
| 207 | + | <string name="help_pitch_atamadaka">?????? (atamadaka): when the word has an accent on the first mora, | |
| 208 | + | it starts high and immediately falls to a low pitch, and stays low.</string> | |
| 209 | + | <string name="help_pitch_nakadaka">?????? (nakadaka): when the word starts low, rises to a high pitch | |
| 210 | + | on the second mora, and exhibits a downstep somewhere in the word (either on the third mora or | |
| 211 | + | later, meaning that multiple mora can be high pitch).</string> | |
| 212 | + | <string name="help_pitch_odaka">?????? (odaka): when the word starts low, rises to a high pitch | |
| 213 | + | on the second mora, and has a downstep only on the particle.</string> | |
| 209 | 214 | <string name="help_pitch_table_intro">The table below shows examples of words with their pitch | |
| 210 | - | accent pattern. On top is the number you will find with search results, each row has words | |
| 211 | - | of the same mora count. ???0??? always represents a heiban word, ???1??? is always an atamadaka word, | |
| 212 | - | other numbers can be nakadaka or odaka, depending on where the stepdown occurs. Not that the number | |
| 213 | - | records the position of the stepdown: there can only be one stepdown in a word. </string> | |
| 215 | + | accent pattern. See how some words can have different meanings only due to their accent! On top | |
| 216 | + | of the table is the number you will find in search results, each row has words of the same mora | |
| 217 | + | count. ???0??? always represents a heiban word, ???1??? is always an atamadaka word, other numbers can | |
| 218 | + | represent nakadaka or odaka, depending on where the downstep occurs. Note that the number | |
| 219 | + | records the position of the downstep, as there can only be one downstep in a word. </string> | |
| 214 | 220 | <string name="help_pitch_learn_more">Learn more on Wikipedia</string> | |
| 215 | 221 | <string name="help_pitch_wiki_link">https://en.wikipedia.org/wiki/Japanese_pitch_accent</string> | |
| 216 | 222 | </resources> |