Skip to content

Commit 1b6675e

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

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

l10n/es.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ OC.L10N.register(
1111
"Temporary files lock" : "Bloqueo temporal de archivos",
1212
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
1313
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Permitir que tus usuarios bloqueen temporalmente sus archivos para evitar conflictos mientras trabajan con archivos compartidos.",
14+
"Manually locked by {user}" : "Bloqueado manualmente por {user}",
15+
"Locked by editing online in {app}" : "Bloqueado por edición en vivo en {app}",
16+
"Automatically locked by {user}" : "Bloqueado automáticamente por {user}",
1417
"Unlock file" : "Desbloquear archivo",
15-
"Lock file" : "Bloquear archivo"
18+
"Lock file" : "Bloquear archivo",
19+
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Este archivo ha sido bloqueado automáticamente por un cliente. Quitar el bloqueo podría causar un conflicto al guardar el mismo.",
20+
"Keep lock" : "Mantener bloqueo",
21+
"Force unlock" : "Desbloquear de manera forzosa"
1622
},
1723
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/es.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"Temporary files lock" : "Bloqueo temporal de archivos",
1010
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
1111
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Permitir que tus usuarios bloqueen temporalmente sus archivos para evitar conflictos mientras trabajan con archivos compartidos.",
12+
"Manually locked by {user}" : "Bloqueado manualmente por {user}",
13+
"Locked by editing online in {app}" : "Bloqueado por edición en vivo en {app}",
14+
"Automatically locked by {user}" : "Bloqueado automáticamente por {user}",
1215
"Unlock file" : "Desbloquear archivo",
13-
"Lock file" : "Bloquear archivo"
16+
"Lock file" : "Bloquear archivo",
17+
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Este archivo ha sido bloqueado automáticamente por un cliente. Quitar el bloqueo podría causar un conflicto al guardar el mismo.",
18+
"Keep lock" : "Mantener bloqueo",
19+
"Force unlock" : "Desbloquear de manera forzosa"
1420
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
1521
}

0 commit comments

Comments
 (0)