src/share/classes/sun/tools/jar/resources/jar_zh_TW.properties

Print this page


   1 #
   2 # Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 error.cant.open=無法開啟: {0} 
  27 error.illegal.option=無效的選項: {0}
  28 error.bad.option=其中一個選項 -{ctxu} 必須加以指定。
  29 error.bad.cflag='c' 旗標要求指定資訊清單或輸入檔案!
  30 error.bad.uflag='u' 旗標要求指定資訊清單、'e' 旗標或輸入檔案!
  31 error.bad.eflag=無法同時指定 'e' 旗標和具有 'Main-Class' 屬性的\n資訊清單!
  32 error.nosuch.fileordir={0} : 沒有這類檔案或目錄
  33 error.write.file=寫入現有的 jar 檔案時發生錯誤
  34 error.create.dir={0} : 無法建立目錄
  35 error.incorrect.length=處理 {0} 時長度不正確
  36 out.added.manifest=已新增資訊清單
  37 out.update.manifest=已更新資訊清單
  38 out.ignore.entry=忽略項目 {0}
  39 out.adding=新增: {0}
  40 out.deflated=(壓縮 {0}%)
  41 out.stored=(儲存 0%)
  42 out.create=\ \ 建立: {0}
  43 out.extracted=擷取: {0}
  44 out.inflated=\ \\擴展: {0}
  45 out.size=\ (讀={0})(寫={1})
  46 
  47 usage=用法: jar {ctxui}[vfm0Me] [jar-file] [manifest-file] [entry-point] [-C dir] 檔案 ...\n選項:\n\ \   -c  建立新的歸檔\n\ \   -t  列出歸檔的目錄\n\ \   -x  從歸檔中擷取已命名的 (或所有) 檔案\n\ \   -u  更新現有歸檔\n\ \   -v  在標準輸出中產生詳細輸出\n\ \   -f  指定歸檔檔案名稱\n\ \   -m  包含指定資訊清單中的資訊清單資訊\n\ \   -e  為獨立應用程式指定應用程式進入點\n\ \       已隨附於可執行 jar 檔案中\n\ \   -0  僅儲存; 不使用 ZIP 壓縮方式\n\ \   -M  不為項目建立資訊清單檔案\n\ \   -i  為指定的 jar 檔案產生索引資訊\n\ \   -C  變更至指定目錄並包含後面所列的檔案\n如果有任何檔案是目錄,則會對其進行遞迴處理。\n清單檔案名稱、歸檔檔案名稱和進入點名稱\n的指定順序與指定 'm' 旗標、'f' 旗標和 'e' 旗標的順序相同。\n\n範例 1: 將兩個類別檔案歸檔至名為 classes.jar 的歸檔中: \n\ \      jar cvf classes.jar Foo.class Bar.class\n範例 2: 使用現有資訊清單檔案 'mymanifest' 並將\n\ \          foo/ 目錄中的所有檔案歸檔至 'classes.jar' 中: \n\ \      jar cvfm classes.jar mymanifest -C foo/ .\n
   1 #
   2 # Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 error.cant.open=無法開啟: {0} 
  27 error.illegal.option=無效的選項: {0}
  28 error.bad.option=其中一個選項 -{ctxu} 必須加以指定。
  29 error.bad.cflag='c' 旗標要求指定資訊清單或輸入檔案!
  30 error.bad.uflag='u' 旗標要求指定資訊清單、'e' 旗標或輸入檔案!
  31 error.bad.eflag=無法同時指定 'e' 旗標和具有 'Main-Class' 屬性的\n資訊清單!
  32 error.nosuch.fileordir={0} : 沒有這類檔案或目錄
  33 error.write.file=寫入現有的 jar 檔案時發生錯誤
  34 error.create.dir={0} : 無法建立目錄
  35 error.incorrect.length=處理 {0} 時長度不正確
  36 out.added.manifest=已新增資訊清單
  37 out.update.manifest=已更新資訊清單
  38 out.ignore.entry=忽略項目 {0}
  39 out.adding=新增: {0}
  40 out.deflated=(壓縮 {0}%)
  41 out.stored=(儲存 0%)
  42 out.create=\  建立: {0}
  43 out.extracted=擷取: {0}
  44 out.inflated=\ \\擴展: {0}
  45 out.size=\ (讀={0})(寫={1})
  46 
  47 usage=用法: jar {ctxui}[vfm0Me] [jar-file] [manifest-file] [entry-point] [-C dir] 檔案 ...\n選項:\n    -c  建立新的歸檔\n    -t  列出歸檔的目錄\n    -x  從歸檔中擷取已命名的 (或所有) 檔案\n    -u  更新現有歸檔\n    -v  在標準輸出中產生詳細輸出\n    -f  指定歸檔檔案名稱\n    -m  包含指定資訊清單中的資訊清單資訊\n    -e  為獨立應用程式指定應用程式進入點\n        已隨附於可執行 jar 檔案中\n    -0  僅儲存; 不使用 ZIP 壓縮方式\n    -M  不為項目建立資訊清單檔案\n    -i  為指定的 jar 檔案產生索引資訊\n    -C  變更至指定目錄並包含後面所列的檔案\n如果有任何檔案是目錄,則會對其進行遞迴處理。\n清單檔案名稱、歸檔檔案名稱和進入點名稱\n的指定順序與指定 'm' 旗標、'f' 旗標和 'e' 旗標的順序相同。\n\n範例 1: 將兩個類別檔案歸檔至名為 classes.jar 的歸檔中: \n       jar cvf classes.jar Foo.class Bar.class\n範例 2: 使用現有資訊清單檔案 'mymanifest' 並將\n           foo/ 目錄中的所有檔案歸檔至 'classes.jar' 中: \n       jar cvfm classes.jar mymanifest -C foo/ .\n