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

📄 tr.po

📁 android-w.song.android.widget
💻 PO
📖 第 1 页 / 共 5 页
字号:
#: 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:148#, fuzzymsgid "shift [n]"msgstr "shift sayısı"#: builtins.c:150#, fuzzymsgid "source filename [arguments]"msgstr "dosya ismi argüman gerekir"#: builtins.c:152#, fuzzymsgid ". filename [arguments]"msgstr "dosya ismi argüman gerekir"#: 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:206#, fuzzymsgid "(( expression ))"msgstr "ifade bekleniyordu"#: builtins.c:208#, fuzzymsgid "[[ expression ]]"msgstr "ifade bekleniyordu"#: 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:254#, fuzzymsgid """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 """\ralias [-p] [İSİM[=DEĞER] ...]\n""    `alias' argümansız olarak veya -p seçeneği ile kullanıldığında rumuz\n""    listesini    alias İSİM=DEĞER   biçiminde  standart  çıktıya  basar.\n""    Aksi takdirde belirtilen İSİM belirtilen DEĞERe rumuz olarak atanır.\n""    DEĞERden  sonra  gelen  boşluklar  takma  ad  yorumlaması  sırasında\n""    sonraki sözcüğün takma  ad  ikamesi  için  sınanmasına  sebep  olur.\n""    Hiçbir şeyin rumuzu olmayan bir İSİM verilmedikçe alias doğru döndürür."#: builtins.c:276#, fuzzymsgid """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 """\runalias [-a] [İSİM ... ]\n""    İSİMleri tanımlı rümuzlar listesinden siler. Eğer -a seçeneği ""verilmişse,\n""    tüm rümuz tanımları silinir."#: builtins.c:289#, fuzzymsgid """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 """\rbind [-m TUŞDİZİSİ] [-lpsvPSV]\n""bind [-m TUŞDİZİSİ] [-q İŞLEV] [-u İŞLEV] [-r TUŞDİZİSİ]\n""bind [-m TUŞDİZİSİ] -f DOSYAİSMİ\n""bind [-m TUŞDİZİSİ] -x TUŞDİZİSİ:KABUK-KOMUTU\n""bind [-m TUŞDİZİSİ] TUŞDİZİSİ:İŞLEV-İSMİ\n""bind [READLINE-KOMUTU]\n""    Bir tuş dizilimini bir Readline işlevine veya makrosuna bağlar ya da\n""    bir Readline değişkeni atar. Seçeneksiz argüman sözdizimi  ~/.initrc\n""    içinde bulunana  eşdeğerdir,  ama tek bir argüman olarak aktarılması\n""    gerekir: bind '\"\\C-x\\C-r\": re-read-init-file'.\n""    bind şu seçenekleri kabul eder:\n""      -m  TUŞDİZİSİ      Bu komut süresince kısayol olarak TUŞDİZİSİ\n""                         kullanılır. Olası kısayol isimleri:  emacs,\n""                         emacs-standard, emacs-meta, emacs-ctlx, vi,\n""                         vi-move, vi-command ve vi-insert.\n""      -l                 İşlev isimlerini listeler.\n""      -P                 İşlev isimlerini ve kısayolları listeler.\n""      -p                 İşlev isimlerini ve kısayolları, girdi olarak\n""                         kullanılabilir biçimde listeler.\n""      -r  TUŞDİZİSİ      TUŞDİZİSİ için mevcut kısayolları kaldırır.\n""      -x  TUŞDİZİSİ:KABUK-KOMUTU\n""                         TUŞDİZİSİnin her girilişinde KABUK-KOMUTUnun\n""                         çalıştırılmasını sağlar.\n""      -f  DOSYAİSMİ      Tuş kısayollarını DOSYAİSMİnden okur.\n""      -q  İŞLEV          İsmi belirtilen İŞLEVi çağıran tuşlar hakkında ""sorgu.\n""      -u  İŞLEV          İsmi belirtilen İŞLEVi çağıran tüm tuş ""kısayollarını\n""                         kaldırır.\n""      -V                 Değişken isimlerini ve değerlerini listeler.\n""      -v                 Değişken isimlerini ve değerlerini girdi olarak\n""                         kullanılabilir biçimde listeler.\n""      -S                 Makroları çağıran tuş dizilerini ve değerlerini\n""                         listeler\n""      -s                 Makroları çağıran tuş dizilerini ve değerlerini\n""                         girdi olarak kullanılabilir biçimde listeler."#: builtins.c:326#, fuzzymsgid """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 """\rcontinue [N]\n""    FOR, WHILE veya UNTIL döngülerinin sonraki yinelemesinden devam edilir.\n""    N verilirse dışa doğru N. döngüden devam edilir. N >= 1 olmalıdır."#: builtins.c:338#, fuzzymsgid """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 """\rcontinue [N]\n""    FOR, WHILE veya UNTIL döngülerinin sonraki yinelemesinden devam edilir.\n""    N verilirse dışa doğru N. döngüden devam edilir. N >= 1 olmalıdır."#: 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:365#, fuzzymsgid """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 """\rcaller [İFADE]\n""    O anki altyordam çağrısının bağlamını döndürür.\n""\n""    İFADE olmaksızın, caller o anki altyordam çağrısının kaynak dosya ""ismini\n""    ve satır numarasını gösterir.   Eğer  İFADE olarak negatiften farklı ""bir\n""    tamsayı  belirtilmişse  caller  o anki icra çağrısı yığıtındaki o ""konuma\n""    karşılık gelen  kaynak  dosyası,  satır  numarası  ve  altyordam  ""ismini\n""    gösterir;  bu  ek  bilgi  bir  yığıtın izini sürmek için ""kullanılabilir.\n""\n""    İFADE değeri şu ankinden önce kaç  çağrı  çerçevesinin  geri  ""döneceğini\n""    belirtir; tepe çerçeve 0. çerçevedir."#: builtins.c:383#, fuzzymsgid """Change the shell working directory.\n""    \n""    Change the current directory to DIR.  The default DIR is the value of ""the\n""    HOME shell variable.\n""    \n""    The variable CDPATH defines the search path for the directory ""containing\n""    DIR.  Alternative directory names in CDPATH are separated by a colon ""(:).\n""    A null directory name is the same as the current directory.  If DIR ""begins\n""    with a slash (/), then CDPATH is not used.\n""    \n""    If the directory is not found, and the shell option `cdable_vars' is ""set,\n""    the word is assumed to be  a variable name.  If that variable has a ""value,\n""    its value is used for DIR.\n""    \n""    Options:\n""        -L\tforce symbolic links to be followed\n""        -P\tuse the physical directory structure without following symbolic\n""    \tlinks\n""        -e\tif the -P option is supplied, and the current working directory\n""    \tcannot be determined successfully, exit with a non-zero status\n""    \n""    The default is to follow symbolic links, as if `-L' were specified.\n""    \n""    Exit Status:\n""    Returns 0 if the directory is changed, and if $PWD is set successfully ""when\n""    -P is used; non-zero otherwise."msgstr """\rcd [-L|-P] [DİZİN]\n""    Bulunulan dizinden DİZİNe geçilmesini sağlar.  DİZİN verilmezse $HOME ""ile\n""    belirtilen  dizine  geçilir.   CDPATH  kabuk  değişkeni  mevcutsa ""değeri,\n""    DİZİNi arama yolu olarak kullanılır. CDPATH içindeki diğer dizin ""isimleri\n""    birer ikinokta imi (:) ile ayrılır.  DİZİN bir  /  ile başlıyorsa  ""CDPATH\n""    kullanılmaz.  Eğer dizin yoksa  ve  `cdable_vars'  kabuk seçeneği ""etkinse\n""    sözcük bir değişken ismi olarak denenir.  Eğer  bu 

⌨️ 快捷键说明

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