Skip to content

Commit 132fdb0

Browse files
whyjzweblate
authored andcommitted
Translated using Weblate (English (United States))
Currently translated at 100.0% (28 of 28 strings) Translation: GMT Tutorials/intro install Translate-URL: https://hosted.weblate.org/projects/gmt-tutorials/intro-install/en_US/
1 parent a188776 commit 132fdb0

1 file changed

Lines changed: 31 additions & 31 deletions

File tree

SOURCE_DOCS/locale/en_US/LC_MESSAGES/intro_install.po

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ msgstr ""
55
"Project-Id-Version: GMT 教學手冊 1.2\n"
66
"Report-Msgid-Bugs-To: \n"
77
"POT-Creation-Date: 2021-02-08 21:58-0500\n"
8-
"PO-Revision-Date: 2021-01-14 09:37-0500\n"
9-
"Last-Translator: Whyjay Zheng <jhsttshj@gmail.com>\n"
8+
"PO-Revision-Date: 2021-02-17 16:50+0000\n"
9+
"Last-Translator: Whyjay Zheng <wz278@cornell.edu>\n"
10+
"Language-Team: English (United States) <https://hosted.weblate.org/projects/"
11+
"gmt-tutorials/intro-install/en_US/>\n"
1012
"Language: en_US\n"
11-
"Language-Team: English (United States)\n"
12-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=utf-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.5\n"
1618
"Generated-By: Babel 2.9.0\n"
1719

1820
#: ../../SOURCE_DOCS/intro_install.rst:3
@@ -51,14 +53,14 @@ msgid ""
5153
"有關的演算法,讓使用者可以輕鬆的藉由一個個指令,就完成精美且高解析度的地圖。輸出的圖檔支援多種格式,包括向量化的格式檔案如 EPS 或 PDF "
5254
"等,非常容易進行更多的編修。"
5355
msgstr ""
54-
"As a “generic” mapping toolbox, GMT is of course capable of making "
55-
"different types of scientific plots using its built-in commands. "
56-
"However, what really makes this package so powerful is that GMT is very "
57-
"good at processing geographical data and visualizing them in the right "
58-
"way. GMT includes a lot of GIS algorithms, and a user just needs to enter"
59-
" a few console commands for making some beautiful and high-resolution "
60-
"maps. These maps support multiple formats, including vectorized files "
61-
"such as EPS and PDF, allowing users to make further edits with ease."
56+
"As a “generic” mapping toolbox, GMT is of course capable of making different "
57+
"types of scientific plots using its built-in commands. However, what really "
58+
"makes this package so powerful is that GMT is very good at processing "
59+
"geographical data and visualizing them in the right way. GMT includes a lot "
60+
"of GIS algorithms, and a user just needs to enter a few console commands for "
61+
"making some beautiful and high-resolution maps. These maps support multiple "
62+
"formats, including vectorized files such as EPS and PDF, allowing users to "
63+
"make further edits with ease."
6264

6365
#: ../../SOURCE_DOCS/intro_install.rst:16
6466
msgid "那 `PyGMT`_ 呢?"
@@ -71,13 +73,13 @@ msgid ""
7173
"進行科學資料分析的豐富環境。目前 PyGMT 已經支援了 Numpy、Pandas 和 Xarray 專有的資料格式,並且也可透過 Jupyter"
7274
" 環境進行互動性資料繪圖。[3]_"
7375
msgstr ""
74-
"`PyGMT`_ is essentially a “Pythonized GMT package.” PyGMT rewraps the GMT"
75-
" so one can access all GMT tools as a Python module. In addition to "
76-
"attracting more potential users, the long-term of PyGMT is to build a "
77-
"Python ecosystem for scientific data analysis, together with other data "
78-
"science modules in Python. As of now, PyGMT already supports some data "
79-
"formats found in Numpy, Pandas, and Xarray, and can interactively draw "
80-
"your data using the Jupyter environment [3]_."
76+
"`PyGMT`_ is essentially a “Pythonized GMT package.” PyGMT rewraps the GMT so "
77+
"one can access all GMT tools as a Python module. In addition to attracting "
78+
"more potential users, the long-term of PyGMT is to build a Python ecosystem "
79+
"for scientific data analysis, together with other data science modules in "
80+
"Python. As of now, PyGMT already supports some data formats found in Numpy, "
81+
"Pandas, and Xarray, and can interactively draw your data using the Jupyter "
82+
"environment. [3]_"
8183

8284
#: ../../SOURCE_DOCS/intro_install.rst:19
8385
msgid ""
@@ -134,17 +136,16 @@ msgid ""
134136
"以外的指令操作資料,因此只要稍微熟稔一點操作介面的觀念,就可輕鬆上手。有關詳情可以參考「\\ :doc:`basic_concept`\\ "
135137
"」。另外,如果你使用過或正在使用 Python 程式語言,那麼可以嘗試看看模組化的 PyGMT,加速學習的效率。"
136138
msgstr ""
137-
"The only issue to get a swing of GMT is, however, that you need to write "
138-
"a script consisting of some code (GMT commands) to get GMT to work. For "
139-
"those who never used a terminal console, a steep learning curve would be "
140-
"expected. Fortunately, the GMT built-in commands are not that hard "
141-
"compared to many other standard console commands, and in most cases we do"
142-
" not need the non-GMT commands for manipulating data. That means as long "
143-
"as we have learned the basics of the command-line interface, we would be "
144-
"ready to master the art of GMT. Please go to :doc:`basic_concept` for "
145-
"more details. Besides, if you have used or are using Python programming "
146-
"language, you can just start with PyGMT for speeding up your learning "
147-
"efficiency."
139+
"The only issue to get a swing of GMT is, however, that you need to write a "
140+
"script consisting of some code (GMT commands) to get GMT to work. For those "
141+
"who never used a terminal console, a steep learning curve would be expected. "
142+
"Fortunately, the GMT built-in commands are not that hard compared to many "
143+
"other standard console commands, and in most cases we do not need the non-"
144+
"GMT commands for manipulating data. That means as long as we have learned "
145+
"the basics of the command-line interface, we would be ready to master the "
146+
"art of GMT. Please go to :doc:`basic_concept` for more details. Besides, if "
147+
"you have used or are using Python programming language, you can just start "
148+
"with PyGMT for speeding up your learning efficiency."
148149

149150
#: ../../SOURCE_DOCS/intro_install.rst:36
150151
msgid "這本教學手冊"
@@ -314,4 +315,3 @@ msgstr ""
314315
#~ msgstr ""
315316
#~ "import pygmt\n"
316317
#~ "pygmt.show_versions()"
317-

0 commit comments

Comments
 (0)