Compare commits
10 Commits
eef35a3594
...
44dbc015ec
Author | SHA1 | Date | |
---|---|---|---|
44dbc015ec | |||
337eb27816 | |||
3436011645 | |||
7fbae31c88 | |||
80c6e12763 | |||
92559e00df | |||
2ee697f08e | |||
21750bcad3 | |||
ef771d069a | |||
fbacf9fe83 |
8
.obsidian/app.json
vendored
8
.obsidian/app.json
vendored
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
"alwaysUpdateLinks": true,
|
"alwaysUpdateLinks": true,
|
||||||
"showInlineTitle": false
|
"showInlineTitle": false,
|
||||||
|
"pdfExportSettings": {
|
||||||
|
"pageSize": "A4",
|
||||||
|
"landscape": false,
|
||||||
|
"margin": "0",
|
||||||
|
"downscalePercent": 100
|
||||||
|
}
|
||||||
}
|
}
|
@ -9,7 +9,7 @@ See [[Connectors#のに#In order to]].
|
|||||||
|
|
||||||
<div class="usage">
|
<div class="usage">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<p><span class="box">V (ない)</span></p>
|
<p><span class="box">V</span></p>
|
||||||
<p><span class="box">い-Adj</span></p>
|
<p><span class="box">い-Adj</span></p>
|
||||||
<p><span class="box">な-Adj + な</span></p>
|
<p><span class="box">な-Adj + な</span></p>
|
||||||
<p><span class="box">N + の</span></p>
|
<p><span class="box">N + の</span></p>
|
||||||
|
17
🔰 Grammar/Exception.md
Normal file
17
🔰 Grammar/Exception.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Exception
|
||||||
|
|
||||||
|
## は別として
|
||||||
|
|
||||||
|
は{別|べつ}として means "aside from", "whether or not".
|
||||||
|
Used with nouns.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> {虫|むし}==は別として==、{今日|きょう}は{楽|たの}しかった。
|
||||||
|
> Aside from the insects, today was fun.
|
||||||
|
|
||||||
|
With verbs and adjectives, かどうか is placed before.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> {勝|かつ}かどうか==は別として==、{試合|しあい}をやってみたい。
|
||||||
|
> Whether we win or not, I want to play the game.
|
||||||
|
|
@ -7,3 +7,12 @@ Used with past verbs to talk about things experienced before.
|
|||||||
> [!info] Example
|
> [!info] Example
|
||||||
> 日本に行==ったことがあるですか==。
|
> 日本に行==ったことがあるですか==。
|
||||||
> Have you ever been to Japan?
|
> Have you ever been to Japan?
|
||||||
|
|
||||||
|
## に慣れる
|
||||||
|
|
||||||
|
に{慣|な}れる means "to be used to".
|
||||||
|
Used with nouns.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> {自転車|じてんしゃ}{通勤|つうきん}==に慣れました==。
|
||||||
|
> I got used to commute by bicycle.
|
||||||
|
@ -65,3 +65,24 @@ Used with a noun.
|
|||||||
>
|
>
|
||||||
> 台風==により==、出かけられない。
|
> 台風==により==、出かけられない。
|
||||||
> Because of the typhoon, I cannot go out.
|
> Because of the typhoon, I cannot go out.
|
||||||
|
|
||||||
|
## とおりに
|
||||||
|
|
||||||
|
<div class="usage">
|
||||||
|
<div class="">
|
||||||
|
<p><span class="box">V (る・た)</span></p>
|
||||||
|
</div>
|
||||||
|
<p class="r">+ とおりに</p>
|
||||||
|
</div>
|
||||||
|
<div class="usage">
|
||||||
|
<div class="">
|
||||||
|
<p><span class="box">N</span></p>
|
||||||
|
</div>
|
||||||
|
<p class="r">+ のとおりに・どおりに</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Means "just as", "precisely". Can be written as 通り.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> {計画|けいかく}==どおり=={間|ま}に{合|あ}った。
|
||||||
|
> We arrived on time as planned.
|
||||||
|
@ -191,6 +191,29 @@ The contrary of べきだ is べきではない・べきじゃない.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## ても構わない
|
||||||
|
|
||||||
|
<div class="usage">
|
||||||
|
<div class="left">
|
||||||
|
<p><span class="box">V (て)</span></p>
|
||||||
|
<p><span class="box">い-Adj <strike>い</strike> くて</span></p>
|
||||||
|
<p><span class="box">な-Adj + で</span></p>
|
||||||
|
<p><span class="box">N + で</span></p>
|
||||||
|
</div>
|
||||||
|
<p class="right">+ もかまわない・もかまいません</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Means "it doesn't matter if", "I don't mind".
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> ここで{座|すわ}==っても構いません==か。
|
||||||
|
> Would it be okay if I sit here?
|
||||||
|
>
|
||||||
|
> ==かまわない==よ。
|
||||||
|
> I don't mind.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
10
🔰 Grammar/Possibility - no choice.md
Normal file
10
🔰 Grammar/Possibility - no choice.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Possibility - No choice
|
||||||
|
|
||||||
|
## しかない
|
||||||
|
|
||||||
|
Means "have no choice but".
|
||||||
|
Used with verbs in dictionary form.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> {説明書|せつめいしょ}を{読|よ}む==しかない==な。
|
||||||
|
> I guess I have no choice but to read to manual.
|
@ -72,6 +72,16 @@ Used with nouns.
|
|||||||
> フランスの文化はパン==をはじめ==、ワインも{人気|にんき}です。
|
> フランスの文化はパン==をはじめ==、ワインも{人気|にんき}です。
|
||||||
> French culture is popular not only for bread, but also for wine.
|
> French culture is popular not only for bread, but also for wine.
|
||||||
|
|
||||||
|
## にとって
|
||||||
|
|
||||||
|
Means "concerning", "regarding". Focuses on the standpoint of the preceding part.
|
||||||
|
Used with nouns.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> 猫==にとって=={睡眠|すい|みん}は{大切|たいせつ}です。
|
||||||
|
> Sleeping is important for cats.
|
||||||
|
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
## なんか / なんて / など
|
## なんか / なんて / など
|
||||||
|
31
🔰 Grammar/Towards.md
Normal file
31
🔰 Grammar/Towards.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Towards
|
||||||
|
|
||||||
|
## 向け
|
||||||
|
|
||||||
|
{向|む}け means "intended for", "aimed at".
|
||||||
|
Used with nouns.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> この本は{子供|こども}==向け==です。
|
||||||
|
> The book is for children.
|
||||||
|
|
||||||
|
## 向き
|
||||||
|
|
||||||
|
{向|む}き means "suitable for". Close to 向け, but intended doesn't exactly means suitable.
|
||||||
|
Also means "facing".
|
||||||
|
Used with nouns.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> この{建物|たてもの}は{南|みなみ}==向き==です。
|
||||||
|
> This building is facing south.
|
||||||
|
|
||||||
|
## を中心に
|
||||||
|
|
||||||
|
を{中心|ちゅう|しん}に means "mainly", "focused on".
|
||||||
|
Used with nouns.
|
||||||
|
|
||||||
|
> [!info] Example
|
||||||
|
> ポケモンはポケモン==を中心にする==ゲームです。
|
||||||
|
> Pokémon is a game centered around on Pokémon battles.
|
||||||
|
>
|
||||||
|
> この{授業|じゅぎょう}は{漢字|かんじ}==を中心に=={習|なら}います。
|
Loading…
Reference in New Issue
Block a user