Skip to content

Translate radio tutorial#20

Open
MarcinHoinka wants to merge 29 commits intodeshipu:masterfrom
plpug:translate_radio_tutorial
Open

Translate radio tutorial#20
MarcinHoinka wants to merge 29 commits intodeshipu:masterfrom
plpug:translate_radio_tutorial

Conversation

@MarcinHoinka
Copy link
Copy Markdown
Contributor

Przetłumaczone radio.rst z docs/tutorials.

WojtekReu and others added 28 commits August 3, 2017 18:41
* introduction for buttons

* Translated 4 paragraphs of tutorial buttons

* half translated buttons page

* next part of page buttons.rst

* last part of translation buttons.rst

* Corrections

* one word chenged

* changed; my propositions: else if -> jeśli jednak; else -> w pozostałych przypadkach
Kolejne poprawki od Radomira + korekta literówek
Przywrócona właściwa wersja akapitu
Comment thread docs/tutorials/radio.rst Outdated
and transformed back into its original form.
Bezprzewodowa interakcja to sama fizyka: fale radiowe (rodzaj promieniowania elektromagnetycznego,
podobnego do światła widzialnego) mają pewną właściwość (tak jak ich amplituda, faza lub długość)
modulowaną przez nadajnik w taki sposób, że można w niej zakodować wiadomość, a dzięki temu przesyłać.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

"i dzięki temu ją wysłać" albo "zakodować informacje, które można w ten sposób rozesłać"

Comment thread docs/tutorials/radio.rst Outdated
podobnego do światła widzialnego) mają pewną właściwość (tak jak ich amplituda, faza lub długość)
modulowaną przez nadajnik w taki sposób, że można w niej zakodować wiadomość, a dzięki temu przesyłać.
Kiedy fale radiowe natrafią na przewodnik elektryczny (np. antenę) wzbudzają w niej prąd zmienny,
z którego można wyciągnąć informacje zawarte w falach radiowych i przekształcić je na formę cyfrową.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

do oryginalnej postaci.

Comment thread docs/tutorials/radio.rst Outdated
Podstawowym wymaganiem dla sieci jest taki rodzaj połączenia, który pozwoli by sygnał dotarł
z jednego urządzenia do drugiego. W naszym samouczku dotyczącym sieci używaliśmy przewodów
podłączonych do pinów wejście/wyjście (I/O). Przy pomocy radia możemy pracować bez przewodów,
wykorzystując fizykę do niewidzialnego połączenia urządzeń.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

fizykę → opisane powyżej zjawisko

Comment thread docs/tutorials/radio.rst Outdated
they are 128, 64, 32, 16, 8, 4, 2 and 1. As bits (on/off
signals) are sent over the air, they are re-combined into bytes by the
recipient.
Bajty zachowują się jak liczydło (abakus), każda pozycja w bajcie jest jak kolumna liczydła -
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

tłumaczenie w nawiasie zbędne, dwukropek zamiast przecinka

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

"-" → "--"

Comment thread docs/tutorials/radio.rst Outdated
signals) are sent over the air, they are re-combined into bytes by the
recipient.
Bajty zachowują się jak liczydło (abakus), każda pozycja w bajcie jest jak kolumna liczydła -
reprezentują przypisany numer. W liczydle są to najczęściej tysiące, setki, dziesiątki i jednostki.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

razem reprezentują one

Comment thread docs/tutorials/radio.rst Outdated
That's really all there is to it! (Although the radio module is also powerful
enough that you can send any arbitrary type of data, not just strings. See the
API documentation for how this works.)
To tak naprawdę wszystko! (Chociaż moduł radia jest wystarczająco mocny aby przesyłać dowolny typa danych, nie tylko ciągi znaków. Sprawdź w dokumentacji API jak to działa.)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

mocny → zaawnasowany

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

typa → typ

Comment thread docs/tutorials/radio.rst Outdated

Armed with this knowledge, it's simple to make micro:bit fireflies like this:

Wyposażony w tę wiedzę, łatwo jest stworzyć micro:bit'owe świetliki:
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Będąc wyposażonym

Comment thread docs/tutorials/radio.rst
zdecyduje się przesłać wiadomość dalej, czeka pół sekundy (by pierwotnie
wyświetlana wiadomości wygasła) przed ponownym wysłaniem wiadomości "flash".
Ponieważ ten kod znajduje się w bloku ``while True``, rozpoczyna pętlę
od początku i powtarza ją w nieskończoność.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

To jest jakiś bełkot. Bardzo proszę przeczytać swoje tłumaczenia choć raz przed wysłaniem.

Comment thread docs/tutorials/radio.rst Outdated
Ponieważ ten kod znajduje się w bloku ``while True``, rozpoczyna pętlę
od początku i powtarza ją w nieskończoność.

Import
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Co to tu robi?

Comment thread docs/tutorials/radio.rst Outdated
.. image:: mb-firefly.gif

.. footer:: The image of binary counting is released under the licensing details listed here: https://en.wikipedia.org/wiki/File:Binary_counter.gif
.. footer:: Animacja schematu przeliczania na liczby binarne na warunkach licencji
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

jest udostępniona

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.

4 participants