Translated using Weblate (Spanish)

Currently translated at 99.8% (2648 of 2652)
This commit is contained in:
Michal Čihař 2013-05-09 10:29:28 +02:00 committed by Weblate
parent 6885ef871f
commit 5f2be146e1

208
po/es.po
View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.1-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-05-09 08:26+0200\n"
"PO-Revision-Date: 2013-05-09 10:17+0200\n"
"PO-Revision-Date: 2013-05-09 10:30+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Spanish "
"<http://l10n.cihar.com/projects/phpmyadmin/master/es/>\n"
@ -13709,211 +13709,231 @@ msgstr "Porcentaje de búfer de claves MyISAM utilizado"
#, php-format
msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
msgstr ""
"%% de búfer de claves MyISAM utilizado: %s%%, este valor debería ser mayor a "
"95%%"
#: libraries/advisory_rules.txt:318
msgid "Percentage of index reads from memory"
msgstr ""
msgstr "Porcentaje de índices leídos desde memoria"
#: libraries/advisory_rules.txt:321
#, php-format
msgid "The %% of indexes that use the MyISAM key buffer is low."
msgstr ""
"El porcentaje de índices que utilizan el búfer de claves MyISAM es bajo."
#: libraries/advisory_rules.txt:322
msgid "You may need to increase {key_buffer_size}."
msgstr ""
msgstr "Podría necesitar aumentar «key_buffer_size»."
#: libraries/advisory_rules.txt:323
#, php-format
msgid "Index reads from memory: %s%%, this value should be above 95%%"
msgstr ""
msgstr "Índices leídos desde memoria: %s%%, este valor debería ser mayor a 95%%"
#: libraries/advisory_rules.txt:327
#, fuzzy
#| msgid "Rename table to"
msgid "Rate of table open"
msgstr "Cambiar el nombre de la tabla a"
msgstr "Tasa de apertura de tablas"
#: libraries/advisory_rules.txt:330
#, fuzzy
#| msgid "The current number of pending writes."
msgid "The rate of opening tables is high."
msgstr "El número actual de escrituras pendientess."
msgstr "La tasa de apertura de tablas es alta."
#: libraries/advisory_rules.txt:331
msgid ""
"Opening tables requires disk I/O which is costly. Increasing "
"{table_open_cache} might avoid this."
msgstr ""
"Abrir tablas necesita E/S en disco, lo cual es costoso. Aumentar "
"«table_open_cache» podría evitarlo."
#: libraries/advisory_rules.txt:332
#, php-format
msgid "Opened table rate: %s, this value should be less than 10 per hour"
msgstr ""
"Tasa de apertura de tablas: %s, este valor debería ser menor a 10 por hora"
#: libraries/advisory_rules.txt:334
#, fuzzy
#| msgid "Percentage of used key cache (calculated value)"
msgid "Percentage of used open files limit"
msgstr "Porcentaje de uso del caché de claves (valor calculado)"
msgstr "Porcentaje de uso del límite de archivos de abiertos"
#: libraries/advisory_rules.txt:337
msgid ""
"The number of open files is approaching the max number of open files. You "
"may get a \"Too many open files\" error."
msgstr ""
"La cantidad de archivos abiertos se acerca al máximo permitido. Podría "
"llegar a obtener un error al respecto («Too many open files»)."
#: libraries/advisory_rules.txt:338 libraries/advisory_rules.txt:345
msgid ""
"Consider increasing {open_files_limit}, and check the error log when "
"restarting after changing {open_files_limit}."
msgstr ""
"Considere aumentar {open_files_limit}, y revise el registro de errores al "
"reiniciar luego de cambiar esta variable."
#: libraries/advisory_rules.txt:339
#, php-format
msgid ""
"The number of opened files is at %s%% of the limit. It should be below 85%%"
msgstr ""
"La cantidad de archivos abiertos es %s%% del límite. Debería ser menor a 85%"
"%"
#: libraries/advisory_rules.txt:341
#, fuzzy
#| msgid "Format of imported file"
msgid "Rate of open files"
msgstr "Formato del archivo importado"
msgstr "Tasa de apertura de archivos"
#: libraries/advisory_rules.txt:344
#, fuzzy
#| msgid "The number of pending log file fsyncs."
msgid "The rate of opening files is high."
msgstr "El número de fsyncs pendientes al archivo de registro."
msgstr "La tasa de apertura de archivos es alta."
#: libraries/advisory_rules.txt:346
#, php-format
msgid "Opened files rate: %s, this value should be less than 5 per hour"
msgstr ""
"Tasa de apertura de archivos: %s, este valor debería ser menor a 5 por hora"
#: libraries/advisory_rules.txt:348
#, php-format
msgid "Immediate table locks %%"
msgstr ""
msgstr "Porcentaje de bloqueos de tabla inmediatos"
#: libraries/advisory_rules.txt:351 libraries/advisory_rules.txt:358
#, fuzzy
#| msgid "The number of times that a table lock was acquired immediately."
msgid "Too many table locks were not granted immediately."
msgstr "El número de veces que un table lock fue adquirido inmediatamente."
msgstr "Demasiados bloqueos de tablas no fueron provistos inmediatamente."
#: libraries/advisory_rules.txt:352 libraries/advisory_rules.txt:359
msgid "Optimize queries and/or use InnoDB to reduce lock wait."
msgstr ""
"Optimice las consultas y/o utilice InnoDB para reducir el tiempo de espera "
"para bloqueos."
#: libraries/advisory_rules.txt:353
#, php-format
msgid "Immediate table locks: %s%%, this value should be above 95%%"
msgstr ""
msgstr "Bloqueos de tabla inmediatos: %s%%, este valor debería ser mayor a 95%%"
#: libraries/advisory_rules.txt:355
msgid "Table lock wait rate"
msgstr ""
msgstr "Tasa de espera para bloqueos de tablas"
#: libraries/advisory_rules.txt:360
#, php-format
msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
msgstr ""
"Tasa de espera para bloqueos de tablas: %s, este valor debería ser menor a 1 "
"por hora"
#: libraries/advisory_rules.txt:362
#, fuzzy
#| msgid "Key cache"
msgid "Thread cache"
msgstr "Caché de claves"
msgstr "Caché de hilos"
#: libraries/advisory_rules.txt:365
msgid ""
"Thread cache is disabled, resulting in more overhead from new connections to "
"MySQL."
msgstr ""
"El caché de hilos está desactivado, esto resulta en mayor sobrecarga en las "
"nuevas conexiones a MySQL."
#: libraries/advisory_rules.txt:366
msgid "Enable the thread cache by setting {thread_cache_size} > 0."
msgstr ""
"Active el caché de hilos configurado «thread_cache_size» a un valor mayor a "
"0."
#: libraries/advisory_rules.txt:367
msgid "The thread cache is set to 0"
msgstr ""
msgstr "El caché de hilos está configurado a 0"
#: libraries/advisory_rules.txt:369
#, fuzzy, php-format
#, php-format
#| msgid "Thread cache hit rate (calculated value)"
msgid "Thread cache hit rate %%"
msgstr "Porcentaje de aciertos del caché de hilos (valor calculado)"
msgstr "Porcentaje de efectividad del caché de hilos"
#: libraries/advisory_rules.txt:372
#, fuzzy
#| msgid "Query cache efficiency"
msgid "Thread cache is not efficient."
msgstr "Eficiencia del caché de consultas"
msgstr "El caché de hilos no es eficiente."
#: libraries/advisory_rules.txt:373
msgid "Increase {thread_cache_size}."
msgstr ""
msgstr "Aumente «thread_cache_size»."
#: libraries/advisory_rules.txt:374
#, php-format
msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
msgstr ""
"Tasa de efectividad del caché de hilos: %s%%, este valor debería ser mayor a "
"80%%"
#: libraries/advisory_rules.txt:376
msgid "Threads that are slow to launch"
msgstr ""
msgstr "Hilos que inician ejecución lentamente"
#: libraries/advisory_rules.txt:379
#, fuzzy
#| msgid "The number of threads that are not sleeping."
msgid "There are too many threads that are slow to launch."
msgstr "El número de procesos que no están en reposo."
msgstr "Hay demasiados hilos que inician ejecución lentamente."
#: libraries/advisory_rules.txt:380
msgid ""
"This generally happens in case of general system overload as it is pretty "
"simple operations. You might want to monitor your system load carefully."
msgstr ""
"Esto generalmente ocurre cuando el sistema en sí está sobrecargado ya que es "
"una operación relativamente sencilla. Debería de monitorizar la carga sobre "
"el sistema cuidadosamente."
#: libraries/advisory_rules.txt:381
#, php-format
msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
msgstr ""
msgstr "%s hilo(s) tardaron más de %s segundos en iniciar, debería de ser 0"
#: libraries/advisory_rules.txt:383
msgid "Slow launch time"
msgstr ""
msgstr "Tiempo de inicio lento"
#: libraries/advisory_rules.txt:386
msgid "Slow_launch_threads is above 2s"
msgstr ""
msgstr "«slow_launch_threads» es mayor a 2s"
#: libraries/advisory_rules.txt:387
msgid ""
"Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
"to launch"
msgstr ""
"Configure {slow_launch_time} a 1 ó 2 segundos para contar correctamente los "
"hilos que inician ejecución lentamente"
#: libraries/advisory_rules.txt:388
#, fuzzy, php-format
#, php-format
#| msgid "long_query_time is set to %d second(s)."
msgid "slow_launch_time is set to %s"
msgstr "«long_query_time» está configurado a %d segundo(s)."
msgstr "«slow_launch_time» está configurado a %s"
#: libraries/advisory_rules.txt:392
#, fuzzy
#| msgid "Persistent connections"
msgid "Percentage of used connections"
msgstr "Conexiones persistentes"
msgstr "Porcentaje de conexiones utilizadas"
#: libraries/advisory_rules.txt:395
msgid ""
"The maximum amount of used connections is getting close to the value of "
"{max_connections}."
msgstr ""
"El máximo de conexiones utilizadas simultáneamente está cercano al valor de "
"{max_connections}."
#: libraries/advisory_rules.txt:396
msgid ""
@ -13921,22 +13941,27 @@ msgid ""
"that do not close database handlers properly get killed sooner. Make sure "
"the code closes database handlers properly."
msgstr ""
"Aumente {max_connections} o reduzca {wait_timeout} para que las conexiones "
"que no liberan los manejadores de base de datos apropiadamente sean "
"eliminadas más rápido. Asegúrese que su código cierre los manejadores de "
"base de datos apropiadamente."
#: libraries/advisory_rules.txt:397
#, php-format
msgid ""
"Max_used_connections is at %s%% of max_connections, it should be below 80%%"
msgstr ""
"«max_used_connections» es %s%% de «max_connections», debería ser menor a 80%"
"%"
#: libraries/advisory_rules.txt:399
#, fuzzy
#| msgid "Persistent connections"
msgid "Percentage of aborted connections"
msgstr "Conexiones persistentes"
msgstr "Porcentaje de conexiones abandonadas"
#: libraries/advisory_rules.txt:402 libraries/advisory_rules.txt:409
msgid "Too many connections are aborted."
msgstr ""
msgstr "Demasiadas conexiones son abandonadas."
#: libraries/advisory_rules.txt:403 libraries/advisory_rules.txt:410
msgid ""
@ -13945,31 +13970,38 @@ msgid ""
"source-of-aborted_connects/\">This article</a> might help you track down the "
"source."
msgstr ""
"Las conexiones son abandonadas generalmente cuando no pueden ser "
"autorizadas. <a href=\"http://www.mysqlperformanceblog.com/2008/08/23/how-to-"
"track-down-the-source-of-aborted_connects/\">Este artículo</a> podría ser de "
"ayuda para rastrear el motivo de las mismas."
#: libraries/advisory_rules.txt:404
#, php-format
msgid "%s%% of all connections are aborted. This value should be below 1%%"
msgstr ""
"%s%% de todas las conexiones son abandonadas. Este valor debería ser menor a "
"1%%"
#: libraries/advisory_rules.txt:406
#, fuzzy
#| msgid "Persistent connections"
msgid "Rate of aborted connections"
msgstr "Conexiones persistentes"
msgstr "Tasa de conexiones abandonadas"
#: libraries/advisory_rules.txt:411
#, php-format
msgid ""
"Aborted connections rate is at %s, this value should be less than 1 per hour"
msgstr ""
"La tasa de conexiones abandonadas es %s, este valor debería ser menor a 1 "
"por hora"
#: libraries/advisory_rules.txt:413
msgid "Percentage of aborted clients"
msgstr ""
msgstr "Porcentaje de clientes abandonados"
#: libraries/advisory_rules.txt:416 libraries/advisory_rules.txt:423
msgid "Too many clients are aborted."
msgstr ""
msgstr "Demasiados clientes son abandonados."
#: libraries/advisory_rules.txt:417 libraries/advisory_rules.txt:424
msgid ""
@ -13977,52 +14009,59 @@ msgid ""
"MySQL properly. This can be due to network issues or code not closing a "
"database handler properly. Check your network and code."
msgstr ""
"Los clientes son abandonados generalmente cuando no cierran sus conexiones "
"MySQL apropiadamente. Esto puede ser debido a problemas de red o cuando el "
"código no libera el manejador de la base de datos correctamente. Revise su "
"conexión de red y código."
#: libraries/advisory_rules.txt:418
#, php-format
msgid "%s%% of all clients are aborted. This value should be below 2%%"
msgstr ""
"%s%% de todos los clientes son abandonados. Este valor debería ser menor a 2"
"%%"
#: libraries/advisory_rules.txt:420
#, fuzzy
#| msgid "Format of imported file"
msgid "Rate of aborted clients"
msgstr "Formato del archivo importado"
msgstr "Tasa de clientes abandonados"
#: libraries/advisory_rules.txt:425
#, php-format
msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
msgstr ""
"La tasa de clientes abandonados es %s, este valor debería ser menor a 1 por "
"hora"
#: libraries/advisory_rules.txt:429
msgid "Is InnoDB disabled?"
msgstr ""
msgstr "¿InnoDB está desactivado?"
#: libraries/advisory_rules.txt:432
#, fuzzy
#| msgid "Could not save recent table"
msgid "You do not have InnoDB enabled."
msgstr "No se pudo guardar la tabla reciente"
msgstr "No posee InnoDB activado."
#: libraries/advisory_rules.txt:433
msgid "InnoDB is usually the better choice for table engines."
msgstr ""
msgstr "InnoDB es, usualmente, la mejor opción como motor para tablas."
#: libraries/advisory_rules.txt:434
msgid "have_innodb is set to 'value'"
msgstr ""
msgstr "«have_innodb» está configurado como 'value'"
#: libraries/advisory_rules.txt:436
msgid "InnoDB log size"
msgstr ""
msgstr "Tamaño de registro InnoDB"
#: libraries/advisory_rules.txt:439
#, fuzzy
#| msgid "The number writes done to the InnoDB buffer pool."
msgid ""
"The InnoDB log file size is not an appropriate size, in relation to the "
"InnoDB buffer pool."
msgstr "El número de escrituras hechas a la reserva de búfers InnoDB."
msgstr ""
"El tamaño del archivo de registro InnoDB no parece ser apropiado en relación "
"a la reserva de búfers InnoDB."
#: libraries/advisory_rules.txt:440
#, php-format
@ -14037,6 +14076,17 @@ msgid ""
"fine. See also <a href=\"http://mysqldatabaseadministration.blogspot."
"com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
msgstr ""
"Especialmente en un sistema con gran cantidad de escrituras a tablas InnoDB, "
"debería de configurar «innodb_log_file_size» a aproximadamente 25%% de "
"{innodb_buffer_pool_size}. Sin embargo, mientras mayor sea este valor, mayor "
"será el tiempo de recuperación luego de una caída de la base de datos, por "
"lo que este valor no debería ser mucho mayor a 256 MiB. Note, además, que no "
"puede simplemente cambiar el valor de esta variable. Necesitará cerrar el "
"servidor, eliminar los archivos de registro InnoDB, definir el nuevo valor "
"en el archivo my.cnf, iniciar el servidor y luego revisar los mensajes de "
"error para asegurarse que no hubo inconvenientens. Revise también <a "
"href=\"http://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
"innodblogfilesize-proper-way.html\">este artículo</a>"
#: libraries/advisory_rules.txt:441
#, php-format
@ -14044,14 +14094,16 @@ msgid ""
"Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
"it should not be below 20%%"
msgstr ""
"El tamaño del archivo de registros InnoDB es %s%% del tamaño de la reserva "
"de búfers InnoDB, no debería ser menor a 20%%"
#: libraries/advisory_rules.txt:443
msgid "Max InnoDB log size"
msgstr ""
msgstr "Tamaño máximo del registro InnoDB"
#: libraries/advisory_rules.txt:446
msgid "The InnoDB log file size is inadequately large."
msgstr ""
msgstr "El tamaño del archivo de registros InnoDB es inadecuadamente grande."
#: libraries/advisory_rules.txt:447
#, php-format
@ -14066,21 +14118,31 @@ msgid ""
"mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfilesize-"
"proper-way.html\">this blog entry</a>"
msgstr ""
"Normalmente es suficiente definir {innodb_log_file_size} a el 25%% del valor "
"de {innodb_buffer_pool_size}. Un valor muy alto de {innodb_log_file_size} "
"reduce considerablemente la velocidad de la recuperación luego de una caída "
"de la base de datos. Revise también <a "
"href=\"http://www.mysqlperformanceblog.com/2006/07/03/choosing-proper-"
"innodb_log_file_size/\">este artículo</a>. Necesitará cerrar el servidor, "
"eliminar los archivos de registros InnoDB, definir el nuevo valor en el "
"archivo 'my.cnf', iniciar el servidor y luego verificar los registros de "
"error para asegurarse que no hubo inconvenientes. Revise también <a "
"href=\"http://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
"innodblogfilesize-proper-way.html\">este artículo</a>"
#: libraries/advisory_rules.txt:448
#, php-format
msgid "Your absolute InnoDB log size is %s MiB"
msgstr ""
msgstr "El tamaño absoluto del archivo de registros InnoDB es %s MiB"
#: libraries/advisory_rules.txt:450
#, fuzzy
#| msgid "Buffer pool size"
msgid "InnoDB buffer pool size"
msgstr "Tamaño de la reserva de búfers"
msgstr "Tamaño de la reserva de búfers InnoDB"
#: libraries/advisory_rules.txt:453
msgid "Your InnoDB buffer pool is fairly small."
msgstr ""
msgstr "Su reserva de búfers InnoDB es relativamente pequeña."
#: libraries/advisory_rules.txt:454
#, php-format
@ -14096,6 +14158,17 @@ msgid ""
"\"http://www.mysqlperformanceblog.com/2007/11/03/choosing-"
"innodb_buffer_pool_size/\">this article</a>"
msgstr ""
"La reserva de búfers InnoDB tiene un profundo impacto en la performance de "
"las tablas InnoDB. Asigne toda la memoria disponible a este búfer. Para "
"servidores de base de datos que sólo utilicen InnoDB como motor de "
"almacenamiento y no tengan otros servicios (por ejemplo un servidor web), "
"puede definir este valor hasta un 80%% de su memoria disponible. Si no es el "
"caso, deberá analizar cuidadosamente el consumo de memoria de los otros "
"servicios y tablas con otros motores y configurar esta variable acorde a "
"ello. Si se la define demasiado alta, su sistema comenzará a utilizar el "
"área de intercambio en disco disminuyendo la performance significativamente. "
"Revise también <a href=\"http://www.mysqlperformanceblog.com/2007/11/03"
"/choosing-innodb_buffer_pool_size/\">este artículo</a>"
#: libraries/advisory_rules.txt:455
#, php-format
@ -14105,16 +14178,19 @@ msgid ""
"perfectly adequate for your system if you don't have much InnoDB tables or "
"other services running on the same machine."
msgstr ""
"Actualmente está utilizando %s%% de su memoria de la reserva de búfers "
"InnoDB. Esta regla se dispara si está asignando menos del 60%%. Sin embargo, "
"esto puede ser perfectamente adecuado para su sistema si no posee muchas "
"tablas InnoDB o tiene otros servicios en el mismo equipo."
#: libraries/advisory_rules.txt:459
#, fuzzy
#| msgid "max. concurrent connections"
msgid "MyISAM concurrent inserts"
msgstr "Número máx. de conexiones concurrentes"
msgstr "Inserciones MyISAM concurrentes"
#: libraries/advisory_rules.txt:462
msgid "Enable {concurrent_insert} by setting it to 1"
msgstr ""
msgstr "Active {concurrent_insert} definiéndolo como 1"
#: libraries/advisory_rules.txt:463
msgid ""
@ -14122,7 +14198,11 @@ msgid ""
"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Definir «concurrent_insert» a 1 reduce la competencia entre lectores y "
"escritores en una tabla particular. Revise también la <a "
"href=\"http://dev.mysql.com/doc/refman/5.5/en/concurrent-"
"inserts.html\">documentación MySQL</a>"
#: libraries/advisory_rules.txt:464
msgid "concurrent_insert is set to 0"
msgstr ""
msgstr "«concurrent_insert» está definido como 0"