-
Notifications
You must be signed in to change notification settings - Fork 87
用字、用語
Naoki Endoh edited this page Jul 17, 2021
·
9 revisions
- 技術用語は基本英語、ただ日本語で一般的に使われている場合は日本語 OK !!
- 例: 英語の filter 、日本語のフィルタ
- 和訳に困った、とりあえず英語
- 例: expression -> 式、表現
- 和訳にして分かりづらい場合は、翻訳と英語(どちらかに括弧付け)でも OK
- 例: Two way -> Two way(双方向)
| 訳 | 原文 | よくあるNG |
|---|---|---|
| レンダリング | rendering | 描画 |
| 束縛 | bind | バインドする |
| 構文 | syntax | シンタックス |
| 移行の戦略 | migration strategy | |
| 破壊的変更 | breaking | |
| 参照 | see also | |
| Render 関数 | render function | |
| リアクティブ参照 | reactive refs | |
| テンプレート参照 | template refs | |
| 省略可能な | optional | オプションの |
| 原文 | 補足 |
|---|---|
| composition api |