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 Dec 19, 2024
1 parent 13784c6 commit 4cdec9f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions l10n/es_AR.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ OC.L10N.register(
"files_lock",
{
"Desktop client" : "Cliente de escritorio",
"iOS client" : "Cliente iOS",
"Android client" : "Cliente Android",
"Unlock file" : "Desbloquear archivo",
"Lock file" : "Bloquear archivo"
Expand Down
1 change: 1 addition & 0 deletions l10n/es_AR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ "translations": {
"Desktop client" : "Cliente de escritorio",
"iOS client" : "Cliente iOS",
"Android client" : "Cliente Android",
"Unlock file" : "Desbloquear archivo",
"Lock file" : "Bloquear archivo"
Expand Down
1 change: 1 addition & 0 deletions l10n/es_EC.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ OC.L10N.register(
"File can only be unlocked by providing a valid owner lock token" : "El archivo solo puede desbloquearse proporcionando un token de bloqueo válido del propietario. ",
"File can only be unlocked by the owner of the lock" : "El archivo solo puede desbloquearse por el propietario del bloqueo. ",
"Desktop client" : "Cliente de escritorio",
"iOS client" : "Cliente iOS",
"Android client" : "Cliente Android",
"Temporary files lock" : "Bloqueo temporal de archivos ",
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
Expand Down
1 change: 1 addition & 0 deletions l10n/es_EC.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"File can only be unlocked by providing a valid owner lock token" : "El archivo solo puede desbloquearse proporcionando un token de bloqueo válido del propietario. ",
"File can only be unlocked by the owner of the lock" : "El archivo solo puede desbloquearse por el propietario del bloqueo. ",
"Desktop client" : "Cliente de escritorio",
"iOS client" : "Cliente iOS",
"Android client" : "Cliente Android",
"Temporary files lock" : "Bloqueo temporal de archivos ",
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
Expand Down
1 change: 1 addition & 0 deletions l10n/es_MX.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ OC.L10N.register(
"File can only be unlocked by providing a valid owner lock token" : "El archivo solo puede ser desbloqueado al proporcionar 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",
"Desktop client" : "Cliente de escritorio",
"iOS client" : "Cliente iOS",
"Android client" : "Cliente Android",
"Temporary files lock" : "Archivos temporalmente bloqueados",
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
Expand Down
1 change: 1 addition & 0 deletions l10n/es_MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"File can only be unlocked by providing a valid owner lock token" : "El archivo solo puede ser desbloqueado al proporcionar 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",
"Desktop client" : "Cliente de escritorio",
"iOS client" : "Cliente iOS",
"Android client" : "Cliente Android",
"Temporary files lock" : "Archivos temporalmente bloqueados",
"Temporary lock your files" : "Bloquea temporalmente tus archivos",
Expand Down
5 changes: 4 additions & 1 deletion l10n/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ OC.L10N.register(
"Locked by {user}" : "{user} tarafından kilitlenmiş",
"Locked by {app}" : "{app} tarafından kilitlenmiş",
"Unlock file" : "Dosya kilidini aç",
"Lock file" : "Dosyayı kilitle"
"Lock file" : "Dosyayı kilitle",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Bu dosya bir istemci tarafından otomatik olarak kilitlenmiş. Kilidi kaldırmak dosyayı kaydederken bir çakışmaya yol açabilir.",
"Keep lock" : "Kilitli kalsın",
"Force unlock" : "Kilit zorla açılsın"
},
"nplurals=2; plural=(n > 1);");
5 changes: 4 additions & 1 deletion l10n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"Locked by {user}" : "{user} tarafından kilitlenmiş",
"Locked by {app}" : "{app} tarafından kilitlenmiş",
"Unlock file" : "Dosya kilidini aç",
"Lock file" : "Dosyayı kilitle"
"Lock file" : "Dosyayı kilitle",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Bu dosya bir istemci tarafından otomatik olarak kilitlenmiş. Kilidi kaldırmak dosyayı kaydederken bir çakışmaya yol açabilir.",
"Keep lock" : "Kilitli kalsın",
"Force unlock" : "Kilit zorla açılsın"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

0 comments on commit 4cdec9f

Please sign in to comment.