Skip to content

Commit 7ca878c

Browse files
committed
fix conflict
1 parent 5e9fcb9 commit 7ca878c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

TranslationTable.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@
1010

1111
| English | 日本語
1212
|:----------------------|:------
13+
| allocator | アロケータ
14+
| application | アプリケーション
1315
| associated - | 関連-
1416
| attribute | アトリビュート
17+
| binary | バイナリ
1518
| binding | 束縛
1619
| borrowing | 借用
1720
| closure | クロージャ
1821
| coercion | 型強制
22+
| compiler | コンパイラ
1923
| crate | クレート
2024
| declaration statement | 宣言文
2125
| dereferencing | 参照外し
@@ -27,7 +31,10 @@
2731
| feature | フィーチャ
2832
| Intrinsics | Intrinsic
2933
| Lang Items | Lang Item
34+
| library | ライブラリ
3035
| lifetime | ライフタイム
36+
| link | リンク
37+
| memory | メモリ
3138
| move | ムーブ
3239
| mutable | ミュータブル
3340
| mutability | ミュータビリティ
@@ -36,6 +43,7 @@
3643
| return | 返す
3744
| struct | 構造体
3845
| structure | ストラクチャ
46+
| system | システム
3947
| trait | トレイト
4048
| unsized type | サイズ不定型
4149
| vector | vector

0 commit comments

Comments
 (0)