|
| 1 | +<?php |
| 2 | + |
| 3 | +$texts = [ |
| 4 | + 'project.link' => 'Proyecto en GitHub', |
| 5 | + 'project.log_in' => 'Déjame entrar', |
| 6 | + |
| 7 | + 'error.not.installed.title' => 'Sin instalar', |
| 8 | + 'error.not.installed.description' => 'Parece que OpCache no está instalado.', |
| 9 | + 'error.not.enabled.title' => 'Sin habilitar', |
| 10 | + 'error.not.enabled.description' => 'Parece que OpCache no está habilitado.', |
| 11 | + |
| 12 | + 'menu.status' => 'Estatus', |
| 13 | + 'menu.config' => 'Configuración', |
| 14 | + 'menu.scripts' => 'Scripts en caché', |
| 15 | + 'menu.graphs' => 'Gráficos', |
| 16 | + |
| 17 | + 'reset.submit' => 'Reiniciar', |
| 18 | + 'confirmation.reset' => 'Está seguro de borrar el caché?', |
| 19 | + 'confirmation.yes' => 'Sí', |
| 20 | + 'confirmation.no' => 'No', |
| 21 | + |
| 22 | + 'status.title' => 'Estatus', |
| 23 | + 'status.opcache_enabled' => 'Habilitado', |
| 24 | + 'status.cache_full' => 'Caché lleno', |
| 25 | + 'status.restart_pending' => 'Reiniciar pendientes', |
| 26 | + 'status.restart_in_progress' => 'Reiniciar en progreso', |
| 27 | + |
| 28 | + 'memory.title' => 'Uso de memoria', |
| 29 | + 'memory.used_memory' => 'Memoria utilizada', |
| 30 | + 'memory.free_memory' => 'Memoria libre', |
| 31 | + 'memory.wasted_memory' => 'Memoria gastada', |
| 32 | + 'memory.current_wasted_percentage' => 'Gastada actualmente', |
| 33 | + |
| 34 | + 'stats.title' => 'Estadísticas', |
| 35 | + 'stats.num_cached_scripts' => 'Scripts en caché', |
| 36 | + 'stats.num_cached_keys' => 'Llaves en caché', |
| 37 | + 'stats.max_cached_keys' => 'Máximas llaves en caché', |
| 38 | + 'stats.hits' => 'Aciertos', |
| 39 | + 'stats.start_time' => 'Tiempo de inicio', |
| 40 | + 'stats.last_restart_time' => 'Último reinicio', |
| 41 | + 'stats.oom_restarts' => 'Reinicio de Oom', |
| 42 | + 'stats.hash_restarts' => 'Reinicio de Hash', |
| 43 | + 'stats.manual_restarts' => 'Reinicios manuales', |
| 44 | + 'stats.misses' => 'Desaciertos', |
| 45 | + 'stats.blacklist_misses' => 'Desaciertos de lista negra', |
| 46 | + 'stats.blacklist_miss_ratio' => 'Proporción de desaciertos', |
| 47 | + 'stats.opcache_hit_rate' => 'Proporción de aciertos de Opcache', |
| 48 | + |
| 49 | + 'config.title' => 'Configuración', |
| 50 | + 'config.opcache.enable' => 'Habilitado', |
| 51 | + 'config.opcache.enable.description' => 'Determina si Zend OPCache está habilitado.', |
| 52 | + 'config.opcache.enable_cli' => 'Habilitado para CLI', |
| 53 | + 'config.opcache.enable_cli.description' => 'Determina si Zend OPCache está habilitado para la versión CLI de PHP.', |
| 54 | + 'config.opcache.use_cwd' => 'Llaves basadas en directorio actual', |
| 55 | + 'config.opcache.use_cwd.description' => 'Cuando esta directiva está habilitada, OPcache agrega el directorio actual a la llave del script,eliminando asi posibles problemas por nombres repetidos. El deshabilitar esta opción mejora el rendimiento pero puede afectar aplicaciones existentes.', |
| 56 | + 'config.opcache.validate_timestamps' => 'Validar timestamps', |
| 57 | + 'config.opcache.validate_timestamps.description' => 'Cuando se deshabilita, debe reiniciar el OPcache manualmente o reiniciar el webserver para ver los cambios en el sistema de archivos', |
| 58 | + 'config.opcache.inherited_hack' => 'Hack heredado', |
| 59 | + 'config.opcache.inherited_hack.description' => '', |
| 60 | + 'config.opcache.dups_fix' => 'Arreglo de Dups', |
| 61 | + 'config.opcache.dups_fix.description' => '', |
| 62 | + 'config.opcache.revalidate_path' => 'Revalidar ruta', |
| 63 | + 'config.opcache.revalidate_path.description' => 'Habilita la búsqueda de archivos en la optimización de include_path.', |
| 64 | + 'config.opcache.log_verbosity_level' => 'Registra nivel de verbosidad', |
| 65 | + 'config.opcache.log_verbosity_level.description' => 'All OPcache errors go to the Web server log. By default, only fatal errors (level 0) or errors (level 1) are logged. You can also enable warnings (level 2), info messages (level 3) or debug messages (level 4).', |
| 66 | + 'config.opcache.memory_consumption' => 'Opcache memory size', |
| 67 | + 'config.opcache.memory_consumption.description' => 'The OPcache shared memory storage size.', |
| 68 | + 'config.opcache.interned_strings_buffer' => 'Interned strings buffer', |
| 69 | + 'config.opcache.interned_strings_buffer.description' => 'The amount of memory for interned strings in Mbytes.', |
| 70 | + 'config.opcache.max_accelerated_files' => 'Maximum cached scripts', |
| 71 | + 'config.opcache.max_accelerated_files.description' => 'The maximum number of keys (scripts) in the OPcache hash table. Only numbers between 200 and 100000 are allowed.', |
| 72 | + 'config.opcache.max_wasted_percentage' => 'Maximum wasted before restart', |
| 73 | + 'config.opcache.max_wasted_percentage.description' => 'The maximum percentage of "wasted" memory until a restart is scheduled.', |
| 74 | + 'config.opcache.consistency_checks' => 'Consistency checks frequency', |
| 75 | + 'config.opcache.consistency_checks.description' => 'Check the cache checksum each N requests. The default value of "0" means that the checks are disabled.', |
| 76 | + 'config.opcache.force_restart_timeout' => 'Force restart timeout', |
| 77 | + 'config.opcache.force_restart_timeout.description' => 'How long to wait (in seconds) for a scheduled restart to begin if the cache is not being accessed.', |
| 78 | + 'config.opcache.revalidate_freq' => 'Frequency to check for changes', |
| 79 | + 'config.opcache.revalidate_freq.description' => 'How often (in seconds) to check file timestamps for changes to the shared memory storage allocation. "1" means validate once per second, but only once per request. "0" means always validate.', |
| 80 | + 'config.opcache.preferred_memory_model' => '', |
| 81 | + 'config.opcache.preferred_memory_model.description' => 'Preferred Shared Memory back-end. Leave empty and let the system decide.', |
| 82 | + 'config.opcache.blacklist_filename' => 'Lista negra', |
| 83 | + 'config.opcache.blacklist_filename.description' => 'The location of the OPcache blacklist file (wildcards allowed). Each OPcache blacklist file is a text file that holds the names of files that should not be accelerated. The file format is to add each filename to a new line. The filename may be a full path or just a file prefix (i.e., /var/www/x blacklists all the files and directories in /var/www that start with \'x\'). Line starting with a ; are ignored (comments).', |
| 84 | + 'config.opcache.max_file_size' => 'Exclude caching above size', |
| 85 | + 'config.opcache.max_file_size.description' => 'Allows exclusion of large files from being cached. By default all files are cached.', |
| 86 | + 'config.opcache.error_log' => 'Registro de errores', |
| 87 | + 'config.opcache.error_log.description' => 'OPcache error_log file name. Empty string assumes "stderr".', |
| 88 | + 'config.opcache.protect_memory' => 'Proteger memoria', |
| 89 | + 'config.opcache.protect_memory.description' => 'Protect the shared memory from unexpected writing during script execution. Useful for internal debugging only.', |
| 90 | + 'config.opcache.save_comments' => 'Guardar comentarios', |
| 91 | + 'config.opcache.save_comments.description' => 'If disabled, all PHPDoc comments are dropped from the code to reduce the size of the optimized code.', |
| 92 | + 'config.opcache.load_comments' => 'Cargar comentarios', |
| 93 | + 'config.opcache.load_comments.description' => 'If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments" may be always stored (save_comments=1), but not loaded by applications that don\'t need them anyway.', |
| 94 | + 'config.opcache.fast_shutdown' => 'Cierre rápido', |
| 95 | + 'config.opcache.fast_shutdown.description' => 'If habilitado, a fast shutdown sequence is used for the accelerated code.', |
| 96 | + 'config.opcache.enable_file_override' => 'Sobreescribir el archivo', |
| 97 | + 'config.opcache.enable_file_override.description' => 'Allow file existence override (file_exists, etc.) performance feature.', |
| 98 | + 'config.opcache.optimization_level' => 'Nivel de optimización', |
| 99 | + 'config.opcache.optimization_level.description' => 'A bitmask, where each bit enables or disables the appropriate OPcache passes.', |
| 100 | + |
| 101 | + 'blacklist.title' => 'Lista negra', |
| 102 | + 'blacklist.empty' => 'La lista negra está vacía.', |
| 103 | + |
| 104 | + 'scripts.title' => 'Scripts en caché', |
| 105 | + 'scripts.overview.title' => 'Resumen', |
| 106 | + 'scripts.empty' => 'Ningún script está en caché', |
| 107 | + 'scripts.directory.script_count' => ' (<i class="count">%s</i> archivos)', |
| 108 | + 'scripts.full_path' => 'Nombre del archivo', |
| 109 | + 'scripts.hits' => 'Aciertos', |
| 110 | + 'scripts.memory_consumption' => 'Memoria', |
| 111 | + 'scripts.last_used_timestamp' => 'Último usado', |
| 112 | + 'scripts.timestamp' => 'Creado', |
| 113 | + 'scripts.actions' => 'Acciones', |
| 114 | + 'script.invalidate' => 'Invalidar', |
| 115 | + 'scripts.filter.placeholder' => 'Filtrar scripts en caché', |
| 116 | + |
| 117 | + 'graph.title' => 'Gráficos', |
| 118 | + 'graph.memory.title' => 'Memoria', |
| 119 | + 'graph.memory.free' => 'libre', |
| 120 | + 'graph.memory.used' => 'usada', |
| 121 | + 'graph.memory.wasted' => 'gastada', |
| 122 | + 'graph.keys.title' => 'Llaves', |
| 123 | + 'graph.keys.free' => 'libres', |
| 124 | + 'graph.keys.scripts' => 'usadas', |
| 125 | + 'graph.keys.wasted' => 'gastadas', |
| 126 | + 'graph.hits.title' => 'Aciertos', |
| 127 | + 'graph.hits.hits' => 'aciertos', |
| 128 | + 'graph.hits.misses' => 'desaciertos', |
| 129 | + 'graph.hits.blacklist' => 'lista negra' |
| 130 | +]; |
0 commit comments