diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ja.js | 1 | ||||
-rw-r--r-- | lib/l10n/ja.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 90f8eb3cdae..d22447aac83 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -170,6 +170,7 @@ OC.L10N.register( "Username must not consist of dots only" : "ユーザー名は、ドットのみではつけられません", "A valid password must be provided" : "有効なパスワードを指定する必要があります", "The username is already being used" : "ユーザー名はすでに使われています", + "Could not create user" : "ユーザーを作成できませんでした", "User disabled" : "ユーザーは無効です", "Login canceled by app" : "アプリによりログインが中止されました", "No app name specified" : "アプリ名が未指定", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index c69b62bfcc9..06ec04443ec 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -168,6 +168,7 @@ "Username must not consist of dots only" : "ユーザー名は、ドットのみではつけられません", "A valid password must be provided" : "有効なパスワードを指定する必要があります", "The username is already being used" : "ユーザー名はすでに使われています", + "Could not create user" : "ユーザーを作成できませんでした", "User disabled" : "ユーザーは無効です", "Login canceled by app" : "アプリによりログインが中止されました", "No app name specified" : "アプリ名が未指定", |