Skip to content

Commit

Permalink
Translated using Weblate (Polish)
Browse files Browse the repository at this point in the history
Currently translated at 90.6% (1849 of 2039 strings)
  • Loading branch information
hopbit authored and weblate committed Nov 3, 2018
1 parent 73a7be5 commit c09be9b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions etc/doc/lang/sonic-pi-tutorial-pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Sonic Pi\n"
"PO-Revision-Date: 2018-10-20 23:37+0000\n"
"PO-Revision-Date: 2018-11-03 11:24+0000\n"
"Last-Translator: Łukasz Siwiński <[email protected]>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/sonic-pi/tutorial/"
"pl/>\n"
Expand Down Expand Up @@ -8870,24 +8870,33 @@ msgid ""
"We can use any name for our key. If information has already been stored with t"
"hat key, our new `set` will override it:"
msgstr ""
"Możemy użyć dowolnej nazwy dla naszego klucza (key). Jeśli jakaś informacja "
"została już zapisana pod tym kluczem, nasze nowe ustawienie (`set`) nadpisze "
"je:"

#: 10.1-Set-and-Get.md:26
#, no-wrap
msgid ""
"set :intensity, 1000\n"
"set :intensity, 3000"
msgstr ""
"set :intensity, 1000\n"
"set :intensity, 3000"

#: 10.1-Set-and-Get.md:31
msgid ""
"In the above example, as we stored both numbers under the same key, the last c"
"all to `set` 'wins', so the number associated with `:intensity` will be `3000`"
" as the first call to `set` is effectively overridden."
msgstr ""
"W powyższym przykładzie, jako że zapisaliśmy obie liczby pod tym samym "
"kluczem, ostanie uruchomienie funkcji `set` 'wygrywa'. Wynika z tego, że "
"liczba powiązana z `:intensity` będzie wynosić `3000` ponieważ pierwsze "
"wywołanie funkcji `set` zostało efektywnie nadpisane."

#: 10.1-Set-and-Get.md:35
msgid "Get"
msgstr ""
msgstr "Pobierz (Get)"

#: 10.1-Set-and-Get.md:37
msgid ""
Expand Down

0 comments on commit c09be9b

Please sign in to comment.