1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-12-23 00:32 +0000\n "
14
+ "POT-Creation-Date : 2024-01-05 16:41 +0000\n "
15
15
"PO-Revision-Date : 2023-05-24 02:21+0000\n "
16
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023 \n "
16
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024 \n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1016,10 +1016,10 @@ msgstr ""
1016
1016
"Ustawia jednostki miary kąta na radiany. Odpowiednik ``degrees(2*math.pi)``."
1017
1017
1018
1018
msgid "Pull the pen down -- drawing when moving."
1019
- msgstr "Opuszcza pióro w dół – rysuje podczas ruchu."
1019
+ msgstr "Opuszcza pióro w dół – rysowanie podczas ruchu."
1020
1020
1021
1021
msgid "Pull the pen up -- no drawing when moving."
1022
- msgstr "Podnosi pióro do góry – nie rysuje podczas ruchu."
1022
+ msgstr "Podnosi pióro do góry – nierysowanie podczas ruchu."
1023
1023
1024
1024
msgid "a positive number"
1025
1025
msgstr "liczba dodatnia"
@@ -1029,101 +1029,126 @@ msgid ""
1029
1029
"\" auto\" and turtleshape is a polygon, that polygon is drawn with the same "
1030
1030
"line thickness. If no argument is given, the current pensize is returned."
1031
1031
msgstr ""
1032
+ "Ustawia grubość linii na *width* lub zwraca ją. Jeśli resizemode jest "
1033
+ "ustawiony na „auto”, a turtleshape jest wielokątem, wielokąt ten jest "
1034
+ "rysowany z taką samą grubością linii. Jeśli nie podano argumentu, zwracany "
1035
+ "jest bieżący rozmiar pióra."
1032
1036
1033
1037
msgid "a dictionary with some or all of the below listed keys"
1034
- msgstr ""
1038
+ msgstr "słownik z niektórymi lub wszystkimi z poniższych kluczy "
1035
1039
1036
1040
msgid "one or more keyword-arguments with the below listed keys as keywords"
1037
1041
msgstr ""
1042
+ "jedno lub więcej argumentów nazwanych z poniższymi kluczami jako nazwami"
1038
1043
1039
1044
msgid ""
1040
1045
"Return or set the pen's attributes in a \" pen-dictionary\" with the "
1041
1046
"following key/value pairs:"
1042
1047
msgstr ""
1048
+ "Zwraca lub ustawia atrybuty pióra w „pióro-słowniku” z następującymi parami "
1049
+ "klucz/wartość:"
1043
1050
1044
1051
msgid "\" shown\" : True/False"
1045
- msgstr ""
1052
+ msgstr "„shown”: True/False "
1046
1053
1047
1054
msgid "\" pendown\" : True/False"
1048
- msgstr ""
1055
+ msgstr "„pendown”: True/False "
1049
1056
1050
1057
msgid "\" pencolor\" : color-string or color-tuple"
1051
- msgstr ""
1058
+ msgstr "„pencolor”: nazwa koloru (color-string) lub kolor-krotka "
1052
1059
1053
1060
msgid "\" fillcolor\" : color-string or color-tuple"
1054
- msgstr ""
1061
+ msgstr "„fillcolor”: nazwa koloru (color-string) lub kolor-krotka "
1055
1062
1056
1063
msgid "\" pensize\" : positive number"
1057
- msgstr ""
1064
+ msgstr "„pensize”: liczba dodatnia "
1058
1065
1059
1066
msgid "\" speed\" : number in range 0..10"
1060
- msgstr ""
1067
+ msgstr "„speed”: liczba z przedziału 0..10 "
1061
1068
1062
1069
msgid "\" resizemode\" : \" auto\" or \" user\" or \" noresize\" "
1063
- msgstr ""
1070
+ msgstr "„resizemode”: „auto” lub „user” lub „noresize” "
1064
1071
1065
1072
msgid "\" stretchfactor\" : (positive number, positive number)"
1066
- msgstr ""
1073
+ msgstr "„stretchfactor”: (liczba dodatnia, liczba dodatnia) "
1067
1074
1068
1075
msgid "\" outline\" : positive number"
1069
- msgstr ""
1076
+ msgstr "„outline”: liczba dodatnia "
1070
1077
1071
1078
msgid "\" tilt\" : number"
1072
- msgstr ""
1079
+ msgstr "„tilt”: liczba "
1073
1080
1074
1081
msgid ""
1075
1082
"This dictionary can be used as argument for a subsequent call to :func:`pen` "
1076
1083
"to restore the former pen-state. Moreover one or more of these attributes "
1077
1084
"can be provided as keyword-arguments. This can be used to set several pen "
1078
1085
"attributes in one statement."
1079
1086
msgstr ""
1087
+ "Ten słownik może być użyty jako argument dla kolejnego wywołania :func:`pen` "
1088
+ "w celu przywrócenia poprzedniego stanu pióra. Co więcej, jeden lub więcej z "
1089
+ "tych atrybutów może być przekazany jako argument nazwany. Można to "
1090
+ "wykorzystać do ustawienia kilku atrybutów pióra w jednej instrukcji."
1080
1091
1081
1092
msgid "Return ``True`` if pen is down, ``False`` if it's up."
1082
1093
msgstr ""
1094
+ "Zwraca ``True`` jeśli pióro jest opuszczone, ``False`` jeśli jest "
1095
+ "podniesione."
1083
1096
1084
1097
msgid "Return or set the pencolor."
1085
- msgstr ""
1098
+ msgstr "Zwraca lub ustawia kolor pióra. "
1086
1099
1087
1100
msgid "Four input formats are allowed:"
1088
- msgstr ""
1101
+ msgstr "Dozwolone są cztery formaty wejściowe: "
1089
1102
1090
1103
msgid "``pencolor()``"
1091
- msgstr ""
1104
+ msgstr "``pencolor()`` "
1092
1105
1093
1106
msgid ""
1094
1107
"Return the current pencolor as color specification string or as a tuple (see "
1095
1108
"example). May be used as input to another color/pencolor/fillcolor call."
1096
1109
msgstr ""
1110
+ "Zwraca bieżący kolor pióra jako ciąg specyfikacji koloru lub jako krotkę "
1111
+ "(patrz przykład). Może być użyty jako dane wejściowe do innego wywołania "
1112
+ "color/pencolor/fillcolor."
1097
1113
1098
1114
msgid "``pencolor(colorstring)``"
1099
- msgstr ""
1115
+ msgstr "``pencolor(colorstring)`` "
1100
1116
1101
1117
msgid ""
1102
1118
"Set pencolor to *colorstring*, which is a Tk color specification string, "
1103
1119
"such as ``\" red\" ``, ``\" yellow\" ``, or ``\" #33cc8c\" ``."
1104
1120
msgstr ""
1121
+ "Ustawia kolor pióra na *colorstring*, który jest ciągiem specyfikacji koloru "
1122
+ "Tk, takim jak ``\" red\" ``, ``\" yellow\" ``, lub ``\" #33cc8c\" ``."
1105
1123
1106
1124
msgid "``pencolor((r, g, b))``"
1107
- msgstr ""
1125
+ msgstr "``pencolor((r, g, b))`` "
1108
1126
1109
1127
msgid ""
1110
1128
"Set pencolor to the RGB color represented by the tuple of *r*, *g*, and "
1111
1129
"*b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where "
1112
1130
"colormode is either 1.0 or 255 (see :func:`colormode`)."
1113
1131
msgstr ""
1132
+ "Ustawia kolor pióra na kolor RGB reprezentowany przez krotkę *r*, *g* i *b*. "
1133
+ "Każda z *r*, *g* i *b* musi należeć do zakresu 0..colormode, gdzie colormode "
1134
+ "to 1.0 lub 255 (patrz :func:`colormode`)."
1114
1135
1115
1136
msgid "``pencolor(r, g, b)``"
1116
- msgstr ""
1137
+ msgstr "``pencolor(r, g, b)`` "
1117
1138
1118
1139
msgid ""
1119
1140
"Set pencolor to the RGB color represented by *r*, *g*, and *b*. Each of "
1120
1141
"*r*, *g*, and *b* must be in the range 0..colormode."
1121
1142
msgstr ""
1143
+ "Ustawia kolor pióra na kolor RGB reprezentowany przez *r*, *g* i *b*. Każda "
1144
+ "z *r*, *g* i *b* musi należeć do zakresu 0..colormode."
1122
1145
1123
1146
msgid ""
1124
1147
"If turtleshape is a polygon, the outline of that polygon is drawn with the "
1125
1148
"newly set pencolor."
1126
1149
msgstr ""
1150
+ "Jeśli turtleshape jest wielokątem, kontur tego wielokąta jest rysowany przy "
1151
+ "użyciu nowo ustawionego koloru pióra."
1127
1152
1128
1153
msgid "Return or set the fillcolor."
1129
1154
msgstr ""
0 commit comments