summaryrefslogtreecommitdiffstats
path: root/l10n-pt-PT/browser/browser/webauthnDialog.ftl
blob: 11e4a2b386980384801f59c3392449b042039d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Variables:
#  $retriesLeft (Number): number of tries left
webauthn-pin-invalid-long-prompt =
    { $retriesLeft ->
        [one] PIN incorreto. Tem { $retriesLeft } tentativa remanescente antes de perder, de forma permanente, o acesso às credenciais neste dispositivo.
       *[other] PIN incorreto. Tem { $retriesLeft } tentativas remanescentes antes de perder, de forma permanente, o acesso às credenciais neste dispositivo.
    }
webauthn-pin-invalid-short-prompt = PIN incorreto. Tente novamente.
webauthn-pin-required-prompt = Por favor, insira o PIN para o seu dispositivo.
webauthn-select-sign-result-unknown-account = Conta desconhecida
# Variables:
#  $retriesLeft (Number): number of tries left
webauthn-uv-invalid-long-prompt =
    { $retriesLeft ->
        [one] A verificação do utilizador falhou. Resta { $retriesLeft } tentativa. Tente novamente.
       *[other] A verificação do utilizador falhou. Restam { $retriesLeft } tentativas. Tente novamente.
    }
webauthn-uv-invalid-short-prompt = A verificação do utilizador falhou. Tente novamente.