diff --git a/l10n/ja.js b/l10n/ja.js
index 3676831..623af2f 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Register" : "登録",
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
+ "You can log in now." : "今すぐログイン できます。",
"Verification email successfully sent." : "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." : "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",
diff --git a/l10n/ja.json b/l10n/ja.json
index 000e9b6..7093821 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -2,6 +2,7 @@
"Register" : "登録",
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
+ "You can log in now." : "今すぐログイン できます。",
"Verification email successfully sent." : "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." : "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",
diff --git a/l10n/ja.php b/l10n/ja.php
index 68a8d08..1b1d8e1 100644
--- a/l10n/ja.php
+++ b/l10n/ja.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"Register" => "登録",
"Email address you entered is not valid" => "入力されたメールアドレスが正しくありません",
"Verify your ownCloud registration request" => "ownCloud 登録リクエストを確認してください",
+"You can log in now." => "今すぐログイン できます。",
"Verification email successfully sent." => "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." => "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." => "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",