diff options
Diffstat (limited to 'OpenKeychain/src/main/res/raw-zh-rTW')
6 files changed, 328 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/raw-zh-rTW/help_about.html b/OpenKeychain/src/main/res/raw-zh-rTW/help_about.html new file mode 100644 index 000000000..6c95c4afe --- /dev/null +++ b/OpenKeychain/src/main/res/raw-zh-rTW/help_about.html @@ -0,0 +1,57 @@ +<html> +<head></head> +<body> +<p><a href="http://www.openkeychain.org">http://www.openkeychain.org</a></p> +<p><a href="http://www.openkeychain.org">OpenKeychain</a>是一個Android的OpenPGP應用。</p> +<p>授權: GPLv3+</p> + +<h2>銘謝</h2> +<ul> +<li>Dominik Schürmann (Maintainer)</li> +<li>Art O Cathain</li> +<li>Ash Hughes</li> +<li>Brian C. Barnes</li> +<li>Bahtiar 'kalkin' Gadimov</li> +<li>Daniel Albert</li> +<li>Daniel Hammann</li> +<li>Daniel Haß</li> +<li>Greg Witczak</li> +<li>'mar-v-in'</li> +<li>Markus Doits</li> +<li>Miroojin Bakshi</li> +<li>Nikhil Peter Raj</li> +<li>Paul Sarbinowski</li> +<li>'Senecaso'</li> +<li>Signe Rüsch</li> +<li>Sreeram Boyapati</li> +<li>Thialfihar (APG 1.x)</li> +<li>Tim Bray</li> +<li>Vincent Breitmoser</li> +</ul> +<h2>函式庫</h2> +<ul> +<li> +<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v4</a> (Apache License v2)</li> +<li> +<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v7 'appcompat'</a> (Apache License v2)</li> +<li> +<a href="https://github.com/timbray/KeybaseLib">KeybaseLib</a> (Apache License v2)</li> +<li> +<a href="https://github.com/JohnPersano/SuperToasts">SuperToasts</a> (Apache License v2)</li> +<li> +<a href="https://github.com/splitwise/TokenAutoComplete">TokenAutoComplete</a> (Apache License v2)</li> +<li> +<a href="https://github.com/rtreffer/minidns">MiniDNS</a> (Apache License v2)</li> +<li> +<a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Apache License v2)</li> +<li> +<a href="http://code.google.com/p/zxing/">ZXing</a> (Apache License v2)</li> +<li> +<a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (MIT X11 License)</li> +<li> +<a href="https://github.com/dschuermann/html-textview">HtmlTextView</a> (Apache License v2)</li> +<li> +<a href="https://github.com/SafeSlingerProject/exchange-android">SafeSlinger Exchange library</a> (MIT License)</li> +</ul> +</body> +</html> diff --git a/OpenKeychain/src/main/res/raw-zh-rTW/help_changelog.html b/OpenKeychain/src/main/res/raw-zh-rTW/help_changelog.html new file mode 100644 index 000000000..278052da3 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-zh-rTW/help_changelog.html @@ -0,0 +1,212 @@ +<html> +<head></head> +<body> + +<h2>3.0.1</h2> +<ul> +<li>Better handling of large key imports</li> +<li>Improved subkey selection</li> +</ul> +<h2>3.0</h2> +<ul> +<li>Full support for Yubikey signature generation and decryption!</li> +<li>Propose installable compatible apps in apps list</li> +<li>New design for decryption screens</li> +<li>Many fixes for key import, also fixes stripped keys</li> +<li>Honor and display key authenticate flags</li> +<li>User interface to generate custom keys</li> +<li>Fixing user id revocation certificates</li> +<li>New cloud search (searches over traditional keyservers and keybase.io)</li> +<li>Support for stripping keys inside OpenKeychain</li> +</ul> +<h2>2.9.2</h2> +<ul> +<li>Fix keys broken in 2.9.1</li> +<li>Yubikey decryption now working via API</li> +</ul> +<h2>2.9.1</h2> +<ul> +<li>Split encrypt screen into two</li> +<li>Fix key flags handling (now supporting Mailvelope 0.7 keys)</li> +<li>Improved passphrase handling</li> +<li>Key sharing via SafeSlinger</li> +<li>Yubikey: preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain</li> +<li>Fix usage of stripped keys</li> +<li>SHA256 as default for compatibility</li> +<li>Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API</li> +<li>OpenPGP API now handles revoked/expired keys and returns all user ids</li> +</ul> +<h2>2.9</h2> +<ul> +<li>Fixing crashes introduced in v2.8</li> +<li>Experimental ECC support</li> +<li>Experimental Yubikey support (signing-only with imported keys)</li> +</ul> +<h2>2.8</h2> +<ul> +<li>So many bugs have been fixed in this release that we focus on the main new features</li> +<li>Key edit: awesome new design, key revocation</li> +<li>Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records</li> +<li>New first time screen</li> +<li>New key creation screen: autocompletion of name and email based on your personal Android accounts</li> +<li>File encryption: awesome new design, support for encrypting multiple files</li> +<li>New icons to show status of key (by Brennan Novak)</li> +<li>Important bug fix: Importing of large key collections from a file is now possible</li> +<li>Notification showing cached passphrases</li> +<li>Keys are connected to Android's contacts</li> +</ul> +<p>This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar</p> + +<h2>2.7</h2> +<ul> +<li>Purple! (Dominik, Vincent)</li> +<li>New key view design (Dominik, Vincent)</li> +<li>New flat Android buttons (Dominik, Vincent)</li> +<li>API fixes (Dominik)</li> +<li>Keybase.io import (Tim Bray)</li> +</ul> +<h2>2.6.1</h2> +<ul> +<li>Some fixes for regression bugs</li> +</ul> +<h2>2.6</h2> +<ul> +<li>Key certifications (thanks to Vincent Breitmoser)</li> +<li>Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)</li> +<li>New design for signature verification</li> +<li>Custom key length (thanks to Greg Witczak)</li> +<li>Fix share-functionality from other apps</li> +</ul> +<h2>2.5</h2> +<ul> +<li>Fix decryption of symmetric pgp messages/files</li> +<li>Refactored key edit screen (thanks to Ash Hughes)</li> +<li>New modern design for encrypt/decrypt screens</li> +<li>OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)</li> +</ul> +<h2>2.4</h2> +<p>Thanks to all applicants of Google Summer of Code 2014 who made this release feature rich and bug free! +Besides several small patches, a notable number of patches are made by the following people (in alphabetical order): +Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.</p> +<ul> +<li>New unified key list</li> +<li>Colorized key fingerprint</li> +<li>Support for keyserver ports</li> +<li>Deactivate possibility to generate weak keys</li> +<li>Much more internal work on the API</li> +<li>Certify user ids</li> +<li>Keyserver query based on machine-readable output</li> +<li>Lock navigation drawer on tablets</li> +<li>Suggestions for emails on creation of keys</li> +<li>Search in public key lists</li> +<li>And much more improvements and fixes…</li> +</ul> +<h2>2.3.1</h2> +<ul> +<li>Hotfix for crash when upgrading from old versions</li> +</ul> +<h2>2.3</h2> +<ul> +<li>Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)</li> +<li>Fix setting expiry dates on keys (thanks to Ash Hughes)</li> +<li>More internal fixes when editing keys (thanks to Ash Hughes)</li> +<li>Querying keyservers directly from the import screen</li> +<li>Fix layout and dialog style on Android 2.2-3.0</li> +<li>Fix crash on keys with empty user ids</li> +<li>Fix crash and empty lists when coming back from signing screen</li> +<li>Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source</li> +<li>Fix upload of key from signing screen</li> +</ul> +<h2>2.2</h2> +<ul> +<li>New design with navigation drawer</li> +<li>New public key list design</li> +<li>New public key view</li> +<li>Bug fixes for importing of keys</li> +<li>Key cross-certification (thanks to Ash Hughes)</li> +<li>Handle UTF-8 passwords properly (thanks to Ash Hughes)</li> +<li>First version with new languages (thanks to the contributors on Transifex)</li> +<li>Sharing of keys via QR Codes fixed and improved</li> +<li>Package signature verification for API</li> +</ul> +<h2>2.1.1</h2> +<ul> +<li>API Updates, preparation for K-9 Mail integration</li> +</ul> +<h2>2.1</h2> +<ul> +<li>Lots of bug fixes</li> +<li>New API for developers</li> +<li>PRNG bug fix by Google</li> +</ul> +<h2>2.0</h2> +<ul> +<li>Complete redesign</li> +<li>Share public keys via QR codes, NFC beam</li> +<li>Sign keys</li> +<li>Upload keys to server</li> +<li>Fixes import issues</li> +<li>New AIDL API</li> +</ul> +<h2>1.0.8</h2> +<ul> +<li>Basic keyserver support</li> +<li>App2sd</li> +<li>More choices for passphrase cache: 1, 2, 4, 8, hours</li> +<li>Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)</li> +<li>Bugfixes</li> +<li>Optimizations</li> +</ul> +<h2>1.0.7</h2> +<ul> +<li>Fixed problem with signature verification of texts with trailing newline</li> +<li>More options for passphrase cache time to live (20, 40, 60 mins)</li> +</ul> +<h2>1.0.6</h2> +<ul> +<li>Account adding crash on Froyo fixed</li> +<li>Secure file deletion</li> +<li>Option to delete key file after import</li> +<li>Stream encryption/decryption (gallery, etc.)</li> +<li>New options (language, force v3 signatures)</li> +<li>Interface changes</li> +<li>Bugfixes</li> +</ul> +<h2>1.0.5</h2> +<ul> +<li>German and Italian translation</li> +<li>Much smaller package, due to reduced BC sources</li> +<li>New preferences GUI</li> +<li>Layout adjustment for localization</li> +<li>Signature bugfix</li> +</ul> +<h2>1.0.4</h2> +<ul> +<li>Fixed another crash caused by some SDK bug with query builder</li> +</ul> +<h2>1.0.3</h2> +<ul> +<li>Fixed crashes during encryption/signing and possibly key export</li> +</ul> +<h2>1.0.2</h2> +<ul> +<li>Filterable key lists</li> +<li>Smarter pre-selection of encryption keys</li> +<li>New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers</li> +<li>Fixes and additional features (key preselection) for K-9 Mail, new beta build available</li> +</ul> +<h2>1.0.1</h2> +<ul> +<li>GMail account listing was broken in 1.0.0, fixed again</li> +</ul> +<h2>1.0.0</h2> +<ul> +<li>K-9 Mail integration, APG supporting beta build of K-9 Mail</li> +<li>Support of more file managers (including ASTRO)</li> +<li>Slovenian translation</li> +<li>New database, much faster, less memory usage</li> +<li>Defined Intents and content provider for other apps</li> +<li>Bugfixes</li> +</ul> +</body> +</html> diff --git a/OpenKeychain/src/main/res/raw-zh-rTW/help_nfc_beam.html b/OpenKeychain/src/main/res/raw-zh-rTW/help_nfc_beam.html new file mode 100644 index 000000000..f789438a7 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-zh-rTW/help_nfc_beam.html @@ -0,0 +1,12 @@ +<html> +<head></head> +<body> +<h2>使用NFC接收和分享金鑰</h2> +<ol> +<li>找到並打開你要分享的金鑰。</li> +<li>將裝置背對背輕靠,直到感覺到震動。</li> +<li>震動後會發現畫面變成卡片狀,並且背景帶有Star Trek的特效。</li> +<li>輕觸畫面,內容將顯示在對方的畫面上。</li> +</ol> +</body> +</html> diff --git a/OpenKeychain/src/main/res/raw-zh-rTW/help_start.html b/OpenKeychain/src/main/res/raw-zh-rTW/help_start.html new file mode 100644 index 000000000..ce6e388a8 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-zh-rTW/help_start.html @@ -0,0 +1,19 @@ +<html> +<head></head> +<body> +<h2>快速上手</h2> +<p>首先你需要一支個人金鑰,通過選單來建立一支金鑰或是匯入現有私鑰。接下來,你可以下載你朋友的金鑰,或是通過QR條碼和NFC進行交換。</p> + +<p>Android 4.4以下的裝置可以下載<a href="market://details?id=org.openintents.filemanager">OI File Manager檔案總管</a>來選擇和加密檔案,要通過QR條碼分享需要先安裝<a href="market://details?id=com.google.zxing.client.android">條碼掃描器</a>。點選連結開啟Google Play商店或F-Droid進行安裝。</p> + +<h2>我在OpenKeychain發現問題!</h2> +<p>請通過<a href="https://github.com/openpgp-keychain/openpgp-keychain/issues">OpenKeychain問題追蹤</a>回報問題。</p> + +<h2>發佈</h2> +<p>如果你願意發佈原始碼協助我們開發,請參考我們Github上的<a href="https://github.com/openpgp-keychain/openpgp-keychain#contribute-code">發佈指南</a>。</p> + +<h2>翻譯</h2> +<p>請協助翻譯OpenKeychain!每個人都可以在<a href="https://www.transifex.com/projects/p/openpgp-keychain/">OpenKeychain on Transifex</a>自由參與。</p> + +</body> +</html> diff --git a/OpenKeychain/src/main/res/raw-zh-rTW/help_wot.html b/OpenKeychain/src/main/res/raw-zh-rTW/help_wot.html new file mode 100644 index 000000000..3674f22c2 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-zh-rTW/help_wot.html @@ -0,0 +1,17 @@ +<html> +<head></head> +<body> +<h2>信任網</h2> +<p>信任網描述了PGP建立與紀錄認證的部分,它提供使用者追蹤公鑰所有人並與他人分享此一資訊的機制。為了確保加密通訊的隱私,你必須確認用來加密的公鑰屬於你所期望的對象。</p> + +<h2>OpenKeychain的支援狀況</h2> +<p>目前OpenKeychain對信任網只有基本程度的支援。這是一件大工程,有任何進展將隨時發佈。</p> + +<h2>信任模式</h2> +<p>信用評價基於一個前提:所有帶有密鑰的金鑰都是可以信任的。所有可信任金鑰簽署過的公鑰,會在清單裡被標上一個綠圓點。目前並不支援指定其他公鑰的信任等級。</p> + +<h2>金鑰認證</h2> +<p>金鑰認證是支援的,而且每個身份可以個別進行認證。然而,目前並不支援指定簽署的信任等級與建立本機或其他形式的認證。</p> + +</body> +</html> diff --git a/OpenKeychain/src/main/res/raw-zh-rTW/nfc_beam_share.html b/OpenKeychain/src/main/res/raw-zh-rTW/nfc_beam_share.html new file mode 100644 index 000000000..c87976b61 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-zh-rTW/nfc_beam_share.html @@ -0,0 +1,11 @@ +<html> +<head></head> +<body> +<ol> +<li>確定在 \"設定\" \> \"更多內容…\" \> \"NFC\" 裡面已經開啟NFC和Android Beam。</li> +<li>將裝置背對背輕靠,直到感覺到震動。</li> +<li>震動後會發現畫面變成卡片狀,並且背景帶有Star Trek的特效。</li> +<li>輕觸畫面,內容將顯示在對方的畫面上。</li> +</ol> +</body> +</html> |