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

zh_TW.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fecfa6d2fe774c8929ae3c01c844152325bf3d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "短訊驗證",
    "Send an authentication code via SMS" : "通過短訊發送驗證碼",
    "%s is your Nextcloud authentication code" : "%s 是你的 Nextcloud 驗證碼",
    "Two Factor SMS Provider" : "兩階段驗證SMS訊息提供者",
    "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;");