@@ -4,64 +4,63 @@ msgstr ""
44"Project-Id-Version : GMT 教學手冊 1.2\n "
55"Report-Msgid-Bugs-To : \n "
66"POT-Creation-Date : 2021-02-04 15:43-0500\n "
7- "PO-Revision-Date : 2019-11-24 04:49-0500\n "
8- "Last-Translator : Whyjay Zheng <jhsttshj@gmail.com>\n "
7+ "PO-Revision-Date : 2021-02-17 16:50+0000\n "
8+ "Last-Translator : Whyjay Zheng <wz278@cornell.edu>\n "
9+ "Language-Team : English (United States) <https://hosted.weblate.org/projects/ "
10+ "gmt-tutorials/software/en_US/>\n "
911"Language : en_US\n "
10- "Language-Team : English (United States)\n "
11- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=utf-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15+ "Plural-Forms : nplurals=2; plural=n != 1;\n "
16+ "X-Generator : Weblate 4.5\n "
1517"Generated-By : Babel 2.9.0\n "
1618
1719#: ../../SOURCE_DOCS/software.rst:3
1820msgid "推薦搭配的軟體或套件"
1921msgstr "Software and Packages"
2022
2123#: ../../SOURCE_DOCS/software.rst:5
22- #, fuzzy
2324msgid ""
2425"GMT 是負責「畫圖」的軟體,只要丟給它適當的數據和選項,它就能為我們畫出漂亮的圖片。正因為它只負責繪圖,我們時常需要搭配其他軟體處理餵給 GMT"
2526" 畫圖的資料或是編修輸出圖檔。以下就是筆者推薦搭配 GMT 一同安裝並使用的程式套件或是軟體。"
2627msgstr ""
27- "GMT is a toolbox for plotting. It is fed with proper data and draws "
28- "beautiful pictures for us in return. Because it only does the plotting "
29- "job, we usually need other tools in our workflow, such as preparing the "
30- "data for GMT or editing the output image or text files from GMT. This "
31- "page lists some packages I recommend to install when using GMT."
28+ "GMT is a toolbox for plotting. We feed it with proper data and it draws "
29+ "beautiful pictures for us in return. Because GMT only does the plotting job, "
30+ "we usually need other tools in our workflow, such as preparing the data for "
31+ "GMT or editing the output files from GMT. This page lists some packages I "
32+ "recommend installing when using GMT."
3233
3334#: ../../SOURCE_DOCS/software.rst:8
3435msgid "程式碼編輯器"
3536msgstr "Text editor"
3637
3738#: ../../SOURCE_DOCS/software.rst:9
38- #, fuzzy
3939msgid ""
4040"GMT 使用 UNIX 系統下的 Shell 指令介面的風格設計而成,也就是說它跟其他所有指令列語言一樣,可以先把所有要下的指令寫成\\ "
4141"**腳本或批次檔**,再一併執行。使用 PyGMT 的方法則與撰寫 Python 程式語言腳本相同。雖然作業軟體 (尤其是 Windows) "
4242"內附的純文字編輯器可以用來寫腳本,但筆者仍然推薦找個更好用的文字編輯器。專為程式設計打造的文字編輯器會有許多附加功能,例如語法標示模式、自動版面調整、簡易除錯等等。以下是幾個常見選擇:"
4343msgstr ""
4444"We communicate with GMT using a command-line interface, such as the UNIX "
4545"system’s Shell. That is, we can write all the commands down in a single "
46- "**script** (or batch file, whatever you call), and have it run like a "
47- "Python or bash script. Many operating systems have their built-in text "
48- "editor for writing a script, like Notepad in Windows. However, I highly "
49- "recommend finding a better text editor crafted for programming. These "
50- "fancy editors come along with many handy features like syntax "
51- "highlighting, auto-indentation, basic debugging, etc. The followings are "
52- "some popular choices:"
46+ "**script** (or batch file, whatever you call) and have it run like a Python "
47+ "or bash script. For PyGMT, the way to use it is really similar to writing a "
48+ "Python script. Many operating systems have their built- in text editor for "
49+ "writing a script, like Notepad in Windows. However, I highly recommend "
50+ "finding a better text editor crafted for programming. These fancy editors "
51+ "come along with many handy features like syntax highlighting, auto- "
52+ "indentation, basic debugging, etc. The followings are some popular choices:"
5353
5454#: ../../SOURCE_DOCS/software.rst:12
5555msgid "`Gedit <https://wiki.gnome.org/Apps/Gedit>`_"
5656msgstr "`Gedit <https://wiki.gnome.org/Apps/Gedit>`_"
5757
5858#: ../../SOURCE_DOCS/software.rst:14
59- #, fuzzy
6059msgid "本來是為 GNOME 桌面環境 (如 Ubuntu) 製作的輕量級文字編輯器,特點為簡單、易用,並支援語法標示模式,目前更可安裝於所有的作業系統。"
6160msgstr ""
62- "Initially designed on GNOME’s desktop (like Ubuntu) as a light-weighted "
63- "text editor. It’s simple, easy to use, and has syntax highlighting. It "
64- "has even released on all PC platforms."
61+ "Initially designed on GNOME’s desktop (like Ubuntu) as a light-weighted text "
62+ "editor. It’s simple, easy to use, and has syntax highlighting. It has even "
63+ "released on all PC platforms."
6564
6665#: ../../SOURCE_DOCS/software.rst:17
6766msgid "`Sublime Text <http://www.sublimetext.com>`_"
@@ -94,13 +93,12 @@ msgstr ""
9493#: ../../SOURCE_DOCS/software.rst:26
9594msgid "其他還有 Vim、Nano、Kate、Crimson Editor 等等,族繁不及備載,歡迎大家比較後,挑一個自己覺得比較順手的就行了。"
9695msgstr ""
97- "Besides, there are still other good editors like Vim, Nano, Kate, Crimson"
98- " Editor. Feel free to pick whichever you feel the best! "
96+ "Besides, there are still other good editors like Vim, Nano, Kate, Crimson "
97+ "Editor. Feel free to pick whichever you feel the best. "
9998
10099#: ../../SOURCE_DOCS/software.rst:29
101- #, fuzzy
102100msgid "`Jupyter <https://jupyter.org/>`_"
103- msgstr "`Inkscape <https://inkscape .org/>`_"
101+ msgstr "`Jupyter <https://jupyter .org/>`_"
104102
105103#: ../../SOURCE_DOCS/software.rst:30
106104msgid ""
@@ -113,6 +111,20 @@ msgid ""
113111"Jupyter Meets the Earth 團隊的一員,本教學中所有關於 Jupyter "
114112"的描述皆是我個人意見,並且是我利用閒暇時間所寫成,不代表開發團隊的意見。*)"
115113msgstr ""
114+ "The Jupyter project's core concept is to provide a standard for open-source "
115+ "software and develop interactive computing interfaces for users who work "
116+ "with different programming languages. Jupyter has many software products, "
117+ "and if you plan to use PyGMT, I recommend installing Jupyter Lab because it "
118+ "allows you to use your web browser as an integrated interface for developing "
119+ "your scripts. See `here <https://www.mdeditor.tw/pl/23Lf/zh-tw>`_ for more "
120+ "detailed descriptions about Jupyter Lab. The PyGMT scripts provided in the "
121+ "following chapters are written in the Jupyter Notebook format and converted "
122+ "into HTML using Voilà (another package in the Jupyter ecosystem). "
123+ "(*Disclaimer:* `I <http://www.geo.cornell.edu/eas/gstudent/wz278/>`_ *am "
124+ "currently a team member of the Jupyter Meets the Earth project. All "
125+ "descriptions about Jupyter in these tutorials are my personal opinions and "
126+ "do not represent the Jupyter dev team. I wrote these tutorials using my off-"
127+ "work time.*)"
116128
117129#: ../../SOURCE_DOCS/software.rst:33
118130msgid "`GDAL <https://gdal.org/>`_"
@@ -129,59 +141,67 @@ msgid ""
129141"可以獨立安裝在各種作業系統中,或是透過 Anaconda 等套件管理軟體進行安裝。請記得如果你想讓 GMT 可以透過 GDAL "
130142"的支援讀取更多的資料格式,就要在安裝 GMT 時一併或預先安裝 GDAL。"
131143msgstr ""
144+ "GMT natively supports some geospatial formats such as **NetCDF** and plain "
145+ "text files. Users can also install GDAL for additional support to other "
146+ "common data formats, including **GeoTIFF** and **shapefile**. GDAL is short "
147+ "for “Geospatial Data Abstraction Library.” It is open-source software and is "
148+ "constantly updating. As of now, GDAL supports at least 142 raster formats "
149+ "and 84 vector formats. GDAL comes with handy console commands which let you "
150+ "browse or edit geospatial data without pain. Besides, GDAL also serves as a "
151+ "library that can be run as a module in many programming languages such as "
152+ "Python. GDAL can be installed on any platform independently or as a part of "
153+ "the QGIS standard installation since QGIS uses it for manipulating "
154+ "geospatial data. Note that if you want GMT to read more GDAL-supported file "
155+ "formats, you have to install GDAL before installing GMT."
132156
133157#: ../../SOURCE_DOCS/software.rst:46
134158msgid "地理空間資料處理圖形介面"
135159msgstr "Graphic interface for processing geospatial data"
136160
137161#: ../../SOURCE_DOCS/software.rst:47
138- #, fuzzy
139162msgid ""
140163"GMT 的強大之處是在於它對空間資料的數學操作,以及類 Unix "
141164"的設計理念,就算是很複雜的製圖需求,都可以只透過短短幾行指令達成;但有的時候,你只是想要快速的看一下你的資料,或是對它們進行一些簡單的處理。這種情況下,安裝一個具有圖形介面的地理資訊系統"
142165" (GIS) 處理軟體或許也是不錯的選擇。"
143166msgstr ""
144- "GMT is powerful because it can manipulate geospatial data with a few "
145- "command lines, even though you have to make a complex figure. However, "
146- "there is always time you might just want to browse your data or run some "
147- "simple tasks. In this case, a graphic interface for processing geospatial"
148- " data would be your best friend."
167+ "GMT is powerful because it manipulates geospatial data with a few command "
168+ "lines, even though you have to make a complex figure. However, there is "
169+ "always time you might just want to browse your data or run some simple "
170+ "tasks. In this case, a graphic interface of GIS for analyzing geospatial "
171+ "data would be your best friend."
149172
150173#: ../../SOURCE_DOCS/software.rst:50
151174msgid "`QGIS <http://qgis.org/>`_"
152175msgstr "`QGIS <http://qgis.org/>`_"
153176
154177#: ../../SOURCE_DOCS/software.rst:52
155- #, fuzzy
156178msgid ""
157179"QGIS 是非常著名的 GIS 自由軟體,從 2009 年釋出第一版至今,已經累積了不少使用者和志願協助開發者。除了使用圖形化介面操作以外,它也以"
158180" Python 作為腳本語言,方便使用者編寫腳本增進工作效率,甚至自行設計外掛模組。QGIS 可以安裝在各種電腦作業系統,甚至還包括 "
159181"Android!"
160182msgstr ""
161- "QGIS is a popular free GIS software released in 2009. Numerous users and "
162- "volunteers have joined the community to make it better. It uses `GDAL`_ "
163- "functions and Python as the console language, which makes users "
164- "efficiently process your data in a graphic or script-based fashion. You "
165- "can also actually make your plugin to increase efficiency for different "
166- "kinds of works. QGIS supports various platforms, even including Android!"
183+ "QGIS is popular free GIS software released in 2009. Numerous users and "
184+ "volunteers have joined the community to make it better. It uses Python as "
185+ "the console language, which makes users efficiently process data in a "
186+ "graphic or script-based fashion. You can also make your plugins to increase "
187+ "working efficiency. QGIS supports various operating systems, even including "
188+ "Android!"
167189
168190#: ../../SOURCE_DOCS/software.rst:55
169191msgid "`ArcGIS <https://www.arcgis.com/>`_"
170192msgstr "`ArcGIS <https://www.arcgis.com/>`_"
171193
172194#: ../../SOURCE_DOCS/software.rst:57
173- #, fuzzy
174195msgid ""
175196"ArcGIS 是一個老牌的 GIS 商業軟體,由 Esri 這間公司一手打造。ArcGIS 其實是一群軟體的統稱:Esri "
176197"依照使用者不同的需求,把自家產品往許多方向微調,讓我們可以依照不同的目的選擇最適當的軟體來操作。同樣的,Python 也是 ArcGIS "
177198"主流支援的腳本語言,可惜的是目前 ArcGIS 只能安裝在 Windows 中。"
178199msgstr ""
179- "ArcGIS is a well-know business GIS software, designed by Esri in 1999. "
180- "The coolest feature of ArcGIS is that the name refers to a bunch of "
181- "packages -- Esri has fine-tuned the product based on various needs, so we"
182- " can choose the best package to work for different goals. Python is also "
183- "the language used to make scripts in ArcGIS. Unfortunately, ArcGIS has "
184- "only released on Windows."
200+ "ArcGIS is a well-known business GIS software designed by Esri. This name "
201+ "ArcGIS actually refers to a bunch of packages as Esri fine-tunes their "
202+ "products based on various needs, and we can choose the best package to work "
203+ "for different goals. Python is also the scripting language supported by "
204+ "ArcGIS. Unfortunately, ArcGIS is only available on Windows."
185205
186206#: ../../SOURCE_DOCS/software.rst:62
187207msgid "`Google 地球 <http://www.google.com/intl/zh-TW/earth/>`_"
@@ -201,33 +221,35 @@ msgstr ""
201221"standard and professional versions are provided."
202222
203223#: ../../SOURCE_DOCS/software.rst:68
204- #, fuzzy
205224msgid "圖檔處理與編修軟體"
206- msgstr "Vector-format image editor "
225+ msgstr "Image processing and editing software "
207226
208227#: ../../SOURCE_DOCS/software.rst:69
209228msgid ""
210229"從 GMT 6 開始,使用者可以自行選擇出圖的格式,例如向量格式的 PDF 或影像格式的 PNG。難免有些時候,你會覺得 GMT "
211230"的出圖還需要一點點額外的編修。除了重新跑一次 GMT 的所有指令外,你也可以使用以下幾種比較流行的的影像編輯軟體來幫你處理:"
212231msgstr ""
232+ "For GMT 6, users can select the output map format, for example, vector-"
233+ "format PDF or image-format PNG. Nevertheless, to tweak the map just a little "
234+ "(e.g., adjusting resolution and image size), it is still easier to use an "
235+ "image processor as it saves your time from rerunning the GMT script. Here I "
236+ "introduce some popular tools to help expedite your task:"
213237
214238#: ../../SOURCE_DOCS/software.rst:73
215239msgid "`ImageMagick <http://www.imagemagick.org/>`_"
216240msgstr "`ImageMagick <http://www.imagemagick.org/>`_"
217241
218242#: ../../SOURCE_DOCS/software.rst:74
219- #, fuzzy
220243msgid ""
221244"一款開源的免費圖像處理軟體,由許多不同的指令構成,每個指令都有很多選項可使用,更支援許多不同的向量或影像格式。它使用命令列操作,你可以使用 "
222245"``convert`` 這個指令,輕鬆快速的微調輸出的影像 (如調整解析度與尺寸等等操作)。ImageMagick "
223246"目前可以在多種平台上安裝,同時它也是許多 Linux 發行版預裝的軟體之一。"
224247msgstr ""
225- "An open-source and free software for image processing. It includes "
226- "numerous commands, and every single command has various options. It "
227- "supports many image formats, including PS and PDF as well. You can run "
228- "the command ``convert`` to easily adjust images. ImageMagick is available"
229- " on several platforms and is pre-installed on your Linux computer as one "
230- "of the standard OS packages."
248+ "An open-source and free package for image processing. It includes numerous "
249+ "commands; each of them has various options. It also supports many image or "
250+ "vector formats. You can run the command ``convert`` to easily adjust images. "
251+ "ImageMagick is available on several platforms and is pre-installed on Linux "
252+ "as one of the standard OS packages."
231253
232254#: ../../SOURCE_DOCS/software.rst:78
233255msgid "`Adobe Illustrator <http://www.adobe.com/tw/products/illustrator.html>`_"
@@ -254,29 +276,27 @@ msgid "`Inkscape <https://inkscape.org/>`_"
254276msgstr "`Inkscape <https://inkscape.org/>`_"
255277
256278#: ../../SOURCE_DOCS/software.rst:92
257- #, fuzzy
258279msgid "如果你想要使用自由軟體編修向量檔,或是你的作業系統是 Linux,那麼此套軟體是不錯的選擇。它也可在非 Linux 的多種平台上執行。"
259280msgstr ""
260281"If you are a fan of free software or you are using Linux, Inkscape would "
261- "suit you the best. It is free, cross-platform, and also capable of "
262- "tackling vectorized images ."
282+ "suit you the best for tackling vectorized images. It is also available on "
283+ "non-Linux platforms ."
263284
264285#: ../../SOURCE_DOCS/software.rst:99
265286msgid "PostScript 看圖軟體"
266287msgstr "PostScript viewer"
267288
268289#: ../../SOURCE_DOCS/software.rst:100
269- #, fuzzy
270290msgid ""
271291"GMT 6 的預設出圖格式是 PDF,所以正常情況下你的電腦應該有方法可以讀取它。但如果你是使用 GMT 5 "
272292"或更以前的版本,出圖格式只有一種能選,也就是 PostScript (請參閱\\ :doc:`basic_concept`)。以下列出能讀取 "
273293"PostScript 格式 (PS 檔) 的軟體。"
274294msgstr ""
275- "The default map format of GMT 6 is PDF, so normally your computer should "
276- "be able to read the output map without problems. However, if you are "
277- "using GMT 5 or an earlier version, the output format would be fixed to "
278- "PostScript (see :doc:`basic_concept` for more details). The following "
279- "list contains software that can read those PostScript (PS) files."
295+ "The default map format of GMT 6 is PDF, so normally your computer should be "
296+ "able to read the output map without problems. However, if you are using GMT "
297+ "5 or an earlier version, the output format would be fixed to PostScript (see "
298+ ":doc:`basic_concept` for more details). The following list contains software "
299+ "that can read those PostScript (PS) files."
280300
281301#: ../../SOURCE_DOCS/software.rst:103
282302msgid "`Google 文件 <https://www.google.com/intl/zh-TW/docs/about/>`_"
@@ -410,4 +430,3 @@ msgstr ""
410430#~ "that support vector formats do the "
411431#~ "job. The followings are some popular "
412432#~ "choices:"
413-
0 commit comments