@@ -74174,7 +74174,22 @@ Returns a string representation of a color based on its hue, saturation, and lig
74174
74174
<!-- Show example of function.-->
74175
74175
color_hsl(100,50,70) &rarr; '166,217,140'</p>
74176
74176
</source>
74177
- <translation type="unfinished"></translation>
74177
+ <translation><h3>funkcja color_hsl()</h3>
74178
+ Zwraca tekst reprezentujący kolor w modelu Hue-Saturation-Lightness (barwa, nasycenie, światło)
74179
+
74180
+ <p><h4>Składnia</h4>
74181
+ color_hsl(<i>hue, saturation, lightness</i>)</p>
74182
+
74183
+ <p><h4>Argumenty</h4>
74184
+ <!-- List args for functions here-->
74185
+ <i> hue</i> &rarr; barwa kolory, liczba całkowita z zakresu 0-360.<br>
74186
+ <i> saturation</i> &rarr; procent nasycenia, liczba całkowita z zakresu 0-100.<br>
74187
+ <i> lightness</i> &rarr; procent światła, liczba całkowita z zakresu 0-100.<br>
74188
+
74189
+ <p><h4>Przykład</h4>
74190
+ <!-- Show example of function.-->
74191
+ color_hsl(100,50,70) &rarr; '166,217,140'</p>
74192
+ </translation>
74178
74193
</message>
74179
74194
<message>
74180
74195
<location filename="../src/core/qgsexpression_texts.cpp" line="617"/>
@@ -74191,7 +74206,19 @@ geom &rarr; a geometry
74191
74206
<pre> xmax($geometry) &rarr; returns maximum x coordinate of $geometry</pre>
74192
74207
74193
74208
</source>
74194
- <translation type="unfinished"></translation>
74209
+ <translation><h3>funkcja xmax</h3>
74210
+ Zwraca największą wartość współrzędnej x obiektu geometrycznego podaną w jego układzie współrzędnych.
74211
+
74212
+ <h4>Składnia</h4>
74213
+ <pre>xmax(geom)</pre>
74214
+
74215
+ <h4>Argument</h4>
74216
+ geom &rarr; geometria
74217
+
74218
+ <h4>Przykład</h4>
74219
+ <pre> xmax($geometry) &rarr; zwraca największą współrzędną x $geometry</pre>
74220
+
74221
+ </translation>
74195
74222
</message>
74196
74223
<message>
74197
74224
<location filename="../src/core/qgsexpression_texts.cpp" line="668"/>
@@ -74208,7 +74235,19 @@ geom &rarr; a geometry
74208
74235
<pre> bounds($geometry) &rarr; returns bounding box of $geometry</pre>
74209
74236
74210
74237
</source>
74211
- <translation type="unfinished"></translation>
74238
+ <translation><h3>funkcja bounds</h3>
74239
+ Zwraca geometrię reprezentująca prostokąt ograniczający zadany obiekt geometryczny. Współrzędne podane są w układzie współrzędnych zadanej geometrii.
74240
+
74241
+ <h4>Składnia</h4>
74242
+ <pre>bounds(geom)</pre>
74243
+
74244
+ <h4>Argument</h4>
74245
+ geom &rarr; geometria
74246
+
74247
+ <h4>Przykład</h4>
74248
+ <pre> bounds($geometry) &rarr; zwraca prostokąt ograniczający $geometry</pre>
74249
+
74250
+ </translation>
74212
74251
</message>
74213
74252
<message>
74214
74253
<location filename="../src/core/qgsexpression_texts.cpp" line="875"/>
@@ -74225,7 +74264,19 @@ geom &rarr; a geometry
74225
74264
<pre> ymax($geometry) &rarr; returns maximum y coordinate of $geometry</pre>
74226
74265
74227
74266
</source>
74228
- <translation type="unfinished"></translation>
74267
+ <translation><h3>funkcja ymax</h3>
74268
+ Zwraca największą wartość współrzędnej y obiektu geometrycznego podaną w jego układzie współrzędnych.
74269
+
74270
+ <h4>Składnia</h4>
74271
+ <pre>ymax(geom)</pre>
74272
+
74273
+ <h4>Argument</h4>
74274
+ geom &rarr; geometria
74275
+
74276
+ <h4>Przykład</h4>
74277
+ <pre> ymax($geometry) &rarr; zwraca największą współrzędną y $geometry</pre>
74278
+
74279
+ </translation>
74229
74280
</message>
74230
74281
<message>
74231
74282
<location filename="../src/core/qgsexpression_texts.cpp" line="1032"/>
@@ -74476,7 +74527,19 @@ geom &rarr; a geometry
74476
74527
<pre> ymin($geometry) &rarr; returns minimum y coordinate of $geometry</pre>
74477
74528
74478
74529
</source>
74479
- <translation type="unfinished"></translation>
74530
+ <translation><h3>funkcja ymin</h3>
74531
+ Zwraca najmniejszą wartość współrzędnej y obiektu geometrycznego podaną w jego układzie współrzędnych.
74532
+
74533
+ <h4>Składnia</h4>
74534
+ <pre>ymin(geom)</pre>
74535
+
74536
+ <h4>Argument</h4>
74537
+ geom &rarr; geometria
74538
+
74539
+ <h4>Przykład</h4>
74540
+ <pre> ymin($geometry) &rarr; zwraca najmniejszą współrzędną y $geometry</pre>
74541
+
74542
+ </translation>
74480
74543
</message>
74481
74544
<message>
74482
74545
<location filename="../src/core/qgsexpression_texts.cpp" line="1722"/>
@@ -74549,7 +74612,19 @@ geom &rarr; a geometry
74549
74612
<pre> xmin($geometry) &rarr; returns minimum x coordinate of $geometry</pre>
74550
74613
74551
74614
</source>
74552
- <translation type="unfinished"></translation>
74615
+ <translation><h3>funkcja xmin</h3>
74616
+ Zwraca najmniejszą wartość współrzędnej x obiektu geometrycznego podaną w jego układzie współrzędnych.
74617
+
74618
+ <h4>Składnia</h4>
74619
+ <pre>xmin(geom)</pre>
74620
+
74621
+ <h4>Argument</h4>
74622
+ geom &rarr; geometria
74623
+
74624
+ <h4>Przykład</h4>
74625
+ <pre> xmin($geometry) &rarr; zwraca najmniejszą współrzędną x $geometry</pre>
74626
+
74627
+ </translation>
74553
74628
</message>
74554
74629
<message>
74555
74630
<location filename="../src/core/qgsexpression_texts.cpp" line="2078"/>
@@ -76577,7 +76652,19 @@ text &rarr; GML representation of a geometry
76577
76652
<pre> geomFromGML( '<gml:LineString srsName="EPSG:4326"><gml:coordinates>4,4 5,5 6,6</gml:coordinates></gml:LineString>') &rarr; returns a geometry</pre>
76578
76653
76579
76654
</source>
76580
- <translation type="unfinished"></translation>
76655
+ <translation><h3>funkcja geomFromGML</h3>
76656
+ Zwraca geometrię zapisaną w formacie GML
76657
+
76658
+ <h4>Składnia</h4>
76659
+ <pre>geomFromGML(tekst)</pre>
76660
+
76661
+ <h4>Argument</h4>
76662
+ tekst &rarr; reprezentacja geometrii w formacie GML
76663
+
76664
+ <h4>Przykład</h4>
76665
+ <pre> geomFromGML( '<gml:LineString srsName="EPSG:4326"><gml:coordinates>4,4 5,5 6,6</gml:coordinates></gml:LineString>') &rarr; zwraca geometrię</pre>
76666
+
76667
+ </translation>
76581
76668
</message>
76582
76669
<message>
76583
76670
<location filename="../src/core/qgsexpression_texts.cpp" line="2024"/>
@@ -76595,7 +76682,20 @@ geometry &rarr; geometry
76595
76682
<pre> geomToWKT( combine( geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5 )' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4, 2 1 )' )) ) &rarr; returns MULTILINESTRING((4 4, 2 1), (3 3, 4 4), (4 4, 5 5)) </pre>
76596
76683
<pre> geomToWKT( combine( geomFromWKT( 'LINESTRING(3 3 , 4 4 )' ) , geomFromWKT( 'LINESTRING(3 3 , 6 6, 2 1 )' )) ) &rarr; returns LINESTRING(3 3, 4 4, 6 6, 2 1) </pre>
76597
76684
</source>
76598
- <translation type="unfinished"></translation>
76685
+ <translation><h3>funkcja combine</h3>
76686
+ Zwraca kombinację geometrii a oraz geometrii b.
76687
+
76688
+ <h4>Składnia</h4>
76689
+ <pre>combine(a, b)</pre>
76690
+
76691
+ <h4>Argumenty</h4>
76692
+ a &rarr; geometria a
76693
+ b &rarr; geometria b
76694
+
76695
+ <h4>Przykład</h4>
76696
+ <pre> geomToWKT( combine( geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5 )' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4, 2 1 )' )) ) &rarr; returns MULTILINESTRING((4 4, 2 1), (3 3, 4 4), (4 4, 5 5)) </pre>
76697
+ <pre> geomToWKT( combine( geomFromWKT( 'LINESTRING(3 3 , 4 4 )' ) , geomFromWKT( 'LINESTRING(3 3 , 6 6, 2 1 )' )) ) &rarr; returns LINESTRING(3 3, 4 4, 6 6, 2 1) </pre>
76698
+ </translation>
76599
76699
</message>
76600
76700
<message>
76601
76701
<location filename="../src/core/qgsexpression_texts.cpp" line="828"/>
@@ -76613,7 +76713,20 @@ b &rarr; geometry
76613
76713
<pre> intersects( geomFromWKT( 'POINT(4 4)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' )) &rarr; returns 1</pre>
76614
76714
<pre> intersects( geomFromWKT( 'POINT(4 5)' ) , geomFromWKT( 'POINT(5 5)' )) &rarr; returns 0</pre>
76615
76715
</source>
76616
- <translation type="unfinished"></translation>
76716
+ <translation><h3>funkcja intersects</h3>
76717
+ Zwraca 1, jeśli zadane geometrie przecinają się (współdzielą dowolny obszar przestrzeni), zaś 0 w przeciwnym przypadku.
76718
+
76719
+ <h4>Składnia</h4>
76720
+ <pre>intersects( a, b )</pre>
76721
+
76722
+ <h4>Argumenty</h4>
76723
+ a &rarr; geometria
76724
+ b &rarr; geometria
76725
+
76726
+ <h4>Przykład</h4>
76727
+ <pre> intersects( geomFromWKT( 'POINT(4 4)' ) , geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' )) &rarr; zwraca 1</pre>
76728
+ <pre> intersects( geomFromWKT( 'POINT(4 5)' ) , geomFromWKT( 'POINT(5 5)' )) &rarr; zwraca 0</pre>
76729
+ </translation>
76617
76730
</message>
76618
76731
<message>
76619
76732
<location filename="../src/core/qgsexpression_texts.cpp" line="1382"/>
@@ -76637,7 +76750,26 @@ Restricts an input value to a specified range.
76637
76750
76638
76751
76639
76752
</source>
76640
- <translation type="unfinished"></translation>
76753
+ <translation><h3>funkcja clamp()</h3>
76754
+ Ogranicza dane wejściowe do określonego zakresu.
76755
+
76756
+ <p><h4>Składnia</h4>
76757
+ clamp(<i>minimum</i>,<i>input</i>,<i>maksimum</i>)</p>
76758
+
76759
+ <p><h4>Argumenty</h4>
76760
+ <!-- List args for functions here-->
76761
+ <i> minimum</i> &rarr; najmniejsza dopuszczalna wartość <i>input</i>.<br>
76762
+ <i> input</i> &rarr; wartość, która zostanei ograniczona do zakresu określonego przez <i>minimum</i> i <i>maksimum</i>.<br>
76763
+ <i> maksimum</i> &rarr; największa dopuszczalna wartość <i>input</i>.<br>
76764
+
76765
+ <h4>Przykład</h4>
76766
+ <!-- Show example of function.-->
76767
+ clamp(1,5,10) &rarr; 5 (<i>input</i> mieści się w zadanym 1-10, więc nie zostanie zmieniona)<br>
76768
+ clamp(1,0,10) &rarr; 1 (<i>input</i> jest mniejsze niż minimum (1), więc funkcja zwróci 1)<br>
76769
+ clamp(1,11,10) &rarr; 10 (<i>input</i> jest większe niż maksimum (10), więc funkcja zwróci 10)<br>
76770
+
76771
+
76772
+ </translation>
76641
76773
</message>
76642
76774
<message>
76643
76775
<location filename="../src/core/qgsexpression_texts.cpp" line="842"/>
@@ -76695,7 +76827,7 @@ None
76695
76827
<pre> $geometry IS NULL &rarr; returns 0, if your geometry is not NULL</pre>
76696
76828
76697
76829
</source>
76698
- <translation type="unfinished" ><h3>wyrażenie IS</h3>
76830
+ <translation><h3>wyrażenie IS</h3>
76699
76831
Zwraca 1 jeśli a jest takie samo jak b.
76700
76832
76701
76833
<h4>Składnia</h4>
@@ -76704,14 +76836,13 @@ Zwraca 1 jeśli a jest takie samo jak b.
76704
76836
<h4>Argumenty</h4>
76705
76837
Brak
76706
76838
76707
- <h4>Przykład </h4>
76839
+ <h4>Przykłady </h4>
76708
76840
<pre> 'A' IS 'A' &rarr; zwraca 1 </pre>
76709
76841
<pre> 'A' IS 'a' &rarr; zwraca 0 </pre>
76710
76842
<pre> 4 IS 4 &rarr; zwraca 1 </pre>
76711
76843
<pre> 4 IS 2+2 &rarr; zwraca 1 </pre>
76712
76844
<pre> 4 IS 2 &rarr; zwraca 0 </pre>
76713
- <pre> 4 IS 2 &rarr; zwraca 0 </pre>
76714
- <pre> $geometry IS NULL &rarr; zwraca 0, jeśli twoja geometria nie jest NULL</pre>
76845
+ <pre> $geometry IS NULL &rarr; zwraca 0, jeśli geometria nie jest NULL</pre>
76715
76846
76716
76847
</translation>
76717
76848
</message>
0 commit comments