-
Notifications
You must be signed in to change notification settings - Fork 340
[WIP]Japanese translation #628
The head ref may contain hidden characters: "\u65E5\u672C\u8A9E"
Conversation
16.12.2.20.53
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
Thanks so much for this PR! I'm going to ask @steveklabnik for help guiding this to completion. |
ありがとうございました! I'm sorry this took so long to review. Last week was a week-long Mozilla event, and so I didn't have time to look at my assigned PRs until today.
I myself have only basic Japanese, and in fact, one of the few sentences I remember is 「日本は難しいですね。」 ha! So, technically speaking, this PR looks good, but since I also can't review for idioms, let's see if we can't get more eyes on it first. Let's see if these people are interested: who have all contributed to the Japanese version of the book. I'll try tweeting about it during daytime hours in Japan as well. |
残念。。。私も日本語は苦手です。I think it'd be better to have a Japanese person review this. I have a feeling that some of the katakana translations can be replaced with kanji (e.g. ドキュメンテーション), but I'm not 100% on that. |
In my experience, this is almost certainly the case with writing by those new to the language. I know it's true for me; I know very few kanji. |
You might want to contact this project |
I don't really know Japanese. But I could probably find someone who knows for help. |
@nodakai ah, good idea, thanks! I thought there was at least one more translation project out there... i'll open an issue. |
@steveklabnik asked us to review this PR, so I'll do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked proposed translations roughly. I feel there is no big mistake.
{{ content }} | ||
|
||
<footer> | ||
<p>外国語のページ: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Japanese translation about technology document, I seem "他の言語" is more popular.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would agree. Taken literally, the existing translation means "foreign country language", as opposed to @saneyuki's suggestion, which means "another language". The latter makes much more sense from a coding standpoint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it, thank you very much for your suggestion.
<h2><a href="/en-US/documentation.html">ドキュメンテーション</a></h2> | ||
<h2><a href="/en-US/community.html">コミュニティ</a></h2> | ||
<h2><a href="/en-US/downloads.html">ダウンロード</a></h2> | ||
<h2><a href="/en-US/contribute.html">貢献</a></h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As Japanese, I feel "貢献" means a bit strictly word. I seem "開発に参加する" (participate in development) or "参加する" (participating) would be more friendly. But I have no confidence...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it, thank you very much for your suggestion.
</span> | ||
<a class="btn btn-primary" id="inst-link" | ||
href="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz">インストーラ</a> | ||
<a class="btn btn-default" href="install.html" role="button">その他のダウンロード</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"その他の形式のダウンロード" would be more suitable..
|
||
<div class="row code-row"> | ||
<div class="col-md-4"> | ||
<h2>特集</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"特徴" is more suitable.
</div> | ||
<div id="static-code">{% include example.rs.html %}</div> | ||
<div class="more-examples"> | ||
<a href="http://rustbyexample.com/">より多くの例</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"他の例" may be more naturally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"他の例" may be more naturally.
s/"他の例"/"その他の例"/
</div> | ||
<div class="col-md-8"> | ||
<div id="active-code"> | ||
<button type="button" class="btn btn-primary btn-sm" id="run-code">ラン</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"実行する" or "実行" might be good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it to "実行する"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
どうもありがとうございます。
<div id="active-code"> | ||
<button type="button" class="btn btn-primary btn-sm" id="run-code">ラン</button> | ||
<div id="editor">{% include example.rs %}</div> | ||
<div id="result" data-msg-running="操作..."> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"実行中..."
layout: ja-JP/basic | ||
title: プログラミング言語Rust | ||
--- | ||
<!--日本語は私の母国語ではありません。私は中国の日本語の初心者です。私のブログで误りを発见すれば、ご提出お愿いいたします。ありがとうございました。よろしくお願いします。--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some of kanji is differ from Chinese letters.
误り -> 誤り
発见 -> 発見
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
どうもありがとうございます。I fixed it.
<h2>特集</h2> | ||
<ul class="laundry-list"> | ||
<li>ゼロコスト抽象化</li> | ||
<li>セマンティクスを移動する</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ムーブセマンティクス is more suitable.
FYI, We have a Translation Table
If you feel difficult on translating the documents, I'll translate the rest of documents after this PR is merged |
For your information, I have made a pull request for the repository to improve the translation. |
<p class="pitch"> | ||
<b>Rust</b>は速度、安全性、並行性の3つのゴールにフォーカスしたシステムプログラミング言語です。 | ||
<br/> | ||
<b><a href="friends.html">Rustの友人</a></b> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "友人" (friends) sound a bit strange here since Rust is a programming language and it's not a human. I guess "ユーザー" (user) is better but the linked page contains a list of companies so it's still not good.
I recommend not to translate it into Japanese, just "Friends of Rust" is fine, I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has the original text been changed? It currently reads "See who's using Rust", and my Korean translation is more or less literal (probably something akin to "誰がRustを使っているかどうか調べてみてください" in Japanese).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has the original text been changed?
I'm not sure sorry. I just saw it on the web.
I think I would translate "See who's using Rust" into "Rustを使っている企業" but I'm not confident. 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh. There's a PR to fix the text. https://github.com/3442853561/rust-www/pull/12/files
Accepted a number of new translation proposals
Thank you all for your support. I have fixed all the errors that were pointed out. |
<li>トレイト</li> | ||
<li>パターンマッチング</li> | ||
<li>型推論</li> | ||
<li>最小限の実行時</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "実行時" here is not correct. I would call "runtime error" "実行時エラー", but if It's runtime which is something like engines or libraries, I would call it "ランタイム" (runtime).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's originally "minimal runtime", in which "runtime" does indeed mean "the runtime component", i.e. "ランタイム".
(僕も日本語勉強中です。よろしくお願いします。)
<p class="pitch"> | ||
<b>Rust</b>は速度、安全性、並行性の3つのゴールにフォーカスしたシステムプログラミング言語です。 | ||
<br/> | ||
<b><a href="friends.html">Rustを使っている企業</a></b> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Umm. I suggested the translation but I think "Rustを採用している企業" sounds more polite and nicer 🙇
Looks great. Unfortunately the index and install pages are out of date with the recent changes to master. I think that should probably be fixed before merging. |
The latest translated version #662 |
日本語は私の母国語ではありません。私は中国の日本語の初心者です。私のブログで误りを発见すれば、ご提出お愿いいたします。ありがとうございました。よろしくお願いします。
I am a Japanese beginner, so the translation is just so so.(I am a Chinese who loves foreign culture.)Please point out the wrong place, Thanks.