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

📄 bash.pot

📁 android-w.song.android.widget
💻 POT
📖 第 1 页 / 共 5 页
字号:
#: trap.c:207msgid "invalid signal number"msgstr ""#: trap.c:337#, c-formatmsgid "run_pending_traps: bad value in trap_list[%d]: %p"msgstr ""#: trap.c:341#, c-formatmsgid """run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"msgstr ""#: trap.c:393#, c-formatmsgid "trap_handler: bad signal %d"msgstr ""#: variables.c:363#, c-formatmsgid "error importing function definition for `%s'"msgstr ""#: variables.c:755#, c-formatmsgid "shell level (%d) too high, resetting to 1"msgstr ""#: variables.c:1932msgid "make_local_variable: no function context at current scope"msgstr ""#: variables.c:3182msgid "all_local_variables: no function context at current scope"msgstr ""#: variables.c:3427#, c-formatmsgid "%s has null exportstr"msgstr ""#: variables.c:3432 variables.c:3441#, c-formatmsgid "invalid character %d in exportstr for %s"msgstr ""#: variables.c:3447#, c-formatmsgid "no `=' in exportstr for %s"msgstr ""#: variables.c:3891msgid "pop_var_context: head of shell_variables not a function context"msgstr ""#: variables.c:3904msgid "pop_var_context: no global_variables context"msgstr ""#: variables.c:3978msgid "pop_scope: head of shell_variables not a temporary environment scope"msgstr ""#: variables.c:4786#, c-formatmsgid "%s: %s: cannot open as FILE"msgstr ""#: variables.c:4791#, c-formatmsgid "%s: %s: invalid value for trace file descriptor"msgstr ""#: version.c:46msgid "Copyright (C) 2011 Free Software Foundation, Inc."msgstr ""#: version.c:47msgid """License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.""html>\n"msgstr ""#: version.c:86 version2.c:83#, c-formatmsgid "GNU bash, version %s (%s)\n"msgstr ""#: version.c:91 version2.c:88#, c-formatmsgid "This is free software; you are free to change and redistribute it.\n"msgstr ""#: version.c:92 version2.c:89#, c-formatmsgid "There is NO WARRANTY, to the extent permitted by law.\n"msgstr ""#: version2.c:86#, c-formatmsgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"msgstr ""#: version2.c:87#, c-formatmsgid """License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.""html>\n"msgstr ""#: xmalloc.c:91#, c-formatmsgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"msgstr ""#: xmalloc.c:93#, c-formatmsgid "%s: cannot allocate %lu bytes"msgstr ""#: xmalloc.c:163#, c-formatmsgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"msgstr ""#: xmalloc.c:165#, c-formatmsgid "%s: %s:%d: cannot allocate %lu bytes"msgstr ""#: builtins.c:43msgid "alias [-p] [name[=value] ... ]"msgstr ""#: builtins.c:47msgid "unalias [-a] name [name ...]"msgstr ""#: builtins.c:51msgid """bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-""x keyseq:shell-command] [keyseq:readline-function or readline-command]"msgstr ""#: builtins.c:54msgid "break [n]"msgstr ""#: builtins.c:56msgid "continue [n]"msgstr ""#: builtins.c:58msgid "builtin [shell-builtin [arg ...]]"msgstr ""#: builtins.c:61msgid "caller [expr]"msgstr ""#: builtins.c:64msgid "cd [-L|[-P [-e]]] [dir]"msgstr ""#: builtins.c:66msgid "pwd [-LP]"msgstr ""#: builtins.c:68msgid ":"msgstr ""#: builtins.c:70msgid "true"msgstr ""#: builtins.c:72msgid "false"msgstr ""#: builtins.c:74msgid "command [-pVv] command [arg ...]"msgstr ""#: builtins.c:76msgid "declare [-aAfFgilrtux] [-p] [name[=value] ...]"msgstr ""#: builtins.c:78msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."msgstr ""#: builtins.c:80msgid "local [option] name[=value] ..."msgstr ""#: builtins.c:83msgid "echo [-neE] [arg ...]"msgstr ""#: builtins.c:87msgid "echo [-n] [arg ...]"msgstr ""#: builtins.c:90msgid "enable [-a] [-dnps] [-f filename] [name ...]"msgstr ""#: builtins.c:92msgid "eval [arg ...]"msgstr ""#: builtins.c:94msgid "getopts optstring name [arg]"msgstr ""#: builtins.c:96msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"msgstr ""#: builtins.c:98msgid "exit [n]"msgstr ""#: builtins.c:100msgid "logout [n]"msgstr ""#: builtins.c:103msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"msgstr ""#: builtins.c:107msgid "fg [job_spec]"msgstr ""#: builtins.c:111msgid "bg [job_spec ...]"msgstr ""#: builtins.c:114msgid "hash [-lr] [-p pathname] [-dt] [name ...]"msgstr ""#: builtins.c:117msgid "help [-dms] [pattern ...]"msgstr ""#: builtins.c:121msgid """history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg ""[arg...]"msgstr ""#: builtins.c:125msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"msgstr ""#: builtins.c:129msgid "disown [-h] [-ar] [jobspec ...]"msgstr ""#: builtins.c:132msgid """kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l ""[sigspec]"msgstr ""#: builtins.c:134msgid "let arg [arg ...]"msgstr ""#: builtins.c:136msgid """read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p ""prompt] [-t timeout] [-u fd] [name ...]"msgstr ""#: builtins.c:138msgid "return [n]"msgstr ""#: builtins.c:140msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"msgstr ""#: builtins.c:142msgid "unset [-f] [-v] [name ...]"msgstr ""#: builtins.c:144msgid "export [-fn] [name[=value] ...] or export -p"msgstr ""#: builtins.c:146msgid "readonly [-aAf] [name[=value] ...] or readonly -p"msgstr ""#: builtins.c:148msgid "shift [n]"msgstr ""#: builtins.c:150msgid "source filename [arguments]"msgstr ""#: builtins.c:152msgid ". filename [arguments]"msgstr ""#: builtins.c:155msgid "suspend [-f]"msgstr ""#: builtins.c:158msgid "test [expr]"msgstr ""#: builtins.c:160msgid "[ arg... ]"msgstr ""#: builtins.c:162msgid "times"msgstr ""#: builtins.c:164msgid "trap [-lp] [[arg] signal_spec ...]"msgstr ""#: builtins.c:166msgid "type [-afptP] name [name ...]"msgstr ""#: builtins.c:169msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]"msgstr ""#: builtins.c:172msgid "umask [-p] [-S] [mode]"msgstr ""#: builtins.c:175msgid "wait [id]"msgstr ""#: builtins.c:179msgid "wait [pid]"msgstr ""#: builtins.c:182msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"msgstr ""#: builtins.c:184msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"msgstr ""#: builtins.c:186msgid "select NAME [in WORDS ... ;] do COMMANDS; done"msgstr ""#: builtins.c:188msgid "time [-p] pipeline"msgstr ""#: builtins.c:190msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"msgstr ""#: builtins.c:192msgid """if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else ""COMMANDS; ] fi"msgstr ""#: builtins.c:194msgid "while COMMANDS; do COMMANDS; done"msgstr ""#: builtins.c:196msgid "until COMMANDS; do COMMANDS; done"msgstr ""#: builtins.c:198msgid "coproc [NAME] command [redirections]"msgstr ""#: builtins.c:200msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"msgstr ""#: builtins.c:202msgid "{ COMMANDS ; }"msgstr ""#: builtins.c:204msgid "job_spec [&]"msgstr ""#: builtins.c:206msgid "(( expression ))"msgstr ""#: builtins.c:208msgid "[[ expression ]]"msgstr ""#: builtins.c:210msgid "variables - Names and meanings of some shell variables"msgstr ""#: builtins.c:213msgid "pushd [-n] [+N | -N | dir]"msgstr ""#: builtins.c:217msgid "popd [-n] [+N | -N]"msgstr ""#: builtins.c:221msgid "dirs [-clpv] [+N] [-N]"msgstr ""#: builtins.c:224msgid "shopt [-pqsu] [-o] [optname ...]"msgstr ""#: builtins.c:226msgid "printf [-v var] format [arguments]"msgstr ""#: builtins.c:229msgid """complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-""W wordlist]  [-F function] [-C command] [-X filterpat] [-P prefix] [-S ""suffix] [name ...]"msgstr ""#: builtins.c:233msgid """compgen [-abcdefgjksuv] [-o option]  [-A action] [-G globpat] [-W wordlist]  ""[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"msgstr ""#: builtins.c:237msgid "compopt [-o|+o option] [-DE] [name ...]"msgstr ""#: builtins.c:240msgid """mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c ""quantum] [array]"msgstr ""#: builtins.c:242msgid """readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c ""quantum] [array]"msgstr ""#: builtins.c:254msgid """Define or display aliases.\n""    \n""    Without arguments, `alias' prints the list of aliases in the reusable\n""    form `alias NAME=VALUE' on standard output.\n""    \n""    Otherwise, an alias is defined for each NAME whose VALUE is given.\n""    A trailing space in VALUE causes the next word to be checked for\n""    alias substitution when the alias is expanded.\n""    \n""    Options:\n""      -p\tPrint all defined aliases in a reusable format\n""    \n""    Exit Status:\n""    alias returns true unless a NAME is supplied for which no alias has ""been\n""    defined."msgstr ""#: builtins.c:276msgid """Remove each NAME from the list of defined aliases.\n""    \n""    Options:\n""      -a\tremove all alias definitions.\n""    \n""    Return success unless a NAME is not an existing alias."msgstr ""#: builtins.c:289msgid """Set Readline key bindings and variables.\n""    \n""    Bind a key sequence to a Readline function or a macro, or set a\n""    Readline variable.  The non-option argument syntax is equivalent to\n""    that found in ~/.inputrc, but must be passed as a single argument:\n""    e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n""    \n""    Options:\n""      -m  keymap         Use KEYMAP as the keymap for the duration of this\n""                         command.  Acceptable keymap names are emacs,\n""                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-""move,\n""                         vi-command, and vi-insert.\n""      -l                 List names of functions.\n""      -P                 List function names and bindings.\n""      -p                 List functions and bindings in a form that can be\n""                         reused as input.\n""      -S                 List key sequences that invoke macros and their ""values\n""      -s                 List key sequences that invoke macros and their ""values\n""                         in a form that can be reused as input.\n""      -V                 List variable names and values\n""      -v                 List variable names and values in a form that can\n""                         be reused as input.\n""      -q  function-name  Query about which keys invoke the named function.\n""      -u  function-name  Unbind all keys which are bound to the named ""function.\n""      -r  keyseq         Remove the binding for KEYSEQ.\n""      -f  filename       Read key bindings from FILENAME.\n""      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n""    \t\t\t\tKEYSEQ is entered.\n""    \n""    Exit Status:\n""    bind returns 0 unless an unrecognized option is given or an error occurs."msgstr ""#: builtins.c:326msgid """Exit for, while, or until loops.\n""    \n""    Exit a FOR, WHILE or UNTIL loop.  If N is specified, break N enclosing\n""    loops.\n""    \n""    Exit Status:\n""    The exit status is 0 unless N is not greater than or equal to 1."msgstr ""#: builtins.c:338msgid """Resume for, while, or until loops.\n""    \n""    Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n""    If N is specified, resumes the Nth enclosing loop.\n""    \n""    Exit Status:\n""    The exit status is 0 unless N is not greater than or equal to 1."msgstr ""#: builtins.c:350msgid """Execute shell builtins.\n""    \n""    Execute SHELL-BUILTIN with arguments ARGs without performing command\n""    lookup.  This is useful when you wish to reimplement a shell builtin\n""    as a shell function, but need to execute the builtin within the ""function.\n""    \n""    Exit Status:\n""    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n""    not a shell builtin.."msgstr ""#: builtins.c:365msgid """Return the context of the current subroutine call.\n""    \n""    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n""    \"$line $subroutine $filename\"; this extra information can be used to\n""    provide a stack trace.\n""    \n""    The value of EXPR indicates how many call frames to go back before the\n""    current one; the top frame is frame 0.\n""    \n""    Exit Status:\n""    Returns 0 unless the shell is not executing a shell function or EXPR\n""    is invalid."msgstr ""#: builtins.c:383

⌨️ 快捷键说明

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