Skip to content

Commit 7c45cbf

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

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

l10n/pt_PT.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ OC.L10N.register(
1111
"Temporary files lock" : "Bloquear ficheiros temporariamente",
1212
"Temporary lock your files" : "Bloquear temporariamente os seus ficheiros ",
1313
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Permitir que os utilizadores bloqueiem temporariamente os seus ficheiros para evitar conflitos enquanto trabalham em ficheiros partilhados.",
14+
"Manually locked by {user}" : "Trancado manualmente por {user}",
1415
"Automatically locked by {user}" : "Trancado automaticamente por {user}",
1516
"Unlock file" : "Desbloquear ficheiro",
16-
"Lock file" : "Bloquear ficheiro "
17+
"Lock file" : "Bloquear ficheiro ",
18+
"Force unlock" : "Forçar o destrancamento"
1719
},
1820
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/pt_PT.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"Temporary files lock" : "Bloquear ficheiros temporariamente",
1010
"Temporary lock your files" : "Bloquear temporariamente os seus ficheiros ",
1111
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Permitir que os utilizadores bloqueiem temporariamente os seus ficheiros para evitar conflitos enquanto trabalham em ficheiros partilhados.",
12+
"Manually locked by {user}" : "Trancado manualmente por {user}",
1213
"Automatically locked by {user}" : "Trancado automaticamente por {user}",
1314
"Unlock file" : "Desbloquear ficheiro",
14-
"Lock file" : "Bloquear ficheiro "
15+
"Lock file" : "Bloquear ficheiro ",
16+
"Force unlock" : "Forçar o destrancamento"
1517
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
1618
}

0 commit comments

Comments
 (0)