Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Oct 11, 2023
1 parent 9c35512 commit 0fe28db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ OC.L10N.register(
"Rescan all files" : "Volver a escanear todos los archivos",
"Click the button below to clear the classifier queues and clear all background jobs. This is useful when you want to do the initial classification using the terminal command." : "Haga click en el botón a continuación para borrar las colas de clasificación y borrar todos los trabajos en segundo plano. Esto es útil cuando quiere hacer la clasificación inicial utilizando la línea de comandos.",
"Clear queues and background jobs" : "Borrar colas y trabajos en segundo plano",
"Resource usage" : "Utilización de recursos",
"By default all available CPU cores will be used which may put your system under considerable load. To avoid this, you can limit the amount of CPU Cores used. (Note: In WASM mode, currently only 1 core can be used at all times.)" : "Por defecto, todos los núcleos del CPU serán utilizados, lo que podría poner su sistema bajo una carga considerable. Para evitarlo, puede limitar la cantidad de núcleos a utilizar. (Nota: en el modo WASM solo se usa 1 núcleo permanentemente.)",
"Number of CPU Cores (0 for no limit)" : "Número de núcleos de CPU (0 para no utilizar límite)",
"By default, recognize will only ever run one classifier process at a time. If you have a lot of resources available and want to run as many processes in parallel as possible, you can turn on concurrency here." : "De forma predeterminada, recognize solo ejecutará un proceso de clasificación al mismo tiempo. Si tiene muchos recursos disponibles y quiere ejecutar tantos procesos en paralelo como sean posibles, puede habilitar la concurrencia aquí.",
"Enable unlimited concurrency of classifier processes" : "Habilitar concurrencia ilimitada de los procesos clasificadores",
"Tensorflow WASM mode" : "Modo WASM Tensorflow",
"Checking CPU" : "Comprobando CPU",
"Could not check whether your machine supports native TensorFlow operation. Make sure your OS has GNU lib C, your CPU supports AVX instructions and you are running on x86. If one of these things is not the case, you will need to run in WASM mode." : "No se pudo verificar si su máquina tiene soporte nativo para la operación de TensorFlow. Asegúrese que su sistema operativo tenga GNU lib C, que su CPU soporte instrucciones AVX y la arquitectura del mismo sea x86. Si alguna de estas no es el caso, tendrá que ejecutar en modo WASM.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@
"Rescan all files" : "Volver a escanear todos los archivos",
"Click the button below to clear the classifier queues and clear all background jobs. This is useful when you want to do the initial classification using the terminal command." : "Haga click en el botón a continuación para borrar las colas de clasificación y borrar todos los trabajos en segundo plano. Esto es útil cuando quiere hacer la clasificación inicial utilizando la línea de comandos.",
"Clear queues and background jobs" : "Borrar colas y trabajos en segundo plano",
"Resource usage" : "Utilización de recursos",
"By default all available CPU cores will be used which may put your system under considerable load. To avoid this, you can limit the amount of CPU Cores used. (Note: In WASM mode, currently only 1 core can be used at all times.)" : "Por defecto, todos los núcleos del CPU serán utilizados, lo que podría poner su sistema bajo una carga considerable. Para evitarlo, puede limitar la cantidad de núcleos a utilizar. (Nota: en el modo WASM solo se usa 1 núcleo permanentemente.)",
"Number of CPU Cores (0 for no limit)" : "Número de núcleos de CPU (0 para no utilizar límite)",
"By default, recognize will only ever run one classifier process at a time. If you have a lot of resources available and want to run as many processes in parallel as possible, you can turn on concurrency here." : "De forma predeterminada, recognize solo ejecutará un proceso de clasificación al mismo tiempo. Si tiene muchos recursos disponibles y quiere ejecutar tantos procesos en paralelo como sean posibles, puede habilitar la concurrencia aquí.",
"Enable unlimited concurrency of classifier processes" : "Habilitar concurrencia ilimitada de los procesos clasificadores",
"Tensorflow WASM mode" : "Modo WASM Tensorflow",
"Checking CPU" : "Comprobando CPU",
"Could not check whether your machine supports native TensorFlow operation. Make sure your OS has GNU lib C, your CPU supports AVX instructions and you are running on x86. If one of these things is not the case, you will need to run in WASM mode." : "No se pudo verificar si su máquina tiene soporte nativo para la operación de TensorFlow. Asegúrese que su sistema operativo tenga GNU lib C, que su CPU soporte instrucciones AVX y la arquitectura del mismo sea x86. Si alguna de estas no es el caso, tendrá que ejecutar en modo WASM.",
Expand Down

0 comments on commit 0fe28db

Please sign in to comment.