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

ja.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8e0805b2250cb3b3aea75e8ccb0e44fc6a05217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "登録",
    "Saved" : "保存済み",
    "None" : "なし",
    "Username" : "ユーザー名",
    "Password" : "パスワード",
    "Create account" : "アカウント作成",
    "Email" : "メール"
},
"nplurals=1; plural=0;");