Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
extras
|
0% | 3 | 45 | 318 | 3 | 0 | 3 | 0 | |
|
|||||||||
reference_troubleshooting
|
0% | 26 | 407 | 3,121 | 26 | 2 | 26 | 0 | |
|
|||||||||
reference_bbox
|
0% | 117 | 1,991 | 19,058 | 117 | 3 | 116 | 0 | |
|
|||||||||
reference_overlay
|
0% | 143 | 2,782 | 24,240 | 143 | 2 | 8 | 0 | |
|
|||||||||
reference_version
|
0% | 88 | 709 | 8,318 | 88 | 1 | 88 | 0 | |
|
|||||||||
database_tuning
|
0% | 33 | 543 | 3,893 | 33 | 0 | 33 | 0 | |
|
|||||||||
reference_cluster
|
0% | 55 | 1,131 | 9,962 | 55 | 1 | 47 | 0 | |
|
|||||||||
using_postgis_query
|
0% | 109 | 2,146 | 16,760 | 109 | 0 | 92 | 0 | |
|
|||||||||
reference_relationship
|
0% | 273 | 5,065 | 46,644 | 273 | 2 | 213 | 0 | |
|
|||||||||
reference_srs
|
0% | 54 | 978 | 8,949 | 54 | 3 | 50 | 0 | |
|
Overview
Project website | postgis.net |
---|---|
Translation process |
|
Source code repository |
https://git.osgeo.org/gitea/postgis/postgis.git
|
Repository branch | stable-3.2 |
Last remote commit |
Push to 3.2.6dev milestone
6e2c5206d
Regina Obe authored 23 hours ago |
Weblate repository |
https://weblate.osgeo.org/git/postgis_branch_32/postgis/
|
File mask | doc/po/*/reference_editor.xml.po |
Translation file |
Download
doc/po/fr/reference_editor.xml.po
|
Last change | None |
Last author | None |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 282 | 5,419 | 53,799 | |||
Translated | 10% | 29 | 3% | 165 | 6% | 3,688 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 8% | 23 | 2% | 157 | 6% | 3,605 |
Strings with suggestions | 85% | 241 | 92% | 4,987 | 88% | 47,677 |
Untranslated strings | 89% | 253 | 96% | 5,254 | 93% | 50,111 |
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
282 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
282 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
253 | Unfinished strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
ST_Snap(line, poly, ST_Distance(poly,line)*1.01)
) AS linesnapped
FROM (SELECT
ST_GeomFromText('MULTIPOLYGON(
((26 125, 26 200, 126 200, 126 125, 26 125),
(51 150, 101 150, 76 175, 51 150 )),
((151 100, 151 200, 176 175, 151 100)))') As poly,
ST_GeomFromText('LINESTRING (5 107, 54 84, 101 100)') As line
) As foo;
linesnapped
----------------------------------------
LINESTRING(5 107,26 125,54 84,101 100)
ST_Snap(line, poly, ST_Distance(poly,line)*1.01)
) AS linesnapped
FROM (SELECT
ST_GeomFromText('MULTIPOLYGON(
((26 125, 26 200, 126 200, 126 125, 26 125),
(51 150, 101 150, 76 175, 51 150 )),
((151 100, 151 200, 176 175, 151 100)))') As poly,
ST_GeomFromText('LINESTRING (5 107, 54 84, 101 100)') As line
) As foo;
linesnapped
----------------------------------------
LINESTRING(5 107,26 125,54 84,101 100)