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 10, 2024
1 parent 0af2699 commit 2c3e8d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions l10n/es.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
OC.L10N.register(
"files_lock",
{
"File can only be unlocked by providing a valid owner lock token" : "El archivo solo se puede desbloquear proveyendo un token válido de propietario del bloqueo",
"File can only be unlocked by the owner of the lock" : "Solo puede desbloquear el archivo el propietario del candado",
"File can only be unlocked by providing a valid owner lock token" : "El archivo solo se puede desbloquear proporcionando un token de bloqueo de propietario válido",
"File can only be unlocked by the owner of the lock" : "El archivo solo puede ser desbloqueado por el propietario del bloqueo",
"Temporary files lock" : "Bloqueo temporal de archivos",
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
"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.",
"Locked by {user}" : "Bloqueado por {user}",
"Locked by {app}" : "Bloqueado por {app}",
"Unlock file" : "Desbloquear archivo",
"Lock file" : "Bloquear archivo",
"Locked by {0}" : "Bloqueado por {0}"
Expand Down
6 changes: 4 additions & 2 deletions l10n/es.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{ "translations": {
"File can only be unlocked by providing a valid owner lock token" : "El archivo solo se puede desbloquear proveyendo un token válido de propietario del bloqueo",
"File can only be unlocked by the owner of the lock" : "Solo puede desbloquear el archivo el propietario del candado",
"File can only be unlocked by providing a valid owner lock token" : "El archivo solo se puede desbloquear proporcionando un token de bloqueo de propietario válido",
"File can only be unlocked by the owner of the lock" : "El archivo solo puede ser desbloqueado por el propietario del bloqueo",
"Temporary files lock" : "Bloqueo temporal de archivos",
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
"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.",
"Locked by {user}" : "Bloqueado por {user}",
"Locked by {app}" : "Bloqueado por {app}",
"Unlock file" : "Desbloquear archivo",
"Lock file" : "Bloquear archivo",
"Locked by {0}" : "Bloqueado por {0}"
Expand Down

0 comments on commit 2c3e8d7

Please sign in to comment.