diff options
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index ff3ce44ba42..a2c375145a2 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -199,14 +199,14 @@ OC.L10N.register( "Oct." : "10月", "Nov." : "11月", "Dec." : "12月", + "A valid password must be provided" : "有効なパスワードを指定する必要があります", + "The username is already being used" : "このユーザー名はすでに使われています", + "Could not create user" : "ユーザーを作成できませんでした", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "ユーザー名で利用できる文字列: \"a-z\", \"A-Z\", \"0-9\", \"_.@-\"", "A valid username must be provided" : "有効なユーザー名を指定する必要があります", "Username contains whitespace at the beginning or at the end" : "ユーザー名の最初か最後に空白が含まれています", "Username must not consist of dots only" : "ユーザー名に、ドットのみはつけられません", "Username is invalid because files already exist for this user" : "このユーザーのファイルが既に存在するため、このユーザー名は使用できません", - "A valid password must be provided" : "有効なパスワードを指定する必要があります", - "The username is already being used" : "このユーザー名はすでに使われています", - "Could not create user" : "ユーザーを作成できませんでした", "User disabled" : "ユーザーは無効です", "Login canceled by app" : "アプリによりログインが中止されました", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "次の依存関係を満たしていないため、アプリ \"%1$s\" をインストールできません: %2$s", |