Language | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
English
|
0 | 0 | 0 | 0 | 129 | 0 | 0 | ||
|
|||||||||
French
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
German
|
94% | 14 | 759 | 6,221 | 3 | 61 | 0 | 0 | |
|
|||||||||
Italian
|
2% | 227 | 6,932 | 57,676 | 227 | 0 | 0 | 0 | |
|
|||||||||
Japanese
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
Korean
|
88% | 26 | 994 | 8,296 | 16 | 64 | 0 | 0 | |
|
|||||||||
Polish
|
1% | 230 | 6,957 | 57,981 | 230 | 1 | 0 | 0 | |
|
|||||||||
Portuguese (Brazil)
|
88% | 26 | 994 | 8,296 | 16 | 118 | 0 | 0 | |
|
|||||||||
Russian
|
1% | 232 | 6,961 | 58,008 | 232 | 0 | 0 | 0 | |
|
|||||||||
Spanish
|
11% | 207 | 6,474 | 54,350 | 204 | 9 | 0 | 0 | |
|
Please sign in to see the alerts.
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 |
Show obtained output on failure, in oriented_envelope test
36fcdd626
Sandro Santilli authored yesterday |
Last commit in Weblate |
Translated using Weblate (French)
ec418513e
Vincent Bre authored 8 days ago |
Weblate repository |
https://weblate.osgeo.org/git/postgis/postgis/
|
File mask | doc/po/*/extras_tigergeocoder.xml.po |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 2,340 | 69,630 | 580,270 | |||
Source | 234 | 6,963 | 58,027 | |||
Approved | 1% | 11 | 1% | 57 | 1% | 687 |
Waiting for review | 48% | 1,133 | 46% | 32,539 | 46% | 270,728 |
Translated | 58% | 1,378 | 56% | 39,559 | 56% | 329,442 |
Needs editing | 1% | 34 | 2% | 1,956 | 2% | 16,802 |
Read-only | 10% | 234 | 10% | 6,963 | 10% | 58,027 |
Failing checks | 16% | 382 | 14% | 10,402 | 15% | 88,941 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 39% | 928 | 40% | 28,115 | 40% | 234,026 |
Quick numbers
69,630
Hosted words
2,340
Hosted strings
58%
Translated
3
Contributors
and previous 30 days
Trends of last 30 days
—
Hosted words
—
—
Hosted strings
—
+8%
Translated
—
+100%
Contributors
—
![]() Translation changed |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() Translation changed |
|
![]() New translation |
|
-- result --
TMPDIR="/gisdata/temp/"
UNZIPTOOL=unzip
WGETTOOL="/usr/bin/wget"
export PGBIN=/usr/lib/postgresql/9.4/bin
-- variables used by psql: https://www.postgresql.org/docs/current/static/libpq-envars.html
export PGPORT=5432
export PGHOST=localhost
export PGUSER=postgres
export PGPASSWORD=yourpasswordhere
export PGDATABASE=geocoder
PSQL=${PGBIN}/psql
SHP2PGSQL=${PGBIN}/shp2pgsql
cd /gisdata
cd /gisdata
wget ftp://ftp2.census.gov/geo/tiger/TIGER2015/PLACE/tl_*_25_* --no-parent --relative --recursive --level=2 --accept=zip --mirror --reject=html
cd /gisdata/ftp2.census.gov/geo/tiger/TIGER2015/PLACE
rm -f ${TMPDIR}/*.*
:
:
-- r
eésultat --TMPDIR="/gisdata/temp/"
UNZIPTOOL=unzip
WGETTOOL="/usr/bin/wget"
export PGBIN=/usr/lib/postgresql/9.4/bin
-- variables utilisées par psql: https://www.postgresql.org/docs/current/static/libpq-envars.html
export PGPORT=5432
export PGHOST=localhost
export PGUSER=postgres
export PGPASSWORD=yourpasswordhere
export PGDATABASE=geocoder
PSQL=${PGBIN}/psql
SHP2PGSQL=${PGBIN}/shp2pgsql
cd /gisdata
cd /gisdata
wget ftp://ftp2.census.gov/geo/tiger/TIGER2015/PLACE/tl_*_25_* --no-parent --relative --recursive --level=2 --accept=zip --mirror --reject=html
cd /gisdata/ftp2.census.gov/geo/tiger/TIGER2015/PLACE
rm -f ${TMPDIR}/*.*
:
: