diff --git a/postgis-intro/sources/locale/zh_Hans/LC_MESSAGES/loading_data.po b/postgis-intro/sources/locale/zh_Hans/LC_MESSAGES/loading_data.po index 81441b73..aa36c55c 100644 --- a/postgis-intro/sources/locale/zh_Hans/LC_MESSAGES/loading_data.po +++ b/postgis-intro/sources/locale/zh_Hans/LC_MESSAGES/loading_data.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the Introduction to PostGIS package. # Zuochenwei , 2024. # Wangdapeng , 2025. +# Dapeng Wang , 2025. msgid "" msgstr "" "Project-Id-Version: Introduction to PostGIS 1.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-17 01:29-0400\n" -"PO-Revision-Date: 2025-03-27 08:47+0000\n" -"Last-Translator: Wangdapeng \n" +"PO-Revision-Date: 2025-05-14 13:17+0000\n" +"Last-Translator: Dapeng Wang \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_Hans\n" @@ -81,18 +82,18 @@ msgstr "**Windows**:" #: ../../en/loading_data.rst:53 msgid "Builds of ogr2ogr can be downloaded from `GIS Internals `_." msgstr "" -"可以从`GIS Internals `_下载ogr2ogr的构建版本。" +"可以从 `GIS Internals `_ " +"下载ogr2ogr的构建版本。" #: ../../en/loading_data.rst:54 msgid "ogr2ogr is included as part of `QGIS Install `_ and accessible via OSGeo4W Shell -" msgstr "" -"ogr2ogr包含在`QGIS安装包 `_中,并可以通过OSGeo4W Shell访问 -" +"ogr2ogr包含在 `QGIS安装包 `" +"_ 中,并可以通过OSGeo4W Shell访问 -" #: ../../en/loading_data.rst:55 msgid "Builds of ogr2ogr can be downloaded from `MS4W `_." -msgstr "ogr2ogr的构建版本可以从`MS4W `_下载。" +msgstr "ogr2ogr的构建版本可以从 `MS4W `_ 下载。" #: ../../en/loading_data.rst:59 msgid "**MacOS**:" @@ -101,15 +102,15 @@ msgstr "**MacOS**:" #: ../../en/loading_data.rst:58 msgid "If you installed `Postgres.app `_, then you will find :file:`ogr2ogr` in the :file:`/Applications/Postgres.app/Contents/Versions/*/bin` directory." msgstr "" -"如果您安装了`Postgres.app `_,那么您会在 :file:`/" +"如果您安装了 `Postgres.app `_ ,那么您会在 :file:`/" "Applications/Postgres.app/Contents/Versions/*/bin` 目录中找到 " ":file:`ogr2ogr`。" #: ../../en/loading_data.rst:59 msgid "Finally, if you have installed `HomeBrew `_ you can install the **gdal** package to get access to :file:`ogr2ogr`" msgstr "" -"若已安装 `HomeBrew `_,可通过安装**gdal** 软件包获取 " -":file:`ogr2ogr`工具" +"若已安装 `HomeBrew `_ ,可通过安装 **gdal** 软件包获取 " +":file:`ogr2ogr` 工具" #: ../../en/loading_data.rst:62 msgid "**Linux**:" @@ -165,9 +166,9 @@ msgstr "" #: ../../en/loading_data.rst:116 msgid "The **lco** option stands for \"layer create option\". Different drivers have different create options, and we are using three options for the `PostgreSQL driver `_ here." msgstr "" -"**lco**选项代表“图层创建选项”。不同的驱动程序具有不同的创建选项,我们在这里使" -"用了`PostgreSQL驱动程序 `_的三个选项。" +"**lco** 选项代表“图层创建选项”。不同的驱动程序具有不同的创建选项," +"我们在这里使用了 `PostgreSQL驱动程序 `_ 的三个选项。" #: ../../en/loading_data.rst:118 msgid "**GEOMETRY_NAME** sets the column name for the geometry column. We prefer \"geom\" over the default, so that our tables match the standard column names in the workshop." @@ -386,7 +387,7 @@ msgstr "" "QGIS带有一个名为 `DbManager `_ 的工具,它允许您连" "接到各种不同类型的数据库,包括启用了PostGIS的数据库。配置了PostGIS数据库连接" -"后,转到 :command:`Database->DbManager`,展开到您的数据库,如下所示:" +"后,转到 :command:`Database->DbManager` ,展开到您的数据库,如下所示:" #: ../../en/loading_data.rst:288 msgid "From there you can use the :command:`Import Layer/File` menu option to load numerous different spatial formats. In addition to being able to load data from many spatial formats and export data to many formats, you can also add ad-hoc queries to the canvas or define views in your database, using the highlighted wrench icon."