diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-12 02:08:58 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-12 02:08:58 -0400 |
commit | c5ae14453a2c199752b8369545d983c56a521d30 (patch) | |
tree | 4d92832c80d32827a3edbe73d67249da3e336a8e /lib/l10n/ja.js | |
parent | ceaac03bb5512f925e43bdf8574977ea8e056e62 (diff) | |
download | nextcloud-server-c5ae14453a2c199752b8369545d983c56a521d30.tar.gz nextcloud-server-c5ae14453a2c199752b8369545d983c56a521d30.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 03d63646a55..661f8ad96fb 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -108,6 +108,13 @@ OC.L10N.register( "Cannot set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。", "Could not find category \"%s\"" : "カテゴリ \"%s\" が見つかりませんでした", "Apps" : "アプリ", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "ユーザー名で利用できる文字列は、次のものです: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "有効なユーザー名を指定する必要があります", + "Username contains whitespace at the beginning or at the end" : "ユーザー名の最初か最後に空白が含まれています", + "A valid password must be provided" : "有効なパスワードを指定する必要があります", + "The username is already being used" : "ユーザー名はすでに使われています", + "Login canceled by app" : "アプリによりログインが中止されました", + "User disabled" : "ユーザーは無効です", "Help" : "ヘルプ", "Personal" : "個人", "Users" : "ユーザー", @@ -155,13 +162,6 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。", "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です", "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "ユーザー名で利用できる文字列は、次のものです: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", - "A valid username must be provided" : "有効なユーザー名を指定する必要があります", - "Username contains whitespace at the beginning or at the end" : "ユーザー名の最初か最後に空白が含まれています", - "A valid password must be provided" : "有効なパスワードを指定する必要があります", - "The username is already being used" : "ユーザー名はすでに使われています", - "Login canceled by app" : "アプリによりログインが中止されました", - "User disabled" : "ユーザーは無効です", "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。", "Storage unauthorized. %s" : "権限のないストレージです。 %s", "Storage incomplete configuration. %s" : "設定が未完了のストレージです。 %s", |