Add data sources
README.md
24 | 24 | ||
25 | 25 | | Source name | Provider | License | Description | | |
26 | 26 | | ----------- | -------- | ------- | ----------- | | |
27 | - | | [JMdict](https://www.edrdg.org/jmdict/edict_doc.html) | ERDRG | CC-BY-SA 3.0 | Provides the main search function | | |
27 | + | | [JMdict](https://www.edrdg.org/jmdict/edict_doc.html) | EDRDG | CC-BY-SA 3.0 | Provides the main search function | | |
28 | + | | [RadK](https://www.edrdg.org/krad/kradinf.html) | EDRDG | CC-BY-SA 3.0 | Provides kanji by radical lookup | | |
29 | + | | [KanjiDic](https://www.edrdg.org/wiki/index.php/KANJIDIC_Project) | EDRDG | CC-BY-SA 3.0 | Currently used only in combination with RadK | | |
28 | 30 | ||
29 | 31 | ||
30 | 32 | Contributing | |
… | |||
53 | 55 | ||
54 | 56 | ### Improve dictionary generation, add a new source, ... | |
55 | 57 | ||
56 | - | This is the right repo to do so! | |
56 | > | ||
57 | 0 | > | \ No newline at end of file |
58 | + | This is the right repo to do so! |
app/src/main/res/layout/activity_about.xml
155 | 155 | app:lineHeight="22dp" | |
156 | 156 | android:text="@string/jmdict_license" /> | |
157 | 157 | ||
158 | + | <TextView | |
159 | + | android:id="@+id/textView15" | |
160 | + | android:layout_width="match_parent" | |
161 | + | android:layout_height="wrap_content" | |
162 | + | android:layout_marginTop="8dp" | |
163 | + | android:lineHeight="22dp" | |
164 | + | android:textSize="@dimen/subtitle_size" | |
165 | + | android:text="@string/radk_title" /> | |
166 | + | ||
167 | + | <TextView | |
168 | + | android:id="@+id/textView16" | |
169 | + | android:layout_width="match_parent" | |
170 | + | android:layout_height="wrap_content" | |
171 | + | app:lineHeight="22dp" | |
172 | + | android:text="@string/radk_descr" /> | |
173 | + | ||
174 | + | <TextView | |
175 | + | android:id="@+id/textView17" | |
176 | + | android:layout_width="match_parent" | |
177 | + | android:layout_height="wrap_content" | |
178 | + | app:lineHeight="22dp" | |
179 | + | android:text="@string/radk_license" /> | |
180 | + | ||
181 | + | <TextView | |
182 | + | android:id="@+id/textView18" | |
183 | + | android:layout_width="match_parent" | |
184 | + | android:layout_height="wrap_content" | |
185 | + | android:layout_marginTop="8dp" | |
186 | + | android:lineHeight="22dp" | |
187 | + | android:textSize="@dimen/subtitle_size" | |
188 | + | android:text="@string/kanjidic_title" /> | |
189 | + | ||
190 | + | <TextView | |
191 | + | android:id="@+id/textView19" | |
192 | + | android:layout_width="match_parent" | |
193 | + | android:layout_height="wrap_content" | |
194 | + | app:lineHeight="22dp" | |
195 | + | android:text="@string/kanjidic_descr" /> | |
196 | + | ||
197 | + | <TextView | |
198 | + | android:id="@+id/textView20" | |
199 | + | android:layout_width="match_parent" | |
200 | + | android:layout_height="wrap_content" | |
201 | + | app:lineHeight="22dp" | |
202 | + | android:text="@string/kanjidic_license" /> | |
203 | + | ||
158 | 204 | </LinearLayout> | |
159 | 205 | ||
160 | 206 | </ScrollView> | |
160 | 206 | = | |
161 | 207 | = | \ No newline at end of file |
app/src/main/res/values-fr/strings.xml
96 | 96 | Share-Alike. Ces donn??es sont disponibles sous forme monolingue (anglais) et multilingue, | |
97 | 97 | dont le n??erlandais, le fran??ais, l???allemand et d???autres langues. | |
98 | 98 | </string> | |
99 | + | <string name="radk_title">RadK</string> | |
100 | + | <string name="radk_descr">Ce projet fournit une d??composition de kanji en ??l??ments visuels ou racines | |
101 | + | pour la prise en charge de logiciels qui proposent un service de recherche ?? partir des | |
102 | + | composants des kanji. | |
103 | + | </string> | |
104 | + | <string name="radk_license">Cette source est disponible sous license Creative Commons Share-Alike.</string> | |
105 | + | <string name="kanjidic_title">KanjiDic</string> | |
106 | + | <string name="kanjidic_descr">Le projet KANJIDIC, d??but?? en 1991, a pour but de compiler et | |
107 | + | distribuer des informations compl??tes sur les kanji utilis??s pour le traitement de texte | |
108 | + | en japonais. Il couvre les 13 108 kanji des trois standards japonais principaux. | |
109 | + | </string> | |
110 | + | <string name="kanjidic_license">Cette source est disponible sous license Creative Commons Share-Alike.</string> | |
99 | 111 | </resources> |
app/src/main/res/values/strings.xml
90 | 90 | This data is available in monolingual (English) and multilingual, including Dutch, | |
91 | 91 | French, German and others. | |
92 | 92 | </string> | |
93 | + | <string name="radk_title">RadK</string> | |
94 | + | <string name="radk_descr">This project provides a decomposition of kanji into a number of visual | |
95 | + | elements or radicals to support software which provides a lookup service using kanji | |
96 | + | components. | |
97 | + | </string> | |
98 | + | <string name="radk_license">This source is licensed under Creative Commons Share-Alike.</string> | |
99 | + | <string name="kanjidic_title">KanjiDic</string> | |
100 | + | <string name="kanjidic_descr">KANJIDIC project, which began in 1991, has the goal of compiling | |
101 | + | and distributing comprehensive information on the kanji used in Japanese text processing. It | |
102 | + | covers the 13,108 kanji in three main Japanese standards. | |
103 | + | </string> | |
104 | + | <string name="kanjidic_license">This source is licensed under Creative Commons Share-Alike.</string> | |
93 | 105 | </resources> |