aboutsummaryrefslogtreecommitdiffstats
path: root/po/zh_TW.po
diff options
context:
space:
mode:
authorSARL ENR-68 <david@david.david>2014-05-09 15:30:53 +0200
committerSARL ENR-68 <david@david.david>2014-05-09 15:30:53 +0200
commit0e1ef2d66a884d3ef1cea3716fef2ec54cb191f8 (patch)
tree20b2f491a0079648148e0da4e254a1dcbd28c69f /po/zh_TW.po
parentd4d6c7665d51a0100201049e004e4a0b29a57d23 (diff)
downloadisodumper-0e1ef2d66a884d3ef1cea3716fef2ec54cb191f8.tar
isodumper-0e1ef2d66a884d3ef1cea3716fef2ec54cb191f8.tar.gz
isodumper-0e1ef2d66a884d3ef1cea3716fef2ec54cb191f8.tar.bz2
isodumper-0e1ef2d66a884d3ef1cea3716fef2ec54cb191f8.tar.xz
isodumper-0e1ef2d66a884d3ef1cea3716fef2ec54cb191f8.zip
updated (all) po files for future 0.30 release
- added function to format the device in Fat32, ntfs or ext4. - separated backup from writing.
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r--po/zh_TW.po157
1 files changed, 113 insertions, 44 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po
index e85c742..9d6d68e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: isodumper\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-04 16:03+0200\n"
+"POT-Creation-Date: 2014-05-09 14:32+0200\n"
"PO-Revision-Date: 2014-05-08 09:08+0000\n"
"Last-Translator: You-Cheng Hsieh <yochenhsieh@gmail.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mageia/"
@@ -21,99 +21,115 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: lib/isodumper.py:138
+#: lib/isodumper.py:145
msgid "Mb"
msgstr "Mb"
-#: lib/isodumper.py:176 share/isodumper/isodumper.glade.h:22
+#: lib/isodumper.py:224
+msgid "The device was formatted successfully."
+msgstr ""
+
+#: lib/isodumper.py:228
+msgid "An error occured while creating a partition."
+msgstr ""
+
+#: lib/isodumper.py:230
+msgid "Authentication error."
+msgstr ""
+
+#: lib/isodumper.py:232
+msgid "An error occurred."
+msgstr ""
+
+#: lib/isodumper.py:255 share/isodumper/isodumper.glade.h:32
msgid "Backup in:"
msgstr "備份在:"
-#: lib/isodumper.py:177
+#: lib/isodumper.py:271
msgid "Image: "
msgstr "映像: "
-#: lib/isodumper.py:178
+#: lib/isodumper.py:272
msgid "Target Device: "
msgstr "目標裝置: "
-#: lib/isodumper.py:181
+#: lib/isodumper.py:275
msgid "The device is too small to contain the ISO file."
msgstr "這個裝置太小而放不下 ISO 檔案。"
-#: lib/isodumper.py:188
+#: lib/isodumper.py:282
msgid "The device is bigger than 32 Gbytes. Are you sure you want use it?"
msgstr "這個裝置超過 32 GB。您確定要使用它嗎?"
-#: lib/isodumper.py:221
+#: lib/isodumper.py:309
msgid "Unmounting all partitions of "
msgstr "卸載以下裝置的所有分區 "
-#: lib/isodumper.py:223
+#: lib/isodumper.py:311
msgid "Trying to unmount "
msgstr "嘗試卸載分區 "
-#: lib/isodumper.py:229
+#: lib/isodumper.py:317
msgid " was terminated by signal "
msgstr " 被信號終止 "
-#: lib/isodumper.py:229 lib/isodumper.py:235
+#: lib/isodumper.py:317 lib/isodumper.py:323
msgid "Error, umount "
msgstr "出錯,卸載分區 "
-#: lib/isodumper.py:233
+#: lib/isodumper.py:321
msgid " successfully unmounted"
msgstr " 成功卸載裝置"
-#: lib/isodumper.py:235
+#: lib/isodumper.py:323
msgid " returned "
msgstr " 已返回 "
-#: lib/isodumper.py:238
+#: lib/isodumper.py:326
msgid "Execution failed: "
msgstr "執行失敗: "
-#: lib/isodumper.py:246
+#: lib/isodumper.py:334
msgid "Could not read mtab !"
msgstr "無法讀取 mtab!"
-#: lib/isodumper.py:254 lib/isodumper.py:277
+#: lib/isodumper.py:342 lib/isodumper.py:365
msgid "Reading error."
msgstr "讀取錯誤。"
-#: lib/isodumper.py:260
+#: lib/isodumper.py:348
msgid "You have not the rights for writing on the device"
msgstr "您沒有權限寫入這個裝置"
-#: lib/isodumper.py:265 lib/isodumper.py:266
+#: lib/isodumper.py:353 lib/isodumper.py:354
msgid " to "
msgstr " 至 "
-#: lib/isodumper.py:265
+#: lib/isodumper.py:353
msgid "Writing "
msgstr "正在寫入 "
-#: lib/isodumper.py:266
+#: lib/isodumper.py:354
msgid "Executing copy from "
msgstr "正在從這個來源複製"
-#: lib/isodumper.py:282 lib/isodumper.py:295 lib/isodumper.py:304
+#: lib/isodumper.py:370 lib/isodumper.py:383 lib/isodumper.py:392
msgid "Writing error."
msgstr "寫入錯誤。"
-#: lib/isodumper.py:287
+#: lib/isodumper.py:375
msgid "Wrote: "
msgstr "已寫入: "
-#: lib/isodumper.py:299
+#: lib/isodumper.py:387
msgid " successfully written to "
msgstr " 成功寫入到 "
-#: lib/isodumper.py:299
+#: lib/isodumper.py:387
msgid "Image "
msgstr "映像 "
-#: lib/isodumper.py:300
+#: lib/isodumper.py:388
msgid "Bytes written: "
msgstr "寫入位元組:"
@@ -138,7 +154,8 @@ msgstr "一個寫入 .img 和 .iso 檔案到 USB 隨身碟的 GUI 工具"
msgid ""
"A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter."
msgstr ""
-"一個將 ISO 映像檔寫到 USB 隨身碟上的工具。它是一個 usb-imagewriter 的分支版本。"
+"一個將 ISO 映像檔寫到 USB 隨身碟上的工具。它是一個 usb-imagewriter 的分支版"
+"本。"
#: share/isodumper/isodumper.glade.h:3
msgid "Select"
@@ -177,46 +194,98 @@ msgstr ""
" 儲存一個名稱為 isodumper.log 的記錄檔。"
#: share/isodumper/isodumper.glade.h:16
-msgid "Write Image:"
-msgstr "寫入映像:"
+msgid "Formatting the device"
+msgstr ""
#: share/isodumper/isodumper.glade.h:17
-msgid "Select an image file to be written to the device"
-msgstr "選擇一個要寫入到裝置的映像檔"
+msgid "label"
+msgstr ""
#: share/isodumper/isodumper.glade.h:18
-msgid "Select Image"
-msgstr "選擇映像"
+msgid "Label for the device:"
+msgstr ""
#: share/isodumper/isodumper.glade.h:19
-msgid "to"
-msgstr "到"
+msgid "FAT 32 (Windows)"
+msgstr ""
#: share/isodumper/isodumper.glade.h:20
+msgid "The standard. The size of files are limited to 4Gb"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:21
+msgid "NTFS (Windows)"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:22
+msgid "To handle files bigger than 4Gb"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:23
+msgid "ext4 (Linux)"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:24
+msgid "Only for Linux systems"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:25
+msgid "Device to work on:"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:26
msgid "Select target device to write the image to"
msgstr "選擇要寫入映像的目標裝置"
-#: share/isodumper/isodumper.glade.h:21
+#: share/isodumper/isodumper.glade.h:27
+msgid "Write Image:"
+msgstr "寫入映像:"
+
+#: share/isodumper/isodumper.glade.h:28
+msgid "Select an image file to be written to the device"
+msgstr "選擇一個要寫入到裝置的映像檔"
+
+#: share/isodumper/isodumper.glade.h:29
+msgid "Select Image"
+msgstr "選擇映像"
+
+#: share/isodumper/isodumper.glade.h:30
+msgid "Write to device"
+msgstr "寫入到裝置"
+
+#: share/isodumper/isodumper.glade.h:31
msgid "Create a backup of the device as image to restore it later"
msgstr "建立這個裝置的映像備份以便之後還原"
-#: share/isodumper/isodumper.glade.h:24
+#: share/isodumper/isodumper.glade.h:34
msgid "(None)"
msgstr "(無)"
-#: share/isodumper/isodumper.glade.h:25
+#: share/isodumper/isodumper.glade.h:35
msgid "Select a folder in which to write the backup image"
msgstr "選擇一個目錄以供寫入備份映像"
-#: share/isodumper/isodumper.glade.h:26
+#: share/isodumper/isodumper.glade.h:36
+msgid "Backup the device"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:37
+msgid "Format the device in FAT, NTFS or ext:"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:38
+msgid "Choose the format. The device will be formatted in one partition"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:39
+msgid "Format the device"
+msgstr ""
+
+#: share/isodumper/isodumper.glade.h:40
msgid "Details"
msgstr "詳細資料"
-#: share/isodumper/isodumper.glade.h:27
-msgid "Write to device"
-msgstr "寫入到裝置"
-
-#: share/isodumper/isodumper.glade.h:28
+#: share/isodumper/isodumper.glade.h:41
msgid ""
"<b>Warning</b>\n"
" No target devices were found. \n"
@@ -230,7 +299,7 @@ msgstr ""
" 您需要插入一個 USB 隨身碟\n"
" 以便寫入映像檔。"
-#: share/isodumper/isodumper.glade.h:33
+#: share/isodumper/isodumper.glade.h:46
msgid ""
"<b>Success</b>\n"
" The image was successfully written to the\n"