diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-10-20 00:08:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-10-20 00:08:44 +0000 |
commit | 5d2c6233a9bc9ec22fc928e5c7705de064da803f (patch) | |
tree | 6424b8b1a9e19a9c654956b682fe4c1df105d05a /lib | |
parent | e8c217ed4fc1c0cf71860a67962a2f42476d367a (diff) | |
download | nextcloud-server-5d2c6233a9bc9ec22fc928e5c7705de064da803f.tar.gz nextcloud-server-5d2c6233a9bc9ec22fc928e5c7705de064da803f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-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" : "アプリ名が未指定", |