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

Bieżący stan tłumaczenia #1

Open
paytchoo opened this issue Dec 16, 2018 · 1 comment
Open

Bieżący stan tłumaczenia #1

paytchoo opened this issue Dec 16, 2018 · 1 comment

Comments

@paytchoo
Copy link
Collaborator

paytchoo commented Dec 16, 2018

Bieżący stan polskiego tłumaczenia:

  • SUMMARY.md (WIP @paytchoo)
  • appendix-00.md (@paytchoo)
  • appendix-01-keywords.md (WIP @paytchoo)
  • appendix-02-operators.md
  • appendix-03-derivable-traits.md
  • appendix-04-useful-development-tools.md
  • appendix-05-editions.md
  • appendix-06-translation.md (@paytchoo)
  • appendix-07-nightly-rust.md
  • ch00-00-introduction.md (@paytchoo)
  • ch01-00-getting-started.md (@paytchoo)
  • ch01-01-installation.md (@paytchoo, @m4sk1n)
  • ch01-02-hello-world.md (@paytchoo, @m4sk1n)
  • ch01-03-hello-cargo.md (@paytchoo)
  • ch02-00-guessing-game-tutorial.md (@katecpp)
  • ch03-00-common-programming-concepts.md (@jayjamesjay)
  • ch03-01-variables-and-mutability.md (@jayjamesjay)
  • ch03-02-data-types.md (@jayjamesjay)
  • ch03-03-how-functions-work.md (@jayjamesjay, @katecpp )
  • ch03-04-comments.md (@jayjamesjay)
  • ch03-05-control-flow.md (@beling)
  • ch04-00-understanding-ownership.md (@paytchoo)
  • ch04-01-what-is-ownership.md (@paytchoo)
  • ch04-02-references-and-borrowing.md (@beling)
  • ch04-03-slices.md (@beling)
  • ch05-00-structs.md (@katecpp)
  • ch05-01-defining-structs.md (@JakubKoralewski)
  • ch05-02-example-structs.md (@JakubKoralewski)
  • ch05-03-method-syntax.md (@beling, @JakubKoralewski)
  • ch06-00-enums.md (@beling, @JakubKoralewski)
  • ch06-01-defining-an-enum.md (@beling, @JakubKoralewski)
  • ch06-02-match.md (@beling)
  • ch06-03-if-let.md (@beling)
  • ch07-00-managing-growing-projects-with-packages-crates-and-modules.md (@beling)
  • ch07-01-packages-and-crates.md (@beling)
  • ch07-02-defining-modules-to-control-scope-and-privacy.md (@beling)
  • ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md (@beling)
  • ch07-04-bringing-paths-into-scope-with-the-use-keyword.md (@beling)
  • ch07-05-separating-modules-into-different-files.md (@beling)
  • ch08-00-common-collections.md (@beling)
  • ch08-01-vectors.md (@beling)
  • ch08-02-strings.md (WIP @AlexMaryW)
  • ch08-03-hash-maps.md
  • ch09-00-error-handling.md (WIP @chhaawske)
  • ch09-01-unrecoverable-errors-with-panic.md (WIP @chhaawske)
  • ch09-02-recoverable-errors-with-result.md (WIP @chhaawske)
  • ch09-03-to-panic-or-not-to-panic.md (WIP @chhaawske)
  • ch10-00-generics.md
  • ch10-01-syntax.md
  • ch10-02-traits.md
  • ch10-03-lifetime-syntax.md
  • ch11-00-testing.md
  • ch11-01-writing-tests.md
  • ch11-02-running-tests.md
  • ch11-03-test-organization.md
  • ch12-00-an-io-project.md
  • ch12-01-accepting-command-line-arguments.md
  • ch12-02-reading-a-file.md
  • ch12-03-improving-error-handling-and-modularity.md
  • ch12-04-testing-the-librarys-functionality.md
  • ch12-05-working-with-environment-variables.md
  • ch12-06-writing-to-stderr-instead-of-stdout.md
  • ch13-00-functional-features.md
  • ch13-01-closures.md
  • ch13-02-iterators.md
  • ch13-03-improving-our-io-project.md
  • ch13-04-performance.md
  • ch14-00-more-about-cargo.md
  • ch14-01-release-profiles.md
  • ch14-02-publishing-to-crates-io.md
  • ch14-03-cargo-workspaces.md
  • ch14-04-installing-binaries.md
  • ch14-05-extending-cargo.md
  • ch15-00-smart-pointers.md
  • ch15-01-box.md
  • ch15-02-deref.md
  • ch15-03-drop.md
  • ch15-04-rc.md
  • ch15-05-interior-mutability.md
  • ch15-06-reference-cycles.md
  • ch16-00-concurrency.md
  • ch16-01-threads.md
  • ch16-02-message-passing.md
  • ch16-03-shared-state.md
  • ch16-04-extensible-concurrency-sync-and-send.md
  • ch17-00-oop.md
  • ch17-01-what-is-oo.md
  • ch17-02-trait-objects.md
  • ch17-03-oo-design-patterns.md
  • ch18-00-patterns.md
  • ch18-01-all-the-places-for-patterns.md
  • ch18-02-refutability.md
  • ch18-03-pattern-syntax.md
  • ch19-00-advanced-features.md
  • ch19-01-unsafe-rust.md
  • ch19-02-advanced-lifetimes.md
  • ch19-03-advanced-traits.md
  • ch19-04-advanced-types.md
  • ch19-05-advanced-functions-and-closures.md
  • ch19-06-macros.md
  • ch20-00-final-project-a-web-server.md
  • ch20-01-single-threaded.md
  • ch20-02-multithreaded.md
  • ch20-03-graceful-shutdown-and-cleanup.md
  • foreword.md (@paytchoo)
  • title-page.md (@paytchoo)
@JakubKoralewski
Copy link
Contributor

Nie zauważyłem tego przed tłumaczeniem 05-01, także przepraszam jak @katecpp już zaczęłaś tłumaczyć. @paytchoo mógłym prosić o rezerwację 05-02?

beling pushed a commit that referenced this issue Feb 7, 2021
Fork von rust-lang/book auf neuesten Stand aktualisieren
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

No branches or pull requests

2 participants