20 lines
1.3 KiB
JavaScript
20 lines
1.3 KiB
JavaScript
OC.L10N.register(
|
|
"registration",
|
|
{
|
|
"Your registration is pending. Please confirm your email address." : "登録は保留中です。メールアドレスをご確認ください。",
|
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "このメールではすでに保留中の登録があり、新しい確認メールがアドレスに送信されています。",
|
|
"Verification email successfully sent." : "確認メールを送信しました。",
|
|
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "アカウントが正常に作成されました。こちらから<a href=\"%s\">ログイン</a>できます",
|
|
"Your account has been successfully created, but it still needs approval from an administrator." : "アカウントは正常に作成されましたが、管理者の承認が必要です。",
|
|
"Saved" : "保存済み",
|
|
"No such group" : "そのようなグループがありません",
|
|
"Register" : "登録",
|
|
"None" : "なし",
|
|
"Username" : "ユーザー名",
|
|
"Password" : "パスワード",
|
|
"Create account" : "アカウント作成",
|
|
"Email" : "メール",
|
|
"Back to login" : "ログインに戻る"
|
|
},
|
|
"nplurals=1; plural=0;");
|