-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
d129a88
commit dfd39ea
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ "translations": { | ||
"Workflow OCR" : "Flujo de trabajo OCR", | ||
"Workflow OCR error for file {file}" : "Flujo de trabajo OCR, error en archivo {file}", | ||
"Workflow OCR error" : "Error en Flujo de trabajo OCR", | ||
"Workflow settings JSON value cannot be parsed" : "El valor JSON de configuración del flujo de trabajo no se puede analizar", | ||
"OCR file" : "Archivo OCR", | ||
"OCR processing via workflow" : "Procesamiento de OCR a través del flujo de trabajo", | ||
"Server side OCR processing via workflow engine" : "Procesamiento OCR del lado del servidor a través del motor de flujo de trabajo", | ||
"This app makes it possible to process various files via OCR algorithms.\n\tThe processing is done via workflow-engine and can therefore easily be customized.\n\tPlease note that you'll have to install the OcrMyPDF CLI on your Nextcloud server to\n\tprocess PDF files. More installation instructions can be found in the docs https://github.com/R0Wi/workflow_ocr/blob/master/README.md." : "Esta aplicación hace posible el procesamiento de varios archivos a través de algoritmos OCR.\n\tEl procesamiento se realiza a través del motor de flujos de trabajo y se puede personalizar fácilmente.\n\tPor favor tome en cuenta que deberá instalar la línea de comandos OcrMyPDF en su servidor Nextcloud para\n\tprocesar archivos PDF. Puede hallar más instrucciones para la instalación en los siguientes documentos https://github.com/R0Wi/workflow_ocr/blob/master/README.md." | ||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" | ||
} |