⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fileutils.pot

📁 Linux下文件工具。
💻 POT
📖 第 1 页 / 共 4 页
字号:
msgid "cannot move directory onto non-directory: %s -> %s"msgstr ""#: src/copy.c:1004#, c-formatmsgid "backing up %s would destroy source;  %s not moved"msgstr ""#: src/copy.c:1005#, c-formatmsgid "backing up %s would destroy source;  %s not copied"msgstr ""#: src/copy.c:1020 src/ln.c:273#, c-formatmsgid "cannot backup %s"msgstr ""#: src/copy.c:1056 src/ln.c:308#, c-formatmsgid " (backup: %s)"msgstr ""#: src/copy.c:1106#, c-formatmsgid "cannot copy a directory, %s, into itself, %s"msgstr ""#: src/copy.c:1113#, c-formatmsgid "will not create hard link %s to directory %s"msgstr ""#: src/copy.c:1122#, c-formatmsgid "cannot create hard link %s to %s"msgstr ""#: src/copy.c:1177#, c-formatmsgid "cannot move %s to a subdirectory of itself, %s"msgstr ""#: src/copy.c:1220#, c-formatmsgid "cannot move %s to %s"msgstr ""#: src/copy.c:1232#, c-formatmsgid "inter-device move failed: %s to %s; unable to remove target"msgstr ""#: src/copy.c:1260#, c-formatmsgid "cannot copy cyclic symbolic link %s"msgstr ""#: src/copy.c:1337#, c-formatmsgid "%s: can make relative symbolic links only in current directory"msgstr ""#: src/copy.c:1344#, c-formatmsgid "cannot create symbolic link %s to %s"msgstr ""#: src/copy.c:1355#, c-formatmsgid "cannot create link %s"msgstr ""#: src/copy.c:1380 src/mkfifo.c:133#, c-formatmsgid "cannot create fifo %s"msgstr ""#: src/copy.c:1394#, c-formatmsgid "cannot create special file %s"msgstr ""#: src/copy.c:1406 src/ls.c:2352 src/stat.c:482#, c-formatmsgid "cannot read symbolic link %s"msgstr ""#: src/copy.c:1431#, c-formatmsgid "cannot create symbolic link %s"msgstr ""#: src/copy.c:1447 src/copy.c:1510 src/cp.c:339#, c-formatmsgid "failed to preserve ownership for %s"msgstr ""#: src/copy.c:1462#, c-formatmsgid "%s has unknown file type"msgstr ""#: src/copy.c:1497#, c-formatmsgid "preserving times for %s"msgstr ""#: src/copy.c:1522#, c-formatmsgid "failed to preserve authorship for %s"msgstr ""#: src/copy.c:1540#, c-formatmsgid "setting permissions for %s"msgstr ""#: src/copy.c:1559 src/ln.c:326#, c-formatmsgid "cannot un-backup %s"msgstr ""#: src/copy.c:1563#, c-formatmsgid "%s -> %s (unbackup)\n"msgstr ""#: src/cp.c:53msgid "Torbjorn Granlund, David MacKenzie, and Jim Meyering"msgstr ""#: src/cp.c:164 src/mv.c:314#, c-formatmsgid """Usage: %s [OPTION]... SOURCE DEST\n""  or:  %s [OPTION]... SOURCE... DIRECTORY\n""  or:  %s [OPTION]... --target-directory=DIRECTORY SOURCE...\n"msgstr ""#: src/cp.c:170msgid """Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n""\n"msgstr ""#: src/cp.c:174 src/df.c:760 src/du.c:193 src/install.c:613 src/ln.c:354#: src/ls.c:3608 src/mkdir.c:66 src/mkfifo.c:60 src/mknod.c:70 src/mv.c:324#: src/shred.c:181 src/touch.c:243msgid """Mandatory arguments to long options are mandatory for short options too.\n"msgstr ""#: src/cp.c:177msgid """  -a, --archive                same as -dpR\n""      --backup[=CONTROL]       make a backup of each existing destination ""file\n""  -b                           like --backup but does not accept an ""argument\n""      --copy-contents          copy contents of special files when ""recursive\n""  -d                           same as --no-dereference --preserve=link\n"msgstr ""#: src/cp.c:184msgid """      --no-dereference         never follow symbolic links\n""  -f, --force                  if an existing destination file cannot be\n""                                 opened, remove it and try again\n""  -i, --interactive            prompt before overwrite\n""  -H                           follow command-line symbolic links\n"msgstr ""#: src/cp.c:191msgid """  -l, --link                   link files instead of copying\n""  -L, --dereference            always follow symbolic links\n""  -p                           same as --preserve=mode,ownership,timestamps\n""      --preserve[=ATTR_LIST]   preserve the specified attributes (default:\n""                                 mode,ownership,timestamps), if possible\n""                                 additional attributes: links, all\n"msgstr ""#: src/cp.c:199msgid """      --no-preserve=ATTR_LIST  don't preserve the specified attributes\n""      --parents                append source path to DIRECTORY\n""  -P                           same as `--no-dereference'\n"msgstr ""#: src/cp.c:204msgid """  -R, -r, --recursive          copy directories recursively\n""      --remove-destination     remove each existing destination file before\n""                                 attempting to open it (contrast with --""force)\n"msgstr ""#: src/cp.c:209msgid """      --reply={yes,no,query}   specify how to handle the prompt about an\n""                                 existing destination file\n""      --sparse=WHEN            control creation of sparse files\n""      --strip-trailing-slashes remove any trailing slashes from each SOURCE\n""                                 argument\n"msgstr ""#: src/cp.c:216msgid """  -s, --symbolic-link          make symbolic links instead of copying\n""  -S, --suffix=SUFFIX          override the usual backup suffix\n""      --target-directory=DIRECTORY  move all SOURCE arguments into ""DIRECTORY\n"msgstr ""#: src/cp.c:221msgid """  -u, --update                 copy only when the SOURCE file is newer\n""                                 than the destination file or when the\n""                                 destination file is missing\n""  -v, --verbose                explain what is being done\n""  -x, --one-file-system        stay on this file system\n"msgstr ""#: src/cp.c:230msgid """\n""By default, sparse SOURCE files are detected by a crude heuristic and the\n""corresponding DEST file is made sparse as well.  That is the behavior\n""selected by --sparse=auto.  Specify --sparse=always to create a sparse DEST\n""file whenever the SOURCE file contains a long enough sequence of zero ""bytes.\n""Use --sparse=never to inhibit creation of sparse files.\n""\n"msgstr ""#: src/cp.c:239msgid """The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n""The version control method may be selected via the --backup option or ""through\n""the VERSION_CONTROL environment variable.  Here are the values:\n""\n"msgstr ""#: src/cp.c:245 src/install.c:646 src/ln.c:384 src/mv.c:358msgid """  none, off       never make backups (even if --backup is given)\n""  numbered, t     make numbered backups\n""  existing, nil   numbered if numbered backups exist, simple otherwise\n""  simple, never   always make simple backups\n"msgstr ""#: src/cp.c:251msgid """\n""As a special case, cp makes a backup of SOURCE when the force and backup\n""options are given and SOURCE and DEST are the same name for an existing,\n""regular file.\n"msgstr ""#: src/cp.c:325#, c-formatmsgid "failed to preserve times for %s"msgstr ""#: src/cp.c:349#, c-formatmsgid "failed to preserve permissions for %s"msgstr ""#: src/cp.c:434#, c-formatmsgid "cannot make directory %s"msgstr ""#: src/cp.c:493msgid "missing file arguments"msgstr ""#: src/cp.c:498msgid "missing destination file"msgstr ""#: src/cp.c:523 src/ln.c:161 src/ln.c:183 src/ln.c:210 src/ln.c:297#, c-formatmsgid "accessing %s"msgstr ""#: src/cp.c:546#, c-formatmsgid "%s: specified target is not a directory"msgstr ""#: src/cp.c:554#, c-formatmsgid "copying multiple files, but last argument %s is not a directory"msgstr ""#: src/cp.c:652msgid "when preserving paths, the destination must be a directory"msgstr ""#: src/cp.c:878 src/install.c:223 src/ln.c:434 src/mv.c:408#, c-formatmsgid """warning: --version-control (-V) is obsolete;  support for it\n""will be removed in some future release.  Use --backup=%s instead."msgstr ""#: src/cp.c:971 src/ln.c:463msgid "symbolic links are not supported on this system"msgstr ""#: src/cp.c:1007msgid "cannot make both hard and symbolic links"msgstr ""#: src/cp.c:1015 src/install.c:279 src/ln.c:529 src/mv.c:486msgid "backup type"msgstr ""#: src/dircolors.c:104#, c-formatmsgid "Usage: %s [OPTION]... [FILE]\n"msgstr ""#: src/dircolors.c:105msgid """Output commands to set the LS_COLORS environment variable.\n""\n""Determine format of output:\n""  -b, --sh, --bourne-shell    output Bourne shell code to set LS_COLORS\n""  -c, --csh, --c-shell        output C shell code to set LS_COLORS\n""  -p, --print-database        output defaults\n"msgstr ""#: src/dircolors.c:115msgid """\n""If FILE is specified, read it to determine which colors to use for which\n""file types and extensions.  Otherwise, a precompiled database is used.\n""For details on the format of these files, run `dircolors --print-database'.\n"msgstr ""#: src/dircolors.c:300#, c-formatmsgid "%s:%lu: invalid line;  missing second token"msgstr ""#: src/dircolors.c:372#, c-formatmsgid "%s:%lu: unrecognized keyword %s"msgstr ""#: src/dircolors.c:373msgid "<internal>"msgstr ""#: src/dircolors.c:468msgid """the options to output dircolors' internal database and\n""to select a shell syntax are mutually exclusive"msgstr ""#: src/dircolors.c:476msgid """no FILE arguments may be used with the option to output\n""dircolors' internal database"msgstr ""#: src/dircolors.c:483 src/link.c:93 src/mknod.c:143 src/unlink.c:94msgid "too many arguments"msgstr ""#: src/dircolors.c:505msgid "no SHELL environment variable, and no shell type option given"msgstr ""#: src/dircolors.c:540 src/dd.c:1169msgid "standard input"msgstr ""#: src/dd.c:46msgid "Paul Rubin, David MacKenzie, and Stuart Kemp"msgstr ""#: src/dd.c:291#, c-formatmsgid "Usage: %s [OPTION]...\n"msgstr ""#: src/dd.c:292msgid """Copy a file, converting and formatting according to the options.\n""\n""  bs=BYTES        force ibs=BYTES and obs=BYTES\n""  cbs=BYTES       convert BYTES bytes at a time\n""  conv=KEYWORDS   convert the file as per the comma separated keyword list\n""  count=BLOCKS    copy only BLOCKS input blocks\n""  ibs=BYTES       read BYTES bytes at a time\n"msgstr ""#: src/dd.c:301msgid """  if=FILE         read from FILE instead of stdin\n""  obs=BYTES       write BYTES bytes at a time\n""  of=FILE         write to FILE instead of stdout\n""  seek=BLOCKS     skip BLOCKS obs-sized blocks at start of output\n""  skip=BLOCKS     skip BLOCKS ibs-sized blocks at start of input\n"msgstr ""#: src/dd.c:310msgid """\n""BLOCKS and BYTES may be followed by the following multiplicative suffixes:\n""xM M, c 1, w 2, b 512, kB 1000, K 1024, MB 1,000,000, M 1,048,576,\n""GB 1,000,000,000, G 1,073,741,824, and so on for T, P, E, Z, Y.\n""Each KEYWORD may be:\n""\n"msgstr ""#: src/dd.c:318msgid """  ascii     from EBCDIC to ASCII\n""  ebcdic    from ASCII to EBCDIC\n""  ibm       from ASCII to alternated EBCDIC\n""  block     pad newline-terminated records with spaces to cbs-size\n""  unblock   replace trailing spaces in cbs-size records with newline\n""  lcase     change upper case to lower case\n"msgstr ""#: src/dd.c:326msgid """  notrunc   do not truncate the output file\n""  ucase     change lower case to upper case\n""  swab      swap every pair of input bytes\n""  noerror   continue after read errors\n""  sync      pad every input block with NULs to ibs-size; when used\n""              with block or unblock, pad with spaces rather than NULs\n"msgstr ""#: src/dd.c:365#, c-formatmsgid "%s+%s records in\n"msgstr ""#: src/dd.c:368#, c-formatmsgid "%s+%s records out\n"msgstr ""#: src/dd.c:376msgid "truncated record"msgstr ""#: src/dd.c:377msgid "truncated records"msgstr ""#: src/dd.c:386#, c-formatmsgid "closing input file %s"msgstr ""#: src/dd.c:388#, c-formatmsgid "closing output file %s"msgstr ""#: src/dd.c:472#, c-formatmsgid "writing to %s"msgstr ""#: src/dd.c:504#, c-formatmsgid "invalid conversion: %s"msgstr ""#: src/dd.c:560#, c-formatmsgid "unrecognized option %s"msgstr ""#: src/dd.c:607#, c-formatmsgid "unrecognized option %s=%s"msgstr ""#: src/dd.c:613#, c-formatmsgid "invalid number %s"msgstr ""#: src/dd.c:643msgid """only one conv in {ascii,ebcdic,ibm}, {lcase,ucase}, {block,unblock}, ""{unblock,sync}"msgstr ""#: src/dd.c:778#, c-formatmsgid """warning: working around lseek kernel bug for file (%s)\n""  of mt_type=0x%0lx -- see <sys/mtio.h> for the list of types"msgstr ""#: src/dd.c:1166 src/dd.c:1184#, c-formatmsgid "opening %s"msgstr ""#: src/dd.c:1192msgid "file offset out of range"msgstr ""#: src/dd.c:1208#, c-formatmsgid "advancing past %s bytes in output file %s"msgstr ""#: src/dd.c:1217msgid "standard output"msgstr ""#: src/df.c:150msgid "Filesystem "msgstr ""#: src/df.c:153msgid "   Type"msgstr ""#: src/df.c:158#, c-formatmsgid "    Inodes   IUsed   IFree IUse%%"msgstr ""#: src/df.c:162#, c-formatmsgid "     Size   Used  Avail Use%%"msgstr ""#: src/df.c:164#, c-formatmsgid "    Size  Used Avail Use%%"msgstr ""#: src/df.c:167#, c-formatmsgid " %4d-blocks      Used Available Capacity"msgstr ""#: src/df.c:178#, c-formatmsgid " %4s-blocks      Used Available Use%%"msgstr ""#: src/df.c:181msgid " Mounted on\n"msgstr ""#: src/df.c:754 src/du.c:188 src/ls.c:3602#, c-formatmsgid "Usage: %s [OPTION]... [FILE]...\n"msgstr ""#: src/df.c:755msgid """Show information about the filesystem on which each FILE resides,\n""or all filesystems by default.\n""\n"msgstr ""#: src/df.c:763msgid """  -a, --all             include filesystems having 0 blocks\n""  -B, --block-size=SIZE use SIZE-byte blocks\n""  -h, --human-readable  print sizes in human readable format (e.g., 1K 234M ""2G)\n""  -H, --si              likewise, but use powers of 1000 not 1024\n"msgstr ""#: src/df.c:769msgid """  -i, --inodes          list inode information instead of block usage\n""  -k                    like --block-size=1K\n""  -l, --local           limit listing to local filesystems\n""      --no-sync         do not invoke sync before getting usage info ""(default)\n"msgstr ""#: src/df.c:775msgid """  -P, --portability     use the POSIX output format\n""      --sync            invoke sync before getting usage info\n""  -t, --type=TYPE       limit listing to filesystems of type TYPE\n""  -T, --print-type      print filesystem type\n""  -x, --exclude-type=TYPE   limit listing to filesystems not of type TYPE\n""  -v                    (ignored)\n"msgstr ""#: src/df.c:785 src/du.c:225 src/ls.c:3715msgid """\n"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -