aboutsummaryrefslogtreecommitdiff
path: root/locale/zh_Hant/LC_MESSAGES/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'locale/zh_Hant/LC_MESSAGES/messages.po')
-rw-r--r--locale/zh_Hant/LC_MESSAGES/messages.po49
1 files changed, 47 insertions, 2 deletions
diff --git a/locale/zh_Hant/LC_MESSAGES/messages.po b/locale/zh_Hant/LC_MESSAGES/messages.po
index dce74596..a16227e0 100644
--- a/locale/zh_Hant/LC_MESSAGES/messages.po
+++ b/locale/zh_Hant/LC_MESSAGES/messages.po
@@ -8,7 +8,7 @@ msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2021-06-10 22:48+0200\n" 10"POT-Creation-Date: 2021-06-10 22:48+0200\n"
11"PO-Revision-Date: 2021-06-30 09:15+0000\n" 11"PO-Revision-Date: 2021-06-30 13:26+0000\n"
12"Last-Translator: Ting-Yi Fu <futingyi0215@gmail.com>\n" 12"Last-Translator: Ting-Yi Fu <futingyi0215@gmail.com>\n"
13"Language-Team: Chinese (Traditional) <http://weblate.taler.net/projects/" 13"Language-Team: Chinese (Traditional) <http://weblate.taler.net/projects/"
14"gnunet/website/zh_Hant/>\n" 14"gnunet/website/zh_Hant/>\n"
@@ -2057,7 +2057,7 @@ msgid "Rename to fix"
2057msgstr "重命名以修復" 2057msgstr "重命名以修復"
2058 2058
2059#: template/gnurl.html.j2:120 2059#: template/gnurl.html.j2:120
2060#, python-format 2060#, fuzzy, python-format
2061msgid "" 2061msgid ""
2062"How does forking fix it? Easy. First, we can get rid of all of the " 2062"How does forking fix it? Easy. First, we can get rid of all of the "
2063"compatibility issues --- if you use libgnurl, you state that you don&#39;t " 2063"compatibility issues --- if you use libgnurl, you state that you don&#39;t "
@@ -2074,6 +2074,12 @@ msgid ""
2074"are miniscule and can easily be applied again and again whenever libcurl " 2074"are miniscule and can easily be applied again and again whenever libcurl "
2075"makes a new release." 2075"makes a new release."
2076msgstr "" 2076msgstr ""
2077"分叉(forking )是如何解決此問題的?答案很簡單。首先,我們可以擺脫所有的兼容性問題——如果你使用libgnurl,您聲明除了HTTP/HTTPS以"
2078"外,您不需要任何東西。那些需要更多東西的應用程式應該持續使用原始的cURL。那些不需要的,則可以轉而選擇更簡單的東西。由於程式庫有了一個新名稱,我們不必擔"
2079"心一旦重建此程式庫就會損壞大量套件的問題。所以將其重命名並表示\"libgnurl = libcurl with only HTTP/HTTPS "
2080"support and GnuTLS\"修復了 99%% 的問題使讓我情緒黯淡。請注意,如果沒有fork,這幾乎\"無法\"完成"
2081",因為重命名為修復過程中很重要的一部分。現在,在標準的cURL構建系統中可能會有創意的解決方案來實現同樣的事情,但是這在gnurl "
2082"最初被啟動時被認為是太多工作了。"
2077 2083
2078#: template/gnurl.html.j2:142 2084#: template/gnurl.html.j2:142
2079msgid "Using libgnurl" 2085msgid "Using libgnurl"
@@ -2089,6 +2095,11 @@ msgid ""
2089"proposed, but so far we have kept our changes minimal and no additions to " 2095"proposed, but so far we have kept our changes minimal and no additions to "
2090"the original curl source have been written." 2096"the original curl source have been written."
2091msgstr "" 2097msgstr ""
2098"僅將cURL用於HTTP/HTTPS並且可以與GnuTLS一起使用的專案應該能夠通過將\"-lcurl\"更改為\"-"
2099"lgnurl\"來切換到libgnurl。就是這樣。不需要更改原始碼,因為libgnurl力求與cURL的HTTP/HTTPS/"
2100"GnuTLS子集錯誤對錯誤相容(bug-for-bug "
2101"compatibility)。如果有人提議,我們可能會添加與此核心子集相關的新功能,但到目前為止,我們將更改保持在最低限度,"
2102"並且沒有添加新功能到原始的curl source中。"
2092 2103
2093#: template/gnurl.html.j2:161 2104#: template/gnurl.html.j2:161
2094msgid "Gotchas" 2105msgid "Gotchas"
@@ -2106,6 +2117,10 @@ msgid ""
2106"no conflicts in filenames occur you are not expected to remove curl to make " 2117"no conflicts in filenames occur you are not expected to remove curl to make "
2107"use of gnurl and viceversa." 2118"use of gnurl and viceversa."
2108msgstr "" 2119msgstr ""
2120"libgnurl和gnurl的原意並非作為用戶curl 的替代品: <br> 這並不意味著我們對使用gnurl完成的工作沒有信心,"
2121"而是意味著我們期望curl或libcurl 的工具不會使用不同的命名二進製文件和程式庫。如果您知道自己在做什麼,您應該能夠使用gnurl作為您工具的一部分"
2122"來代替curl。但是,我們不建議這樣做,因為<em>到目前為止</em>,已經測試過的唯一用法是將其作為Taler和GNunet 構建系統的一部分。"
2123"<br> 由於檔案名稱中沒有發生衝突,您不需要刪除 curl來使用gnurl,反之亦然。"
2109 2124
2110#: template/gnurl.html.j2:188 2125#: template/gnurl.html.j2:188
2111msgid "You can get the gnurl git repository using:" 2126msgid "You can get the gnurl git repository using:"
@@ -2116,6 +2131,7 @@ msgid "The versions are checked in as (signed) git tags."
2116msgstr "這些版本以(簽字的)git標籤登記。" 2131msgstr "這些版本以(簽字的)git標籤登記。"
2117 2132
2118#: template/gnurl.html.j2:211 2133#: template/gnurl.html.j2:211
2134#, fuzzy
2119msgid "" 2135msgid ""
2120"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/" 2136"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/"
2121"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a " 2137"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
@@ -2127,12 +2143,20 @@ msgid ""
2127"\"https://nixos.org/nix/\">Nix</a>, and as www/gnurl in <a href=\"https://" 2143"\"https://nixos.org/nix/\">Nix</a>, and as www/gnurl in <a href=\"https://"
2128"pkgsrc.org\">pkgsrc</a>." 2144"pkgsrc.org\">pkgsrc</a>."
2129msgstr "" 2145msgstr ""
2146"版本發佈於<a href=\"https://ftpmirror.gnu.org/gnu/gnunet/\">ftpmirror.gnu.org/gnu/"
2147"gnunet</a>。您則可以從各種發行版和軟體套件管理系統(package managers)中取得gnurl 。一些包含 gnurl "
2148"的軟體套件管理系統包括: <a href=\"https://www.gnu.org/software/guix/\">GNU Guix</a>("
2149"available as \"gnurl\"), <a href=\"https://gentoo.org\">Gentoo</a>通過ebuild "
2150"collection協作<a href=\"https://git.gnunet.org/youbroketheinternet-overlay.git/"
2151"\">youbroketheinternet</a>, <a href=\"https://nixos.org/nix/\">Nix</a>,以及www/"
2152"gnurl中的<a href=\"https://pkgsrc.org\">pkgsrc</a>。"
2130 2153
2131#: template/gnurl.html.j2:228 2154#: template/gnurl.html.j2:228
2132msgid "Building gnurl" 2155msgid "Building gnurl"
2133msgstr "建立gnurl" 2156msgstr "建立gnurl"
2134 2157
2135#: template/gnurl.html.j2:230 2158#: template/gnurl.html.j2:230
2159#, fuzzy
2136msgid "" 2160msgid ""
2137"We suggest to closely follow release announcements, as they might indicate " 2161"We suggest to closely follow release announcements, as they might indicate "
2138"changes in how gnurl is to be build. <br> If your package manager provides a " 2162"changes in how gnurl is to be build. <br> If your package manager provides a "
@@ -2146,6 +2170,12 @@ msgid ""
2146"b> building gnurl from the tip of the default git branch, as only tags are " 2170"b> building gnurl from the tip of the default git branch, as only tags are "
2147"considered to be stable and approved builds." 2171"considered to be stable and approved builds."
2148msgstr "" 2172msgstr ""
2173"我們建議您密切關注發佈公告,因為公告內容可能會指出gnurl的構建方式發生了變化。<br> "
2174"如果您的軟體套件管理系統提供二進制構建或構建指令來從原始碼自動構建gnurl 並與您的環境相整合,我們強烈建議您使用此二進制構建。<br> "
2175"有兩種方法可以構建gnurl。第一種方法為從最新的git 標籤(git tag)構建,第二種方法則是使用分佈式 tarball(distributed "
2176"tarball)。分配器(Distributors )通常應該要從tarball構建,但我們在此會對兩種方法做描述。這兩種方法都是在考慮到NetBSD "
2177"9用戶空間的情況下編寫的,請根據需要替換適當的工具。<br>您應該<b>避免</b>從默認git分支(default git "
2178"branch)的尖端構建gnurl,因為只有標籤(tags)被認為是穩定的、已批准的構建。"
2149 2179
2150#: template/gnurl.html.j2:251 2180#: template/gnurl.html.j2:251
2151msgid "Building from the distributed tarball (prefered method)" 2181msgid "Building from the distributed tarball (prefered method)"
@@ -2288,6 +2318,9 @@ msgid ""
2288"with GNUnet over a well known tool: their browsers. This addition to the C " 2318"with GNUnet over a well known tool: their browsers. This addition to the C "
2289"API and the command line tools may attract new users and developers." 2319"API and the command line tools may attract new users and developers."
2290msgstr "" 2320msgstr ""
2321"... 什麼時候可以使用命令行工具?我們需要記得,每個人都有權保持安全和私密,但並不是每個人都對使用終端機感到自在。除了新的 Web 應用程式之外,"
2322"對GNUnet API的進一步開發的REST訪問允許新用戶通過一個眾所周知的工具與GNUnet互動: 他們的瀏覽器。C API "
2323"和命令行工具的這一新增功能可能可以吸引新用戶和開發人員。"
2291 2324
2292#: template/gsoc-2018-gnunet-webui.html.j2:54 2325#: template/gsoc-2018-gnunet-webui.html.j2:54
2293msgid "" 2326msgid ""
@@ -2319,6 +2352,7 @@ msgid ""
2319msgstr "如果發現任何錯誤或意外功能,請您嘗試並與我聯繫。;)" 2352msgstr "如果發現任何錯誤或意外功能,請您嘗試並與我聯繫。;)"
2320 2353
2321#: template/gsoc-2018-gnunet-webui.html.j2:98 2354#: template/gsoc-2018-gnunet-webui.html.j2:98
2355#, fuzzy
2322msgid "" 2356msgid ""
2323"Right now, the build process of the web application may be a little too " 2357"Right now, the build process of the web application may be a little too "
2324"complex for a casual user. We may be able to solve this by using docker.<br /" 2358"complex for a casual user. We may be able to solve this by using docker.<br /"
@@ -2328,6 +2362,9 @@ msgid ""
2328"each record type.<br /> Last but not least, additional features, design " 2362"each record type.<br /> Last but not least, additional features, design "
2329"changes, etc..." 2363"changes, etc..."
2330msgstr "" 2364msgstr ""
2365"Web應用程式目前的構建過程對於普通用戶來說可能稍嫌複雜。我們或許可以通過使用docker來解決這個問題。<br "
2366"/>此外,Web應用程式不會阻止錯誤輸入,而是以錯誤訊息的方式進行回應。添加GNUnet記錄目前僅適用於了解 GNS "
2367"記錄外觀的人。而這可以適應各種記錄類型。<br />最後,附加功能、設計更改等..."
2331 2368
2332#: template/gsoc-2018-gnunet-webui.html.j2:111 2369#: template/gsoc-2018-gnunet-webui.html.j2:111
2333msgid "Thanks for reading." 2370msgid "Thanks for reading."
@@ -2357,6 +2394,8 @@ msgid ""
2357"for 2020 below or any past project which is not yet finished (or even your " 2394"for 2020 below or any past project which is not yet finished (or even your "
2358"own idea), please contact us on the mailing list." 2395"own idea), please contact us on the mailing list."
2359msgstr "" 2396msgstr ""
2397"作為一個 GNU計畫,GNUnet 多年來持續參與Google Summer of Code (GSoC)。此頁面列出了所有目前、過去和已完成的項目。"
2398"如果您想參與並申請以下 2020年的任何計畫或任何尚未完成的過去項目(甚至您自己的計劃),請通過郵件列表與我們聯繫。"
2360 2399
2361#: template/gsoc.html.j2:34 2400#: template/gsoc.html.j2:34
2362msgid "" 2401msgid ""
@@ -2394,6 +2433,12 @@ msgid ""
2394"ol> <br/> <strong>Difficulty:</strong> Beginner <br/> <strong>Mentors:</" 2433"ol> <br/> <strong>Difficulty:</strong> Beginner <br/> <strong>Mentors:</"
2395"strong> Martin Schanzenbach" 2434"strong> Martin Schanzenbach"
2396msgstr "" 2435msgstr ""
2436"REST API目前僅支持單用戶系統(single user system)。由於在多用戶系統上,必須對每個用戶實施訪問控制,這成為了一個問題。在這個計劃"
2437"中,必須擴展REST服務以支持用戶身份驗證。這包含正確地處理用戶的上下文交換(context "
2438"switching)。<ol>。<li>實現用戶認證。</li>。<li>測試存取控制。</li>。<li>記錄對REST "
2439"API的更改。</li>。</ol>優勢技能/語言/框架:<ol>。<li>C</li>。<li>了解 Linux/Unix "
2440"上的用戶身份驗證子系統。</li>。<li>REST/HTTP 身份驗證方法</li>。</ol>。<br/>。<strong>困難程度:</"
2441"strong> 初學者<br/>。<strong>導師:</strong> Martin Schanzenbach"
2397 2442
2398#: template/gsoc.html.j2:111 2443#: template/gsoc.html.j2:111
2399msgid "" 2444msgid ""