File tree 9 files changed +1474
-99
lines changed
9 files changed +1474
-99
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ msgstr ""
26
26
#: doc/tutorial-borrowed-ptr.md:4 doc/tutorial-ffi.md:4
27
27
#: doc/tutorial-macros.md:4 doc/tutorial-tasks.md:4
28
28
msgid "# Introduction"
29
- msgstr ""
29
+ msgstr "# イントロダクション "
30
30
31
31
#. type: Plain text
32
32
#: doc/rust.md:7
@@ -2510,6 +2510,9 @@ msgid ""
2510
2510
"values of subtrait-bound type parameters. Refering to the previous example "
2511
2511
"of `trait Circle : Shape`:"
2512
2512
msgstr ""
2513
+ "型パラメータを持つ関数では、サブトレイトの境界型パラメータの値によりスーパー"
2514
+ "トレイトのメソッドを呼び出すことになります。前の例の `trait Circle : Shape` "
2515
+ "を参照してください。"
2513
2516
2514
2517
#. type: Plain text
2515
2518
#: doc/rust.md:1286 doc/tutorial.md:2185
@@ -2524,11 +2527,21 @@ msgid ""
2524
2527
"}\n"
2525
2528
"~~~\n"
2526
2529
msgstr ""
2530
+ "~~~\n"
2531
+ "# trait Shape { fn area(&self) -> float; }\n"
2532
+ "# trait Circle : Shape { fn radius(&self) -> float; }\n"
2533
+ "fn radius_times_area<T: Circle>(c: T) -> float {\n"
2534
+ " // `c` は Circle でもあり、Shape でもある\n"
2535
+ " c.radius() * c.area()\n"
2536
+ "}\n"
2537
+ "~~~\n"
2527
2538
2528
2539
#. type: Plain text
2529
2540
#: doc/rust.md:1288 doc/tutorial.md:2187
2530
2541
msgid "Likewise, supertrait methods may also be called on trait objects."
2531
2542
msgstr ""
2543
+ "同様に、スーパートレイトのメソッドは、トレイトオブジェクトについても呼び出す"
2544
+ "ことが可能です。"
2532
2545
2533
2546
#. type: Plain text
2534
2547
#: doc/rust.md:1295
Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Rust 0.8-pre\n "
9
9
"POT-Creation-Date : 2013-07-30 07:07+0900\n "
10
- "PO-Revision-Date : 2013-07-30 07:07 +0900\n "
10
+ "PO-Revision-Date : 2013-07-28 20:32 +0900\n "
11
11
"Last-Translator : Automatically generated\n "
12
12
"Language-Team : none\n "
13
13
"Language : ja\n "
@@ -21,7 +21,7 @@ msgstr ""
21
21
#: doc/tutorial-borrowed-ptr.md:4 doc/tutorial-ffi.md:4
22
22
#: doc/tutorial-macros.md:4 doc/tutorial-tasks.md:4
23
23
msgid "# Introduction"
24
- msgstr ""
24
+ msgstr "# イントロダクション "
25
25
26
26
#. type: Plain text
27
27
#: doc/rust.md:30 doc/rustpkg.md:8
Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Rust 0.8-pre\n "
9
9
"POT-Creation-Date : 2013-07-22 23:37+0900\n "
10
- "PO-Revision-Date : 2013-07-22 23:37 +0900\n "
10
+ "PO-Revision-Date : 2013-07-28 20:32 +0900\n "
11
11
"Last-Translator : Automatically generated\n "
12
12
"Language-Team : none\n "
13
13
"Language : ja\n "
@@ -21,12 +21,13 @@ msgstr ""
21
21
#: doc/tutorial-borrowed-ptr.md:4 doc/tutorial-ffi.md:4
22
22
#: doc/tutorial-macros.md:4 doc/tutorial-tasks.md:4
23
23
msgid "# Introduction"
24
- msgstr ""
24
+ msgstr "# イントロダクション "
25
25
26
26
#. type: Plain text
27
27
#: doc/tutorial.md:1108 doc/tutorial-borrowed-ptr.md:72
28
28
msgid "Now we can call `compute_distance()` in various ways:"
29
29
msgstr ""
30
+ "上記の `compute_distance()` 関数は、様々な方法で呼び出すことができます。"
30
31
31
32
#. type: Plain text
32
33
#: doc/tutorial-borrowed-ptr.md:2
Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Rust 0.8-pre\n "
9
9
"POT-Creation-Date : 2013-08-05 19:40+0900\n "
10
- "PO-Revision-Date : 2013-08-05 19:40 +0900\n "
10
+ "PO-Revision-Date : 2013-07-28 20:32 +0900\n "
11
11
"Last-Translator : Automatically generated\n "
12
12
"Language-Team : none\n "
13
13
"Language : ja\n "
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ msgstr ""
21
21
#: doc/tutorial-borrowed-ptr.md:4 doc/tutorial-ffi.md:4
22
22
#: doc/tutorial-macros.md:4 doc/tutorial-tasks.md:4
23
23
msgid "# Introduction"
24
- msgstr ""
24
+ msgstr "# イントロダクション "
25
25
26
26
#. type: Plain text
27
27
#: doc/tutorial.md:868 doc/tutorial-ffi.md:143
28
28
msgid "# Destructors"
29
- msgstr ""
29
+ msgstr "# デストラクタ "
30
30
31
31
#. type: Plain text
32
32
#: doc/tutorial-ffi.md:2
Original file line number Diff line number Diff line change 6
6
msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version : Rust 0.8-pre\n "
9
- "POT-Creation-Date : 2013-07-22 23:37 +0900\n "
10
- "PO-Revision-Date : 2013-07-22 23:37 +0900\n "
9
+ "POT-Creation-Date : 2013-07-28 20:32 +0900\n "
10
+ "PO-Revision-Date : 2013-07-28 20:32 +0900\n "
11
11
"Last-Translator : Automatically generated\n "
12
12
"Language-Team : none\n "
13
13
"Language : ja\n "
@@ -21,7 +21,7 @@ msgstr ""
21
21
#: doc/tutorial-borrowed-ptr.md:4 doc/tutorial-ffi.md:4
22
22
#: doc/tutorial-macros.md:4 doc/tutorial-tasks.md:4
23
23
msgid "# Introduction"
24
- msgstr ""
24
+ msgstr "# イントロダクション "
25
25
26
26
#. type: Plain text
27
27
#: doc/rust.md:2136 doc/rust.md:2223 doc/tutorial-macros.md:323
Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Rust 0.8-pre\n "
9
9
"POT-Creation-Date : 2013-08-08 22:27+0900\n "
10
- "PO-Revision-Date : 2013-08-08 22:27 +0900\n "
10
+ "PO-Revision-Date : 2013-07-28 20:32 +0900\n "
11
11
"Last-Translator : Automatically generated\n "
12
12
"Language-Team : none\n "
13
13
"Language : ja\n "
@@ -21,7 +21,7 @@ msgstr ""
21
21
#: doc/tutorial-borrowed-ptr.md:4 doc/tutorial-ffi.md:4
22
22
#: doc/tutorial-macros.md:4 doc/tutorial-tasks.md:4
23
23
msgid "# Introduction"
24
- msgstr ""
24
+ msgstr "# イントロダクション "
25
25
26
26
#. type: Plain text
27
27
#: doc/rust.md:1952 doc/tutorial-tasks.md:648
You can’t perform that action at this time.
0 commit comments