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

zh_CN.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1df855c29784586ad311878e13fae9a3c175dc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "手机短信息认证",
    "%s is your Nextcloud authentication code" : "%s 是您在 Nextcloud 的授权认证代码",
    "Two Factor SMS Provider" : "两步验证短信提供者",
    "Authentication code" : "授权代码",
    "An access code has been sent to %s" : "一条访问代码已经发送到 %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "发送消息时候出错。请重试或者联系管理员。"
},
"nplurals=1; plural=0;");