# HG changeset patch # User Paul Issott # Date 1402075885 -3600 # Node ID f2cd25cd91202e1de24a2a8802b72de1867e6bd6 # Parent 5ae673e4f571cd248bb58d0405c504672797a595 Add zh_CHT.po diff -r 5ae673e4f571 -r f2cd25cd9120 cross --- a/cross Mon May 12 08:24:44 2014 +0000 +++ b/cross Fri Jun 06 18:31:25 2014 +0100 @@ -500,8 +500,8 @@ cross_libtool 2>&1 | tee $logdir/libtool.log ;; libhack) # Some libxx.la files have libdir='/usr/lib' and make packages - # cross compilation fail. Some receipt may got hack to force - # use of libs in sysroot but 'cross libhack' should be prefered. + # cross compilation fail. Some receipts may have got hacked to force + # use of libs in sysroot but 'cross libhack' should be preferred. echo "Libdir: $sysroot/usr/lib" for la in $(fgrep -l libdir= $sysroot/usr/lib/*.la 2>/dev/null) do diff -r 5ae673e4f571 -r f2cd25cd9120 po/zh_CHT.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/po/zh_CHT.po Fri Jun 06 18:31:25 2014 +0100 @@ -0,0 +1,945 @@ +# Traditional Chinese translations for SliTaz Base package. +# Copyright (C) 2014 Slitaz Association +# This file is distributed under the same license as the SliTaz Cook package. +# lunglungyu , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: Cook 3.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-03-05 15:28+0200\n" +"PO-Revision-Date: 2014-06-04 03:36+0800\n" +"Last-Translator: lunglungyu \n" +"Language-Team: Traditional Chinese\n" +"Language: zh_CHT \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cook:32 +msgid "\\033[1mUsage:\\033[0m cook [package|command] [list|--option]" +msgstr "\\033[1m用法:\\033[0m cook [package|command] [list|--option]" + +#: cook:34 +msgid "\\033[1mCommands:\\033[0m" +msgstr "\\033[1m命令:\\033[0m" + +#: cook:35 +msgid "Display this short usage." +msgstr "顯示本提示" + +#: cook:36 +msgid "Setup your build environment." +msgstr "設置建構環境" + +#: cook:37 +msgid "Setup a cross environment." +msgstr "設置交叉環境" + +#: cook:38 +msgid "Test environment and cook a package." +msgstr "打包測試環境" + +#: cook:39 +msgid "List packages in the wok." +msgstr "列出wok庫內的包" + +#: cook:40 +msgid "Simple packages search function." +msgstr "包搜索" + +#: cook:41 +msgid "Create a new package with a receipt." +msgstr "根據清單創建新包" + +#: cook:42 +msgid "Cook a list of packages." +msgstr "打包清單內的包(packages)" + +#: cook:43 +msgid "Clean-up all packages files." +msgstr "清理所有包文件" + +#: cook:44 +msgid "Clean-up all packages sources." +msgstr "清理所有包源文檔" + +#: cook:45 +msgid "Create packages DB lists and flavors." +msgstr "創建包數據庫清單及設置" + +#: cook:47 +msgid "\\033[1mOptions:\\033[0m" +msgstr "\\033[1m選項:\\033[0m" + +#: cook:48 +msgid "clean the package in the wok." +msgstr "清除wok庫內的包" + +#: cook:49 +msgid "cook and install the package." +msgstr "編成及安裝包" + +#: cook:50 +msgid "get the package source tarball." +msgstr "取得包源壓縮包(tarball)" + +#: cook:51 +msgid "block a package so cook will skip it." +msgstr "封鎖及在建成時跳過包" + +#: cook:52 +msgid "unblock a blocked package." +msgstr "取消封鎖包" + +#: cook:53 +msgid "check dependencies of cooked package." +msgstr "檢查當前包的依賴" + +#: cook:54 +msgid "repack an already built package." +msgstr "重新打包" + +#: cook:55 +msgid "create a receipt interactively." +msgstr "互動地創建清單" + +#: cook:56 +msgid "clone the cooking wok from Hg repo." +msgstr "由Hg repo.克隆 cooking wok" + +#: cook:57 +msgid "clone the stable wok from Hg repo." +msgstr "由Hg repo.克隆 stable wok" + +#: cook:58 +msgid "clone the undigest wok from Hg repo." +msgstr "由Hg repo.克隆 undigest wok" + +#: cook:59 +msgid "clone the tiny SliTaz wok from Hg repo." +msgstr "由Hg repo.克隆 tiny wok" + +#: cook:60 +msgid "force reinstall of chroot packages." +msgstr "強制重新安裝chroot包" + +#: cook:61 +msgid "create up-to-date flavors files." +msgstr "創建最新的偏好文件" + +#: cook:76 +#, sh-format +msgid "Unable to find package in the wok: $pkg" +msgstr "在wok內找不到包: $pkg" + +#. L10n: QA is quality assurance +#: cook:84 +#, sh-format +msgid "QA: empty variable: ${var}=\"\"" +msgstr "QA: 空變量: ${var}=\"\"" + +#: cook:91 +#, sh-format +msgid "Creating directories structure in: $SLITAZ" +msgstr "正在創建包結構: $SLITAZ" + +#: cook:93 +#, sh-format +msgid "Creating DB files in: $CACHE" +msgstr "在以下資料夾創建數庫庫文件: $CACHE " + +#: cook:102 +msgid "QA: checking package receipt..." +msgstr "QA: 正在檢查包清單" + +#: cook:118 +#, sh-format +msgid "QA: unknown category: $value" +msgstr "QA: unknown category: $value" + +#: cook:119 +#, sh-format +msgid "Please, use one of: $valid" +msgstr "請用以下其中一項: $valid" + +#: cook:128 +#, sh-format +msgid "QA: unable to reach: $value" +msgstr "QA: 無法存取: $value" + +#: cook:184 +#, sh-format +msgid "Creating tarball: $tarball" +msgstr "創建tarball壓縮包中: $tarball" + +#: cook:207 cook:211 +#, sh-format +msgid "ERROR: wget $WGET_URL" +msgstr "錯誤: wget $WGET_URL" + +#: cook:218 +msgid "Getting source from Hg..." +msgstr "正在Hg中取得源文件" + +#: cook:219 cook:233 cook:245 cook:257 +#, sh-format +msgid "URL: $url" +msgstr "URL: $url" + +#: cook:220 +#, sh-format +msgid "Cloning to: $pwd/$pkgsrc" +msgstr "克隆到: $pwd/$pkgsrc" + +#: cook:222 +#, sh-format +msgid "Hg branch: $BRANCH" +msgstr "Hg branch: $BRANCH" + +#: cook:224 +#, sh-format +msgid "ERROR: hg clone $url --rev $BRANCH" +msgstr "錯誤: hg clone $url --rev $BRANCH" + +#: cook:226 +#, sh-format +msgid "ERROR: hg clone $url" +msgstr "錯誤: hg clone $url" + +#: cook:232 +msgid "Getting source from Git..." +msgstr "正在由git取得源文件" + +#: cook:234 +#, sh-format +msgid "ERROR: git clone $url" +msgstr "錯誤: git clone $url" + +#: cook:236 +#, sh-format +msgid "Git branch: $BRANCH" +msgstr "Git branch: $BRANCH" + +#: cook:244 +msgid "Getting source from CVS..." +msgstr "正在由CVS取得源文件" + +#: cook:246 +#, sh-format +msgid "CVS module: $mod" +msgstr "CVS 模組: $mod" + +#: cook:247 +#, sh-format +msgid "Cloning to: $pwd/$mod" +msgstr "克隆到: $pwd/$mod" + +#: cook:256 +msgid "Getting source from SVN..." +msgstr "正在由SVN取得源文件" + +#: cook:266 +msgid "Getting source from bazaar..." +msgstr "正在由bazaar取得源文件" + +#: cook:276 +msgid "Don't forget to add to receipt:" +msgstr "記得要加到清單" + +#: cook:283 +#, sh-format +msgid "ERROR: Unable to handle: $WGET_URL" +msgstr "錯誤: 無法處理: $WGET_URL" + +#: cook:295 +#, sh-format +msgid "Getting source from mirror: $url" +msgstr "正在由鏡像取得源文件: $url" + +#: cook:296 +#, sh-format +msgid "ERROR: wget $url" +msgstr "錯誤: wget $url" + +#: cook:298 +#, sh-format +msgid "Extracting: $TARBALL" +msgstr "正在解壓: $TARBALL" + +#. L10n: specify your format of date and time (to help: man date) +#. L10n: not bad one is '+%x %R' +#: cook:322 cook:349 cook:1277 cook:1384 +msgid "+%Y-%m-%d %H:%M" +msgstr "+%Y-%m-%d %H:%M" + +#. L10n: 'm' is for minutes (approximate cooking time) +#: cook:326 +#, sh-format +msgid "~ ${div}m" +msgstr "~ ${div}m" + +#: cook:327 +#, sh-format +msgid "Summary for: $PACKAGE $VERSION" +msgstr "包摘要: $PACKAGE $VERSION" + +#. L10n: keep the same width of translations to get a consistent view +#: cook:330 +#, sh-format +msgid "Source dir : $srcdir" +msgstr "源路徑 : $srcdir" + +#: cook:331 +#, sh-format +msgid "Src file : $TARBALL" +msgstr "源文件 : $TARBALL" + +#: cook:332 +#, sh-format +msgid "Src size : $srcsize" +msgstr "源大小 : $srcsize" + +#: cook:333 +#, sh-format +msgid "Produced : $prod" +msgstr "已產生 : $prod" + +#: cook:334 +#, sh-format +msgid "Packed : $fs" +msgstr "已打包 : $fs" + +#: cook:335 +#, sh-format +msgid "Compressed : $size" +msgstr "已壓縮 : $size" + +#: cook:336 +#, sh-format +msgid "Files : $files" +msgstr "文件 : $files" + +#. L10n: 's' is for seconds (cooking time) +#: cook:338 +#, sh-format +msgid "Cook time : ${sec}s $min" +msgstr "生成時間 : ${sec}s $min" + +#: cook:339 +#, sh-format +msgid "Cook date : $cookdate" +msgstr "生成日期 : $cookdate" + +#: cook:340 +#, sh-format +msgid "Host arch : $ARCH" +msgstr "主機架構 : $ARXH" + +#: cook:346 +msgid "Debug information" +msgstr "除錯資訊" + +#: cook:350 +#, sh-format +msgid "Cook date: $datenow" +msgstr "生成日期: $datenow" + +#. L10n: Please, translate all messages beginning with ERROR in a same way +#: cook:352 cook:614 cook:711 cook:742 cook:828 cook:1527 +msgid "ERROR" +msgstr "錯誤" + +#: cook:437 +msgid "Executing strip on all files..." +msgstr "正在為所有文件減肥" + +#: cook:450 +msgid "Removing Python compiled files..." +msgstr "正在刪除Python編譯出的文件" + +#: cook:458 +msgid "Removing Perl compiled files..." +msgstr "正在刪除Perl編譯出的文件" + +#: cook:472 cook:600 +msgid "Build dependencies to remove: " +msgstr "要刪除的編譯依賴" + +#: cook:473 cook:601 +msgid "Removing:" +msgstr "正在刪除:" + +#: cook:487 +#, sh-format +msgid "Cook: $PACKAGE $VERSION" +msgstr "Cook: $PACKAGE $VERSION" + +#: cook:501 +#, sh-format +msgid "$ARCH sysroot: $sysroot" +msgstr "$ARCH sysroot: $sysroot" + +#: cook:502 +#, sh-format +msgid "Adding $tools/bin to PATH" +msgstr "正將 $tools/bin 加入 PATH" + +#: cook:506 +#, sh-format +msgid "Using cross-tools: $CROSS_COMPILE" +msgstr "正使用cross-tools: $CROSS_COMPILE" + +#: cook:528 +#, sh-format +msgid "Disabling -pipe compile flag: $free RAM" +msgstr "正在禁用 -pipe 編譯標誌: $free RAM" + +#: cook:545 +msgid "Checking build dependencies..." +msgstr "正在檢查編譯依賴" + +#: cook:546 +#, sh-format +msgid "Using packages DB: ${root}$DB" +msgstr "正使用包數據庫: ${root}$DB" + +#: cook:572 +#, sh-format +msgid "Missing dep (wok/pkg): $i $vers" +msgstr "欠缺依賴 (wok/pkg): $i $vers" + +#: cook:580 +#, sh-format +msgid "ERROR: unknown dep $i" +msgstr "錯誤: 未知依賴 $i" + +#: cook:593 +msgid "Auto cook config is set: AUTO_COOK" +msgstr "自動生成已配置: AUTO_COOK" + +#: cook:597 +#, sh-format +msgid "Building dep (wok/pkg) : $i $vers" +msgstr "正在生成依賴 (wok/pkg) : $i $vers" + +#: cook:602 +#, sh-format +msgid "ERROR: can't cook dep '$i'" +msgstr "錯誤: 無法生成依賴 '$i'" + +#: cook:617 +#, sh-format +msgid "ERROR: missing dep $nb" +msgstr "錯誤: 欠缺依賴 $nb" + +#: cook:624 +#, sh-format +msgid "Installing dep (pkg/local): $i" +msgstr "正在安裝依賴 (包/本地): $i" + +#: cook:632 +#, sh-format +msgid "Installing dep (web/cache): $i" +msgstr "正在安裝依賴 (在線/緩存): $i" + +#: cook:682 +msgid "Executing: compile_rules" +msgstr "正執行: 編譯規則" + +#: cook:699 +msgid "Running testsuite" +msgstr "正運行測試" + +#: cook:708 +msgid "ERROR: cook failed" +msgstr "錯誤: 生成失敗" + +#: cook:729 +#, sh-format +msgid "Pack: $PACKAGE ${VERSION}${arch}" +msgstr "Pack: $PACKAGE ${VERSION}${arch}" + +#: cook:732 +msgid "Executing: genpkg_rules" +msgstr "正在執行: 包生成規則" + +#: cook:734 +msgid "ERROR: genpkg_rules failed" +msgstr "錯誤: 生成包規則錯誤" + +#: cook:737 +msgid "No packages rules: meta package" +msgstr "沒有包規則: 元包" + +#: cook:751 +#, sh-format +msgid "Copying $file..." +msgstr "正在拷貝 $file..." + +#: cook:757 +msgid "Creating the list of files..." +msgstr "正在創建文件清單" + +#: cook:768 +msgid "Creating md5sum of files..." +msgstr "正在創建文件md5校驗和" + +#: cook:783 +msgid "Compressing the fs..." +msgstr "正在壓縮文件系統" + +#: cook:790 +msgid "Updating receipt sizes..." +msgstr "正在更新清單大小" + +#: cook:798 +#, sh-format +msgid "Updating receipt EXTRAVERSION: $EXTRAVERSION" +msgstr "正在更新包額外版本: $EXTRAVERSION" + +#: cook:805 +msgid "Creating full cpio archive..." +msgstr "正在創建完整cpio壓縮包" + +#: cook:809 +msgid "Restoring original package tree..." +msgstr "正復原包樹" + +#: cook:817 +#, sh-format +msgid "Package: $tazpkg" +msgstr "包: $tazpkg" + +#: cook:833 +msgid "QA: checking for empty package..." +msgstr "" + +#: cook:836 +msgid "ERROR: empty package" +msgstr "錯誤: 空包" + +#: cook:844 +#, sh-format +msgid "Removing old: $old_pkg" +msgstr "正在刪除舊包: $old_pkg" + +#: cook:874 +msgid "Unable to install package, build has failed." +msgstr "無法安裝包,生成失敗" + +#: cook:883 +#, sh-format +msgid "Updating $ARCH chroot environment..." +msgstr "正在更新 $ARCH chroot 環境" + +#: cook:884 +#, sh-format +msgid "Updating chroot: $pkg (${VERSION}${EXTRAVERSION}${arch})" +msgstr "正在更新 chroot: $pkg (${VERSION}${EXTRAVERSION}${arch})" + +#: cook:905 +msgid "Setup aufs chroot..." +msgstr "正設置 aufs chroot" + +#: cook:917 +msgid "Aufs mountage failure" +msgstr "Aufs mountage 錯誤" + +#: cook:928 +msgid "Leaving aufs chroot..." +msgstr "正離開 aufs chroot..." + +#: cook:1030 +#, sh-format +msgid "List of $ARCH packages in: $WOK" +msgstr "$WOK 內的 $ARCH 包清單" + +#: cook:1046 +msgid "Packages:" +msgstr "包:" + +#: cook:1053 +#, sh-format +msgid "Search results for: $query" +msgstr "$query 的搜索結果" + +#: cook:1059 +msgid "Cook: setup environment" +msgstr "Cook: 設置環境" + +#: cook:1060 +msgid "Setting up your environment" +msgstr "設置個人環境" + +#: cook:1063 +msgid "Checking for packages to install..." +msgstr "檢查要安裝的包" + +#: cook:1069 +msgid "ERROR: cross is not installed" +msgstr "錯誤: 未安裝cross" + +#: cook:1072 +msgid "Using config file: /etc/slitaz/cross.conf" +msgstr "使用配置文件: /etc/slitaz/cross.conf" + +#: cook:1097 +msgid "Adding group: slitaz" +msgstr "正在加入組: slitaz" + +#: cook:1100 +msgid "Setting permissions for slitaz group..." +msgstr "正在設置slitaz組的權限" + +#: cook:1103 +msgid "All done, ready to cook packages :-)" +msgstr "完成,可以開始生成包 :-)" + +#: cook:1116 +#, sh-format +msgid "Cook: setup $arch cross environment" +msgstr "生成: 設置 $arch cross 環境" + +#: cook:1117 +#, sh-format +msgid "Setting up your $arch cross environment" +msgstr "正在設置你的 $arch cross 環境" + +#. L10n: keep the same width of translations to get a consistent view +#: cook:1148 +#, sh-format +msgid "Target arch : $ARCH" +msgstr "目標架構 : $ARCH" + +#: cook:1149 +#, sh-format +msgid "Configure args : $CONFIGURE_ARGS" +msgstr "設置標誌 : $CONFIGURE_ARGS" + +#: cook:1150 +#, sh-format +msgid "Build flags : $flags" +msgstr "編譯標誌 : $flags" + +#: cook:1151 +#, sh-format +msgid "Arch sysroot : $sysroot" +msgstr "Arch sysroot : $sysroot" + +#: cook:1152 +#, sh-format +msgid "Tools prefix : $tools/bin" +msgstr "工具前綴 : $tools/bin" + +#: cook:1154 +#, sh-format +msgid "Packages DB : ${root}$DB" +msgstr "包數據庫 : ${root}$DB" + +#: cook:1165 +msgid "WARNING: (e)glibc-base is not installed in sysroot" +msgstr "警告: 並無在sysroot 安裝 (e)glibc-base " + +#: cook:1169 +#, sh-format +msgid "Cross compiler : ${HOST_SYSTEM}-gcc" +msgstr "交叉編譯器 : ${HOST_SYSTEM}-gcc" + +#: cook:1171 +#, sh-format +msgid "C compiler is missing: ${HOST_SYSTEM}-gcc" +msgstr "欠缺C編譯器: ${HOST_SYSTEM}-gcc" + +#: cook:1172 +msgid "Run 'cross compile' to cook a toolchain" +msgstr "運行 'cross compile' 以生成工具串" + +#: cook:1177 +msgid "Cook test: testing the cook environment" +msgstr "生成測試: 正在測試生成環境" + +#: cook:1187 +#, sh-format +msgid "$pkg package already exists." +msgstr "$pkg 包已存在" + +#: cook:1190 +#, sh-format +msgid "Creating $WOK/$pkg" +msgstr "正在創建 $WOK/$pkg" + +#: cook:1192 +msgid "Preparing the package receipt..." +msgstr "正預備包清單" + +#: cook:1200 +msgid "Entering interactive mode..." +msgstr "正進入互動模式" + +#: cook:1202 +#, sh-format +msgid "Package : $pkg" +msgstr "包 : $pkg" + +#: cook:1203 +msgid "Version : " +msgstr "版本 : " + +#: cook:1205 +msgid "Category : " +msgstr "分類 : " + +#. L10n: Short description +#: cook:1208 +msgid "Short desc : " +msgstr "簡短描述 : " + +#: cook:1210 +msgid "Maintainer : " +msgstr "維護者 : " + +#: cook:1212 +msgid "License : " +msgstr "授權 : " + +#: cook:1214 +msgid "Web site : " +msgstr "網站 : " + +#: cook:1218 +msgid "Wget URL to download source tarball." +msgstr "Wget URL 以下載源tarball包" + +#: cook:1219 +msgid "Example : " +msgstr "例子 : " + +#: cook:1220 +msgid "Wget url : " +msgstr "Wget url : " + +#: cook:1223 +msgid "Do you need a stuff directory? (y/N) : " +msgstr "你需要一個stuff目錄嗎? (y/N) : " + +#: cook:1225 +msgid "Creating the stuff directory..." +msgstr "正在創建stuff目錄" + +#: cook:1229 +msgid "Are you going to write a description? (y/N) : " +msgstr "你想寫一個描述嗎? (y/N) : " + +#: cook:1231 +msgid "Creating the description.txt file..." +msgstr "正在創建 description.txt 文件" + +#: cook:1234 +msgid "Receipt is ready to use." +msgstr "清單已可使用" + +#: cook:1240 +msgid "No list in argument." +msgstr "參數裏沒有清單" + +#: cook:1242 +#, sh-format +msgid "No list found: $list2" +msgstr "找不到清單: $list2" + +#: cook:1243 +#, sh-format +msgid "Cook list starting: $list2" +msgstr "己在按清單生成: $list2" + +#: cook:1250 +msgid "Cleaning all packages files..." +msgstr "清除所有包文件" + +#: cook:1255 +msgid "Cleaning all packages sources..." +msgstr "清除所有包源文件" + +#: cook:1268 +msgid "Packages directory doesn't exist" +msgstr "包目錄不存在" + +#: cook:1275 +msgid "Cook pkgdb: Creating all packages lists" +msgstr "Cook pkgdb: 創建所有包清單" + +#: cook:1276 +#, sh-format +msgid "Creating lists for: $PKGS" +msgstr "正在為 $PKGS 包創建清單" + +#: cook:1278 +#, sh-format +msgid "Cook pkgdb started: $datenow" +msgstr "已開始生成 pkgdb : $datenow" + +#: cook:1281 +msgid "Creating: packages.list" +msgstr "正在創建: packages.list" + +#: cook:1283 +msgid "Creating: packages.md5" +msgstr "正在創建: packages.md5" + +#: cook:1286 +#, sh-format +msgid "Creating lists from: $WOK" +msgstr "" + +#: cook:1328 +msgid "Done: packages.desc" +msgstr "完成: packages.desc" + +#: cook:1329 +msgid "Done: packages.txt" +msgstr "完成: packages.txt" + +#: cook:1330 +msgid "Done: packages.equiv" +msgstr "完成: packages.equiv" + +#: cook:1333 +msgid "Creating: files.list.lzma" +msgstr "正在創建: files.list.lzma" + +#. L10n: 's' is for seconds (cooking time) +#: cook:1342 +#, sh-format +msgid "Packages: $nb - Time: ${time}s" +msgstr "包: $nb - Time: ${time}s" + +#: cook:1348 +#, sh-format +msgid "Missing flavors: $flavors" +msgstr "欠缺設置: $flavors" + +#: cook:1350 +#, sh-format +msgid "Creating flavors files in: $live" +msgstr "正在於 $live 創建設置文件" + +#: cook:1351 +msgid "Cook pkgdb: Creating all flavors" +msgstr "生成 pkgdb: 正創建所有設置" + +#: cook:1353 +msgid "Recharging lists to use latest packages..." +msgstr "重新載入清單以使用最新包" + +#: cook:1358 +msgid "Creating configuration file: tazlito.conf" +msgstr "正創建配置文件: tazlito.conf" + +#: cook:1368 +msgid "Starting to generate flavors..." +msgstr "開始生成設置" + +#: cook:1373 +#, sh-format +msgid "Packing flavor: $fl" +msgstr "正打包設置: $fl" + +#: cook:1381 +#, sh-format +msgid "Flavors size: $fl_size" +msgstr "設置大小: $fl_size" + +#: cook:1385 +#, sh-format +msgid "Cook pkgdb end: $datenow" +msgstr "生成 pkgdb 完成: $datenow" + +#: cook:1412 +#, sh-format +msgid "cook: HOST_ARCH is not set in $pkg receipt" +msgstr "生成: 沒有在 $pkg 清單設置 HOST_ARCH" + +#: cook:1413 +#, sh-format +msgid "cook: This package is not included in: $ARCH" +msgstr "生成: 本包並不在 $ARCH 內" + +#: cook:1414 cook:1425 +#, sh-format +msgid "bugs: $CROSS_BUGS" +msgstr "bugs: $CROSS_BUGS" + +#: cook:1415 +#, sh-format +msgid "Cook skip: $pkg is not included in: $ARCH" +msgstr "生成跳過: $pkg 並不在 $ARCH 內" + +#: cook:1423 +#, sh-format +msgid "cook: HOST_ARCH=$HOST_ARCH" +msgstr "生成: HOST_ARCH=$HOST_ARCH" + +#: cook:1424 +#, sh-format +msgid "cook: $pkg doesn't cook or is not included in: $ARCH" +msgstr "生成: $pkg 並未生成或不在 $ARCH" + +#: cook:1426 +#, sh-format +msgid "Cook skip: $pkg doesn't cook or is not included in: $ARCH" +msgstr "生成跳過: $pkg 並未生成或不在 $ARCH" + +#: cook:1432 +#, sh-format +msgid "Blocked package: $pkg" +msgstr "已封鎖包: $pkg" + +#: cook:1439 +#, sh-format +msgid "Cook started for: $pkg" +msgstr "已開始生成: $pkg" + +#: cook:1450 +#, sh-format +msgid "Cleaning: $pkg" +msgstr "正在清理: $pkg" + +#: cook:1456 +#, sh-format +msgid "Getting source for: $pkg" +msgstr "正在取得包源文件: $pkg" + +#: cook:1458 +#, sh-format +msgid "Tarball: $SRC/$TARBALL" +msgstr "Tarball: $SRC/$TARBALL" + +#: cook:1461 +#, sh-format +msgid "Blocking: $pkg" +msgstr "正在封鎖: $pkg" + +#: cook:1465 +#, sh-format +msgid "Unblocking: $pkg" +msgstr "取消封鎖: $pkg" + +#: cook:1475 cook:1479 +#, sh-format +msgid "Need to build $pkg." +msgstr "需要生成 $pkg" + +#: cook:1480 +msgid "Checking depends" +msgstr "正在檢查依賴" + +#: cook:1507 +#, sh-format +msgid "WANTED package is blocked: $wanted" +msgstr "所請求的包被封鎖: $wanted" + +#: cook:1511 +#, sh-format +msgid "WANTED package is broken: $wanted" +msgstr "所請求的包已損壞: $wanted"