Update translations from 6e18020cc7

This commit is contained in:
Joachim Bauch 2021-12-08 16:01:24 +01:00
parent 6e18020cc7
commit e0cc191351
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
OC.L10N.register( OC.L10N.register(
"pdfdraw", "pdfdraw",
{ {
"FileId is empty." : "El campo está vacío.", "FileId is empty." : "File ID está vacío.",
"File not found." : "Archivo no encontrado.", "File not found." : "Archivo no encontrado.",
"You do not have enough permissions to view the file." : "No tiene suficientes permisos para ver el archivo.", "You do not have enough permissions to view the file." : "No tiene suficientes permisos para ver el archivo.",
"Token is empty." : "El Token está vacío.", "Token is empty." : "El Token está vacío.",
@ -18,7 +18,7 @@ OC.L10N.register(
"https://server.domain.invalid/path/" : "https://server.domain.invalid/path/", "https://server.domain.invalid/path/" : "https://server.domain.invalid/path/",
"Saved" : "Guardado", "Saved" : "Guardado",
"Shared secret" : "Secreta compartida", "Shared secret" : "Secreta compartida",
"Stroke width" : "Ancho de la linea", "Stroke width" : "Ancho de linea",
"Establishing connection, please wait..." : "Estableciendo conexión, por favor espere...", "Establishing connection, please wait..." : "Estableciendo conexión, por favor espere...",
"The connection is interrupted, reconnecting..." : "La conexión esta interrumpida, volviendo a conectar...", "The connection is interrupted, reconnecting..." : "La conexión esta interrumpida, volviendo a conectar...",
"Generating combined PDF, please wait..." : "Generando PDF combinado, por favor espere...", "Generating combined PDF, please wait..." : "Generando PDF combinado, por favor espere...",

View file

@ -1,5 +1,5 @@
{ "translations": { { "translations": {
"FileId is empty." : "El campo está vacío.", "FileId is empty." : "File ID está vacío.",
"File not found." : "Archivo no encontrado.", "File not found." : "Archivo no encontrado.",
"You do not have enough permissions to view the file." : "No tiene suficientes permisos para ver el archivo.", "You do not have enough permissions to view the file." : "No tiene suficientes permisos para ver el archivo.",
"Token is empty." : "El Token está vacío.", "Token is empty." : "El Token está vacío.",
@ -16,7 +16,7 @@
"https://server.domain.invalid/path/" : "https://server.domain.invalid/path/", "https://server.domain.invalid/path/" : "https://server.domain.invalid/path/",
"Saved" : "Guardado", "Saved" : "Guardado",
"Shared secret" : "Secreta compartida", "Shared secret" : "Secreta compartida",
"Stroke width" : "Ancho de la linea", "Stroke width" : "Ancho de linea",
"Establishing connection, please wait..." : "Estableciendo conexión, por favor espere...", "Establishing connection, please wait..." : "Estableciendo conexión, por favor espere...",
"The connection is interrupted, reconnecting..." : "La conexión esta interrumpida, volviendo a conectar...", "The connection is interrupted, reconnecting..." : "La conexión esta interrumpida, volviendo a conectar...",
"Generating combined PDF, please wait..." : "Generando PDF combinado, por favor espere...", "Generating combined PDF, please wait..." : "Generando PDF combinado, por favor espere...",