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 Jul 20, 2023
1 parent 2f5748a commit 9a93b4b
Show file tree
Hide file tree
Showing 6 changed files with 562 additions and 2 deletions.
9 changes: 9 additions & 0 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ OC.L10N.register(
"Recognize uses Tensorflow for running the machine learning models. Not all installations support Tensorflow, either because the CPU does not support AVX instructions, or because the platform is not x86 (ie. on a Raspberry Pi, which is ARM), or because the Operating System that your nextcloud runs on (when using docker, then that is the OS within the docker image) does not come with GNU lib C (for example Alpine Linux, which is also used by Nextcloud AIO). In most cases, even if your installation does not support native Tensorflow operation, you can still run Tensorflow using WebAssembly (WASM) in Node.js. This is somewhat slower but still works." : "Recognize utiliza Tensorflow para ejecutar los modelos de aprendizaje automático. No todas las instalaciones admiten Tensorflow, ya sea porque la CPU no admite instrucciones AVX, o porque la plataforma no es x86 (es decir, en una Raspberry Pi, que es ARM), o porque el sistema operativo en el que se ejecuta nextcloud (cuando se utiliza docker, entonces es el sistema operativo dentro de la imagen docker) no viene con GNU lib C (por ejemplo Alpine Linux, que también es utilizado por Nextcloud AIO). En la mayoría de los casos, incluso si su instalación no soporta el funcionamiento nativo de Tensorflow, todavía puede ejecutar Tensorflow utilizando WebAssembly (WASM) en Node.js. Esto es algo más lento, pero sigue funcionando.",
"Tensorflow GPU mode" : "Modo GPU de Tensorflow",
"Enable GPU mode" : "Habilitar modo GPU",
"Like most machine learning models, Recognize will run even faster when using a GPU. Setting this up is non-trivial but works well when everything is setup correctly." : "Cómo la mayoría de los modelos de machine learning, Recognize se ejecutará aún más rápido utilizando un GPU. Configurar esto no es trivial pero funciona muy bien cuando todo está configurado correctamente.",
"Learn how to setup GPU mode with Recognize" : "Aprenda a como configurar el modo GPU con Recognize",
"Node.js" : "Node.js",
"Checking Node.js" : "Comprobando Node.js",
"Node.js {version} binary was installed successfully." : "El binario Node.js {version} fue instalado exitósamente.",
Expand All @@ -86,15 +88,22 @@ OC.L10N.register(
"Could not load Tensorflow WASM in Node.js. Something is wrong with your setup." : "No se puede cargar Tensorflow WASM en Node.js. Hay algún problema con su configuración.",
"Tensorflow WASM was loaded successfully into Node.js." : "Tensorflow WASM fue cargada exitosamente en Node.js.",
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v14.17 and newer v14 releases." : "Si el binario proporcionado de Node.js no funciona en su sistema por alguna razón, puede establecer la ruta a un binario personalizado. Se soportan las versiones de Node 14 desde la versión v14.17.",
"Classifier process priority" : "Prioridad del proceso del clasificador",
"Checking Nice binary" : "Comprobando el binario Nice",
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "No se encontró el binario Nice. Es posible que deba establecer la ruta a un binario funcional manualmente.",
"Nice binary path" : "Ruta del binario Nice",
"Nice value to set the priority of the Node.js processes. The value can only be from 0 to 19 since the Node.js process runs without superuser privileges. The higher the nice value, the lower the priority of the process." : "Valor de prioridad a establecer sobre los procesos de Node.js. El valor solo puede ser de 0 a 19, ya que el proceso de Node.js se ejecuta sin privilegios de superusuario. Cuanto mayor sea el valor, menor será la prioridad del proceso.",
"Terminal commands" : "Comandos de terminal",
"To download all models preliminary to executing the classification jobs, run the following command on the server terminal." : "Para descargar todos los modelos previo a la ejecución de los trabajos de clasificación, ejecute el siguiente comando en el terminal del servidor.",
"To trigger a full classification run, run the following command on the server terminal. (The classification will run in multiple background jobs which can run in parallel.)" : "Para dar inicio a una corrida de clasificación completa, ejecute el siguiente comando en el terminal del servidor. (La corrida de clasificación se ejecutará en múltiples trabajos en segundo plano que pueden correr en paralelo.)",
"To run a full classification run on the terminal, run the following. (The classification will run in sequence inside your terminal.)" : "Para ejecutar una corrida de clasificación completa en el terminal, ejecute lo siguiente. (La corrida de clasificación se ejecutará secuencialmente en su terminal.)",
"Before running a full initial classification run on the terminal, you should stop all background processing that Recognize scheduled upon installation to avoid interference." : "Antes de ejecutar una ejecución completa inicial de clasificación en la terminal, debes detener todos los procesos en segundo plano que Recognize programó al momento de la instalación para evitar interferencias.",
"To run a face clustering run on for each user in the terminal, run the following. (The clustering will run in sequence inside your terminal.)" : "Para ejecutar una corrida de agrupación de rostros para cada usuario en el terminal, ejecute lo siguiente. (La clasificación de rostros se ejecutará secuencialmente en su terminal.)",
"To remove all face clusters but keep the raw detected faces run the following on the terminal:" : "Para quitar todos los grupos de rostros conservando los rostros detectados en crudo, ejecute lo siguiente en el terminal:",
"To remove all detected faces and face clusters run the following on the terminal:" : "Para quitar todos los rostros detectados y sus grupos, ejecute lo siguiente en el terminal:",
"You can reset the tags of all files that have been previously classified by Recognize with the following command:" : "Puede reestablecer las etiquetas de todos los archivos que han sido previamente clasificados por medio de reconocimiento con el siguiente comando:",
"You can delete all tags that no longer have any files associated with them with the following command:" : "Puede eliminar todas las etiquetas que no tienen archivos asociados a ellas con el siguiente comando:",
"To remove tags that were created by Recognize version 2 from all files run the following on the terminal:" : "Para quitar todas las etiquetas que fueron creadas por Recognize versión 2 de todos los archivos, ejecute lo siguiente en la terminal:",
"Your server does not support AVX instructions" : "Su servidor no soporta instrucciones AVX",
"Your server does not have an x86 64-bit CPU" : "Su servidor no tiene un CPU x86 de 64 bits",
"Your server uses musl libc" : "Su servidor utilizar la libreria C musl",
Expand Down
9 changes: 9 additions & 0 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
"Recognize uses Tensorflow for running the machine learning models. Not all installations support Tensorflow, either because the CPU does not support AVX instructions, or because the platform is not x86 (ie. on a Raspberry Pi, which is ARM), or because the Operating System that your nextcloud runs on (when using docker, then that is the OS within the docker image) does not come with GNU lib C (for example Alpine Linux, which is also used by Nextcloud AIO). In most cases, even if your installation does not support native Tensorflow operation, you can still run Tensorflow using WebAssembly (WASM) in Node.js. This is somewhat slower but still works." : "Recognize utiliza Tensorflow para ejecutar los modelos de aprendizaje automático. No todas las instalaciones admiten Tensorflow, ya sea porque la CPU no admite instrucciones AVX, o porque la plataforma no es x86 (es decir, en una Raspberry Pi, que es ARM), o porque el sistema operativo en el que se ejecuta nextcloud (cuando se utiliza docker, entonces es el sistema operativo dentro de la imagen docker) no viene con GNU lib C (por ejemplo Alpine Linux, que también es utilizado por Nextcloud AIO). En la mayoría de los casos, incluso si su instalación no soporta el funcionamiento nativo de Tensorflow, todavía puede ejecutar Tensorflow utilizando WebAssembly (WASM) en Node.js. Esto es algo más lento, pero sigue funcionando.",
"Tensorflow GPU mode" : "Modo GPU de Tensorflow",
"Enable GPU mode" : "Habilitar modo GPU",
"Like most machine learning models, Recognize will run even faster when using a GPU. Setting this up is non-trivial but works well when everything is setup correctly." : "Cómo la mayoría de los modelos de machine learning, Recognize se ejecutará aún más rápido utilizando un GPU. Configurar esto no es trivial pero funciona muy bien cuando todo está configurado correctamente.",
"Learn how to setup GPU mode with Recognize" : "Aprenda a como configurar el modo GPU con Recognize",
"Node.js" : "Node.js",
"Checking Node.js" : "Comprobando Node.js",
"Node.js {version} binary was installed successfully." : "El binario Node.js {version} fue instalado exitósamente.",
Expand All @@ -84,15 +86,22 @@
"Could not load Tensorflow WASM in Node.js. Something is wrong with your setup." : "No se puede cargar Tensorflow WASM en Node.js. Hay algún problema con su configuración.",
"Tensorflow WASM was loaded successfully into Node.js." : "Tensorflow WASM fue cargada exitosamente en Node.js.",
"If the shipped Node.js binary doesn't work on your system for some reason you can set the path to a custom node.js binary. Currently supported is Node v14.17 and newer v14 releases." : "Si el binario proporcionado de Node.js no funciona en su sistema por alguna razón, puede establecer la ruta a un binario personalizado. Se soportan las versiones de Node 14 desde la versión v14.17.",
"Classifier process priority" : "Prioridad del proceso del clasificador",
"Checking Nice binary" : "Comprobando el binario Nice",
"Could not find the Nice binary. You may need to set the path to a working binary manually." : "No se encontró el binario Nice. Es posible que deba establecer la ruta a un binario funcional manualmente.",
"Nice binary path" : "Ruta del binario Nice",
"Nice value to set the priority of the Node.js processes. The value can only be from 0 to 19 since the Node.js process runs without superuser privileges. The higher the nice value, the lower the priority of the process." : "Valor de prioridad a establecer sobre los procesos de Node.js. El valor solo puede ser de 0 a 19, ya que el proceso de Node.js se ejecuta sin privilegios de superusuario. Cuanto mayor sea el valor, menor será la prioridad del proceso.",
"Terminal commands" : "Comandos de terminal",
"To download all models preliminary to executing the classification jobs, run the following command on the server terminal." : "Para descargar todos los modelos previo a la ejecución de los trabajos de clasificación, ejecute el siguiente comando en el terminal del servidor.",
"To trigger a full classification run, run the following command on the server terminal. (The classification will run in multiple background jobs which can run in parallel.)" : "Para dar inicio a una corrida de clasificación completa, ejecute el siguiente comando en el terminal del servidor. (La corrida de clasificación se ejecutará en múltiples trabajos en segundo plano que pueden correr en paralelo.)",
"To run a full classification run on the terminal, run the following. (The classification will run in sequence inside your terminal.)" : "Para ejecutar una corrida de clasificación completa en el terminal, ejecute lo siguiente. (La corrida de clasificación se ejecutará secuencialmente en su terminal.)",
"Before running a full initial classification run on the terminal, you should stop all background processing that Recognize scheduled upon installation to avoid interference." : "Antes de ejecutar una ejecución completa inicial de clasificación en la terminal, debes detener todos los procesos en segundo plano que Recognize programó al momento de la instalación para evitar interferencias.",
"To run a face clustering run on for each user in the terminal, run the following. (The clustering will run in sequence inside your terminal.)" : "Para ejecutar una corrida de agrupación de rostros para cada usuario en el terminal, ejecute lo siguiente. (La clasificación de rostros se ejecutará secuencialmente en su terminal.)",
"To remove all face clusters but keep the raw detected faces run the following on the terminal:" : "Para quitar todos los grupos de rostros conservando los rostros detectados en crudo, ejecute lo siguiente en el terminal:",
"To remove all detected faces and face clusters run the following on the terminal:" : "Para quitar todos los rostros detectados y sus grupos, ejecute lo siguiente en el terminal:",
"You can reset the tags of all files that have been previously classified by Recognize with the following command:" : "Puede reestablecer las etiquetas de todos los archivos que han sido previamente clasificados por medio de reconocimiento con el siguiente comando:",
"You can delete all tags that no longer have any files associated with them with the following command:" : "Puede eliminar todas las etiquetas que no tienen archivos asociados a ellas con el siguiente comando:",
"To remove tags that were created by Recognize version 2 from all files run the following on the terminal:" : "Para quitar todas las etiquetas que fueron creadas por Recognize versión 2 de todos los archivos, ejecute lo siguiente en la terminal:",
"Your server does not support AVX instructions" : "Su servidor no soporta instrucciones AVX",
"Your server does not have an x86 64-bit CPU" : "Su servidor no tiene un CPU x86 de 64 bits",
"Your server uses musl libc" : "Su servidor utilizar la libreria C musl",
Expand Down
Loading

0 comments on commit 9a93b4b

Please sign in to comment.