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