You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/es.js
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,13 @@ OC.L10N.register(
11
11
"Temporary files lock" : "Bloqueo temporal de archivos",
12
12
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
13
13
"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}",
14
17
"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"
16
22
},
17
23
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
Copy file name to clipboardExpand all lines: l10n/es.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,13 @@
9
9
"Temporary files lock" : "Bloqueo temporal de archivos",
10
10
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
11
11
"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}",
12
15
"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.",
0 commit comments