diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-10-20 00:08:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-10-20 00:08:34 +0000 |
commit | a94976bfc83cc47f49217eb5ba7509aee59b3012 (patch) | |
tree | 7030311a212942dd3dc2bbf56ffe689327c41cfb /lib | |
parent | 9932b7498d4ccf6dede786741a5b12ea167b3f48 (diff) | |
download | nextcloud-server-a94976bfc83cc47f49217eb5ba7509aee59b3012.tar.gz nextcloud-server-a94976bfc83cc47f49217eb5ba7509aee59b3012.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" : "アプリ名が未指定", |