diff options
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 56a3f7327fc..72a4b6f133b 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -275,7 +275,7 @@ OC.L10N.register( "A valid Login must be provided" : "ログイン名を提供する必要があります", "Login contains whitespace at the beginning or at the end" : "ログイン名の最初か最後に空白が含まれています", "Login must not consist of dots only" : "ログイン名はドットのみで構成されてはいけません", - "Login is too long" : "ログインが長すぎます", + "Username is too long" : "ユーザー名が長すぎます", "Login is invalid because files already exist for this user" : "このユーザのファイルが既に存在するため、このログイン名は使用できません", "Account disabled" : "アカウントは無効", "Login canceled by app" : "アプリによりログインが中止されました", @@ -451,6 +451,7 @@ OC.L10N.register( "Summarizes text by reducing its length without losing key information." : "重要な情報を失わずにテキストの長さを要約して短縮する。", "Extracts topics from a text and outputs them separated by commas." : "テキストからトピックを抽出し、カンマ区切りで出力します。", "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", - "Cannot download file" : "ファイルをダウンロードできません" + "Cannot download file" : "ファイルをダウンロードできません", + "Login is too long" : "ログインが長すぎます" }, "nplurals=1; plural=0;"); |