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
|
"num_of_entries": "Nombre d’entrées :",
"tot_of_entries": "Total des entrées :",
"words": "Mots",
"lemmas": "Lemmes",
"unknown_words": "Mots inconnus",
"tag_section": "Formatage",
"tag": "Taguer",
"close_button": "Fermer",
},
"en": {
"title": "Grammalecte · Enumerator",
"list_section": "Words",
"count_button": "Count all",
"count2_button": "Count by lemma",
"unknown_button": "Unknown words",
"num_of_entries": "Number of entries:",
"tot_of_entries": "Total of words:",
"words": "Words",
"lemmas": "Lemmas",
"unknown_words": "Unknown words",
"tag_section": "Format",
"tag": "Tag",
"close_button": "Close",
},
}
|
|
>
>
>
>
>
|
|
>
>
>
>
>
|
|
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
|
"num_of_entries": "Nombre d’entrées :",
"tot_of_entries": "Total des entrées :",
"words": "Mots",
"lemmas": "Lemmes",
"unknown_words": "Mots inconnus",
"dformat_section": "Formatage direct",
"charstyle_section": "Style de caractères",
"underline": "Surligner",
"nounderline": "Effacer",
"accentuation": "Accentuation",
"noaccentuation": "Aucun",
"tag_button": "Taguer",
"close_button": "Fermer",
},
"en": {
"title": "Grammalecte · Enumerator",
"list_section": "Words",
"count_button": "Count all",
"count2_button": "Count by lemma",
"unknown_button": "Unknown words",
"num_of_entries": "Number of entries:",
"tot_of_entries": "Total of words:",
"words": "Words",
"lemmas": "Lemmas",
"unknown_words": "Unknown words",
"dformat_section": "Direct format",
"charstyle_section": "Character style",
"underline": "Underline",
"nounderline": "Erase",
"accentuation": "Accentuation",
"noaccentuation": "None",
"tag_button": "Tag",
"close_button": "Close",
},
}
|