mirror of https://github.com/GNOME/gimp.git
517 lines
12 KiB
Plaintext
517 lines
12 KiB
Plaintext
# traditional chinese translation for gimp-libgimp.
|
||
# Copyright (C) 2001,2003 Free Software Foundation, Inc.
|
||
# Chun-Chung Chen <cjj@u.washington.edu>, 2001.
|
||
# 林佳宏 <object@mis.mgt.ncu.edu.tw>, 2001.
|
||
# Abel Cheung <maddog@linux.org.hk>, 2001,2003.
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: gimp-libgimp 1.3.12\n"
|
||
"POT-Creation-Date: 2003-02-18 00:43+0100\n"
|
||
"PO-Revision-Date: 2003-01-29 17:59+0800\n"
|
||
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
|
||
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
|
||
#: libgimp/gimpexport.c:170 libgimp/gimpexport.c:206
|
||
#, c-format
|
||
msgid "%s can't handle layers"
|
||
msgstr "%s 無法處理圖層"
|
||
|
||
#: libgimp/gimpexport.c:171 libgimp/gimpexport.c:180 libgimp/gimpexport.c:189
|
||
msgid "Merge Visible Layers"
|
||
msgstr "合併可見圖層"
|
||
|
||
#: libgimp/gimpexport.c:179
|
||
#, c-format
|
||
msgid "%s can't handle layer offsets, size or opacity"
|
||
msgstr "%s 無法處理圖層的偏移、尺寸或透明度"
|
||
|
||
#: libgimp/gimpexport.c:188 libgimp/gimpexport.c:197
|
||
#, c-format
|
||
msgid "%s can only handle layers as animation frames"
|
||
msgstr "%s 只能以動畫影格的方式處理圖層"
|
||
|
||
#: libgimp/gimpexport.c:189 libgimp/gimpexport.c:198
|
||
msgid "Save as Animation"
|
||
msgstr "儲存為動畫"
|
||
|
||
#: libgimp/gimpexport.c:198 libgimp/gimpexport.c:207 libgimp/gimpexport.c:216
|
||
msgid "Flatten Image"
|
||
msgstr "圖像平面化"
|
||
|
||
#: libgimp/gimpexport.c:215
|
||
#, c-format
|
||
msgid "%s can't handle transparency"
|
||
msgstr "%s 無法處理透明度"
|
||
|
||
#: libgimp/gimpexport.c:224
|
||
#, c-format
|
||
msgid "%s can only handle RGB images"
|
||
msgstr "%s 只能處理 RGB 圖像"
|
||
|
||
#: libgimp/gimpexport.c:225 libgimp/gimpexport.c:253 libgimp/gimpexport.c:262
|
||
msgid "Convert to RGB"
|
||
msgstr "轉換成 RGB"
|
||
|
||
#: libgimp/gimpexport.c:233
|
||
#, c-format
|
||
msgid "%s can only handle grayscale images"
|
||
msgstr "%s 只能處理灰階圖像"
|
||
|
||
#: libgimp/gimpexport.c:234 libgimp/gimpexport.c:253 libgimp/gimpexport.c:274
|
||
msgid "Convert to Grayscale"
|
||
msgstr "轉換成灰階"
|
||
|
||
#: libgimp/gimpexport.c:242
|
||
#, c-format
|
||
msgid "%s can only handle indexed images"
|
||
msgstr "%s 只能處理索引色圖像"
|
||
|
||
#: libgimp/gimpexport.c:243 libgimp/gimpexport.c:262 libgimp/gimpexport.c:272
|
||
msgid ""
|
||
"Convert to Indexed using default settings\n"
|
||
"(Do it manually to tune the result)"
|
||
msgstr ""
|
||
"根據預設設定轉換成索引色圖像\n"
|
||
"(請自行調整結果)"
|
||
|
||
#: libgimp/gimpexport.c:252
|
||
#, c-format
|
||
msgid "%s can only handle RGB or grayscale images"
|
||
msgstr "%s 只能處理 RGB 或灰階圖像"
|
||
|
||
#: libgimp/gimpexport.c:261
|
||
#, c-format
|
||
msgid "%s can only handle RGB or indexed images"
|
||
msgstr "%s 只能處理 RGB 或索引色圖像"
|
||
|
||
#: libgimp/gimpexport.c:271
|
||
#, c-format
|
||
msgid "%s can only handle grayscale or indexed images"
|
||
msgstr "%s 只能處理灰階或索引色圖像"
|
||
|
||
#: libgimp/gimpexport.c:282
|
||
#, c-format
|
||
msgid "%s needs an alpha channel"
|
||
msgstr "%s 需要 alpha 色版"
|
||
|
||
#: libgimp/gimpexport.c:283
|
||
msgid "Add Alpha Channel"
|
||
msgstr "新增 Alpha 色版"
|
||
|
||
#.
|
||
#. * Plug-ins must have called gtk_init () before calling gimp_export ().
|
||
#. * Otherwise bad things will happen now!!
|
||
#.
|
||
#. the dialog
|
||
#: libgimp/gimpexport.c:357
|
||
msgid "Confirm Save"
|
||
msgstr "確認儲存"
|
||
|
||
#: libgimp/gimpexport.c:361
|
||
msgid "Confirm"
|
||
msgstr "確認"
|
||
|
||
#: libgimp/gimpexport.c:363
|
||
msgid "Cancel"
|
||
msgstr "取消"
|
||
|
||
#.
|
||
#. * Plug-ins must have called gtk_init () before calling gimp_export ().
|
||
#. * Otherwise bad things will happen now!!
|
||
#.
|
||
#. the dialog
|
||
#: libgimp/gimpexport.c:416
|
||
msgid "Export File"
|
||
msgstr "匯出檔案"
|
||
|
||
#: libgimp/gimpexport.c:421
|
||
msgid "Ignore"
|
||
msgstr "忽略"
|
||
|
||
#: libgimp/gimpexport.c:427
|
||
msgid "Export"
|
||
msgstr "匯出"
|
||
|
||
#: libgimp/gimpexport.c:453
|
||
msgid ""
|
||
"Your image should be exported before it can be saved for the following "
|
||
"reasons:"
|
||
msgstr "圖像在儲存前必須匯出,原因如下:"
|
||
|
||
#. the footline
|
||
#: libgimp/gimpexport.c:526
|
||
msgid "The export conversion won't modify your original image."
|
||
msgstr "匯出時的圖像轉換程序不會更改原有的圖像。"
|
||
|
||
#: libgimp/gimpexport.c:595
|
||
#, c-format
|
||
msgid ""
|
||
"You are about to save a layer mask as %s.\n"
|
||
"This will not save the visible layers."
|
||
msgstr ""
|
||
"準備將圖層遮罩儲存為 %s。\n"
|
||
"本程序不會儲存可見的圖層。"
|
||
|
||
#: libgimp/gimpexport.c:600
|
||
#, c-format
|
||
msgid ""
|
||
"You are about to save a channel (saved selection) as %s.\n"
|
||
"This will not save the visible layers."
|
||
msgstr ""
|
||
"準備將色版(已儲存的選擇區域)儲存為 %s。\n"
|
||
"本程序不會儲存可見的圖層。"
|
||
|
||
#: libgimp/gimpmenu.c:163 libgimp/gimpmenu.c:283 libgimp/gimpmenu.c:398
|
||
#: libgimp/gimpmenu.c:580
|
||
msgid "None"
|
||
msgstr "無"
|
||
|
||
#: libgimp/gimpunit.c:56
|
||
msgid "percent"
|
||
msgstr "百分比"
|
||
|
||
#: libgimpmodule/gimpmodule.c:174
|
||
#, c-format
|
||
msgid "Loading module: '%s'\n"
|
||
msgstr "載入模組:‘%s’\n"
|
||
|
||
#: libgimpmodule/gimpmodule.c:189 libgimpmodule/gimpmodule.c:206
|
||
#: libgimpmodule/gimpmodule.c:312 libgimpmodule/gimpmodule.c:339
|
||
#: libgimpmodule/gimpmodule.c:432
|
||
#, c-format
|
||
msgid ""
|
||
"Module '%s' load error:\n"
|
||
"%s"
|
||
msgstr ""
|
||
"載入模組‘%s’時出現錯誤:\n"
|
||
"%s"
|
||
|
||
#: libgimpmodule/gimpmodule.c:270
|
||
#, c-format
|
||
msgid "Skipping module: '%s'\n"
|
||
msgstr "忽略模組:‘%s’\n"
|
||
|
||
#: libgimpmodule/gimpmodule.c:406
|
||
msgid "Module error"
|
||
msgstr "模組發生錯誤"
|
||
|
||
#: libgimpmodule/gimpmodule.c:407
|
||
msgid "Loaded"
|
||
msgstr "已載入"
|
||
|
||
#: libgimpmodule/gimpmodule.c:408
|
||
msgid "Load failed"
|
||
msgstr "載入失敗"
|
||
|
||
#: libgimpmodule/gimpmodule.c:409
|
||
msgid "Not loaded"
|
||
msgstr "未載入"
|
||
|
||
#: libgimpwidgets/gimpcolorbutton.c:85
|
||
msgid "/Foreground Color"
|
||
msgstr "/前景顏色"
|
||
|
||
#: libgimpwidgets/gimpcolorbutton.c:87
|
||
msgid "/Background Color"
|
||
msgstr "/背景顏色"
|
||
|
||
#: libgimpwidgets/gimpcolorbutton.c:90
|
||
msgid "/Black"
|
||
msgstr "/黑"
|
||
|
||
#: libgimpwidgets/gimpcolorbutton.c:92
|
||
msgid "/White"
|
||
msgstr "/白"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:141
|
||
msgid "Scales"
|
||
msgstr ""
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:163 libgimpwidgets/gimpcolorselect.c:353
|
||
msgid "_H"
|
||
msgstr "_H"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:164 libgimpwidgets/gimpcolorselect.c:353
|
||
msgid "_S"
|
||
msgstr "_S"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:165 libgimpwidgets/gimpcolorselect.c:353
|
||
msgid "_V"
|
||
msgstr "_V"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:166 libgimpwidgets/gimpcolorselect.c:353
|
||
msgid "_R"
|
||
msgstr "_R"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:167 libgimpwidgets/gimpcolorselect.c:353
|
||
msgid "_G"
|
||
msgstr "_G"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:168 libgimpwidgets/gimpcolorselect.c:353
|
||
msgid "_B"
|
||
msgstr "_B"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:169
|
||
msgid "_A"
|
||
msgstr "_A"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:173 libgimpwidgets/gimpcolorselect.c:357
|
||
msgid "Hue"
|
||
msgstr "色相"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:174 libgimpwidgets/gimpcolorselect.c:358
|
||
msgid "Saturation"
|
||
msgstr "彩度"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:175 libgimpwidgets/gimpcolorselect.c:359
|
||
msgid "Value"
|
||
msgstr "明度"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:176 libgimpwidgets/gimpcolorselect.c:360
|
||
msgid "Red"
|
||
msgstr "紅"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:177 libgimpwidgets/gimpcolorselect.c:361
|
||
msgid "Green"
|
||
msgstr "綠"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:178 libgimpwidgets/gimpcolorselect.c:362
|
||
msgid "Blue"
|
||
msgstr "藍"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:179 libgimpwidgets/gimpcolorselect.c:363
|
||
msgid "Alpha"
|
||
msgstr "透明"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:253
|
||
msgid "Hexadecimal color notation as used in HTML"
|
||
msgstr "類似 HTML 所用的 16 進位色彩表示方式"
|
||
|
||
#: libgimpwidgets/gimpcolorscales.c:267
|
||
msgid "He_x Triplet:"
|
||
msgstr "16 進位數字(_X):"
|
||
|
||
#: libgimpwidgets/gimpfileselection.c:352
|
||
msgid "Select Folder"
|
||
msgstr "選取資料夾"
|
||
|
||
#: libgimpwidgets/gimpfileselection.c:366
|
||
msgid "Select File"
|
||
msgstr "選取檔案"
|
||
|
||
#: libgimpwidgets/gimpmemsizeentry.c:185
|
||
msgid "KiloBytes"
|
||
msgstr "KB"
|
||
|
||
#: libgimpwidgets/gimpmemsizeentry.c:186
|
||
msgid "MegaBytes"
|
||
msgstr "MB"
|
||
|
||
#: libgimpwidgets/gimpmemsizeentry.c:187
|
||
msgid "GigaBytes"
|
||
msgstr "GB"
|
||
|
||
#: libgimpwidgets/gimppickbutton.c:141
|
||
msgid ""
|
||
"Click the eyedropper, then click a color anywhere on your screen to select "
|
||
"that color."
|
||
msgstr "按下滴管,然後在畫面中選取任何想要的顏色。"
|
||
|
||
#: libgimpwidgets/gimpstock.c:91
|
||
msgid "Anchor"
|
||
msgstr "固定"
|
||
|
||
#: libgimpwidgets/gimpstock.c:92
|
||
msgid "_Duplicate"
|
||
msgstr "複製(_D)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:93
|
||
msgid "_Edit"
|
||
msgstr "編輯(_E)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:94
|
||
msgid "Linked"
|
||
msgstr ""
|
||
|
||
#: libgimpwidgets/gimpstock.c:95
|
||
msgid "Paste as New"
|
||
msgstr "貼上至新圖像"
|
||
|
||
#: libgimpwidgets/gimpstock.c:96
|
||
msgid "Paste Into"
|
||
msgstr ""
|
||
|
||
#: libgimpwidgets/gimpstock.c:97
|
||
msgid "_Reset"
|
||
msgstr "重設(_R)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:98
|
||
msgid "Visible"
|
||
msgstr "可見"
|
||
|
||
#: libgimpwidgets/gimpstock.c:140
|
||
msgid "_Resize"
|
||
msgstr "調整尺寸(_R)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:141 libgimpwidgets/gimpstock.c:193
|
||
msgid "_Scale"
|
||
msgstr "縮放(_S)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:149
|
||
msgid "L_etter Spacing"
|
||
msgstr "字距(_E)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:150
|
||
msgid "L_ine Spacing"
|
||
msgstr "行距(_I)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:171
|
||
msgid "Crop"
|
||
msgstr "裁剪"
|
||
|
||
#: libgimpwidgets/gimpstock.c:189
|
||
msgid "_Transform"
|
||
msgstr "變換(_T)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:192
|
||
msgid "_Rotate"
|
||
msgstr "旋轉(_R)"
|
||
|
||
#: libgimpwidgets/gimpstock.c:194
|
||
msgid "_Shear"
|
||
msgstr "推移(_S)"
|
||
|
||
#: libgimpwidgets/gimpunitmenu.c:266
|
||
msgid "More..."
|
||
msgstr "其它..."
|
||
|
||
#: libgimpwidgets/gimpunitmenu.c:526
|
||
msgid "Unit Selection"
|
||
msgstr "選擇單位"
|
||
|
||
#: libgimpwidgets/gimpunitmenu.c:571
|
||
msgid "Unit"
|
||
msgstr "單位"
|
||
|
||
#: libgimpwidgets/gimpunitmenu.c:575
|
||
msgid "Factor"
|
||
msgstr "比例"
|
||
|
||
#: libgimpwidgets/gimpwidgets.c:984
|
||
msgid ""
|
||
"Use this value for random number generator seed - this allows you to repeat "
|
||
"a given \"random\" operation"
|
||
msgstr ""
|
||
"使用本數值作為隨機數產生程序的來源數字 ─ 這樣可重複地產生同一系列的「隨機」數"
|
||
|
||
#: libgimpwidgets/gimpwidgets.c:988
|
||
msgid "_Randomize"
|
||
msgstr "隨機化(_R)"
|
||
|
||
#: libgimpwidgets/gimpwidgets.c:999
|
||
msgid "Seed random number generator with a generated random number"
|
||
msgstr "使用產生出來的隨機數作為隨機數產生程序的來源數字"
|
||
|
||
#: modules/cdisplay_colorblind.c:122
|
||
msgid "Color deficit simulation filter (Brettel-Vienot-Mollon algorithm)"
|
||
msgstr "色盲模擬濾鏡 (Brettel-Vienot-Mollon 演算法)"
|
||
|
||
#: modules/cdisplay_colorblind.c:188
|
||
msgid "Color Deficient Vision"
|
||
msgstr "模擬色盲視覺"
|
||
|
||
#: modules/cdisplay_colorblind.c:473
|
||
msgid "Color Deficiency Type:"
|
||
msgstr "色盲類型:"
|
||
|
||
#: modules/cdisplay_colorblind.c:483
|
||
msgid "None (normal vision)"
|
||
msgstr "無 (正常視力)"
|
||
|
||
#: modules/cdisplay_colorblind.c:487
|
||
msgid "Protanopia (insensitivity to red)"
|
||
msgstr "紅色盲"
|
||
|
||
#: modules/cdisplay_colorblind.c:491
|
||
msgid "Deuteranopia (insensitivity to green)"
|
||
msgstr "綠色盲"
|
||
|
||
#: modules/cdisplay_colorblind.c:495
|
||
msgid "Tritanopia (insensitivity to blue)"
|
||
msgstr "藍色盲"
|
||
|
||
#: modules/cdisplay_gamma.c:90
|
||
msgid "Gamma color display filter"
|
||
msgstr "Gamma 色彩顯示濾鏡"
|
||
|
||
#: modules/cdisplay_gamma.c:156
|
||
msgid "Gamma"
|
||
msgstr "Gamma"
|
||
|
||
#: modules/cdisplay_gamma.c:317
|
||
msgid "Gamma:"
|
||
msgstr "Gamma:"
|
||
|
||
#: modules/cdisplay_highcontrast.c:90
|
||
msgid "High Contrast color display filter"
|
||
msgstr "高對比色彩顯示濾鏡"
|
||
|
||
#: modules/cdisplay_highcontrast.c:156
|
||
msgid "Contrast"
|
||
msgstr "對比"
|
||
|
||
#: modules/cdisplay_highcontrast.c:315
|
||
msgid "Contrast Cycles:"
|
||
msgstr ""
|
||
|
||
#: modules/colorsel_triangle.c:110
|
||
msgid "Painter-style triangle color selector"
|
||
msgstr "畫家方式的三角形色彩選擇窗"
|
||
|
||
#: modules/colorsel_triangle.c:182
|
||
msgid "_Triangle"
|
||
msgstr "三角(_T)"
|
||
|
||
#: modules/colorsel_water.c:104
|
||
msgid "Watercolor style color selector"
|
||
msgstr "水彩方式色彩選擇窗"
|
||
|
||
#: modules/colorsel_water.c:176
|
||
msgid "_Watercolor"
|
||
msgstr "水彩(_W)"
|
||
|
||
#: modules/colorsel_water.c:251
|
||
msgid "Pressure"
|
||
msgstr "壓力"
|
||
|
||
#~ msgid "pixel"
|
||
#~ msgstr "像素"
|
||
|
||
#~ msgid "pixels"
|
||
#~ msgstr "像素"
|
||
|
||
#~ msgid "inches"
|
||
#~ msgstr "英吋"
|
||
|
||
#~ msgid "millimeter"
|
||
#~ msgstr "毫米"
|
||
|
||
#~ msgid "millimeters"
|
||
#~ msgstr "毫米"
|
||
|
||
#~ msgid "point"
|
||
#~ msgstr "點"
|
||
|
||
#~ msgid "points"
|
||
#~ msgstr "點"
|
||
|
||
#~ msgid "Select Directory"
|
||
#~ msgstr "選擇目錄"
|
||
|
||
#~ msgid "OK"
|
||
#~ msgstr "確定"
|