[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-416-g4db89f260
git at osgeo.org
git at osgeo.org
Mon Jan 31 03:04:24 PST 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 4db89f26011de35f4dd7f2feadd3510154d7305e (commit)
from bcdedddfd25cbb473c9d8a7ae8f09b098c4836f2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4db89f26011de35f4dd7f2feadd3510154d7305e
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Jan 31 12:02:28 2022 +0100
Some verbatim translations
Fix japanese translation structure
References #5073
diff --git a/doc/po/ja/reference_constructor.xml.po b/doc/po/ja/reference_constructor.xml.po
index 4fb1c967a..7783be123 100644
--- a/doc/po/ja/reference_constructor.xml.po
+++ b/doc/po/ja/reference_constructor.xml.po
@@ -2250,7 +2250,7 @@ msgstr ", <xref linkend=\"ST_MakeLine\"/>, <xref linkend=\"ST_MakePolygon\"/>"
#: reference_constructor.xml:970
#, no-c-format
msgid "ST_Letters"
-msgstr ""
+msgstr "ST_Letters"
#. Tag: refpurpose
#: reference_constructor.xml:971
@@ -2272,11 +2272,13 @@ msgid ""
"paramdef> <paramdef choice=\"opt\"><type>json</type> <parameter> font</"
"parameter></paramdef>"
msgstr ""
-"<funcdef>geometry <function>ST_MakePoint</function></funcdef> "
-"<paramdef><type>double precision</type> <parameter>x</parameter></paramdef> "
-"<paramdef><type>double precision</type> <parameter>y</parameter></paramdef> "
-"<paramdef><type>double precision</type> <parameter>z</parameter></paramdef> "
-"<paramdef><type>double precision</type> <parameter>m</parameter></paramdef>"
+"<funcdef>geometry <function>ST_Letters</function></funcdef> "
+"<paramdef><type>text</type> <parameter> letters</parameter></paramdef> "
+"<paramdef choice=\"opt\"><type>double precision</type> <parameter> "
+"text_height=100.0</parameter></paramdef> <paramdef choice=\"opt"
+"\"><type>geometry</type> <parameter> start_position=POINT(0 0)</parameter></"
+"paramdef> <paramdef choice=\"opt\"><type>json</type> <parameter> font</"
+"parameter></paramdef>"
#. Tag: para
#: reference_constructor.xml:988
diff --git a/doc/po/ja/reference_management.xml.po b/doc/po/ja/reference_management.xml.po
index e25e4eea3..e315b25e9 100644
--- a/doc/po/ja/reference_management.xml.po
+++ b/doc/po/ja/reference_management.xml.po
@@ -589,13 +589,11 @@ msgid ""
"parameter></paramdef> <paramdef><type>varchar </type> "
"<parameter>a_geomfield_name</parameter></paramdef>"
msgstr ""
-"<funcprototype> <funcdef>text <function>Populate_Geometry_Columns</"
-"function></funcdef> <paramdef><type>boolean </type> "
-"<parameter>use_typmod=true</parameter></paramdef> </funcprototype> "
-"<funcprototype> <funcdef>int <function>Populate_Geometry_Columns</function></"
-"funcdef> <paramdef><type>oid</type> <parameter>relation_oid</parameter></"
-"paramdef> <paramdef><type>boolean </type> <parameter>use_typmod=true</"
-"parameter></paramdef> </funcprototype>"
+"<funcdef>integer <function>Find_SRID</function></funcdef> "
+"<paramdef><type>varchar </type> <parameter>a_schema_name</parameter></"
+"paramdef> <paramdef><type>varchar </type> <parameter>a_table_name</"
+"parameter></paramdef> <paramdef><type>varchar </type> "
+"<parameter>a_geomfield_name</parameter></paramdef>"
#. Tag: para
#: reference_management.xml:304
-----------------------------------------------------------------------
Summary of changes:
doc/po/ja/reference_constructor.xml.po | 14 ++++++++------
doc/po/ja/reference_management.xml.po | 12 +++++-------
2 files changed, 13 insertions(+), 13 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list