es.po

来自「linux 操作系统下对系统资源监控程序的编写」· PO 代码 · 共 1,466 行 · 第 1/3 页

PO
1,466
字号
#: sysdeps/names/ppp.c:48msgid "Number of output bytes"msgstr "Número de bytes de salida"#: sysdeps/names/procargs.c:39 sysdeps/names/procmem.c:48msgid "Size"msgstr "Tamaño"#: sysdeps/names/procargs.c:44msgid "Length in bytes of the returned string."msgstr "Longitud en bytes de la cadena devuelta."#: sysdeps/names/prockernel.c:43msgid "K_Flags"msgstr "K_Flags"#: sysdeps/names/prockernel.c:43msgid "Min_Flt"msgstr "Min_Flt"#: sysdeps/names/prockernel.c:43msgid "Maj_Flt"msgstr "Maj_Flt"#: sysdeps/names/prockernel.c:43msgid "CMin_Flt"msgstr "CMin_Flt"#: sysdeps/names/prockernel.c:44msgid "CMaj_Flt"msgstr "CMaj_Flt"#: sysdeps/names/prockernel.c:44msgid "KStk_ESP"msgstr "KStk_ESP"#: sysdeps/names/prockernel.c:44msgid "KStk_EIP"msgstr "KStk_EIP"#: sysdeps/names/prockernel.c:44msgid "NWChan"msgstr "NWChan"#: sysdeps/names/prockernel.c:45msgid "WChan"msgstr "WChan"#. K_Flags#: sysdeps/names/prockernel.c:51msgid """Kernel flags of the process.\n""\n""On Linux, currently every flag has the math bit set, because crt0.s checks ""for math emulation, so this is not included in the output.\n""\n""This is probably a bug, as not every process is a compiled C program.\n""\n""The math bit should be a decimal 4, and the traced bit is decimal 10."msgstr """Flags de núcleo del proceso.\n""\n""En Linux, actualmente todos los flags tienen el bit 'math' activado, porque ""crt0.s busca el emulador matemático, así que este bit no es incluido en ""salida.\n""\n""Esto es probablemente un bug, ya que no todos los procesos son programas C ""compilados.\n""\n""El bit 'math' debería ser un 4 decimal, el bit seguido es un 10 decimal."#. Min_Flt#: sysdeps/names/prockernel.c:60msgid """The number of minor faults the process has made, those which have not ""required loading a memory page from disk."msgstr """La cantidad de faltas menores que hizo el proceso, aquellas que no ""requirieron cargar una página desde el disco."#. Maj_Flt#: sysdeps/names/prockernel.c:63msgid """The number of major faults the process has made, those which have required ""loading a memory page from disk."msgstr """La cantidad de faltas mayores que hizo el proceso, aquellas que requirieron ""cargar una página desde el disco."#. CMin_Flt#: sysdeps/names/prockernel.c:66msgid "The number of minor faults that the process and its children have made."msgstr "La cantidad de faltas menores que hicieron el proceso y sus hijos."#. CMaj_Flt#: sysdeps/names/prockernel.c:69msgid "The number of major faults that the process and its children have made."msgstr "La cantidad de faltas mayores que hicieron el proceso y sus hijos."#. KStk_ESP#: sysdeps/names/prockernel.c:72msgid """The current value of esp (32-bit stack pointer), as found in the kernel ""stack page for the process."msgstr """El valor actual de esp (puntero de pila 32-bits), tal cual en la página de ""pila del núcleo para ese proceso."#. KStk_EIP#: sysdeps/names/prockernel.c:75msgid "The current EIP (32-bit instruction pointer)."msgstr "El valor actual de EIP (puntero de instrucción 32-bits)"#. NWChan#: sysdeps/names/prockernel.c:77msgid """This is the \"channel\" in which the process is waiting.  This is the ""address of a system call, and can be looked up in a namelist if you need a ""textual name.  (If you have an up-to-date /etc/psdatabase, then try ps -l to ""see the WCHAN field in action)"msgstr """Este es el «canal» en el cual el proceso está esperando.  Esta es la ""dirección de una llamada de sistema, y puede ser buscada en una lista de ""nombres si necesita un nombre textual. (Si tiene un /etc/psdatabasa ""actualizado, entonces pruebe \"ps -l\" para ver el campo WCHAN en acción)"#. WChan#: sysdeps/names/prockernel.c:82msgid "This is the textual name of the `nwchan' field."msgstr "Este es el nombre textual del campo `nwchan'."#: sysdeps/names/procmem.c:48msgid "Virtual"msgstr "Virtual"#: sysdeps/names/procmem.c:48msgid "Resident"msgstr "Residente"#: sysdeps/names/procmem.c:48msgid "Share"msgstr "Compartido"#: sysdeps/names/procmem.c:49msgid "Resident Set Size"msgstr "Tamaño conjunto compartido"#: sysdeps/names/procmem.c:49msgid "Resident Set Size Limit"msgstr "Límite tamaño conjunto compartido"#: sysdeps/names/procmem.c:54msgid "Total # of pages of memory"msgstr "Cantidad total de páginas de memoria"#: sysdeps/names/procmem.c:55msgid "Number of pages of virtual memory"msgstr "Cantidad de páginas de memoria virtual"#: sysdeps/names/procmem.c:56msgid "Number of resident set (non-swapped) pages"msgstr """Cantidad de páginas de conjuntos residentes (que no están en intercambio)"#: sysdeps/names/procmem.c:57msgid "Number of pages of shared (mmap'd) memory"msgstr "Cantidad de páginas de memoria compartida (mmap)"#: sysdeps/names/procmem.c:58msgid """Number of pages the process has in real memory, minus 3 for administrative ""purposes. This is just the pages which count towards text, data, or stack ""space. This does not include pages which have not been demand-loaded in, or ""which are swapped out."msgstr """Cantidad de páginas del proceso en memoria real, menos 3 par administración. ""Esto es solo las páginas que se cuentan entre texto, datos, o espacio de ""pila. Esto no incluye páginas que no han sido cargadas a la demanda, o que ""se encuentran en el dispositivo de intercambio."# In México, Dominican Republic, Guatemala, Honduras, Panama, Peru# and El Salvador, Number formats are the same as in the US, so no# translation is required for them.# Spain use "." chars instead of "," so the msgstr MUST be filled at es_ES.po;# otherwise it will default to es.po which uses the US format for numbers.##: sysdeps/names/procmem.c:63msgid """Current limit in bytes on the rss of the process (usually 2,147,483,647)."msgstr """Límite actual en bytes de conjunto compartido (RSS) del proceso ""(habitualmente 2.147.483.647)."#: sysdeps/names/procsegment.c:43msgid "Text_RSS"msgstr "Text_RSS"#: sysdeps/names/procsegment.c:43msgid "ShLib_RSS"msgstr "ShLib_RSS"#: sysdeps/names/procsegment.c:43msgid "Data_RSS"msgstr "Data_RSS"#: sysdeps/names/procsegment.c:43msgid "Stack_RSS"msgstr "Stack_RSS"#: sysdeps/names/procsegment.c:44msgid "Dirty Size"msgstr "Tamaño sucio"#: sysdeps/names/procsegment.c:44msgid "Start_Code"msgstr "Cod_inicio"#: sysdeps/names/procsegment.c:44msgid "End_Code"msgstr "Fin_Código"#: sysdeps/names/procsegment.c:44msgid "Start_Stack"msgstr "Inicio_Pila"#: sysdeps/names/procsegment.c:49msgid "Text resident set size"msgstr "Tamaño conjunto residente de texto"#: sysdeps/names/procsegment.c:50msgid "Shared-Lib resident set size"msgstr "Tamaño conjunto residente de bibliotecas compartidas"#: sysdeps/names/procsegment.c:51msgid "Data resident set size"msgstr "Tamaño conjunto residente de datos"#: sysdeps/names/procsegment.c:52msgid "Stack resident set size"msgstr "Tamaño conjunto residente de pila"#: sysdeps/names/procsegment.c:53msgid "Total size of dirty pages"msgstr "Tamaño total de páginas recientemente modificadas"#: sysdeps/names/procsegment.c:54msgid "Address of beginning of code segment"msgstr "Dirección de inicio del segmento de código"#: sysdeps/names/procsegment.c:55msgid "Address of end of code segment"msgstr "Dirección de fin del segmento de código"#: sysdeps/names/procsegment.c:56msgid "Address of the bottom of stack segment"msgstr "Dirección de la base del segmento de pila"#: sysdeps/names/procsignal.c:41msgid "Signal"msgstr "Señal"#: sysdeps/names/procsignal.c:41msgid "Blocked"msgstr "Bloqueado"#: sysdeps/names/procsignal.c:41msgid "SigIgnore"msgstr "IgnoraSeñal"#: sysdeps/names/procsignal.c:41msgid "SigCatch"msgstr "CogeSeñal"#: sysdeps/names/procsignal.c:46msgid "Mask of pending signals"msgstr "Máscara de señales pendientes"#: sysdeps/names/procsignal.c:47msgid "Mask of blocked signals"msgstr "Máscara de señales bloqueados"#: sysdeps/names/procsignal.c:48msgid "Mask of ignored signals"msgstr "Máscara de señales ignorados"#: sysdeps/names/procsignal.c:49msgid "Mask of caught signals"msgstr "Máscara de señales recogidos"#: sysdeps/names/procstate.c:43msgid "Cmd"msgstr "Cmd"#: sysdeps/names/procstate.c:43msgid "State"msgstr "Estado"#: sysdeps/names/procstate.c:43msgid "UID"msgstr "UID"#: sysdeps/names/procstate.c:43msgid "GID"msgstr "GID"#: sysdeps/names/procstate.c:44msgid "RGid"msgstr "RGid"#: sysdeps/names/procstate.c:44msgid "RUid"msgstr "RUid"#: sysdeps/names/procstate.c:44msgid "HasCPU"msgstr "TieneCPU"#: sysdeps/names/procstate.c:44msgid "Proc"msgstr "Proc"#: sysdeps/names/procstate.c:44msgid "LProc"msgstr "LProc"#: sysdeps/names/procstate.c:49msgid "Basename of executable file in call to exec()"msgstr "Nombre (sin ruta) del archivo ejecutable llamado por exec()"#: sysdeps/names/procstate.c:50msgid "Single-Char code for process state (S=sleeping)"msgstr "Código de una letra para el estado del proceso (S=sleeping)"#: sysdeps/names/procstate.c:51msgid "UID of process"msgstr "UID del proceso"#: sysdeps/names/procstate.c:52msgid "GID of process"msgstr "GID del proceso"#: sysdeps/names/procstate.c:53msgid "Real UID of process"msgstr "UID real del proceso"#: sysdeps/names/procstate.c:54msgid "Real GID of process"msgstr "GID real del proceso"#: sysdeps/names/procstate.c:55msgid "Has CPU"msgstr "Tiene CPU"#: sysdeps/names/procstate.c:56msgid "Processor"msgstr "Procesador"#: sysdeps/names/procstate.c:57msgid "Last Processor"msgstr "Último procesador"#: sysdeps/names/proctime.c:45msgid "Start_Time"msgstr "Tiempo_inicio"#: sysdeps/names/proctime.c:45msgid "RTime"msgstr "TiempoEj"#: sysdeps/names/proctime.c:45msgid "UTime"msgstr "TiempoUs"#: sysdeps/names/proctime.c:45msgid "STime"msgstr "TiempoSt"#: sysdeps/names/proctime.c:46msgid "CUTime"msgstr "TiempoCU"#: sysdeps/names/proctime.c:46msgid "CSTime"msgstr "TiempoCS"#: sysdeps/names/proctime.c:46msgid "TimeOut"msgstr "TiempoRes"#: sysdeps/names/proctime.c:46msgid "It_Real_Value"msgstr "Su_valor_real"#: sysdeps/names/proctime.c:47msgid "Frequency"msgstr "Frecuencia"#: sysdeps/names/proctime.c:47msgid "XCPU_UTime"msgstr "XCPU_TiempoUs"#: sysdeps/names/proctime.c:47msgid "XCPU_STime"msgstr "XCPU_TiempoSt"#: sysdeps/names/proctime.c:52msgid "Start time of process in seconds since the epoch"msgstr "Momento de inicio del proceso, en segundos desde \"la época\""#: sysdeps/names/proctime.c:53msgid "Real time accumulated by process (should be utime + stime)"msgstr "Tiempo real acumulado por el proceso (debe ser utime + stime)"#: sysdeps/names/proctime.c:54msgid "user-mode CPU time accumulated by process"msgstr "Tiempo CPU en modo usuario acumulado por el proceso"#: sysdeps/names/proctime.c:55msgid "kernel-mode CPU time accumulated by process"msgstr "Tiempo CPU en modo núcleo acumulado por el proceso"#: sysdeps/names/proctime.c:56msgid "cumulative utime of process and reaped children"msgstr "Tiempo utime acumulado del proceso y sus hijos"#: sysdeps/names/proctime.c:57msgid "cumulative stime of process and reaped children"msgstr "Tiempo stime acumulado del proceso y sus hijos"#: sysdeps/names/proctime.c:58msgid "The time (in jiffies) of the process's next timeout"msgstr "Tiempo (en jiffies) para la próxima expiración del proceso"#: sysdeps/names/proctime.c:59msgid """The time (in jiffies) before the next SIGALRM is sent to the process due to ""an interval timer."msgstr """Tiempo (en jiffies) antes de que sea enviada la próxima SIGALRM al proceso ""debido a que transcurrió un intervalo del timer."#: sysdeps/names/proctime.c:61msgid "Tick frequency"msgstr "Frecuencia del tick"#: sysdeps/names/proctime.c:62msgid "SMP user-mode CPU time accumulated by process"msgstr "Tiempo CPU multi procesador en modo usuario acumulado por el proceso"#: sysdeps/names/proctime.c:63msgid "SMP kernel-mode CPU time accumulated by process"msgstr "Tiempo CPU multi procesador en modo núcleo acumulado por el proceso"#: sysdeps/names/procuid.c:48msgid "Uid"msgstr "Uid"#: sysdeps/names/procuid.c:48msgid "EUid"msgstr "EUid"#: sysdeps/names/procuid.c:48msgid "Gid"msgstr "Gid"#: sysdeps/names/procuid.c:48msgid "EGid"msgstr "EGid"#: sysdeps/names/procuid.c:48msgid "SUid"msgstr "SUid"#: sysdeps/names/procuid.c:49msgid "SGid"msgstr "SGid"#: sysdeps/names/procuid.c:49msgid "FSUid"msgstr "FSUid"#: sysdeps/names/procuid.c:49msgid "FSGid"msgstr "FSGid"#: sysdeps/names/procuid.c:49msgid "Pid"msgstr "Pid"

⌨️ 快捷键说明

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