📄 quilt.pot
字号:
msgstr ""#: quilt/new.in:25msgid """\n""Create a new patch with the specified file name, and insert it after the\n""topmost patch in the patch series file.\n""\n""Quilt can be used in sub-directories of a source tree. It determines the\n""root of a source tree by searching for a %s directory above the\n""current working directory. Create a %s directory in the intended root\n""directory if quilt chooses a top-level directory that is too high up\n""in the directory tree.\n"msgstr ""#: quilt/new.in:70msgid "Patch %s exists already\\n"msgstr ""#: quilt/new.in:81msgid "Failed to create patch %s\\n"msgstr ""#: quilt/new.in:84msgid "Patch %s is now on top\\n"msgstr ""#: quilt/next.in:22msgid "Usage: quilt next [patch]\\n"msgstr ""#: quilt/next.in:25msgid """\n""Print the name of the next patch after the specified or topmost patch in\n""the series file.\n"msgstr ""#: quilt/patches.in:22msgid "Usage: quilt patches [-v] {file}\\n"msgstr ""#: quilt/patches.in:25msgid """\n""Print the list of patches that modify the specified file. (Uses a\n""heuristic to determine which files are modified by unapplied patches.\n""Note that this heuristic is much slower than scanning applied patches.)\n""\n""-v\tVerbose, more user friendly output.\n"msgstr ""#: quilt/pop.in:22msgid "Usage: quilt pop [-afRqv] [num|patch]\\n"msgstr ""#: quilt/pop.in:25msgid """\n""Remove patch(es) from the stack of applied patches. Without options,\n""the topmost patch is removed. When a number is specified, remove the\n""specified number of patches. When a patch name is specified, remove\n""patches until the specified patch end up on top of the stack. Patch\n""names may include the patches/ prefix, which means that filename\n""completion can be used.\n""\n""-a\tRemove all applied patches.\n""\n""-f\tForce remove. The state before the patch(es) were applied will\n""\tbe restored from backup files.\n""\n""-R\tAlways verify if the patch removes cleanly; don't rely on\n""\ttimestamp checks.\n""\n""-q\tQuiet operation.\n""\n""-v\tVerbose operation.\n"msgstr ""#: quilt/pop.in:140msgid "Patch %s does not remove cleanly (refresh it or enforce with -f)\\n"msgstr ""#: quilt/pop.in:165msgid "Patch %s appears to be empty, removing\\n"msgstr ""#: quilt/pop.in:170msgid "Removing patch %s\\n"msgstr ""#: quilt/pop.in:241msgid "Patch %s needs to be refreshed first.\\n"msgstr ""#: quilt/pop.in:251msgid "No patch removed\\n"msgstr ""#: quilt/pop.in:267 quilt/scripts/patchfns.in:474msgid "No patches applied\\n"msgstr ""#: quilt/pop.in:274 quilt/push.in:373msgid "Now at patch %s\\n"msgstr ""#: quilt/previous.in:22msgid "Usage: quilt previous [patch]\\n"msgstr ""#: quilt/previous.in:25msgid """\n""Print the name of the previous patch before the specified or topmost\n""patch in the series file.\n"msgstr ""#: quilt/push.in:24msgid """Usage: quilt push [-afqv] [--leave-rejects] [--interactive] [--color[=always|""auto|never]] [num|patch]\\n"msgstr ""#: quilt/push.in:27msgid """\n""Apply patch(es) from the series file. Without options, the next patch\n""in the series file is applied. When a number is specified, apply the\n""specified number of patches. When a patch name is specified, apply\n""all patches up to and including the specified patch. Patch names may\n""include the patches/ prefix, which means that filename completion can\n""be used.\n""\n""-a\tApply all patches in the series file.\n""\n""-f\tForce apply, even if the patch has rejects.\n""\n""-q\tQuiet operation.\n""\n""-v\tVerbose operation.\n""\n""--leave-rejects\n""\tLeave around the reject files patch produced, even if the patch\n""\tis not actually applied.\n""\n""--interactive\n""\tAllow the patch utility to ask how to deal with conflicts. If\n""\tthis option is not given, the -f option will be passed to the\n""\tpatch program.\n""\n""--color[=always|auto|never]\n""\tUse syntax coloring.\n"msgstr ""#: quilt/push.in:64msgid "Interrupted by user; patch %s was not applied.\\n"msgstr ""#: quilt/push.in:177msgid "Applying patch %s\\n"msgstr ""#: quilt/push.in:211msgid "Patch %s does not exist; applied empty patch\\n"msgstr ""#: quilt/push.in:215msgid "Patch %s appears to be empty; applied\\n"msgstr ""#: quilt/push.in:219msgid "Applied patch %s (forced; needs refresh)\\n"msgstr ""#: quilt/push.in:229msgid "Patch %s can be reverse-applied\\n"msgstr ""#: quilt/push.in:232msgid "Patch %s does not apply (enforce with -f)\\n"msgstr ""#: quilt/push.in:353msgid "The topmost patch %s needs to be refreshed first.\\n"msgstr ""#: quilt/refresh.in:22msgid """Usage: quilt refresh [-p n|-p ab] [-u|-U num|-c|-C num] [-f] [--no-""timestamps] [--no-index] [--diffstat] [--sort] [--backup] [--strip-trailing-""whitespace] [patch]\\n"msgstr ""#: quilt/refresh.in:26msgid """\n""Refreshes the specified patch, or the topmost patch by default.\n""Documentation that comes before the actual patch in the patch file is\n""retained.\n""\n""It is possible to refresh patches that are not on top. If any patches\n""on top of the patch to refresh modify the same files, the script aborts\n""by default. Patches can still be refreshed with -f. In that case this\n""script will print a warning for each shadowed file, changes by more\n""recent patches will be ignored, and only changes in files that have not\n""been modified by any more recent patches will end up in the specified\n""patch.\n""\n""-p n\tCreate a -p n style patch (-p0 or -p1 supported).\n""\n""-p ab\tCreate a -p1 style patch, but use a/file and b/file as the\n""\toriginal and new filenames instead of the default\n""\tdir.orig/file and dir/file names.\n""\n""-u, -U num, -c, -C num\n""\tCreate a unified diff (-u, -U) with num lines of context. Create\n""\ta context diff (-c, -C) with num lines of context. The number of\n""\tcontext lines defaults to 3.\n""\n""--no-timestamps\n""\tDo not include file timestamps in patch headers.\n""\n""--no-index\n""\tDo not output Index: lines.\n""\n""--diffstat\n""\tAdd a diffstat section to the patch header, or replace the\n""\texisting diffstat section.\n""\n""-f\tEnforce refreshing of a patch that is not on top.\n""\n""--backup\n""\tCreate a backup copy of the old version of a patch as patch~.\n""\n""--sort\tSort files by their name instead of preserving the original order.\n""\n""--strip-trailing-whitespace\n""\tStrip trailing whitespace at the end of lines.\n"msgstr ""#: quilt/refresh.in:159msgid "Cannot refresh patches with -p%s, please specify -p0 or -p1 instead\\n"msgstr ""#: quilt/refresh.in:194msgid """More recent patches modify files in patch %s. Enforce refresh with -f.\\n"msgstr ""#: quilt/refresh.in:200msgid """Cannot use --strip-trailing-whitespace on a patch that has shadowed files.\\n"msgstr ""#: quilt/refresh.in:206msgid "Nothing in patch %s\\n"msgstr ""#: quilt/refresh.in:284msgid "Patch %s is unchanged\\n"msgstr ""#: quilt/refresh.in:290msgid "Refreshed patch %s\\n"msgstr ""#: quilt/remove.in:22msgid "Usage: quilt remove [-P patch] {file} ...\\n"msgstr ""#: quilt/remove.in:25msgid """\n""Remove one or more files from the topmost or named patch. Files that\n""are modified by patches on top of the specified patch cannot be removed.\n""\n""-P patch\n""\tRemove named files from the named patch.\n"msgstr ""#: quilt/remove.in:73msgid "File %s is not in patch %s\\n"msgstr ""#: quilt/remove.in:91msgid "Failed to remove file %s from patch %s\\n"msgstr ""#: quilt/remove.in:105msgid "File %s removed from patch %s\\n"msgstr ""#: quilt/rename.in:22msgid "Usage: quilt rename [-P patch] new_name\\n"msgstr ""#: quilt/rename.in:25msgid """\n""Rename the topmost or named patch.\n""\n""-P patch\n""\tPatch to rename.\n"msgstr ""#: quilt/rename.in:84msgid "Patch %s exists already, please choose a different name\\n"msgstr ""#: quilt/rename.in:98msgid "Renaming of patch %s to %s failed\\n"msgstr ""#: quilt/rename.in:104msgid "Patch %s renamed to %s\\n"msgstr ""#: quilt/scripts/edmail.in:83#, perl-formatmsgid "Display name `%s' contains unpaired parentheses\n"msgstr ""#: quilt/scripts/edmail.in:101#, perl-formatmsgid "Delivery address `%s' is invalid\n"msgstr ""#: quilt/scripts/parse-patch.in:50#, perl-formatmsgid "USAGE: %s {-s|-u} section file [< replacement]\n"msgstr ""#: quilt/scripts/parse-patch.in:97 quilt/scripts/parse-patch.in:104#, perl-formatmsgid "File %s disappeared!\n"msgstr ""#: quilt/scripts/parse-patch.in:150 quilt/scripts/parse-patch.in:156#, perl-formatmsgid "Failed to rename %s to %s: %s\n"msgstr ""#: quilt/scripts/patchfns.in:461msgid "No patches in series\\n"msgstr ""#: quilt/scripts/patchfns.in:510msgid "Patch %s is not in series\\n"msgstr ""#: quilt/scripts/patchfns.in:538msgid "Patch %s is not applied\\n"msgstr ""#: quilt/scripts/patchfns.in:575msgid "File series fully applied, ends at patch %s\\n"msgstr ""#: quilt/scripts/patchfns.in:597msgid "Patch %s does not exist\\n"msgstr ""#: quilt/scripts/patchfns.in:857msgid """The quilt meta-data in this tree has version %s, but this version of quilt ""can only handle meta-data formats up to and including version %s. Please pop ""all the patches using the version of quilt used to push them before ""downgrading.\\n"msgstr ""#: quilt/scripts/patchfns.in:942msgid """The working tree was created by an older version of quilt. Please run 'quilt ""upgrade'.\\n"msgstr ""#: quilt/scripts/remove-trailing-ws.in:43#, perl-formatmsgid "SYNOPSIS: %s [-p num] [-n] [patch]\n"msgstr ""#: quilt/scripts/remove-trailing-ws.in:65#: quilt/scripts/remove-trailing-ws.in:92#, perl-formatmsgid "%s: I'm confused.\n"msgstr ""#: quilt/scripts/remove-trailing-ws.in:113#, perl-formatmsgid "Warning: trailing whitespace in line %s of %s\n"msgstr ""#: quilt/scripts/remove-trailing-ws.in:116#, perl-formatmsgid "Warning: trailing whitespace in lines %s of %s\n"msgstr ""#: quilt/scripts/remove-trailing-ws.in:120#, perl-formatmsgid "Removing trailing whitespace from line %s of %s\n"msgstr ""#: quilt/scripts/remove-trailing-ws.in:123#, perl-formatmsgid "Removing trailing whitespace from lines %s of %s\n"msgstr ""#: quilt/scripts/remove-trailing-ws.in:143#, perl-formatmsgid "Renaming %s to %s: %s\n"msgstr ""#: quilt/series.in:22msgid "Usage: quilt series [-v]\\n"msgstr ""#: quilt/series.in:25msgid """\n""Print the names of all patches in the series file.\n""\n""-v\tVerbose, more user friendly output.\n"msgstr ""#: quilt/setup.in:31msgid "Directory %s exists\\n"msgstr ""#: quilt/setup.in:37msgid "File %s exists\\n"msgstr ""#: quilt/setup.in:93msgid """Usage: quilt setup [-d path-prefix] [-v] [--path dir1:dir2] {specfile|""seriesfile}\\n"msgstr ""#: quilt/setup.in:96msgid """\n""Initializes a source tree from an rpm spec file or a quilt series file.\n""\n""-d\tOptional path prefix.\n""\n""--path\tDirectories to search when looking for tarballs. Defaults to \\`.'.\n""\n""-v\tVerbose debug output.\n"msgstr ""#: quilt/setup.in:158msgid "The %%prep section of %s failed; results may be incomplete\\n"msgstr ""#: quilt/setup.in:161msgid "The -v option will show rpm's output\\n"msgstr ""#: quilt/setup.in:197msgid "File %s not found in search path\\n"msgstr ""#: quilt/setup.in:200msgid "Unpacking archive %s\\n"msgstr ""#: quilt/snapshot.in:22msgid "Usage: quilt snapshot [-d]\\n"msgstr ""#: quilt/snapshot.in:25msgid """\n""Take a snapshot of the current working state. After taking the snapshot,\n""the tree can be modified in the usual ways, including pushing and\n""popping patches. A diff against the tree at the moment of the\n""snapshot can be generated with \\`quilt diff --snapshot'.\n""\n""-d\tOnly remove current snapshot.\n"msgstr ""#: quilt/top.in:22msgid "Usage: quilt top\\n"msgstr ""#: quilt/top.in:25msgid """\n""Print the name of the topmost patch on the current stack of applied\n""patches.\n"msgstr ""#: quilt/unapplied.in:22msgid "Usage: quilt unapplied [patch]\\n"msgstr ""#: quilt/unapplied.in:25msgid """\n""Print a list of patches that are not applied, or all patches that follow\n""the specified patch in the series file.\n"msgstr ""#: quilt/upgrade.in:25msgid "Usage: quilt upgrade\\n"msgstr ""#: quilt/upgrade.in:28msgid """\n""Upgrade the meta-data in a working tree from an old version of quilt to the\n""current version. This command is only needed when the quilt meta-data ""format\n""has changed, and the working tree still contains old-format meta-data. In ""that\n""case, quilt will request to run \\`quilt upgrade'.\n"msgstr ""#: quilt/upgrade.in:67msgid """The quilt meta-data in %s are already in the version %s format; nothing to do""\\n"msgstr ""#: quilt/upgrade.in:71msgid "Converting meta-data to version %s\\n"msgstr ""#: quilt/upgrade.in:102msgid "Conversion failed\\n"msgstr ""#: quilt/upgrade.in:103msgid """\n""Please remove all patches using \\`quilt pop -a' from the quilt version used ""to create this working tree, or remove the %s directory and apply the ""patches from scratch.\\n"msgstr ""
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -