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 22 hours ago |
Weblate repository |
https://weblate.osgeo.org/git/postgis_branch_32/postgis/
|
File mask | doc/po/*/reference_measure.xml.po |
Translation file |
Download
doc/po/fr/reference_measure.xml.po
|
Last change | None |
Last author | None |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 312 | 5,691 | 55,550 | |||
Translated | 17% | 55 | 6% | 346 | 12% | 6,880 |
Needs editing | 14% | 44 | 19% | 1,104 | 25% | 13,958 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 23% | 74 | 22% | 1,300 | 32% | 18,268 |
Strings with suggestions | 12% | 38 | 13% | 792 | 17% | 9,698 |
Untranslated strings | 68% | 213 | 74% | 4,241 | 62% | 34,712 |
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
312 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
312 | 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 |
257 | 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_AsEWKT(ST_ShortestLine(poly, mline)) As shl2d
FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,
ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),
(1 10 2, 5 20 1))') As mline ) As foo;
shl3d | shl2d
---------------------------------------------------------------------------------------------------+------------------------
LINESTRING(39.993580415989 54.1889925532825 5,40.4078575708294 53.6052383805529 5.03423778139177) | LINESTRING(20 40,20 40)
ST_AsEWKT(ST_ShortestLine(poly, mline)) As shl2d
FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,
ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),
(1 10 2, 5 20 1))') As mline ) As foo ;
shl3d | shl2d
---------------------------------------------------------------------------------------------------+------------------------
LINESTRING(39.993580415989 54.1889925532825 5,40.4078575708294 53.6052383805529 5.03423778139177) | LINESTRING(20 40,20 40)