1
0
mirror of synced 2025-01-29 19:17:28 +01:00

lang: Fixed Japanese mistranslation (#419)

This commit is contained in:
gnuhead-chieb 2022-02-08 01:17:27 +09:00 committed by GitHub
parent 949d036a81
commit d17cd64fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,7 +234,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.view.hex_editor.menu.file.quit", "ImHexを終了" },
{ "hex.builtin.view.hex_editor.menu.file.open_project", "プロジェクトを開く..." },
{ "hex.builtin.view.hex_editor.menu.file.save_project", "プロジェクトを保存..." },
{ "hex.builtin.view.hex_editor.menu.file.load_encoding_file", "カスタムエンコードを読み込み..." },
{ "hex.builtin.view.hex_editor.menu.file.load_encoding_file", "カスタムエンコードを読み込み..." },
{ "hex.builtin.view.hex_editor.menu.file.import", "インポート..." },
{ "hex.builtin.view.hex_editor.menu.file.import.base64", "Base64ファイル" },
{ "hex.builtin.view.hex_editor.base64.import_error", "ファイルが有効なBase64形式ではありません" },