-
Notifications
You must be signed in to change notification settings - Fork 54
Translate 'CDN Links' #18
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
Conversation
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.
Dodałem kilka sugestii. Nie zmieniaj proszę znaków "`" na apostrofy. Służą one do odpowiedniego formatowania fragmentów kodu.
@jakubdrozdek dziękuje za komentarze i review. Wszystko zmieniłem zgodnie z sugestiami w cd55019 |
Panowie @iamarek @TeoTN @bartlomiejzuber @marcinostrouch prośba o review i approve. Brakuje +1 do merge |
|
||
```html | ||
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script> | ||
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> | ||
``` | ||
|
||
The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at: | ||
Powyższe wersje są przeznaczone tylko do programowania, nie nadają się na środowiska produkcyjne. Zminifikowane i zoptymalizowane wersje produkcyjne Reacta są dostępne pod adresem: |
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.
Myslę nad lepszym tłumaczeniem słowa for development
, wydaje mi się, że do programowania
nie oddaje sensu tego zdania. Może moglibyśmy przerobić to zdanie tak, by mówiło po prostu, że nie są to urle do wykorzystania na produkcji?
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.
Powyższe wersje są przeznaczone tylko do programowania, nie nadają się na środowiska produkcyjne. Zminifikowane i zoptymalizowane wersje produkcyjne Reacta są dostępne pod adresem: | |
Powyższe wersje przeznaczone są do uruchamiania na serwerach deweloperskich, nie nadają się natomiast na środowiska produkcyjne. Zminifikowane i zoptymalizowane wersje produkcyjne Reacta są dostępne pod adresem: |
|
||
 | ||
|
||
This enables a better [error handling experience](/blog/2017/07/26/error-handling-in-react-16.html) in React 16 and later. | ||
Umożliwi to lepsza [obsługę błędów](/blog/2017/07/26/error-handling-in-react-16.html) w React 16 i późniejszych wersjach. |
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.
This enables a better error handling experience
oznacza Umożliwia to lepszą obsługę błędów
, a nie Umożliwi to lepsza obsługa błędów
.
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.
Umożliwi to lepsza [obsługę błędów](/blog/2017/07/26/error-handling-in-react-16.html) w React 16 i późniejszych wersjach. | |
Umożliwia to lepszą [obsługę błędów](/blog/2017/07/26/error-handling-in-react-16.html) w React 16 i późniejszych wersjach. |
Szybkie tlumaczenie dla CDN links