smaller fixes
This commit is contained in:
parent
dd8be78bf6
commit
d8e1792256
20
deck.json
20
deck.json
@ -34,10 +34,12 @@
|
||||
0
|
||||
],
|
||||
"order": 1,
|
||||
"perDay": 20
|
||||
"perDay": 0
|
||||
},
|
||||
"newGatherPriority": 0,
|
||||
"newMix": 0,
|
||||
"newPerDayMinimum": 0,
|
||||
"newSortOrder": 0,
|
||||
"replayq": true,
|
||||
"rev": {
|
||||
"bury": false,
|
||||
@ -244,7 +246,7 @@
|
||||
"tags": [],
|
||||
"tmpls": [
|
||||
{
|
||||
"afmt": "<div class=\"container\">\n\t<div class=\"card-content\" lang=de>\n\t\t{{#EUC-JP}}\n\t\t\t<div id=\"links\">\n\t\t\t\t<a href=\"http://jisho.org/search/{{Kanji}}\">jisho</a>\n\t\t\t\t<a href=\"http://nihongo.monash.edu/cgi-bin/wwwjdic?1MDJ{{EUC-JP}}\">JDIC</a>\n\t\t\t\t<a href=\"https://kanji.koohii.com/study/kanji/{{Kanji}}\">koohii</a>\n\t\t\t</div>\n\t\t{{/EUC-JP}}\n\t\t<p class='kanji_back' id=Kanji>\n\t\t\t<span onclick=\"ShowStrokeOrder();\" >\n\t\t\t\t{{Kanji}}<b>[{{Strichanzahl}}]</b>\n\t\t\t</span>\n\t\t</p>\n\n\t\t<span onclick=\"ToggleLanguage();\" style=\"display:block;\" id=German>\n\t\t\t<div class='meaning_back_card1' id=Meaning lang=de>{{Bedeutung}}</div>\n\t\t</span>\n\t\t<span onclick=\"ToggleLanguage();\" id=English style=\"display:none;\">\n\t\t\t<div class='meaning_back_card1' id=Meaning lang=en>\n\t\t\t\t{{^Englische_Bedeutung}}{{Bedeutung}}{{/Englische_Bedeutung}}{{#Englische_Bedeutung}}{{Englische_Bedeutung}}{{/Englische_Bedeutung}}\n\t\t\t</div>\n\t\t</span>\n\t\t{{#Primitive}} \n\t\t\t<div class='primitives_back'>\n\t\t\t\tPrimitive: {{Primitive}}\n\t\t\t</div>\n\t\t{{/Primitive}}\n\t\t{{#Merksatz}}\n\t\t\t<hr>\n\t\t\t<div id='explanation' lang=de>\n\t\t\t\t{{Merksatz}}\n\t\t\t</div>\n\t\t{{/Merksatz}}\n\n\t\t{{#Notiz}}\n\t\t\t<div id='notes'>\n\t\t\t\t<u>Notiz:</u>\n\t\t\t\t{{Notiz}}\n\t\t\t</div>\n\t\t{{/Notiz}}\n\n\t\t<div id=\"compounds\">\n\t\t\t{{#Komposita}}\n\t\t\t\t<i>{{Komposita}}</i><br>\n\t\t\t\t{{Komposita_Kana}}<br>\n\t\t\t\t{{Kompositabedeutung}}\n\t\t\t{{/Komposita}}\n\t\t</div>\n\t</div> <!-- card-content-->\n\t<div class=\"footer\">\n\t\t<div id=\"lesson\">Lektion {{Lektion}}</div>\n\t\t\t<div id=\"no\">\n\t\t\t\t{{#EUC-JP}}\n\t\t\t\t\t{{Index}}\n\t\t\t\t{{/EUC-JP}}\n\t\t\t\t{{^EUC-JP}}\n\t\t\t\t\t*\n\t\t\t\t{{/EUC-JP}}\n\t\t\t</div><!--no-->\n\t</div><!--footer-->\n</div><!--container-->\n<script>\n\t{{^EUC-JP}}\n\t\tdocument.getElementById(\"Kanji\").style.color=getComputedStyle(document.documentElement).getPropertyValue('--least-important');\ndocument.getElementById(\"Meaning\").style.color=getComputedStyle(document.documentElement).getPropertyValue('--least-important');\n\t{{/EUC-JP}}\n\tfunction ToggleLanguage() {\n\t{{#Englische_Bedeutung}} <!-- only switch to english meaning if there is one available (primitives don't have it sometimes)-->\n\t\tif(document.getElementById(\"English\").style.display == 'none'){\n\t\tdocument.getElementById(\"English\").style.display = \"block\";\n\t\tdocument.getElementById(\"German\").style.display = \"none\";\n\t\t}\n\t\telse{\n\t\t\tdocument.getElementById(\"German\").style.display = \"block\";\n\t\t\tdocument.getElementById(\"English\").style.display = \"none\";\n\t\t}\n\t{{/Englische_Bedeutung}}\n\t}\n\n\tfunction ShowStrokeOrder() {\n\t\tif(document.getElementById(\"Kanji\").style.fontFamily == 'kanji_strokeorder'){\n\t\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"IPAGothic\";\n\t\t}\n\t\telse{\n\t\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"kanji_strokeorder\";\n\t\t}\n\t}\n</script>",
|
||||
"afmt": "<div class=\"container\">\n\t<div class=\"card-content\" lang=de>\n\t\t{{#EUC-JP}}\n\t\t\t<div id=\"links\">\n\t\t\t\t<a href=\"http://jisho.org/search/{{Kanji}}\">jisho</a>\n\t\t\t\t<a href=\"http://nihongo.monash.edu/cgi-bin/wwwjdic?1MDJ{{EUC-JP}}\">JDIC</a>\n\t\t\t\t<a href=\"https://kanji.koohii.com/study/kanji/{{Kanji}}\">koohii</a>\n\t\t\t</div>\n\t\t{{/EUC-JP}}\n\t\t<p class='kanji_back' id=Kanji>\n\t\t\t<span onclick=\"ShowStrokeOrder();\" >\n\t\t\t\t{{Kanji}}<b>[{{Strichanzahl}}]</b>\n\t\t\t</span>\n\t\t</p>\n\n\t\t<span onclick=\"ToggleLanguage();\" style=\"display:block;\" id=German>\n\t\t\t<div class='meaning_back_card1' id=Meaning lang=de>{{Bedeutung}}</div>\n\t\t</span>\n\t\t<span onclick=\"ToggleLanguage();\" id=English style=\"display:none;\">\n\t\t\t<div class='meaning_back_card1' id=Meaning lang=en>\n\t\t\t\t{{^Englische_Bedeutung}}{{Bedeutung}}{{/Englische_Bedeutung}}{{#Englische_Bedeutung}}{{Englische_Bedeutung}}{{/Englische_Bedeutung}}\n\t\t\t</div>\n\t\t</span>\n\t\t{{#Primitive}} \n\t\t\t<div class='primitives_back'>\n\t\t\t\tPrimitive: {{Primitive}}\n\t\t\t</div>\n\t\t{{/Primitive}}\n\t\t{{#Merksatz}}\n\t\t\t<hr>\n\t\t\t<div id='explanation' lang=de>\n\t\t\t\t{{Merksatz}}\n\t\t\t</div>\n\t\t{{/Merksatz}}\n\n\t\t{{#Notiz}}\n\t\t\t<div id='notes'>\n\t\t\t\t<u>Notiz:</u>\n\t\t\t\t{{Notiz}}\n\t\t\t</div>\n\t\t{{/Notiz}}\n\n\t\t<div id=\"compounds\">\n\t\t\t{{#Komposita}}\n\t\t\t\t<i>{{Komposita}}</i><br>\n\t\t\t\t{{Komposita_Kana}}<br>\n\t\t\t\t{{Kompositabedeutung}}\n\t\t\t{{/Komposita}}\n\t\t</div>\n\n\t</div> <!-- card-content-->\n\t<div class=\"footer\">\n\t\t<div id=\"lesson\">Lektion {{Lektion}}</div>\n\t\t\t<div id=\"no\">\n\t\t\t\t{{#EUC-JP}}\n\t\t\t\t\t{{Index}}\n\t\t\t\t{{/EUC-JP}}\n\t\t\t\t{{^EUC-JP}}\n\t\t\t\t\t*\n\t\t\t\t{{/EUC-JP}}\n\t\t\t</div><!--no-->\n\t</div><!--footer-->\n</div><!--container-->\n<script>\n\t{{^EUC-JP}}\n\t\tdocument.getElementById(\"Kanji\").style.color=getComputedStyle(document.documentElement).getPropertyValue('--least-important');\ndocument.getElementById(\"Meaning\").style.color=getComputedStyle(document.documentElement).getPropertyValue('--least-important');\n\t{{/EUC-JP}}\n\tfunction ToggleLanguage() {\n\t{{#Englische_Bedeutung}} <!-- only switch to english meaning if there is one available (primitives don't have it sometimes)-->\n\t\tif(document.getElementById(\"English\").style.display == 'none'){\n\t\tdocument.getElementById(\"English\").style.display = \"block\";\n\t\tdocument.getElementById(\"German\").style.display = \"none\";\n\t\t}\n\t\telse{\n\t\t\tdocument.getElementById(\"German\").style.display = \"block\";\n\t\t\tdocument.getElementById(\"English\").style.display = \"none\";\n\t\t}\n\t{{/Englische_Bedeutung}}\n\t}\n\n\tfunction ShowStrokeOrder() {\n\t\tif(document.getElementById(\"Kanji\").style.fontFamily == 'kanji_strokeorder'){\n\t\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"IPAGothic\";\n\t\t}\n\t\telse{\n\t\t\tdocument.getElementById(\"Kanji\").style.fontFamily=\"kanji_strokeorder\";\n\t\t}\n\t}\n</script>",
|
||||
"bafmt": "",
|
||||
"bfont": "",
|
||||
"bqfmt": "",
|
||||
@ -3802,11 +3804,11 @@
|
||||
"129",
|
||||
"嗅",
|
||||
"schnüffeln",
|
||||
"Der Tester für Mundspülungen muss am <i>übel riechenden Mund</i> <b>schnüffeln</b>.<br>",
|
||||
"Der Tester für Mundspülungen muss am <i>übel riechenden Mund</i> <b>schnüffeln</b>.",
|
||||
"",
|
||||
"嗅覚",
|
||||
"きゅうかく",
|
||||
"Geruchssinng",
|
||||
"Geruchssinn",
|
||||
"",
|
||||
"7",
|
||||
"%D3%CC",
|
||||
@ -4078,7 +4080,7 @@
|
||||
"泉",
|
||||
"Springquell",
|
||||
"<i>Über</i> einem <b>Springquell</b> schäumt das <i>Wasser weiß</i>.",
|
||||
"gleiche Bedeutung, jedoch wird 水 zu 小 abgekürzt",
|
||||
"Springquell (ቾ)",
|
||||
"泉水",
|
||||
"せんすい",
|
||||
"Springquell",
|
||||
@ -43835,7 +43837,7 @@
|
||||
"",
|
||||
"39",
|
||||
"%C8%DC",
|
||||
"fowly",
|
||||
"lowly",
|
||||
"9",
|
||||
"ヒ",
|
||||
"いや.しい、いや.しむ、いや.しめる",
|
||||
@ -49627,7 +49629,7 @@
|
||||
"139*",
|
||||
"ሿ",
|
||||
"Zelt",
|
||||
"Ein <i>Bernhardiner</i> bekommt der starken <i>Sonne</i> wegen beim Zelten sein eigenes <i>kleines</i> <b>Zelt</b>. Dabei späht er durch einen <i>kleinen</i> Schitz nach aussen ob die <i>Sonne</i> noch immer am Himmel steht oder und er noch im <b>Zelt</b> bleiben muss.",
|
||||
"Ein <i>Bernhardiner</i> bekommt der starken <i>Sonne</i> wegen beim Zelten sein eigenes <i>kleines</i> <b>Zelt</b>. Dabei späht er durch einen <i>kleinen</i> Schlitz nach aussen ob die <i>Sonne</i> noch immer am Himmel steht oder und er noch im <b>Zelt</b> bleiben muss.",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
@ -56677,7 +56679,7 @@
|
||||
"2103",
|
||||
"属",
|
||||
"zugehörig",
|
||||
"Wenn auf die eigene <i>Fahne</i> hin die <i>Fliegen</i> schwarmweise von der Wand fallen, als hätte man mit einem <i>Gürtel</i> durchgezogen, darf man sich der Gruppe der Alkoholiker <b>zugehörig</b> fühlen.",
|
||||
"Wenn auf die eigene <i>Fahne</i> hin die <i>Fliegen</i> schwarmweise von der <i>Decke</i> fallen, als hätte man mit einem <i>Gürtel</i> durchgezogen, darf man sich der Gruppe der Alkoholiker <b>zugehörig</b> fühlen.",
|
||||
"",
|
||||
"所属",
|
||||
"しょぞく",
|
||||
@ -59111,7 +59113,7 @@
|
||||
"56",
|
||||
"%B1%AF",
|
||||
"sing of the cow",
|
||||
"5",
|
||||
"4",
|
||||
"チュウ",
|
||||
"うし",
|
||||
"ひろ",
|
||||
|
Binary file not shown.
BIN
media/_ipag.ttf
BIN
media/_ipag.ttf
Binary file not shown.
Loading…
Reference in New Issue
Block a user