Skip to content

Commit be481dc

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 1f10898 commit be481dc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

l10n/es.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ OC.L10N.register(
33
{
44
"PDF viewer" : "Visor de PDF",
55
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Visualiza documentos PDF directamente en tu Nextcloud.\nComo ventaja añadida, esta app puede visualizar archivos de Adobe Illustrator (.ai) files.\nFunciona gracias a [pdf.js](https://mozilla.github.io/pdf.js/)",
6-
"File upload failed." : "Subida de archivo falló."
6+
"File upload failed." : "Subida de archivo falló.",
7+
"To view a shared PDF file, the download needs to be allowed for this file share" : "Para ver un archivo PDF compartido, se debe habilitar el permiso de descarga para este recurso compartido de archivo"
78
},
89
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ "translations": {
22
"PDF viewer" : "Visor de PDF",
33
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Visualiza documentos PDF directamente en tu Nextcloud.\nComo ventaja añadida, esta app puede visualizar archivos de Adobe Illustrator (.ai) files.\nFunciona gracias a [pdf.js](https://mozilla.github.io/pdf.js/)",
4-
"File upload failed." : "Subida de archivo falló."
4+
"File upload failed." : "Subida de archivo falló.",
5+
"To view a shared PDF file, the download needs to be allowed for this file share" : "Para ver un archivo PDF compartido, se debe habilitar el permiso de descarga para este recurso compartido de archivo"
56
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
67
}

0 commit comments

Comments
 (0)