Merge pull request #190 from fricyo/patch-1

Creat Chinese(TW) Translation
This commit is contained in:
Tibor Kaputa 2018-03-06 09:40:45 +01:00 committed by GitHub
commit 7ca39d1347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">簡易檔案管理器</string>
<string name="app_launcher_name">簡易檔案管理器</string>
<string name="press_back_again">再按一次返回以離開</string>
<string name="no_app_found">沒有安裝開啟這類型檔案的應用程式</string>
<string name="go_to_home_folder">前往主資料夾</string>
<string name="set_as_home_folder">設為主資料夾</string>
<string name="home_folder_updated">主資料夾已更新</string>
<string name="copy_path">路徑複製到剪貼簿</string>
<string name="path_copied">路徑已複製</string>
<string name="select_audio_file">請選擇一個音訊檔案</string>
<string name="search_folder">搜尋資料夾</string>
<!-- Compression -->
<string name="compress">壓縮</string>
<string name="decompress">解壓縮</string>
<string name="compress_as">壓縮為</string>
<string name="compressing">壓縮中…</string>
<string name="decompressing">解壓縮中…</string>
<string name="compression_successful">壓縮成功</string>
<string name="decompression_successful">解壓縮成功</string>
<string name="compressing_failed">壓縮失敗</string>
<string name="decompressing_failed">解壓縮失敗</string>
<!-- Favorites -->
<string name="favorites">我的最愛</string>
<string name="add_favorites">添加我的最愛</string>
<string name="add_to_favorites">加入我的最愛</string>
<string name="remove_from_favorites">移除我的最愛</string>
<string name="manage_favorites">管理我的最愛</string>
<string name="go_to_favorite">前往我的最愛</string>
<string name="favorites_activity_placeholder">你可以將經常使用的資料夾加入我的最愛,方便從任何地方開啟。</string>
<!-- File Editor -->
<string name="file_editor">檔案編輯器</string>
<!-- Settings -->
<string name="enable_root_access">啟用root權限</string>
<!-- Strings displayed only on Google Play Store. Optional, but good to have -->
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">一個用來瀏覽及編輯檔案和目錄的簡易檔案管理器。</string>
<string name="app_long_description">
也能用來瀏覽根目錄和SD卡的內容。你可以輕易地照你想要的重新命名、複製、移動、刪除及分享任何內容。
指紋權限用來鎖定隱藏的項目或是整個程式。
不包含廣告及非必要的權限,而且完全開放原始碼,並提供自訂顏色。
這程式只是一系列眾多應用程式的其中一項,你可以在這發現更多 http://www.simplemobiletools.com
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>