diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/pl/man1/join.1.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/pl/man1/join.1.po')
-rw-r--r-- | po/pl/man1/join.1.po | 506 |
1 files changed, 506 insertions, 0 deletions
diff --git a/po/pl/man1/join.1.po b/po/pl/man1/join.1.po new file mode 100644 index 00000000..b4d5c272 --- /dev/null +++ b/po/pl/man1/join.1.po @@ -0,0 +1,506 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Gwidon S. Naskrent <naskrent@hoth.amu.edu.pl>, 1999. +# Wojtek Kotwica <wkotwica@post.pl>, 2000. +# Michał Kułach <michal.kulach@gmail.com>, 2012, 2013, 2014, 2016, 2024. +msgid "" +msgstr "" +"Project-Id-Version: manpages-pl\n" +"POT-Creation-Date: 2024-02-15 18:02+0100\n" +"PO-Revision-Date: 2024-03-21 17:43+0100\n" +"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" +"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 22.12.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "JOIN" +msgstr "JOIN" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "styczeń 2024" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Polecenia użytkownika" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NAZWA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "join - join lines of two files on a common field" +msgstr "join - łączy wiersze dwóch plików według wspólnych pól" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SKŁADNIA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<join> [I<\\,OPTION\\/>]... I<\\,FILE1 FILE2\\/>" +msgstr "B<join> [I<OPCJA>]... I<PLIK1 PLIK2>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "OPIS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For each pair of input lines with identical join fields, write a line to " +"standard output. The default join field is the first, delimited by blanks." +msgstr "" +"Program wypisuje na standardowe wyjście wiersz, dla każdej pary wierszy " +"wejściowych o identycznych polach połączeniowych. Domyślnym polem " +"połączeniowym jest pierwsze, oddzielone spacją." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "When FILE1 or FILE2 (not both) is -, read standard input." +msgstr "" +"Gdy jako I<PLIK1> lub I<PLIK2> (nie oba) podano B<->, czyta standardowe " +"wejście." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a> FILENUM" +msgstr "B<-a> I<NUMER-PLIKU>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"also print unpairable lines from file FILENUM, where FILENUM is 1 or 2, " +"corresponding to FILE1 or FILE2" +msgstr "" +"wypisuje wiersze bez pary z pliku I<NUMER-PLIKU>, który wynosi B<1> lub B<2> " +"odpowiednio dla I<PLIKU1> lub I<PLIKU2>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-e> STRING" +msgstr "B<-e> I<ŁAŃCUCH>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"replace missing (empty) input fields with STRING; I.e., missing fields " +"specified with '-12jo' options" +msgstr "" +"zamienia brakujące (puste) pola wejściowe na I<ŁAŃCUCH> tj. brakujące pola " +"podane opcjami '-12jo'" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>, B<--ignore-case>" +msgstr "B<-i>, B<--ignore-case>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ignore differences in case when comparing fields" +msgstr "" +"ignoruje różnice między małymi i wielkimi literami podczas porównywania pól" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-j> FIELD" +msgstr "B<-j> I<POLE>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "equivalent to '-1 FIELD B<-2> FIELD'" +msgstr "równoważne B<-1> I<POLE> B<-2> I<POLE>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-o> FORMAT" +msgstr "B<-o> I<FORMAT>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "obey FORMAT while constructing output line" +msgstr "zachowuje I<FORMAT> podczas tworzenia wiersza wyjściowego" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t> CHAR" +msgstr "B<-t> I<ZNAK>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use CHAR as input and output field separator" +msgstr "używa I<ZNAKU> jako separatora pól wejścia i wyjścia" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v> FILENUM" +msgstr "B<-v> I<NUMER-PLIKU>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "like B<-a> FILENUM, but suppress joined output lines" +msgstr "" +"jak B<-a> I<NUMER-PLIKU>, ale bez wypisywania połączonych wierszy wyjściowych" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-1> FIELD" +msgstr "B<-1> I<POLE>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "join on this FIELD of file 1" +msgstr "łączy pliki na tym I<POLU> pierwszego pliku" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-2> FIELD" +msgstr "B<-2> I<POLE>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "join on this FIELD of file 2" +msgstr "łączy pliki na tym I<POLU> drugiego pliku" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--check-order>" +msgstr "B<--check-order>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"check that the input is correctly sorted, even if all input lines are " +"pairable" +msgstr "" +"sprawdza, czy wejście jest poprawnie posortowane, nawet jeśli wszystkie " +"wejściowe wiersze mogą być poprawnie porównane" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--nocheck-order>" +msgstr "B<--nocheck-order>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not check that the input is correctly sorted" +msgstr "nie sprawdza poprawności posortowania wejścia" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--header>" +msgstr "B<--header>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"treat the first line in each file as field headers, print them without " +"trying to pair them" +msgstr "" +"traktuje pierwsze wiersze każdego pliku jako nagłówki pól, wyświetlając je " +"bez próby ich sparowania" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-z>, B<--zero-terminated>" +msgstr "B<-z>, B<--zero-terminated>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "line delimiter is NUL, not newline" +msgstr "kończy wiersze bajtem NUL, zamiast znakiem nowego wiersza" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "wyświetla ten tekst i kończy pracę" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "wyświetla informacje o wersji i kończy działanie" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Unless B<-t> CHAR is given, leading blanks separate fields and are ignored, " +"else fields are separated by CHAR. Any FIELD is a field number counted from " +"1. FORMAT is one or more comma or blank separated specifications, each " +"being 'FILENUM.FIELD' or '0'. Default FORMAT outputs the join field, the " +"remaining fields from FILE1, the remaining fields from FILE2, all separated " +"by CHAR. If FORMAT is the keyword 'auto', then the first line of each file " +"determines the number of fields output for each line." +msgstr "" +"Jeżeli nie podano opcji B<-t> I<ZNAK>, to spacje na początku wierszy " +"oddzielają pola i są ignorowane, w przeciwnym wypadku pola są oddzielane " +"przez I<ZNAK>. I<POLE> jest numerem pola liczonym od 1. I<FORMAT> jest jedną " +"lub większą liczbą specyfikacji, oddzielonych spacjami lub przecinkami, z " +"których każda ma postać I<NUMER-PLIKU>B<.>I<POLE> LUB B<0>. Domyślny " +"I<FORMAT> wypisuje pola połączeniowe, pozostałe pola z I<PLIKU1> oraz " +"pozostałe pola z I<PLIKU2>, wszystkie oddzielone I<ZNAKIEM>. Jeśli I<FORMAT> " +"jest słowem kluczowym B<auto>, to pierwszy wiersz każdego pliku określa " +"liczbę pól wypisywanych w każdym wierszu." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Important: FILE1 and FILE2 must be sorted on the join fields. E.g., use " +"\"sort B<-k> 1b,1\" if 'join' has no options, or use \"join B<-t> ''\" if " +"'sort' has no options. Note, comparisons honor the rules specified by " +"'LC_COLLATE'. If the input is not sorted and some lines cannot be joined, a " +"warning message will be given." +msgstr "" +"B<Ważne>: I<PLIK1> i I<PLIK2> muszą być posortowane w polu połączeniowym. Na " +"przykład, jeżeli B<join> został uruchomiony bez opcji powinno się wykonać " +"przedtem B<sort -k> I<1b>B<,>I<1> , a jeśli B<sort> został uruchomiony bez " +"opcji, powinno się użyć B<join -t \" \">. Proszę zauważyć, że porównania " +"przestrzegają reguł określonych przez zmienną B<LC_COLLATE>. Jeśli wejście " +"nie jest posortowane i część wierszy nie może zostać połączona, wypisywane " +"jest ostrzeżenie." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Mike Haertel." +msgstr "Napisane przez Mike'a Haertela." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "ZGŁASZANIE BŁĘDÓW" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Strona internetowa z pomocą GNU coreutils: E<lt>https://www.gnu.org/software/" +"coreutils/E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"O błędach tłumaczenia poinformuj przez E<lt>https://translationproject.org/" +"team/pl.htmlE<gt>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "PRAWA AUTORSKIE" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2023 Free Software Foundation, Inc. Licencja GPLv3+: GNU GPL " +"w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Jest to wolne oprogramowanie: można je zmieniać i rozpowszechniać. Nie ma " +"ŻADNEJ GWARANCJI, w granicach określonych przez prawo." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "ZOBACZ TAKŻE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<comm>(1), B<uniq>(1)" +msgstr "B<comm>(1), B<uniq>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Full documentation E<lt>https://www.gnu.org/software/coreutils/joinE<gt>" +msgstr "" +"Pełna dokumentacja: E<lt>https://www.gnu.org/software/coreutils/joinE<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) join invocation\\(aq" +msgstr "lub lokalnie, za pomocą B<info \\(aq(coreutils) join invocation\\(aq>" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "wrzesień 2022" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Licencja GPLv3+: GNU GPL " +"w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "kwiecień 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "październik 2021" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "GNU coreutils 8.32" + +#. type: TP +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<-e> EMPTY" +msgstr "B<-e> I<PUSTE>" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "replace missing input fields with EMPTY" +msgstr "zamienia brakujące pola wejściowe łańcuchem I<PUSTE>" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2020 Free Software Foundation, Inc. Licencja GPLv3+: GNU GPL " +"w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "comm(1), uniq(1)" +msgstr "B<comm>(1), B<uniq>(1)" |