Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
reference_raster.xml
|
11% | 1,429 | 40,921 | 339,543 | 1,429 | 0 | 0 | 0 | |
|
|||||||||
release_notes.xml
|
11% | 1,597 | 15,436 | 141,542 | 1,597 | 0 | 0 | 0 | |
|
|||||||||
reference_transformation.xml
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
reference_transaction.xml
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
faq.xml
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
postgis CC-BY-3.0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
reference_management.xml
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
database_tuning.xml
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
faq_raster.xml
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
extras.xml
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Overview
Project website | postgis.net |
---|---|
Project maintainers |
![]() ![]() ![]() ![]() |
Translation process |
|
Source code repository |
https://git.osgeo.org/gitea/postgis/postgis.git
|
Repository branch | master |
Last remote commit |
Translated using Weblate (French)
57cbcb942
Vincent Bre authored 2 days ago |
Last commit in Weblate |
Translated using Weblate (French)
3e5c35469
Vincent Bre authored 2 weeks ago |
Weblate repository |
https://weblate.osgeo.org/git/postgis/postgis/
|
File mask | doc/po/*/reference_editor.xml.po |
Translation file |
Download
doc/po/fr/reference_editor.xml.po
|
Last change | May 15, 2023, 4:13 p.m. |
Last author | Vincent Bre |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 297 | 5,661 | 55,744 | |||
Approved | 0% | 0 | 0% | 0 | 0% | 0 |
Waiting for review | 100% | 297 | 100% | 5,661 | 100% | 55,744 |
Translated | 100% | 297 | 100% | 5,661 | 100% | 55,744 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
5,661
Hosted words
297
Hosted strings
100%
Translated
1
Contributors
and previous 30 days
Trends of last 30 days
—
Hosted words
+2%
—
Hosted strings
+3%
+87%
Translated
−1%
—
Contributors
+100%
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() Translation changed |
|
![]() New translation |
|
![]() Translation changed |
|
297 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
297 | 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 |
-- Scale M value by 2
SELECT ST_AsText(
ST_SwapOrdinates(
ST_Scale(
ST_SwapOrdinates(g,'xm'),
2, 1
),
'xm')
) FROM ( SELECT 'POINT ZM (0 0 0 2)'::geometry g ) foo;
st_astext
--------------------
POINT ZM (0 0 0 4)
]]>
-- Scale M value by 2
SELECT ST_AsText(
ST_SwapOrdinates(
ST_Scale(
ST_SwapOrdinates(g,'xm'),
2, 1
),
'xm')
) FROM ( SELECT 'POINT ZM (0 0 0 2)'::geometry g ) foo;
st_astext
--------------------
POINT ZM (0 0 0 4)
]]>