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

ja.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0357f2ee1e36d56bf93afe0dadcf587d0192e1b (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS 認証",
    "%s is your Nextcloud authentication code" : "%sはあなたのNextcloud認証コードです",
    "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;");