@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version: Fortran-lang.org website\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
11
"POT-Creation-Date: 2022-10-01 14:47+0530\n"
12
- "PO-Revision-Date: 2024-10-10 08:30 +0000\n"
12
+ "PO-Revision-Date: 2024-10-16 19:16 +0000\n"
13
13
"Last-Translator: Agnieszka Ziora <
[email protected] >\n"
14
14
"Language-Team: Polish <https://hosted.weblate.org/projects/fortran-lang/"
15
15
"webpage/pl/>\n"
@@ -19,7 +19,7 @@ msgstr ""
19
19
"Content-Transfer-Encoding: 8bit\n"
20
20
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
21
21
"|| n%100>=20) ? 1 : 2;\n"
22
- "X-Generator: Weblate 5.8-dev \n"
22
+ "X-Generator: Weblate 5.8-rc \n"
23
23
"Generated-By: Babel 2.10.3\n"
24
24
25
25
#: ../../source/community.md:10
@@ -4160,22 +4160,25 @@ msgstr ""
4160
4160
4161
4161
#: ../../source/learn/best_practices/type_casting.md:10
4162
4162
msgid "Work Arrays"
4163
- msgstr ""
4163
+ msgstr "Tablice robocze "
4164
4164
4165
4165
#: ../../source/learn/best_practices/type_casting.md:12
4166
4166
msgid ""
4167
4167
"Pass a \"work array\" which is packed with everything needed by the caller "
4168
4168
"and unpacked by the called routine. This is the old way -- e.g., how LAPACK "
4169
4169
"does it."
4170
4170
msgstr ""
4171
+ "Podaj \"tablicę roboczą\", która jest spakowana ze wszystkim, czego "
4172
+ "potrzebuje funkcja wywołująca i rozpakowana przez wywołaną procedurę. Jest "
4173
+ "to stary sposób - np. tak jak robi to LAPACK."
4171
4174
4172
4175
#: ../../source/learn/best_practices/type_casting.md:16
4173
4176
#: ../../source/learn/best_practices/type_casting.md:86
4174
4177
#: ../../source/learn/best_practices/type_casting.md:169
4175
4178
#: ../../source/learn/best_practices/type_casting.md:233
4176
4179
#: ../../source/learn/best_practices/type_casting.md:284
4177
4180
msgid "Integrator:"
4178
- msgstr ""
4181
+ msgstr "Integrator: "
4179
4182
4180
4183
#: ../../source/learn/best_practices/type_casting.md:45
4181
4184
#: ../../source/learn/best_practices/type_casting.md:124
@@ -4184,11 +4187,11 @@ msgstr ""
4184
4187
#: ../../source/learn/best_practices/type_casting.md:314
4185
4188
#: ../../source/learn/best_practices/type_casting.md:424
4186
4189
msgid "Usage:"
4187
- msgstr ""
4190
+ msgstr "Użycie: "
4188
4191
4189
4192
#: ../../source/learn/best_practices/type_casting.md:78
4190
4193
msgid "General Structure"
4191
- msgstr ""
4194
+ msgstr "Ogólna struktura "
4192
4195
4193
4196
#: ../../source/learn/best_practices/type_casting.md:80
4194
4197
msgid ""
@@ -4198,6 +4201,12 @@ msgid ""
4198
4201
"need to change from passing, say, real numbers to, say, and instantiation of "
4199
4202
"a text editor."
4200
4203
msgstr ""
4204
+ "Zdefiniuj strukturę generalną, która zawiera wariację, których faktycznie "
4205
+ "potrzebujesz (lub, których będziesz potrzebował w przyszłości). Ten "
4206
+ "pojedynczy typ struktury może się później zmienić jeśli będzie to koniecznie "
4207
+ "i gdy pozwolą na to przyszłe potrzeby/pomysły, jednak prawdopodobnie nie "
4208
+ "trzeba będzie zmieniać np. przekazywania liczb rzeczywistych i instancji "
4209
+ "edytora tekstu."
4201
4210
4202
4211
#: ../../source/learn/best_practices/type_casting.md:157
4203
4212
msgid ""
@@ -4206,20 +4215,28 @@ msgid ""
4206
4215
" Dirac. Each would then be sufficiently general and contain all the needed "
4207
4216
"pieces with all the right labels."
4208
4217
msgstr ""
4218
+ "Potrzebna jest tylko elastyczność. Na przykład, możesz zdefiniować w tym "
4219
+ "celu dwa typy struktur, jeden dla Schroedingera i jeden dla Diraca. Każdy z "
4220
+ "nich byłby wtedy wystarczająco ogólny i zawierałby wszystkie potrzebne "
4221
+ "elementy ze właściwymi etykietami."
4209
4222
4210
4223
#: ../../source/learn/best_practices/type_casting.md:162
4211
4224
msgid ""
4212
4225
"Point is: it needn't be \"one abstract type to encompass all\" or bust. There"
4213
4226
" are natural and viable options between \"all\" and \"none\"."
4214
4227
msgstr ""
4228
+ "Chodzi o to, że nie musi to być „jeden abstrakcyjny typ obejmujący wszystko” "
4229
+ "lub totalna porażka. Istnieją naturalne i wykonalne opcje między „wszystkim” "
4230
+ "a „niczym”."
4215
4231
4216
4232
#: ../../source/learn/best_practices/type_casting.md:165
4217
4233
msgid "Private Module Variables"
4218
- msgstr ""
4234
+ msgstr "Prywatne zmienne modułu "
4219
4235
4220
4236
#: ../../source/learn/best_practices/type_casting.md:167
4221
4237
msgid "Hide the variable arguments completely by passing in module variables."
4222
4238
msgstr ""
4239
+ "Ukryj całkowicie zmienne argumenty poprzez przekazanie zmiennych modułu."
4223
4240
4224
4241
#: ../../source/learn/best_practices/type_casting.md:226
4225
4242
msgid ""
@@ -4228,6 +4245,10 @@ msgid ""
4228
4245
"way. However, with a bit of thought, usually there is a better, safer, more "
4229
4246
"explicit way along the lines of II or IV."
4230
4247
msgstr ""
4248
+ "Najlepiej jest jednak unikać takich zmiennych globalnych (nawet jeśli są "
4249
+ "tylko pół-globalne) jeśli to możliwe. Czasami jednak może to być najbardziej "
4250
+ "przejrzysty i najprostszy sposób. Często z odrobiną namysłu istnieje lepsza, "
4251
+ "bezpieczniejsza i bardziej bezpośrednia droga dzięki sposobom II lub IV."
4231
4252
4232
4253
#: ../../source/learn/best_practices/type_casting.md:231
4233
4254
#: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:208
0 commit comments