Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_BR.js « l10n - github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 866387a7e12d0194f62ff41943ac6fafd03e45a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "orcid",
    {
    "ORCID" : "ORCID",
    "Authenticate with ORCID" : "Autenticar com ORCID",
    "based on user_orcid written by Lars Næsbye Christensen, DeIC" : "baseado no user_orcid escrito por Lars Næsbye Christensen, DeIC",
    "ORCID API Credentials" : "Credenciais da API ORCID",
    "Redirect URL:" : "URL de redirecionamento:",
    "Client ID" : "ID do client",
    "Client Secret" : "Segredo do client",
    "Store ORCID Credentials" : "Credenciais de armazenamento ORCID",
    "Your ORCID:" : "Seu ORCID:",
    "Connect to ORCID" : "Conectar ao ORCID"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");