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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 21, 2025
1 parent 2db6a06 commit fda3fc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion l10n/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ OC.L10N.register(
"Workflow OCR" : "Fluxo de traballo OCR",
"Workflow OCR error" : "Produciuse un erro no fluxo de traballo OCR",
"Workflow OCR error for file {file}" : "Produciuse un erro no fluxo de traballo OCR co ficheiro {file}",
"Workflow OCR success" : "Fluxo de traballo OCR correcto",
"Workflow OCR success for file {file}" : "Fluxo de traballo OCR correcto para o ficheiro {file}",
"Workflow settings JSON value cannot be parsed" : "Non é posíbel analizar o valor JSON da configuración do fluxo de traballo",
"OCR file" : "Ficheiro OCR",
"OCR processing via workflow" : "Procesamento OCR mediante fluxo de traballo",
"Is OCRmyPDF installed" : "OCRmyPDF está instalado",
"OCRmyPDF CLI is not installed." : "OCRmyPDF CLI non está instalado.",
"OCRmyPDF CLI is not working correctly. Error was: %1$s" : "OCRmyPDF CLI non funciona correctamente. O erro foi: %1$s",
"OCRmyPDF is installed and has version %1$s." : "OCRmyPDF está instalado e ten a versión .%1$s.",
"Server side OCR processing via workflow engine" : "Procesamento OCR no servidor mediante motor de fluxo de traballo",
"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 permite procesar varios ficheiros mediante algoritmos OCR.\n\tO procesamento realízase mediante un motor de fluxo de traballo e, por tanto, pódese personalizar facilmente.\n\tTeña en conta que terá que instalar a CLI OcrMyPDF no seu servidor Nextcloud para\n\tprocesar ficheiros PDF. Pódense atopar máis instrucións de instalación nos documentos https://github.com/R0Wi/workflow_ocr/blob/master/README.md.",
"OCR language" : "Idioma do OCR",
Expand All @@ -22,9 +28,10 @@ OC.L10N.register(
"Force OCR" : "Forzar o OCR",
"Skip file completely" : "Omitir o ficheiro por completo",
"Other settings" : "Outros axustes",
"Remove background" : "Eliminar o fondo",
"Remove background" : "Retirar o fondo",
"Keep original file version" : "Conservar a versión orixinal do ficheiro",
"Keep original file modification date" : "Manter a data de modificación do ficheiro orixinal",
"Send success notification" : "Enviar notificación de foi correctamente",
"Custom ocrMyPdf CLI arguments" : "Argumentos personalizados da CLI de ocrMyPdf",
"Select language(s)" : "Seleccionar idioma(s)"
},
Expand Down
9 changes: 8 additions & 1 deletion l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
"Workflow OCR" : "Fluxo de traballo OCR",
"Workflow OCR error" : "Produciuse un erro no fluxo de traballo OCR",
"Workflow OCR error for file {file}" : "Produciuse un erro no fluxo de traballo OCR co ficheiro {file}",
"Workflow OCR success" : "Fluxo de traballo OCR correcto",
"Workflow OCR success for file {file}" : "Fluxo de traballo OCR correcto para o ficheiro {file}",
"Workflow settings JSON value cannot be parsed" : "Non é posíbel analizar o valor JSON da configuración do fluxo de traballo",
"OCR file" : "Ficheiro OCR",
"OCR processing via workflow" : "Procesamento OCR mediante fluxo de traballo",
"Is OCRmyPDF installed" : "OCRmyPDF está instalado",
"OCRmyPDF CLI is not installed." : "OCRmyPDF CLI non está instalado.",
"OCRmyPDF CLI is not working correctly. Error was: %1$s" : "OCRmyPDF CLI non funciona correctamente. O erro foi: %1$s",
"OCRmyPDF is installed and has version %1$s." : "OCRmyPDF está instalado e ten a versión .%1$s.",
"Server side OCR processing via workflow engine" : "Procesamento OCR no servidor mediante motor de fluxo de traballo",
"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 permite procesar varios ficheiros mediante algoritmos OCR.\n\tO procesamento realízase mediante un motor de fluxo de traballo e, por tanto, pódese personalizar facilmente.\n\tTeña en conta que terá que instalar a CLI OcrMyPDF no seu servidor Nextcloud para\n\tprocesar ficheiros PDF. Pódense atopar máis instrucións de instalación nos documentos https://github.com/R0Wi/workflow_ocr/blob/master/README.md.",
"OCR language" : "Idioma do OCR",
Expand All @@ -20,9 +26,10 @@
"Force OCR" : "Forzar o OCR",
"Skip file completely" : "Omitir o ficheiro por completo",
"Other settings" : "Outros axustes",
"Remove background" : "Eliminar o fondo",
"Remove background" : "Retirar o fondo",
"Keep original file version" : "Conservar a versión orixinal do ficheiro",
"Keep original file modification date" : "Manter a data de modificación do ficheiro orixinal",
"Send success notification" : "Enviar notificación de foi correctamente",
"Custom ocrMyPdf CLI arguments" : "Argumentos personalizados da CLI de ocrMyPdf",
"Select language(s)" : "Seleccionar idioma(s)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
Expand Down

0 comments on commit fda3fc0

Please sign in to comment.