diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-15 02:24:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-15 02:24:47 +0000 |
commit | 9704b168223bfbff4c795167d937e7907da8d253 (patch) | |
tree | c1e0d2a81b9f5914cfc97a0e17935a01b8b9d157 /apps/dashboard/l10n/pt_PT.js | |
parent | b1e86f39fe7bd63ff6b4c0cf95bb678b563c180b (diff) | |
download | nextcloud-server-9704b168223bfbff4c795167d937e7907da8d253.tar.gz nextcloud-server-9704b168223bfbff4c795167d937e7907da8d253.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dashboard/l10n/pt_PT.js')
-rw-r--r-- | apps/dashboard/l10n/pt_PT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dashboard/l10n/pt_PT.js b/apps/dashboard/l10n/pt_PT.js index 6410058b610..a24cdf01104 100644 --- a/apps/dashboard/l10n/pt_PT.js +++ b/apps/dashboard/l10n/pt_PT.js @@ -22,9 +22,9 @@ OC.L10N.register( "Hello" : "Olá", "Hello, {name}" : "Olá, {name}", "Pick from Files" : "Escolha a partir dos Ficheiros", - "Default images" : "Imagens predefinidas", "Plain background" : "Fundo simples", "Insert from {productName}" : "Inserir de {productName}", - "Show something" : "Mostrar algo" + "Show something" : "Mostrar algo", + "Default images" : "Imagens predefinidas" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |