Version 1
[yaffs-website] / web / modules / contrib / devel / webprofiler / console / translations / es / webprofiler.benchmark.yml
diff --git a/web/modules/contrib/devel/webprofiler/console/translations/es/webprofiler.benchmark.yml b/web/modules/contrib/devel/webprofiler/console/translations/es/webprofiler.benchmark.yml
new file mode 100644 (file)
index 0000000..8ed902e
--- /dev/null
@@ -0,0 +1,20 @@
+description: Benchmark una URL.
+arguments:
+  url: Url para efectuar un benchmark.
+options:
+  runs: NĂºmero de ejecuciones.
+  file: Guardar los resultados en un archivo.
+  cache-rebuild: Reconstruir cache antes de iniciar el benchmark.
+messages:
+  not_git: No en un repositorio git.
+  error_login: Error ingresando al sistema.
+progress:
+  cache_rebuild: Reconstruyendo cache...
+  login: Ingresando al sistema...
+  get: Solicitud Http...
+  compute_avg: Calculando promedio...
+  compute_median: Calculando media...
+  compute_95percentile: Calculando percentile 95...
+  git_hash: Calculando GIT hash...
+  yaml: Generando salida...
+  done: Terminado.