-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ja: Translate Chapter 60 (Shared State) #1636
Conversation
"[`Arc<T>`](https://doc.rust-lang.org/std/sync/struct.Arc.html), atomic " | ||
"reference counted `T`: handles sharing between threads and takes care to " | ||
"deallocate `T` when the last reference is dropped," | ||
msgstr "" | ||
"[`Arc<T>`](https://doc.rust-lang.org/std/sync/struct.Arc.html), アトミックに" | ||
"参照カウントする型 (atomic reference counted)を `T` とするとき : スレッド間" | ||
"の共有を扱い、最後の参照がドロップされたとき `T` をデアロケートすることを担当" | ||
"する、" |
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.
Translation confidence: Low, Re: "atomic reference counted"
"スレッドにパニックを起こした`Mutex`がある場合、保護すべきデータが整合性の欠け" | ||
"た状態にある可能性を伝えるため、`Mutex`は「ポイゾンされた」(\"poisoned\")状" |
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.
Referred to JA Rustbook's translation, i.e., "poison" -> "ポイゾン" https://doc.rust-jp.rs/rust-nomicon-ja/poisoning.html
Thanks for thinking of this! It would be great to have the messages refreshed — it would give a new stable foundation for future translations and I don't expect us to rewrite the course again anytime soon. |
Hi, @mgeisler yes, I agree. It's a good time to refresh |
Hi, ja translation team (#652 ). Here's an MR for the chapter "Shared States." Could you review the translations? any feedback would be appreciated. Thank you 😄 cc: @keiichiw , @chikoski , @HidenoriKobayashi , @ternbusty (Retrieved translaftion draft #1636 Chapter 60 draft, after recent `ja.po` file refresh #1676 )
Hi, ja translation folks (#652 ). Here's an MR for the chapter "Shared States." Could you review the translations? any feedback would be appreciated. Thank you!
Note: There are several lines containing outdated
msgid
, but we can refresh theja.po
file in a separate MR. We can slightly update correspondingmsgstr
afterwards.