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

ja: Translate Chapter 60 (Shared State) #1636

Closed
wants to merge 1 commit into from

Conversation

kantasv
Copy link
Collaborator

@kantasv kantasv commented Jan 3, 2024

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 the ja.po file in a separate MR. We can slightly update corresponding msgstr afterwards.

Comment on lines 14092 to +14099
"[`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` をデアロケートすることを担当"
"する、"
Copy link
Collaborator Author

@kantasv kantasv Jan 3, 2024

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"

Comment on lines +14245 to +14246
"スレッドにパニックを起こした`Mutex`がある場合、保護すべきデータが整合性の欠け"
"た状態にある可能性を伝えるため、`Mutex`は「ポイゾンされた」(\"poisoned\")状"
Copy link
Collaborator Author

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

@mgeisler
Copy link
Collaborator

mgeisler commented Jan 4, 2024

Note: There are several lines containing outdated msgid, but we can refresh the ja.po file in a separate MR. We can slightly update corresponding msgstr afterwards.

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.

@kantasv
Copy link
Collaborator Author

kantasv commented Jan 8, 2024

Hi, @mgeisler yes, I agree. It's a good time to refresh ja.po file. I close this MR for now and will get back to this :)

@kantasv kantasv closed this Jan 8, 2024
keiichiw pushed a commit that referenced this pull request Jan 18, 2024
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 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants