Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"property"の訳 #154

Merged
merged 2 commits into from
Jun 14, 2016
Merged

Conversation

athos
Copy link
Contributor

@athos athos commented Jun 13, 2016

読んでいて若干気になったので訳を見直してみました。

"property"という語に「所有物」という訳を当てている箇所がありますが、文脈から考えると「特性」「性質」のような訳の方が自然に感じました。いかがでしょうか?

また、修正の方針が分からず /1.6 と /1.9 の両方に手を加えていますが、問題あればご指摘下さい。

@@ -67,7 +67,7 @@ Rustはそれらの目標をたくさんの「ゼロコスト抽象化」を通
<!-- [Variable bindings][bindings] have a property in Rust: they ‘have ownership’ -->
<!-- of what they’re bound to. This means that when a binding goes out of scope, -->
<!-- Rust will free the bound resources. For example: -->
Rustでは [変数束縛][bindings] は所有物を持ちます。つまり、それらはそれらが束縛されているものの「所有権を持つ」ということです
Rustの [変数束縛][bindings] は、束縛されているものの「所有権を持つ」という特性を持ちます
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「持つ」が2回続いてしまっているのと、(本質的ではありませんが、)"in Rust" は variable binding に直接かかってはいないことがあるので、例えば以下のような訳はどうでしょうか?

Rustでは 変数束縛 はある特性を持ちます。それらは束縛されているものの「所有権を持つ」のです。

@tatsuya6502
Copy link
Member

ありがとうございます。たしかに、この文脈ですと「所有物」は違和感がありますね。1点だけコメントしましたので、ご確認ください。

また、修正の方針が分からず /1.6 と /1.9 の両方に手を加えていますが、問題あればご指摘下さい。

ありがとうございます。現状は 1.6 のみが公開中で、今後は 1.9 も追加で公開する予定ですので、今回のように両方修正していただくのがいちばん助かります。

@athos
Copy link
Contributor Author

athos commented Jun 13, 2016

コメントありがとうございます。

Rustでは 変数束縛 はある特性を持ちます。それらは束縛されているものの「所有権を持つ」のです。

"they"を「それらは」と訳出するとかえって分かりにくくなりませんかね?コロンによる文のつながりを強調する意味で、

Rustでは 変数束縛 はある特性を持ちます。それは、束縛されているものの「所有権を持つ」ということです。

くらいではどうでしょう?

@tatsuya6502
Copy link
Member

they の件、たしかに。おっしゃる通りです。

Rustでは 変数束縛 はある特性を持ちます。それは、束縛されているものの「所有権を持つ」ということです。

はい。この案に賛成します。

@athos
Copy link
Contributor Author

athos commented Jun 14, 2016

ご指摘いただいた箇所の修正を反映しました。

@tatsuya6502
Copy link
Member

修正ありがとうございました! マージします。

@tatsuya6502 tatsuya6502 merged commit 81868c7 into rust-lang-ja:master Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants