diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:09 +0000 |
commit | 2ec9936b93bd134b2fa989d02f0c2ff61ff94f18 (patch) | |
tree | 69d21b22e377f7cd689aff2ae9e201c8832ac80a /apps/files_sharing/l10n/pt_PT.js | |
parent | a9c627cd9140ebad550fd3885e46c438019d6d5f (diff) | |
download | nextcloud-server-2ec9936b93bd134b2fa989d02f0c2ff61ff94f18.tar.gz nextcloud-server-2ec9936b93bd134b2fa989d02f0c2ff61ff94f18.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/pt_PT.js')
-rw-r--r-- | apps/files_sharing/l10n/pt_PT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/pt_PT.js b/apps/files_sharing/l10n/pt_PT.js index fec9a85fdd0..601b7a33232 100644 --- a/apps/files_sharing/l10n/pt_PT.js +++ b/apps/files_sharing/l10n/pt_PT.js @@ -127,7 +127,6 @@ OC.L10N.register( "Hide download" : "Ocultar transferência", "Note to recipient" : "Nota para o destinatário", "Create" : "Criar", - "Update" : "Atualizar", "Share" : "Partilhar", "Shared with you by {owner}" : "Partilhado consigo por {owner}", "Shared" : "Partilhados", @@ -167,6 +166,7 @@ OC.L10N.register( "Allow deleting" : "Permitir eliminar", "Allow resharing" : "Permitir repartilha", "Expiration date enforced" : "Imposta data de expiração", - "Password protect" : "Proteger com palavra-passe" + "Password protect" : "Proteger com palavra-passe", + "Update" : "Atualizar" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |