sticky footer implemented, more composites

This commit is contained in:
Alexander Bocken 2020-11-20 16:25:10 +01:00
parent 35c16f0ba0
commit f6772e82a5
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

118
deck.json
View File

@ -62,7 +62,7 @@
{
"__type__": "NoteModel",
"crowdanki_uuid": "1d40ef02-c9ff-11ea-ab22-9cb6d013a4a3",
"css": "@font-face {\n font-family: 'kanji_strokeorder';\n font-style: normal;\n font-weight: 400;\n src: url(_KanjiStrokeOrders.ttf) format('truetype');\n }\n\n@font-face {\n font-family: 'IPAGothic';\n font-style: normal;\n font-weight: 400;\n src: url(_ipag.ttf) format('truetype');\n }\n\n.card {\n\tmargin-top: 0px;\n\tline-height: 20px;\n\theight: 100%;\n\tfloat: left;\n\tfont-family: Helvetica, \"IPAGothic\", Arial,Verdana,sans-serif;\n}\n.card p {\n\tpadding: 0px 0;\n\tposition: relative;\n}\n.card p.kanji{\n\tfont-size: 70px;\n \tfont-family: IPAGothic;\n\tcolor:#88C0D0;\n\theight:20vh;\n}\n.card p.kanji i {\n\tfont-family: Helvetica, IPAGothic;\n\tcolor:#4C566A;\n\tfont-size: 20px;\n\tpadding-left: 5px;\n\tfont-style: normal;\n}\n.card p.kanji_card2{\n\tfont-size: 70px;\n \tfont-family:IPAGothic;\n\tcolor:#88C0D0;\n}\n.card p.kanji_card2 i {\n\tfont-family: Helvetica, IPAGothic;\n\tcolor:#4C566A;\n\tfont-size: 16px;\n\tpadding-left: 5px;\n\tfont-style: normal;\n}\n.card p.kanji_back{\n\tfont-size: 20px;\n \tfont-family: IPAGothic;\n\tcolor: #5E81AC;\n\theight:5vh;\n}\n.card p.kanji_back i {\n\tfont-family: Helvetica, IPAGothic;\n\tcolor:#4C566A;\n\tfont-size: 16px;\n\tfont-style: normal;\n}\n.card p.primitive_correction before {\n\tcontent: \"- \";\n\tpadding-left: 5px;\n\tcolor:#4C566A;\n}\n.card p.compounds {\n\tfont-size: 20px;\n\ttext-decoration: none;\n\tcolor: #5E81AC;\n}\n.card p.compounds i{\n\tfont-style: normal;\n\tfont-size: 22px;\n\ttext-decoration: none;\n\tcolor: #8FBCBB;\n}\n.card p.compounds_meaning {\n\ttext-align: right;\n\tfont-size: 20px;\n\ttext-decoration: none;\n\tcolor: #8FBCBB;\n}\n.card #explanation{\n\theight:20vh;\n\tfont-size: 20px;\n\ttext-align:left;\n\tcolor:#ECEFF4;\n}\n.card #explanation i{\n\tfont-style:normal;\n\tcolor: #D08770;\n}\n.card #explanation b{\n\tfont-style:normal;\n\tcolor:#88C0D0;\n}\n.card #notes {\n\tfont-size:16px;\n\tcolor:#4C566A;\n}\n.card #notes u{\n\tfont-size:20px;\n\ttext-decoration: none;\n}\n.card p.meaning {\n\twidth=100;\n\ttext-align:center;\n\tfont-size: 40px;\n\tcolor:#88C0D0;\n}\n.card p.meaning i {\n\tfont-style: normal;\n\ttext-align:left;\n \tfont-size: 12px;\n\tcolor:#E5E9F0;\n}\n.card p.meaning_back{\n\tfont-size: 20px;\n\tfont-family: Helvetica, Arial;\n\tcolor: #5E81AC;\n\theight:5vh;\n}\n.card p.meaning_back i {\n\tfont-family: Helvetica, IPAGothic;\n\tcolor:#4C566A;\n\tfont-size: 16px;\n\tfont-style: normal;\n}\n#no {\n\tcolor:#4C566A;\n\tfont-family: Helvetica,Arial,Verdana,sans-serif;\n\tfont-size: 20px;\n\ttext-align:right;\n\tposition:fixed;\n \tbottom: 20px;\n \tright: 20px;\n}\n#lesson {\n\tcolor:#4C566A;\n\tfont-family: Helvetica,Arial,Verdana,sans-serif;\n\tposition: absolute;\n\tfont-size: 20px;\n\ttext-align:left;\n\tposition: fixed;\n\tbottom: 20px;\n\tleft: 20px;\n}\n\n\n/* ANDROID SETTINGS */\n.android .card p.kanji{\n\tfont-size:120px;\n\t/*color:#000000;*/\n}\n.android.card.night_mode {\n\tbackground-color:#000000;\n}\n.android .card p.kanji_card2{\n\tfont-size:120px;\n}\n",
"css": "@font-face {\n font-family: 'kanji_strokeorder';\n font-style: normal;\n font-weight: 400;\n src: url(_KanjiStrokeOrders.ttf) format('truetype');\n }\n\n@font-face {\n font-family: 'IPAGothic';\n font-style: normal;\n font-weight: 400;\n src: url(_ipag.ttf) format('truetype');\n }\nbody {\nmargin: 0;\n}\n.container {\ndisplay: flex;\nflex-direction: column;\nheight: 100vh;\n}\n.card-content {\nflex: 1;\npadding: 20px;\n}\n.footer {\npadding: 20px;\n}\n.card {\n\tmargin-top: 0px;\n\theight: 100%;\n\tfont-family: Helvetica, \"IPAGothic\", Arial,Verdana,sans-serif;\n}\n.card p {\n\tpadding: 0px 0;\n\tposition: relative;\n}\n.card p.kanji{\n\tfont-size: 70px;\n \tfont-family: IPAGothic;\n\tcolor:#88C0D0;\n\theight:20vh;\n}\n.card p.kanji i {\n\tfont-family: Helvetica, IPAGothic;\n\tcolor:#4C566A;\n\tfont-size: 20px;\n\tpadding-left: 5px;\n\tfont-style: normal;\n}\n.card p.kanji_card2{\n\tfont-size: 70px;\n \tfont-family:IPAGothic;\n\tcolor:#88C0D0;\n\theight:20vgh;\n}\n.card p.kanji_card2 i {\n\tfont-family: Helvetica, IPAGothic;\n\tcolor:#4C566A;\n\tfont-size: 16px;\n\tpadding-left: 5px;\n\theight:20vh;\n\tfont-style: normal;\n}\n.card p.kanji_back{\n\tfont-size: 20px;\n \tfont-family: IPAGothic;\n\tcolor: #5E81AC;\n\theight:5vh;\n}\n.card p.kanji_back i {\n\tfont-family: Helvetica, IPAGothic;\n\tcolor:#4C566A;\n\tfont-size: 16px;\n\tfont-style: normal;\n}\n.card p.primitive_correction before {\n\tcontent: \"- \";\n\tpadding-left: 5px;\n\tcolor:#4C566A;\n}\n.card p.compounds {\n\tfont-size: 20px;\n\ttext-decoration: none;\n\tcolor: #5E81AC;\n}\n.card p.compounds i{\n\tfont-style: normal;\n\tfont-size: 22px;\n\ttext-decoration: none;\n\tcolor: #8FBCBB;\n}\n.card p.compounds_meaning {\n\ttext-align: right;\n\tfont-size: 20px;\n\ttext-decoration: none;\n\tcolor: #8FBCBB;\n}\n.card #explanation{\n\theight:20vh;\n\tfont-size: 20px;\n\ttext-align:left;\n\tcolor:#ECEFF4;\n}\n.card #explanation i{\n\tfont-style:normal;\n\tcolor: #D08770;\n}\n.card #explanation b{\n\tfont-style:normal;\n\tcolor:#88C0D0;\n}\n.card #notes {\n\tfont-size:16px;\n\tcolor:#4C566A;\n}\n.card #notes u{\n\tfont-size:20px;\n\ttext-decoration: none;\n}\n.card p.meaning {\n\twidth=100;\n\tfont-size: 40px;\n\tcolor:#88C0D0;\n}\n.card p.meaning i {\n\tfont-style: normal;\n\tpadding-left:10px;\n \tfont-size: 12px;\n\tcolor:#E5E9F0;\n\theight:10vgh;\n}\n.card p.meaning_back{\n\tfont-size: 20px;\n\tfont-family: Helvetica, Arial;\n\tcolor: #5E81AC;\n\theight:5vh;\n}\n.card p.meaning_back i {\n\tfont-family: Helvetica, IPAGothic;\n\tcolor:#4C566A;\n\tfont-size: 16px;\n\tfont-style: normal;\n}\n#no {\n\tcolor:#4C566A;\n\tfont-family: Helvetica,Arial,Verdana,sans-serif;\n\tfont-size: 20px;\n\ttext-align:right;\n\tfloat:right;\n}\n#lesson {\n\tcolor:#4C566A;\n\tfont-family: Helvetica,Arial,Verdana,sans-serif;\n\tfont-size: 20px;\n\ttext-align:left;\n\tfloat:left;\n}\n\n\n/* ANDROID SETTINGS */\n.android .card p.kanji{\n\tfont-size:120px;\n\t/*color:#000000;*/\n}\n.android.card.night_mode {\n\tbackground-color:#000000;\n}\n.android .card p.kanji_card2{\n\tfont-size:120px;\n}\n",
"flds": [
{
"font": "Helvetica",
@ -186,7 +186,7 @@
],
"tmpls": [
{
"afmt": "<P class='kanji_back'>{{kanji}} \n\t{{#primitive_correction}}\n\t\t<i>{{primitive_correction}}</i>\n\t{{/primitive_correction}}\n</P>\n\n<P class='meaning'>{{meaning}}<br>\n\t{{#primitive}} \n\t\t<i>Primitive: {{primitive}}</i>\n\t{{/primitive}}\n</P>\n{{#explanation}}\n\t<hr>\n{{/explanation}}\n\n<div id='explanation'>\n\t{{explanation}}\n</div>\n\n{{#notes}}\n<div id='notes'>\n\t<u>Notiz:</u>\n\t{{notes}}\n</div>\n{{/notes}}\n\n<P class=\"compounds\">\n{{#compounds}}\n\t<i>Komposita:</i><br>\n\t{{compounds}}<br>\n\t{{compounds_meaning}}\n{{/compounds}}\n</P>\n\n<div id=\"no\">{{no}}</div>\n<div id=\"lesson\">Lektion {{lesson}}</div>",
"afmt": "<div class=\"container\">\n<div class=\"card-content\">\n<P class='kanji_back'>{{kanji}} \n\t{{#primitive_correction}}\n\t\t<i>- {{primitive_correction}}</i>\n\t{{/primitive_correction}}\n</P>\n\n<P class='meaning'>{{meaning}}<br>\n\t{{#primitive}} \n\t\t<i>Primitive: {{primitive}}</i>\n\t{{/primitive}}\n</P>\n{{#explanation}}\n\t<hr>\n{{/explanation}}\n\n<div id='explanation'>\n\t{{explanation}}\n</div>\n\n{{#notes}}\n<div id='notes'>\n\t<u>Notiz:</u>\n\t{{notes}}\n</div>\n{{/notes}}\n\n<P class=\"compounds\">\n{{#compounds}}\n\t<i>Komposita:</i><br>\n\t{{compounds}}<br>\n\t{{compounds_meaning}}\n{{/compounds}}\n</P>\n</div>\n<div class=\"footer\">\n<div id=\"no\">{{no}}</div>\n<div id=\"lesson\">Lektion {{lesson}}</div>\n</div>",
"bafmt": "",
"bfont": "",
"bqfmt": "",
@ -194,10 +194,10 @@
"did": null,
"name": "Card 1",
"ord": 0,
"qfmt": "<P class='kanji'>\n\t<span onclick=\"ShowStrokeOrder();\" id=\"Kanji\">\n\t\t{{kanji}}\n\t</span>\n{{#primitive_correction}}\t\n\t<br> <i>- {{primitive_correction}}</i>\n{{/primitive_correction}}\n</P>\n\n<P class=\"compounds\">{{compounds}}</P>\n\n<div id=\"no\">{{no}}</div>\n\n<div id=\"lesson\">Lektion {{lesson}}</div>\n\n<script>\nfunction ShowStrokeOrder() {\n /* document.getElementById(\"HiddenOrder\").style.display = \"block\";*/\n\tif(document.getElementById(\"Kanji\").style.fontFamily == 'kanji_strokeorder'){\n\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"IPAGothic\";\n\t}\n\telse{\n\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"kanji_strokeorder\";\n\t}\n}\n</script>"
"qfmt": "<div class=\"container\">\n<div class=\"card-content\">\n<P class='kanji'>\n\t<span onclick=\"ShowStrokeOrder();\" id=\"Kanji\">\n\t\t{{kanji}}\n\t</span>\n{{#primitive_correction}}\t\n\t<br> <i>- {{primitive_correction}}</i>\n{{/primitive_correction}}\n</P>\n\n<P class=\"compounds\">{{compounds}}</P>\n</div>\n\n<div class=\"footer\">\n<div id=\"no\">{{no}}</div>\n<div id=\"lesson\">Lektion {{lesson}}</div>\n</div>\n<script>\nfunction ShowStrokeOrder() {\n /* document.getElementById(\"HiddenOrder\").style.display = \"block\";*/\n\tif(document.getElementById(\"Kanji\").style.fontFamily == 'kanji_strokeorder'){\n\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"IPAGothic\";\n\t}\n\telse{\n\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"kanji_strokeorder\";\n\t}\n}\n</script>"
},
{
"afmt": "\n<P class='meaning_back'>{{meaning}}<br>\n\t{{#primitive}} \n\t\t<i>Primitive: {{primitive}}</i>\n\t{{/primitive}}\n</P>\n\n<P class='kanji_card2'>\n\t<span onclick=\"ShowStrokeOrder();\" id=\"Kanji\">\n\t\t{{kanji}}\n\t</span>\n{{#primitive_correction}}\t\n\t<br> <i>- {{primitive_correction}}</i>\n{{/primitive_correction}}\n</P>\n\n{{#explanation}}\n\t<hr>\n{{/explanation}}\n\n<div id='explanation'>\n\t{{explanation}}\n</div>\n\n{{#notes}}\n<div id='notes'>\n\t<u>Notiz:</u>\n\t{{notes}}\n</div>\n{{/notes}}\n\n<P class=\"compounds\">\n{{#compounds}}\n\t<i>Komposita:</i><br>\n\t{{compounds}}<br>\n\t{{compounds_meaning}}\n{{/compounds}}\n</P>\n\n<div id=\"no\">{{no}}</div>\n<div id=\"lesson\">Lektion {{lesson}}</div>\n\n\n<script>\nfunction ShowStrokeOrder() {\n /* document.getElementById(\"HiddenOrder\").style.display = \"block\";*/\n\tif(document.getElementById(\"Kanji\").style.fontFamily == 'kanji_strokeorder'){\n\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"IPAGothic\";\n\t}\n\telse{\n\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"kanji_strokeorder\";\n\t}\n}\n</script>\n\n",
"afmt": "<div class=\"container\">\n<div class=\"card-content\">\n<P class='meaning_back'>{{meaning}}<br>\n\t{{#primitive}} \n\t\t<i>Primitive: {{primitive}}</i>\n\t{{/primitive}}\n</P>\n\n<P class='kanji_card2'>\n\t<span onclick=\"ShowStrokeOrder();\" id=\"Kanji\">\n\t\t{{kanji}}\n\t</span>\n{{#primitive_correction}}\t\n\t<br> <i>- {{primitive_correction}}</i>\n{{/primitive_correction}}\n</P>\n\n{{#explanation}}\n\t<hr>\n{{/explanation}}\n\n<div id='explanation'>\n\t{{explanation}}\n</div>\n\n{{#notes}}\n<div id='notes'>\n\t<u>Notiz:</u>\n\t{{notes}}\n</div>\n{{/notes}}\n\n<P class=\"compounds\">\n{{#compounds}}\n\t<i>Komposita:</i><br>\n\t{{compounds}}<br>\n\t{{compounds_meaning}}\n{{/compounds}}\n</P>\n</div>\n\n<div class=\"footer\">\n<div id=\"no\">{{no}}</div>\n<div id=\"lesson\">Lektion {{lesson}}</div>\n</div>\n\n<script>\nfunction ShowStrokeOrder() {\n /* document.getElementById(\"HiddenOrder\").style.display = \"block\";*/\n\tif(document.getElementById(\"Kanji\").style.fontFamily == 'kanji_strokeorder'){\n\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"IPAGothic\";\n\t}\n\telse{\n\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"kanji_strokeorder\";\n\t}\n}\n</script>\n\n",
"bafmt": "",
"bfont": "",
"bqfmt": "",
@ -205,7 +205,7 @@
"did": null,
"name": "Card 2",
"ord": 1,
"qfmt": "<P class=meaning>{{meaning}}</P>\n\n\n<div id=\"no\">{{no}}</div>\n<div id=\"lesson\">Lektion {{lesson}}</div>"
"qfmt": "<div class=\"container\">\n<div class=\"card-content\">\n\n<P class=meaning>{{meaning}}</P>\n\n</div>\n\n<div class=\"footer\">\n<div id=\"no\">{{no}}</div>\n<div id=\"lesson\">Lektion {{lesson}}</div>\n</div>"
}
],
"type": 0,
@ -4505,8 +4505,8 @@
"Buch",
"",
"",
"日本,&nbsp;本田,&nbsp;本棚",
"Japan, Honda, Bücherregal",
"日本; 本田; 本棚",
"Japan; Honda; Bücherregal",
"",
"",
"10"
@ -5349,7 +5349,7 @@
"268",
"脊",
"Wirbelsäule",
"Die eigene <b>Wirbelsäule </b>wurde aus seinem eigenen <i>Fleisch</i>&nbsp;gerissen und nun als <i>Schirm</i>&nbsp;verwendet. Die&nbsp;二 dienen dabei als Bilder für die Rippen des <i>Schirm</i>s<i>.</i>",
"Die eigene <b>Wirbelsäule </b>wurde aus seinem eigenen <i>Fleisch</i>&nbsp;gerissen und nun als <i>Schirm</i>&nbsp;verwendet. Die&nbsp;<i></i> dienen dabei als Bilder für die Rippen des <i>Schirm</i>s<i>.</i>",
"",
"",
"",
@ -6177,12 +6177,12 @@
"311",
"各",
"jeder",
"<i>Pfeifender Wanderer</i>.<div>Nicht mit dem zeitlichen \"jedes mal\" zu verwechseln!</div>",
"",
"<i>Pfeifender Wanderer</i>.",
"",
"",
"",
"",
"Nicht mit dem zeitlichen \"jedes mal\" zu verwechseln.",
"13"
],
"guid": "OXrWa.$#CF",
@ -6881,8 +6881,8 @@
"studieren",
"",
"",
"学生,&nbsp;大学,&nbsp;中学",
"Schüler, Universität, Mittelschule",
"大学; 中学",
"Universität; Mittelschule",
"",
"",
"15"
@ -7131,7 +7131,7 @@
"358",
"警",
"verwarnen",
"Eine <b>Verwarnung</b>&nbsp;setzt ein Verhältnis der Über und Unterordnung zwischen Ihnen und einer Person voraus, der Sie mit <i>Ehrfurcht</i>&nbsp;zu begegnen haben. Während Sie sich auf Höflichkeitsformen beschränken müssen, kann Ihr Gegenüber sich unverblümter <i>Worte</i>&nbsp;bedienen.",
"Eine <b>Verwarnung</b>&nbsp;setzt ein Verhältnis der Über- und Unterordnung zwischen Ihnen und einer Person voraus, der Sie mit <i>Ehrfurcht</i>&nbsp;zu begegnen haben. Während Sie sich auf Höflichkeitsformen beschränken müssen, kann Ihr Gegenüber sich unverblümter <i>Worte</i>&nbsp;bedienen.",
"",
"",
"",
@ -7509,7 +7509,7 @@
"378",
"試",
"probieren",
"Bevor ein Produzent einen neuen <i>Stil</i>&nbsp;auf den Markt bring, bittet er zuerst einige ausgewählte Verbraucher das Erzeugnis zu <b>probieren</b>&nbsp;und ein paar <i>Worte</i>&nbsp;darüber zu verlieren.",
"Bevor ein Produzent einen neuen <i>Stil</i>&nbsp;auf den Markt bringt, bittet er zuerst einige ausgewählte Verbraucher das Erzeugnis zu <b>probieren</b>&nbsp;und ein paar <i>Worte</i>&nbsp;darüber zu verlieren.",
"",
"",
"",
@ -8391,7 +8391,7 @@
"419",
"延",
"verlängern",
"",
"Das <i>tropfen</i>weise <i>Stoppen</i> auf einer <i>Strecke</i> von A nach B führt zu einer <b>Verlängerung</b> der Fahrzeit.",
"",
"",
"",
@ -8717,8 +8717,8 @@
"Mütze",
"",
"",
"",
"",
"帽子",
"Hut;Mütze",
"",
"",
"18"
@ -9040,11 +9040,11 @@
"雨",
"Regen",
"",
"Regen, Wetter (oft wird das Zeichen jedoch als Krone zusammengzogen wie in 雫)",
"",
"Regen, Wetter",
"",
"",
"",
"Als Primitiv wird oft das Zeichen jedoch als Krone zusammengzogen wie in 雫. ",
"18"
],
"guid": "w+n+uN(hW5",
@ -9489,7 +9489,7 @@
"473",
"適",
"geeignet",
"",
"Können sie sich vorstellen wofür <i>Antiquitäten</i> weniger <b>geeignet</b> sein könnten als einfach so auf einer <i>Landstrasse</i> zu stehen? ",
"",
"",
"",
@ -9544,11 +9544,11 @@
"匕",
"Löffel",
"",
"jemand, der auf dem Boden sitzt ",
"",
"",
"",
"",
"",
"Erster Strich von rechts nach links, anderst wie bei 七 (sieben). ",
"18"
],
"guid": "B/I(w1oJ{d",
@ -9854,7 +9854,7 @@
"",
"",
"",
"",
"Wird&nbsp;",
"18"
],
"guid": "nd?g:R0`l|",
@ -18400,7 +18400,7 @@
"行",
"gehen",
"",
"als 彳: Kolonne, Menschenschlange &lt;br&gt;falls anderes Kanji zwischen den zwei Teilen: Boulevard, Stadtstraße",
"als 彳: Kolonne, Menschenschlange<div>falls anderes Kanji zwischen den zwei Teilen: Boulevard, Stadtstraße</div>",
"",
"",
"",
@ -21641,8 +21641,8 @@
"Jahr",
"",
"",
"",
"",
"去年",
"letztes Jahr",
"",
"",
"29"
@ -21911,8 +21911,8 @@
"Reise",
"",
"",
"",
"",
"旅行",
"Reise",
"",
"",
"29"
@ -24017,8 +24017,8 @@
"Sache",
"",
"",
"",
"",
"仕事",
"Arbeit,Beruf",
"",
"",
"31"
@ -25997,8 +25997,8 @@
"Leib",
"",
"",
"",
"",
"独身; 出身",
"single; Herkunft",
"",
"",
"34"
@ -26645,8 +26645,8 @@
"Schule",
"",
"",
"",
"",
"学校",
"Schule",
"",
"",
"34"
@ -29057,8 +29057,8 @@
"Kleidung",
"",
"",
"",
"",
"制服",
"Uniform",
"",
"",
"37"
@ -30659,8 +30659,8 @@
"Mahlzeit",
"",
"",
"",
"",
"夕飯;&nbsp;朝ご飯",
"Abendessen; Frühstück",
"",
"",
"38"
@ -31234,7 +31234,7 @@
"辛",
"würzig",
"",
"würzig, Paprika falls geschrieben wie in&amp;nbsp;親 links",
"Paprika wenn wie in 親",
"",
"",
"",
@ -31415,8 +31415,8 @@
"Eltern",
"",
"",
"",
"",
"親戚",
"Verwandte",
"",
"",
"39"
@ -32495,8 +32495,8 @@
"Leben",
"",
"Körper, Pflanzenzelle",
"",
"",
"先生; 学生",
"Doktor,Professor; Schüler",
"",
"",
"40"
@ -36509,8 +36509,8 @@
"reflektieren",
"",
"",
"",
"",
"映画",
"Film",
"",
"",
"45"
@ -37283,8 +37283,8 @@
"Vorfahre",
"",
"",
"",
"",
"祖母",
"Großmutter",
"",
"",
"47"
@ -37517,8 +37517,8 @@
"Gewerbe",
"",
"",
"",
"",
"授業",
"Unterricht",
"",
"",
"47"
@ -38273,8 +38273,8 @@
"Papier",
"",
"",
"",
"",
"手紙",
"Brief",
"",
"",
"49"
@ -38291,8 +38291,8 @@
"Heirat",
"",
"",
"",
"",
"離婚",
"Trennung",
"",
"",
"49"
@ -39425,8 +39425,8 @@
"Geist",
"",
"",
"",
"",
"気分",
"fühlen",
"",
"",
"51"
@ -39641,8 +39641,8 @@
"Schuhe",
"",
"",
"",
"",
"靴下",
"Socken",
"",
"",
"51"
@ -41351,8 +41351,8 @@
"Fleiß",
"",
"",
"",
"",
"勉強",
"lernen",
"",
"",
"53"