Add Japanese scale modelling tools page.
This commit is contained in:
parent
6d04111ca4
commit
c1ed225037
@ -0,0 +1,22 @@
|
||||
|
||||
This page is an overview of Japanese words for scale modelling tools.
|
||||
|
||||
* <Furigana kanji="極" kana="ごく"/><Furigana kanji="薄刃" kana="うすば"/> ニッパー
|
||||
* Ultra thin bladed nippers
|
||||
|
||||
* <Furigana kanji="平" kana="ひら"/>ヤスリ
|
||||
* Flat file
|
||||
|
||||
* <Furigana kanji="紙" kana="かみ"/>やすり
|
||||
* Sandpaper
|
||||
* Sometimes just written as: 400<Furigana kanji="番" kana="ばん"/>ペーパー
|
||||
|
||||
* デザインナイフ
|
||||
* Hobby Knife
|
||||
|
||||
---
|
||||
|
||||
Vehicle related terms.
|
||||
|
||||
* <Furigana kanji="起動" kana="きどう"/><Furigana kanji="輪" kana="わ"/>のカバー
|
||||
* Drive wheel cover (tracked vehicle)
|
||||
@ -39,6 +39,10 @@ These pages contain my notes on learning the Japanese language and culture.
|
||||
|
||||
* [Verbs](./japanese/verbs)
|
||||
|
||||
#### Other
|
||||
|
||||
* [Japanese scale modelling tools](./japanese/japanese-tools)
|
||||
|
||||
---
|
||||
|
||||
#### Useful websites
|
||||
|
||||
@ -9,7 +9,7 @@ import ElmPage from './Pages/Software/elm/ElmPage';
|
||||
|
||||
// Japan
|
||||
export const japaneseRoutes = languages.map(lang => {
|
||||
const pages = ['but', 'cheat-sheet', 'contrast-particle', 'dake-vs-shika', 'expressions', 'if-when', 'mae-ni-ato-de', 'particles', 'rashii-kamoshirenai-darou', 'tameni-youni-noni', 'te-form', 'te-oku', 'toka-tari-shi', 'verbs'];
|
||||
const pages = ['but', 'cheat-sheet', 'contrast-particle', 'dake-vs-shika', 'expressions', 'if-when', 'japanese-scale-modelling-tools', 'mae-ni-ato-de', 'particles', 'rashii-kamoshirenai-darou', 'tameni-youni-noni', 'te-form', 'te-oku', 'toka-tari-shi', 'verbs'];
|
||||
return pages.map(page => {
|
||||
const path = `/${lang}/japan/japanese/${page}`;
|
||||
const mdPath = `Japan/Japanese/${lang}/${page}.md`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user