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: 461f566db3c3f29edadab286e610ff30d90a6f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
OC.L10N.register(
    "registration",
    {
    "Registration is not allowed with the following domains:" : "登録は以下のドメインには許可されていません:",
    "Registration is only allowed with the following domains:" : "登録は以下のドメインにのみ許可されています:",
    "A problem occurred sending email, please contact your administrator." : "メールの送信に問題が発生しました。管理者に連絡してください。",
    "The entered verification code is wrong" : "入力された確認コードが違います",
    "The verification failed." : "確認に失敗しました。",
    "Invalid username policy regex" : "無効なユーザー名ポリシー正規表現",
    "Saved" : "保存済み",
    "No such group" : "そのようなグループがありません",
    "Register" : "登録",
    "The email address you entered is not valid" : "入力されたメールアドレスが無効です",
    "Verify your %s registration request" : "登録リクエスト %s を確認する",
    "Registration" : "ユーザー登録",
    "Email address verified, you can now complete your registration." : "メールアドレスが確認され、登録が完了しました。",
    "Click the button below to continue." : "続行するには、下のボタンをクリックしてください。",
    "Verification code: %s" : "確認コード: %s",
    "Continue registration" : "続けて登録する",
    "New user \"%s\" has created an account on %s" : "新しいユーザー \"%s\" がアカウント %sで作成されました。",
    "New user registered" : "新規ユーザー登録",
    "Enable now" : "今すぐ有効化",
    "Registration with this email domain is not allowed." : "このメールドメインでの登録は許可されていません。",
    "Please provide a valid display name." : "有効な表示名を入力してください。",
    "Registered users default group" : "登録するユーザーのデフォルトグループ",
    "Select group" : "グループを選択",
    "Email settings" : "メール設定",
    "User settings" : "ユーザー設定",
    "Force email as login name" : "ログイン名としてメールアドレスを強制する",
    "Login name policy" : "ログイン名ポリシー",
    "Show full name field" : "フルネームフィールドを表示",
    "Show phone field" : "電話番号フィールドを表示",
    "Allowed email domains" : "許可されたメールのドメイン",
    "Loading …" : "読み込み中…",
    "Approval required" : "承認が必要です",
    "Your account has been successfully created, but it still needs approval from an administrator." : "アカウントは正常に作成されましたが、管理者の承認が必要です。",
    "Email" : "メール",
    "Continue" : "続ける",
    "Request verification code" : "検証コードを要求する",
    "Back to login" : "ログインに戻る",
    "Login name" : "ログイン名",
    "Full name" : "氏名",
    "Phone number" : "電話番号",
    "Password" : "パスワード",
    "Create account" : "アカウント作成",
    "Verification code" : "検証コード",
    "Verify" : "検証"
},
"nplurals=1; plural=0;");