From 108424ecf41f3164924bd37d9d0e56933c146b1b Mon Sep 17 00:00:00 2001 From: Tatsuhito KATO Date: Sun, 30 Jan 2022 17:02:54 +0900 Subject: [PATCH] [loc] update Japanese translation * Closes #1863 --- res/loc/po/ja-JP.po | 6 +++--- res/loc/rufus.loc | 6 +++--- src/rufus.rc | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/res/loc/po/ja-JP.po b/res/loc/po/ja-JP.po index 056c3358..9256e8b2 100644 --- a/res/loc/po/ja-JP.po +++ b/res/loc/po/ja-JP.po @@ -1166,13 +1166,13 @@ msgstr "互換性のないドライブが検出されました。" #. #. Used in MSG_235 msgid "Write pass" -msgstr "書き込みをパスしました。" +msgstr "書き込み中" #. • MSG_192 #. #. Used in MSG_235 msgid "Read pass" -msgstr "読み出しをパスしました。" +msgstr "読み出し中" #. • MSG_193 msgid "Downloaded %s" @@ -1385,7 +1385,7 @@ msgstr "Syslinux %s をインストール中..." #. Bad blocks status. Example: "Bad Blocks: Write pass 1/2 - 12.34% (0/0/1 errors)" #. See MSG_191 & MSG_192 for "Write pass"/"Read pass" translation. msgid "Bad Blocks: %s %d/%d - %0.2f%% (%d/%d/%d errors)" -msgstr "不良ブロック: %s %d/%d - %0.2f%% (エラー: %d/%d/%d)" +msgstr "不良ブロック: %s %d/%d パス - %0.2f%% (エラー: %d/%d/%d)" #. • MSG_236 msgid "Bad Blocks: Testing with random pattern" diff --git a/res/loc/rufus.loc b/res/loc/rufus.loc index 4fe4bd63..992776a1 100644 --- a/res/loc/rufus.loc +++ b/res/loc/rufus.loc @@ -6778,8 +6778,8 @@ t MSG_187 "選択したブート設定には無効なイメージです。" t MSG_188 "現在選択中のイメージとブート設定が一致しません。別のイメージを使うか、他のブート設定を使用してください。" t MSG_189 "この ISO は選択中のファイル システムと互換性がありません。" t MSG_190 "互換性のないドライブが検出されました。" -t MSG_191 "書き込みをパスしました。" -t MSG_192 "読み出しをパスしました。" +t MSG_191 "書き込み中" +t MSG_192 "読み出し中" t MSG_193 "%s をダウンロードしました。" t MSG_194 "%s はダウンロードできませんでした。" t MSG_195 "内蔵している %s ファイルを使用します。" @@ -6820,7 +6820,7 @@ t MSG_231 "ISO ファイルをコピー中: %s" t MSG_232 "Win7 EFI ブート セットアップ中 (%s)..." t MSG_233 "最終処理中です。もう間もなく終わります..." t MSG_234 "Syslinux %s をインストール中..." -t MSG_235 "不良ブロック: %s %d/%d - %0.2f%% (エラー: %d/%d/%d)" +t MSG_235 "不良ブロック: %s %d/%d パス - %0.2f%% (エラー: %d/%d/%d)" t MSG_236 "不良ブロック: ランダムパターンでテスト" t MSG_237 "不良ブロック: パターン 0x%02X でテスト" t MSG_238 "パーティション分割中 (%s)..." diff --git a/src/rufus.rc b/src/rufus.rc index 0e3c2618..83089d0c 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 232, 326 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 3.18.1868" +CAPTION "Rufus 3.18.1869" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -395,8 +395,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,18,1868,0 - PRODUCTVERSION 3,18,1868,0 + FILEVERSION 3,18,1869,0 + PRODUCTVERSION 3,18,1869,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -414,13 +414,13 @@ BEGIN VALUE "Comments", "https://rufus.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.18.1868" + VALUE "FileVersion", "3.18.1869" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2022 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html" VALUE "OriginalFilename", "rufus-3.18.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.18.1868" + VALUE "ProductVersion", "3.18.1869" END END BLOCK "VarFileInfo"