From e40b085a4f7680d452111d1bbe355cb110228fe7 Mon Sep 17 00:00:00 2001 From: Takayuki ORITO Date: Fri, 29 Apr 2016 15:37:14 +0900 Subject: Update Japanese translation (new 2). Update new 2 messages in ja.ts. Change-Id: Ifde5277b4ec968472831c46a940480471dec33dd Reviewed-by: Tasuku Suzuki Reviewed-by: Niels Weber --- src/sdk/translations/ja.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/sdk/translations/ja.ts') diff --git a/src/sdk/translations/ja.ts b/src/sdk/translations/ja.ts index 3f14998b6..0dee45eda 100644 --- a/src/sdk/translations/ja.ts +++ b/src/sdk/translations/ja.ts @@ -2099,6 +2099,10 @@ Do you want to continue? Password パスワード + + Proxy Credentials + プロキシ認証 + QInstaller::ServerAuthenticationDialog @@ -2402,6 +2406,10 @@ Do you want to continue? Could not create output file for writing: %1 書き込み用に出力ファイルを作成できませんでした: %1 + + Could not convert path: %1. + パスを変換できませんでした: %1 + ExtractCallbackImpl -- cgit v1.2.3 From 3cfa1c10e9f98ed85e02efa7852a231abeaf8440 Mon Sep 17 00:00:00 2001 From: Takayuki ORITO Date: Fri, 29 Apr 2016 17:07:59 +0900 Subject: Cleanup Japanese translation (12 obsolete). Remove 12 obsolete messages in ja.ts. Change-Id: I2d514b93056f5755760ff4eb1b44e36923b01f1c Reviewed-by: Katja Marttila --- src/sdk/translations/ja.ts | 71 ---------------------------------------------- 1 file changed, 71 deletions(-) (limited to 'src/sdk/translations/ja.ts') diff --git a/src/sdk/translations/ja.ts b/src/sdk/translations/ja.ts index 0dee45eda..5fdd0605c 100644 --- a/src/sdk/translations/ja.ts +++ b/src/sdk/translations/ja.ts @@ -640,10 +640,6 @@ QInstaller::Component - - Could not open the requested translation file '%1'. - 要求された翻訳ファイル '%1' を開けませんでした。 - Could not open the requested UI file '%1'. Error: %2 要求された UI ファイル '%1' を開けませんでした。エラー: %2 @@ -2540,66 +2536,6 @@ Do you want to continue? - 残り時間: 不明。 - - QtPatchOperation - - Invalid arguments in %0: %1 arguments given, %2 expected%3. - %0 に無効な引数: %1個の引数が渡されましたが、必要なのは%2です%3。 - - - 3 or 4 - 3あるいは4個 - - - Needed installer object in "%1" operation is empty. - "%1" のインストーラ作成に必要な操作が見つかりません。 - - - First argument should be 'linux', 'mac' or 'windows'. No other type is supported at this time. - 最初の引数は 'linux', 'mac', 'windows' のいずれかを指定してください。それ以外はサポートしていません。 - - - Could not find the needed QmakeOutputInstallerKey(%1) value on the installer object. The ConsumeOutput operation on the valid qmake needs to be called first. - インストーラに必要な QmakeOutputInstallerKey(%1) の値を見つけることができませんでした。適切な qmake で ConsumeOutput 操作を最初に実行する必要があります。 - - - QMake from the current Qt version -(%1)is not existing. Please file a bugreport with this dialog at https://bugreports.qt-project.org. - 現在の Qt のバージョン(%1)の QMake が見つかりません。このダイアログから https://bugreports.qt-project.org へバグ報告をしてください。 - - - The output of -%1 -query -is not parseable. Please file a bugreport with this dialog https://bugreports.qt-project.org. -output: "%2" - 以下の出力がパースできません。 -%1 -query -このダイアログから https://bugreports.qt-project.org へバグ報告をしてください。 -出力: "%2" - - - Qt patch error: new Qt dir(%1) -needs to be less than 255 characters. - Qt パッチエラー: 新しい Qt のパス(%1) -は255文字以下である必要があります。 - - - Qt patch error: Can not open %1.(%2) - Qt パッチエラー: %1 を開けません。(%2) - - - The installer was not able to get the unpatched path from -%1.(maybe it is broken or removed) -It tried to patch the Qt binaries, but all other files in Qt are unpatched. -This could result in a broken Qt version. -Sometimes it helps to restart the installer with a switched off antivirus software. - インストーラはパッチ未適用時のパスを %1 から取得できませんでした。 -(おそらくファイルが壊れているか削除されています) -Qt のバイナリにパッチを適用しようとしましたが、Qt の他のすべてのファイルに対してパッチは適用されていません。 -このため、この Qt は正常な状態に無い可能性があります。 -アンチウィルスソフトウェアをオフにしてインストーラを再起動することによって改善されるかもしれません。 - - RemoteClient @@ -2626,13 +2562,6 @@ as root and then clicking OK. コマンドを送信した後、すべてのデータを読み込めませんでした: %1。想定バイト数: %2 、受信バイト数: %3。エラー: %4 - - QInstaller::RemoteServerConnection - - Could not read all data after sending command: %1. Bytes expected: %2, Bytes received: %3. Error: %4 - コマンドを送信した後、すべてのデータを読み込めませんでした: %1。想定バイト数: %2 、受信バイト数: %3。エラー: %4 - - KDLockFile -- cgit v1.2.3