Skip to content

Commit 7dcb5fa

Browse files
Agaxx02awvwgk
authored andcommitted
Translated using Weblate (Polish)
Currently translated at 0.9% (58 of 5921 strings) Translation: Fortran programming language/Fortran webpage Translate-URL: https://hosted.weblate.org/projects/fortran-lang/webpage/pl/
1 parent 5b436c8 commit 7dcb5fa

File tree

1 file changed

+36
-10
lines changed

1 file changed

+36
-10
lines changed

locale/pl/LC_MESSAGES/index.po

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgstr ""
99
"Project-Id-Version: Fortran-lang.org website\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-10-01 14:47+0530\n"
12-
"PO-Revision-Date: 2023-11-14 17:04+0000\n"
13-
"Last-Translator: Dominik Gęgotek <[email protected]>\n"
12+
"PO-Revision-Date: 2024-06-13 19:09+0000\n"
13+
"Last-Translator: Agnieszka Ziora <[email protected]>\n"
1414
"Language-Team: Polish <https://hosted.weblate.org/projects/fortran-lang/"
1515
"webpage/pl/>\n"
1616
"Language: pl\n"
@@ -19,7 +19,7 @@ msgstr ""
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
2121
"|| n%100>=20) ? 1 : 2;\n"
22-
"X-Generator: Weblate 5.2-dev\n"
22+
"X-Generator: Weblate 5.6-dev\n"
2323
"Generated-By: Babel 2.10.3\n"
2424

2525
#: ../../source/community.md:10
@@ -366,71 +366,91 @@ msgid ""
366366
"result on the [`gh-pages`](https://github.com/fortran-lang/webpage/tree/gh-"
367367
"pages) branch which is served up at <https://fortran-lang.org>."
368368
msgstr ""
369+
"Domyślna gałąź repozytorium Github zawiera tylko 'kod źródłowy' strony, a "
370+
"nie jej końcowy skompilowany wynik; zautomatyzowana usługa kompiluje ten kod "
371+
"źródłowy za każdym razem, gdy nowa aktualizacja jest przesyłana i "
372+
"przechowuje skompilowany wynik w gałęzi [`gh-pages`](https://github.com/"
373+
"fortran-lang/webpage/tree/gh-pages), która jest dostępna pod adresem <https"
374+
"://fortran-lang.org>."
369375

370376
#: ../../source/community/contributing.md:34
371377
msgid ""
372378
"Therefore, as a contributor you only need to upload changes to the site "
373379
"source code and not the compiled result, because this is built automatically "
374380
"from the source code on the default branch."
375381
msgstr ""
382+
"Zatem, jako kontrybutor musisz tylko przesłać zmiany w kodzie źródłowym "
383+
"witryny, a nie skompilowanym wyniku, ponieważ jest on budowany automatycznie "
384+
"na podstawie kodu źródłowego gałęzi domyślnej."
376385

377386
#: ../../source/community/contributing.md:36
378387
msgid "Workflow"
379-
msgstr ""
388+
msgstr "Przepływ pracy"
380389

381390
#: ../../source/community/contributing.md:38
382391
msgid ""
383392
"Contributions to the site are made by pull request to the github repository: "
384393
"<https://github.com/fortran-lang/webpage/>."
385394
msgstr ""
395+
"Kontrybucje do strony są tworzone poprzez prośbę o ściągnięcie wysyłaną do "
396+
"repozytorium github: <https://github.com/fortran-lang/webpage/>."
386397

387398
#: ../../source/community/contributing.md:40
388399
msgid "The workflow for doing so takes the following form:"
389-
msgstr ""
400+
msgstr "Przepływ pracy w tym celu przyjmuje następującą formę:"
390401

391402
#: ../../source/community/contributing.md:42
392403
msgid "Create/update a personal fork of webpage"
393-
msgstr ""
404+
msgstr "Stwórz/zaktualizuj osobiste rozgałęzienie strony"
394405

395406
#: ../../source/community/contributing.md:44
396407
msgid ""
397408
"(See [github help: syncing a fork](https://help.github.com/en/github"
398409
"/collaborating-with-issues-and-pull-requests/syncing-a-fork) )"
399410
msgstr ""
411+
"(Zobacz [Github pomoc: synchronizowanie rozwidlenia](https://help.github.com/"
412+
"en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork) )"
400413

401414
#: ../../source/community/contributing.md:46
402415
msgid "Create a new branch in your fork"
403-
msgstr ""
416+
msgstr "Stwórz nową gałąź w rozgałęzieniu"
404417

405418
#: ../../source/community/contributing.md:48
406419
msgid ""
407420
"The branch name should concisely describe your contribution, _e.g._ `fix-"
408421
"spelling-homepage`, `update-compiler-info`"
409422
msgstr ""
423+
"Nazwa gałęzi powinna treściwie opisywać twoją kontrybucję, _np._` naprawa-"
424+
"pisowni-strona-główna`, `zaktualizowanie-informacji-kompilatora`"
410425

411426
#: ../../source/community/contributing.md:50
412427
msgid "Perform your changes on the local branch"
413-
msgstr ""
428+
msgstr "Wykonaj swoje zmiany w gałęzi lokalnej"
414429

415430
#: ../../source/community/contributing.md:52
416431
msgid "Push your modified branch to your fork"
417-
msgstr ""
432+
msgstr "Prześlij swoją zmodyfikowaną gałąź do twojego rozgałęzienia"
418433

419434
#: ../../source/community/contributing.md:54
420435
msgid "_e.g._ `git push --set-upstream origin fix-spelling-homepage`"
421-
msgstr ""
436+
msgstr "_n.p._`git push --set-upstream origin naprawa-pisowni-strona-główna`"
422437

423438
#: ../../source/community/contributing.md:56
424439
msgid ""
425440
"Create a pull request in the fortran-lang/webpage from your modified fork "
426441
"branch"
427442
msgstr ""
443+
"Stwórz prośbę o ściągnięcie na stronie fortran-lang/webpage z swojego "
444+
"zmodyfikowanego rozgałęzienia"
428445

429446
#: ../../source/community/contributing.md:57
430447
msgid ""
431448
"(See [github help: creating a pull request](https://help.github.com/en/github"
432449
"/collaborating-with-issues-and-pull-requests/creating-a-pull-request) )"
433450
msgstr ""
451+
"(Zobacz [Github pomoc: tworzenia prośby o ściągnięcie](https://help.github."
452+
"com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-"
453+
"request) )"
434454

435455
#: ../../source/community/contributing.md:59
436456
msgid ""
@@ -439,12 +459,18 @@ msgid ""
439459
"lang/webpage/HEAD/blob/README.md)) to verify that your changes build "
440460
"correctly and render as you expect.**"
441461
msgstr ""
462+
"**Uwaga: Przed utworzeniem prośby o ściągnięcie wymagane jest skompilowanie "
463+
"zmian lokalnie przy użyciu Sphinxa (zobacz [README.md](https://github.com/"
464+
"fortran-lang/webpage/HEAD/blob/README.md)) żeby zweryfikować, że twoje "
465+
"zmiany skompilują się prawidłowo i wyświetlane są zgodnie z oczekiwaniami**"
442466

443467
#: ../../source/community/contributing.md:61
444468
msgid ""
445469
"**Note: You can continue to push changes to your fork branch after you open a"
446470
" pull request - the pull request will update accordingly**"
447471
msgstr ""
472+
"**Uwaga: Możesz kontynuować przesyłania zmian do swojej gałęzi po stworzeniu "
473+
"żądania o ściągnięcie - to żądanie zostanie odpowiednio zaktualizowane**"
448474

449475
#: ../../source/community/contributing.md:63
450476
msgid ""

0 commit comments

Comments
 (0)