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

zh_CN.js « l10n - github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6b0ddcd08c80f3f90a0bc80740d9140d1b7584b (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" : "与ORCID验证",
    "based on user_orcid written by Lars Næsbye Christensen, DeIC" : "基于 Lars Næsbye Christensen, DeIC 所写的user_orcid",
    "ORCID API Credentials" : "ORCID API 凭据",
    "Redirect URL:" : "重定向 URL:",
    "Client ID" : "客户端 ID",
    "Client Secret" : "客户端密钥",
    "Store ORCID Credentials" : "保存 ORCID 凭据",
    "Your ORCID:" : "您的 ORCID:",
    "Connect to ORCID" : "连接到 ORCID"
},
"nplurals=1; plural=0;");