[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#766170: zh_CN PO update for apt



I have also made some help messages of apt* aligned,
so they are better to read.
see those patch.

thanks.
-- 
Regards,
  C.D.Luminate
--- apt.cc.bak	2014-10-21 14:18:47.000000000 +0000
+++ apt.cc	2014-10-21 14:18:31.982275514 +0000
@@ -48,17 +48,19 @@
       "\n"
       "CLI for apt.\n"
       "Basic commands: \n"
-      " list - list packages based on package names\n"
-      " search - search in package descriptions\n"
-      " show - show package details\n"
+      " list         - list packages based on package names\n"
+      " search       - search in package descriptions\n"
+      " show         - show package details\n"
       "\n"
-      " update - update list of available packages\n"
+      " update       - update list of available packages\n"
       "\n"
-      " install - install packages\n"
-      " remove  - remove packages\n"
+      " install      - install packages\n"
+      " remove       - remove packages\n"
       "\n"
-      " upgrade - upgrade the system by installing/upgrading packages\n"
-      " full-upgrade - upgrade the system by removing/installing/upgrading packages\n"
+      " upgrade      - upgrade the system by\n"
+      "                  installing/upgrading packages\n"
+      " full-upgrade - upgrade the system by\n"
+      "                  removing/installing/upgrading packages\n"
       "\n"
       " edit-sources - edit the source information file\n"
        );
--- apt-cache.cc.bak	2014-10-21 14:19:49.705148700 +0000
+++ apt-cache.cc	2014-10-21 14:20:37.096480973 +0000
@@ -1756,20 +1756,20 @@
       "\n"
       "Commands:\n"
       "   gencaches - Build both the package and source cache\n"
-      "   showpkg - Show some general information for a single package\n"
-      "   showsrc - Show source records\n"
-      "   stats - Show some basic statistics\n"
-      "   dump - Show the entire file in a terse form\n"
+      "   showpkg   - Show some general information for a single package\n"
+      "   showsrc   - Show source records\n"
+      "   stats     - Show some basic statistics\n"
+      "   dump      - Show the entire file in a terse form\n"
       "   dumpavail - Print an available file to stdout\n"
-      "   unmet - Show unmet dependencies\n"
-      "   search - Search the package list for a regex pattern\n"
-      "   show - Show a readable record for the package\n"
-      "   depends - Show raw dependency information for a package\n"
-      "   rdepends - Show reverse dependency information for a package\n"
-      "   pkgnames - List the names of all packages in the system\n"
-      "   dotty - Generate package graphs for GraphViz\n"
-      "   xvcg - Generate package graphs for xvcg\n"
-      "   policy - Show policy settings\n"
+      "   unmet     - Show unmet dependencies\n"
+      "   search    - Search the package list for a regex pattern\n"
+      "   show      - Show a readable record for the package\n"
+      "   depends   - Show raw dependency information for a package\n"
+      "   rdepends  - Show reverse dependency information for a package\n"
+      "   pkgnames  - List the names of all packages in the system\n"
+      "   dotty     - Generate package graphs for GraphViz\n"
+      "   xvcg      - Generate package graphs for xvcg\n"
+      "   policy    - Show policy settings\n"
       "\n"
       "Options:\n"
       "  -h   This help text.\n"
--- apt-get.cc.bak	2014-10-21 14:13:18.000000000 +0000
+++ apt-get.cc	2014-10-21 14:12:57.927732830 +0000
@@ -1639,21 +1639,24 @@
       "and install.\n"   
       "\n"
       "Commands:\n"
-      "   update - Retrieve new lists of packages\n"
-      "   upgrade - Perform an upgrade\n"
-      "   install - Install new packages (pkg is libc6 not libc6.deb)\n"
-      "   remove - Remove packages\n"
-      "   autoremove - Remove automatically all unused packages\n"
-      "   purge - Remove packages and config files\n"
-      "   source - Download source archives\n"
-      "   build-dep - Configure build-dependencies for source packages\n"
-      "   dist-upgrade - Distribution upgrade, see apt-get(8)\n"
+      "   update          - Retrieve new lists of packages\n"
+      "   upgrade         - Perform an upgrade\n"
+      "   install         - Install new packages\n"
+      "                     (pkg is libc6 not libc6.deb)\n"
+      "   remove          - Remove packages\n"
+      "   autoremove      - Remove automatically all unused packages\n"
+      "   purge           - Remove packages and config files\n"
+      "   source          - Download source archives\n"
+      "   build-dep       - Configure build-dependencies for source packages\n"
+      "   dist-upgrade    - Distribution upgrade, see apt-get(8)\n"
       "   dselect-upgrade - Follow dselect selections\n"
-      "   clean - Erase downloaded archive files\n"
-      "   autoclean - Erase old downloaded archive files\n"
-      "   check - Verify that there are no broken dependencies\n"
-      "   changelog - Download and display the changelog for the given package\n"
-      "   download - Download the binary package into the current directory\n"
+      "   clean           - Erase downloaded archive files\n"
+      "   autoclean       - Erase old downloaded archive files\n"
+      "   check           - Verify that there are no broken dependencies\n"
+      "   changelog       - Download and display\n"
+      "                     the changelog for the given package\n"
+      "   download        - Download the binary package\n"
+      "                     into the current directory\n"
       "\n"
       "Options:\n"
       "  -h  This help text.\n"
--- apt-mark.cc.bak	2014-10-21 14:23:29.534153589 +0000
+++ apt-mark.cc	2014-10-21 14:24:03.449711819 +0000
@@ -395,13 +395,13 @@
       "as manually or automatically installed. It can also list marks.\n"
       "\n"
       "Commands:\n"
-      "   auto - Mark the given packages as automatically installed\n"
-      "   manual - Mark the given packages as manually installed\n"
-      "   hold - Mark a package as held back\n"
-      "   unhold - Unset a package set as held back\n"
-      "   showauto - Print the list of automatically installed packages\n"
+      "   auto       - Mark the given packages as automatically installed\n"
+      "   manual     - Mark the given packages as manually installed\n"
+      "   hold       - Mark a package as held back\n"
+      "   unhold     - Unset a package set as held back\n"
+      "   showauto   - Print the list of automatically installed packages\n"
       "   showmanual - Print the list of manually installed packages\n"
-      "   showhold - Print the list of package on hold\n"
+      "   showhold   - Print the list of package on hold\n"
       "\n"
       "Options:\n"
       "  -h  This help text.\n"

Reply to: