diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-06-16 20:59:13 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-06-16 21:07:30 +0200 |
commit | d04e7a7506cb5b6400911da7a8e1914929c7c5b1 (patch) | |
tree | 1862a6596a6b5c643da5a18cd2c71c2f39f1b185 /editor/translations/ja.po | |
parent | 3aeeaf2b82f4229eae087c9829675da3deea8086 (diff) |
i18n: Sync editor translations with Weblate
(cherry picked from commit 135c252a389c4cea2074536aeebef941038a1429)
Diffstat (limited to 'editor/translations/ja.po')
-rw-r--r-- | editor/translations/ja.po | 550 |
1 files changed, 450 insertions, 100 deletions
diff --git a/editor/translations/ja.po b/editor/translations/ja.po index e3f760a17d..c0b37f1509 100644 --- a/editor/translations/ja.po +++ b/editor/translations/ja.po @@ -242,9 +242,10 @@ msgid "Data" msgstr "データ" #: core/io/file_access_network.cpp core/register_core_types.cpp -#: editor/editor_settings.cpp main/main.cpp +#: editor/editor_file_dialog.cpp editor/editor_settings.cpp main/main.cpp #: modules/gdscript/language_server/gdscript_language_server.cpp #: modules/webrtc/webrtc_data_channel.h modules/websocket/websocket_macros.h +#: scene/gui/file_dialog.cpp msgid "Network" msgstr "ネットワーク" @@ -394,6 +395,16 @@ msgstr "メッセージキュー" msgid "Max Size (KB)" msgstr "最大サイズ (KB)" +#: core/os/input.cpp +#, fuzzy +msgid "Mouse Mode" +msgstr "移動モード" + +#: core/os/input.cpp +#, fuzzy +msgid "Use Accumulated Input" +msgstr "入力を削除" + #: core/os/input_event.cpp editor/project_settings_editor.cpp #: servers/audio_server.cpp msgid "Device" @@ -575,7 +586,8 @@ msgstr "説明" #: core/project_settings.cpp editor/editor_node.cpp editor/editor_settings.cpp #: editor/plugins/script_editor_plugin.cpp editor/project_manager.cpp -#: main/main.cpp +#: main/main.cpp platform/android/export/export_plugin.cpp +#: platform/javascript/export/export.cpp msgid "Run" msgstr "実行" @@ -801,7 +813,8 @@ msgid "Quality" msgstr "品質" #: core/project_settings.cpp scene/gui/file_dialog.cpp -#: scene/main/scene_tree.cpp servers/visual_server.cpp +#: scene/main/scene_tree.cpp scene/resources/navigation_mesh.cpp +#: servers/visual_server.cpp #, fuzzy msgid "Filters" msgstr "フィルター:" @@ -2232,8 +2245,8 @@ msgid "Open" msgstr "開く" #: editor/dependency_editor.cpp -msgid "Owners Of:" -msgstr "次のオーナー:" +msgid "Owners of: %s (Total: %d)" +msgstr "" #: editor/dependency_editor.cpp msgid "" @@ -2535,7 +2548,7 @@ msgid "Bus Options" msgstr "バス オプション" #: editor/editor_audio_buses.cpp editor/filesystem_dock.cpp -#: editor/scene_tree_dock.cpp +#: editor/project_export.cpp editor/scene_tree_dock.cpp msgid "Duplicate" msgstr "複製" @@ -2792,6 +2805,25 @@ msgid "Choose" msgstr "選ぶ" #: editor/editor_export.cpp +msgid "Project export for platform:" +msgstr "" + +#: editor/editor_export.cpp +#, fuzzy +msgid "Completed with errors." +msgstr "ノードのパスをコピー" + +#: editor/editor_export.cpp +#, fuzzy +msgid "Completed sucessfully." +msgstr "パッケージのインストールに成功しました!" + +#: editor/editor_export.cpp +#, fuzzy +msgid "Failed." +msgstr "失敗:" + +#: editor/editor_export.cpp msgid "Storing File:" msgstr "ファイルの保存:" @@ -2804,6 +2836,31 @@ msgid "Packing" msgstr "パック中" #: editor/editor_export.cpp +#, fuzzy +msgid "Save PCK" +msgstr "名前を付けて保存" + +#: editor/editor_export.cpp +#, fuzzy +msgid "Cannot create file \"%s\"." +msgstr "フォルダーを作成できませんでした。" + +#: editor/editor_export.cpp +#, fuzzy +msgid "Failed to export project files." +msgstr "プロジェクトファイルをエクスポートできませんでした" + +#: editor/editor_export.cpp +#, fuzzy +msgid "Can't open file to read from path \"%s\"." +msgstr "書き込むファイルを開けません:" + +#: editor/editor_export.cpp +#, fuzzy +msgid "Save ZIP" +msgstr "名前を付けて保存" + +#: editor/editor_export.cpp msgid "" "Target platform requires 'ETC' texture compression for GLES2. Enable 'Import " "Etc' in Project Settings." @@ -2924,11 +2981,33 @@ msgstr "カスタム デバッグテンプレートが見つかりません。" msgid "Custom release template not found." msgstr "カスタム リリーステンプレートが見つかりません。" +#: editor/editor_export.cpp +#, fuzzy +msgid "Prepare Template" +msgstr "テンプレートの管理" + +#: editor/editor_export.cpp platform/osx/export/export.cpp +#, fuzzy +msgid "The given export path doesn't exist." +msgstr "指定されたエクスポートパスが存在しません:" + #: editor/editor_export.cpp platform/javascript/export/export.cpp -msgid "Template file not found:" +#, fuzzy +msgid "Template file not found: \"%s\"." msgstr "テンプレートファイルが見つかりません:" #: editor/editor_export.cpp +#, fuzzy +msgid "Failed to copy export template." +msgstr "無効なエクスポート テンプレート:" + +#: editor/editor_export.cpp platform/windows/export/export.cpp +#: platform/x11/export/export.cpp +#, fuzzy +msgid "PCK Embedding" +msgstr "パディング" + +#: editor/editor_export.cpp msgid "On 32-bit exports the embedded PCK cannot be bigger than 4 GiB." msgstr "" "32ビットのエクスポートでは、組み込みPCKは4GiBを超えることはできません。" @@ -3102,9 +3181,9 @@ msgid "Import" msgstr "インポート" #: editor/editor_feature_profile.cpp editor/project_export.cpp -#: platform/android/export/export.cpp platform/javascript/export/export.cpp -#: platform/osx/export/export.cpp platform/uwp/export/export.cpp -#: platform/windows/export/export.cpp +#: platform/android/export/export.cpp platform/android/export/export_plugin.cpp +#: platform/javascript/export/export.cpp platform/osx/export/export.cpp +#: platform/uwp/export/export.cpp platform/windows/export/export.cpp msgid "Export" msgstr "エクスポート" @@ -5196,6 +5275,11 @@ msgstr "" "エクスポートメニューに実行可能なプリセットを追加するか、既存のプリセットを実" "行可能にしてください。" +#: editor/editor_run_native.cpp +#, fuzzy +msgid "Project Run" +msgstr "プロジェクト" + #: editor/editor_run_script.cpp msgid "Write your logic in the _run() method." msgstr "ロジックを _run() メソッドに記述する。" @@ -5455,7 +5539,9 @@ msgid "Draw Spaces" msgstr "スペースを描画" #: editor/editor_settings.cpp editor/plugins/spatial_editor_plugin.cpp -#: editor/plugins/tile_set_editor_plugin.cpp scene/main/scene_tree.cpp +#: editor/plugins/tile_set_editor_plugin.cpp scene/2d/tile_map.cpp +#: scene/main/scene_tree.cpp scene/resources/world.cpp +#: scene/resources/world_2d.cpp msgid "Navigation" msgstr "ナビゲーション" @@ -6902,7 +6988,7 @@ msgstr "" #: editor/import/resource_importer_layered_texture.cpp #: editor/import/resource_importer_texture.cpp scene/2d/light_2d.cpp -#: scene/gui/control.cpp scene/resources/navigation_mesh.cpp +#: scene/gui/control.cpp #, fuzzy msgid "Filter" msgstr "フィルター:" @@ -7199,6 +7285,18 @@ msgid "Saving..." msgstr "保存中..." #: editor/import/resource_importer_texture.cpp +msgid "" +"%s: Texture detected as used as a normal map in 3D. Enabling red-green " +"texture compression to reduce memory usage (blue channel is discarded)." +msgstr "" + +#: editor/import/resource_importer_texture.cpp +msgid "" +"%s: Texture detected as used in 3D. Enabling filter, repeat, mipmap " +"generation and VRAM texture compression." +msgstr "" + +#: editor/import/resource_importer_texture.cpp msgid "2D, Detect 3D" msgstr "" @@ -10175,6 +10273,7 @@ msgid "Points" msgstr "点" #: editor/plugins/polygon_2d_editor_plugin.cpp scene/2d/polygon_2d.cpp +#: scene/resources/navigation_mesh.cpp msgid "Polygons" msgstr "ポリゴン" @@ -11554,7 +11653,8 @@ msgid "Invalid geometry, can't replace by mesh." msgstr "ジオメトリが無効です。メッシュに置き換えることはできません。" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Convert to Mesh2D" +#, fuzzy +msgid "Convert to MeshInstance2D" msgstr "Mesh2Dに変換する" #: editor/plugins/sprite_editor_plugin.cpp @@ -12544,8 +12644,7 @@ msgid "Select the previous shape, subtile, or Tile." msgstr "前のシェイプ、サブタイル、またはタイルを選択します。" #: editor/plugins/tile_set_editor_plugin.cpp scene/2d/sprite.cpp -#: scene/3d/sprite_3d.cpp scene/resources/navigation_mesh.cpp -#: scene/resources/texture.cpp +#: scene/3d/sprite_3d.cpp scene/resources/texture.cpp msgid "Region" msgstr "領域" @@ -14055,38 +14154,10 @@ msgid "Delete preset '%s'?" msgstr "プリセット '%s' を削除しますか?" #: editor/project_export.cpp -msgid "" -"Failed to export the project for platform '%s'.\n" -"Export templates seem to be missing or invalid." -msgstr "" -"プラットフォーム '%s' へのプロジェクトのエクスポートに失敗しました。\n" -"エクスポート用テンプレートが存在しないか、あるいは異常であるようです。" - -#: editor/project_export.cpp -msgid "" -"Failed to export the project for platform '%s'.\n" -"This might be due to a configuration issue in the export preset or your " -"export settings." -msgstr "" -"プラットフォーム '%s' へのプロジェクトのエクスポートに失敗しました。\n" -"エクスポート用プリセットあるいはエクスポート設定に問題がある可能性がありま" -"す。" - -#: editor/project_export.cpp msgid "Exporting All" msgstr "すべてエクスポート" #: editor/project_export.cpp -msgid "The given export path doesn't exist:" -msgstr "指定されたエクスポートパスが存在しません:" - -#: editor/project_export.cpp -msgid "Export templates for this platform are missing/corrupted:" -msgstr "" -"このプラットフォームに対するエクスポート テンプレートが見つからないか、破損し" -"ています:" - -#: editor/project_export.cpp msgid "Export Path" msgstr "エクスポート先のパス" @@ -14233,6 +14304,11 @@ msgid "Export templates for this platform are missing:" msgstr "このプラットフォームに対するエクスポート テンプレートが見つかりません:" #: editor/project_export.cpp +#, fuzzy +msgid "Project Export" +msgstr "プロジェクト創始者" + +#: editor/project_export.cpp msgid "Manage Export Templates" msgstr "エクスポートテンプレートの管理" @@ -16619,7 +16695,7 @@ msgstr "" #: modules/csg/csg_shape.cpp scene/2d/collision_polygon_2d.cpp #: scene/2d/light_occluder_2d.cpp scene/2d/polygon_2d.cpp -#: scene/3d/collision_polygon.cpp scene/resources/navigation_mesh.cpp +#: scene/3d/collision_polygon.cpp msgid "Polygon" msgstr "ポリゴン" @@ -17224,7 +17300,6 @@ msgid "Use In Baked Light" msgstr "ライトマップを焼き込む" #: modules/gridmap/grid_map.cpp scene/2d/tile_map.cpp -#: scene/resources/navigation_mesh.cpp msgid "Cell" msgstr "" @@ -17254,6 +17329,19 @@ msgstr "中央" msgid "Mask" msgstr "" +#: modules/gridmap/grid_map.cpp scene/2d/tile_map.cpp +#, fuzzy +msgid "Bake Navigation" +msgstr "ナビゲーション" + +#: modules/gridmap/grid_map.cpp scene/2d/navigation_2d.cpp +#: scene/2d/navigation_agent_2d.cpp scene/2d/navigation_polygon.cpp +#: scene/2d/tile_map.cpp scene/3d/navigation.cpp scene/3d/navigation_agent.cpp +#: scene/3d/navigation_mesh_instance.cpp +#, fuzzy +msgid "Navigation Layers" +msgstr "ナビゲーションモード" + #: modules/gridmap/grid_map_editor_plugin.cpp msgid "Next Plane" msgstr "次の平面" @@ -18795,10 +18883,6 @@ msgid "Could not execute on device." msgstr "デバイスで実行できませんでした。" #: platform/android/export/export_plugin.cpp -msgid "Unable to find the 'apksigner' tool." -msgstr "'apksigner' ツールが見つかりません。" - -#: platform/android/export/export_plugin.cpp msgid "" "Android build template not installed in the project. Install it from the " "Project menu." @@ -18917,12 +19001,17 @@ msgid "\"Target Sdk\" version must be greater or equal to \"Min Sdk\" version." msgstr "" "\"Target Sdk\" バージョンは \"Min Sdk\" バージョン以上でなければなりません。" +#: platform/android/export/export_plugin.cpp platform/osx/export/export.cpp +#: platform/windows/export/export.cpp +#, fuzzy +msgid "Code Signing" +msgstr "DMGをコード署名中" + #: platform/android/export/export_plugin.cpp +#, fuzzy msgid "" -"'apksigner' could not be found.\n" -"Please check the command is available in the Android SDK build-tools " -"directory.\n" -"The resulting %s is unsigned." +"'apksigner' could not be found. Please check that the command is available " +"in the Android SDK build-tools directory. The resulting %s is unsigned." msgstr "" "'apksigner' が見つかりませんでした。\n" "このコマンドが Android SDK build-tools ディレクトリにあるか確認してくださ" @@ -18942,6 +19031,11 @@ msgid "Could not find keystore, unable to export." msgstr "キーストアが見つからないため、エクスポートできません。" #: platform/android/export/export_plugin.cpp +#, fuzzy +msgid "Could not start apksigner executable." +msgstr "サブプロセスを開始できませんでした!" + +#: platform/android/export/export_plugin.cpp msgid "'apksigner' returned with error #%d" msgstr "'apksigner' がエラー #%d で終了しました" @@ -18970,7 +19064,8 @@ msgid "Invalid filename! Android APK requires the *.apk extension." msgstr "無効なファイル名です! Android APKには拡張子 *.apk が必要です。" #: platform/android/export/export_plugin.cpp -msgid "Unsupported export format!\n" +#, fuzzy +msgid "Unsupported export format!" msgstr "サポートされていないエクスポートフォーマットです!\n" #: platform/android/export/export_plugin.cpp @@ -18982,10 +19077,9 @@ msgstr "" "情報が存在しません。 「プロジェクト」メニューから再インストールしてください。" #: platform/android/export/export_plugin.cpp +#, fuzzy msgid "" -"Android build version mismatch:\n" -" Template installed: %s\n" -" Godot Version: %s\n" +"Android build version mismatch: Template installed: %s, Godot version: %s. " "Please reinstall Android build template from 'Project' menu." msgstr "" "Androidビルド バージョンの不一致:\n" @@ -18995,13 +19089,15 @@ msgstr "" "ださい。" #: platform/android/export/export_plugin.cpp +#, fuzzy msgid "" -"Unable to overwrite res://android/build/res/*.xml files with project name" +"Unable to overwrite res://android/build/res/*.xml files with project name." msgstr "" "res://android/build/res/*.xml ファイルをプロジェクト名で上書きできません" #: platform/android/export/export_plugin.cpp -msgid "Could not export project files to gradle project\n" +#, fuzzy +msgid "Could not export project files to gradle project." msgstr "" "プロジェクトファイルをgladleプロジェクトにエクスポートできませんでした\n" @@ -19014,8 +19110,9 @@ msgid "Building Android Project (gradle)" msgstr "Androidプロジェクトの構築(gradle)" #: platform/android/export/export_plugin.cpp +#, fuzzy msgid "" -"Building of Android project failed, check output for the error.\n" +"Building of Android project failed, check output for the error. " "Alternatively visit docs.godotengine.org for Android build documentation." msgstr "" "Androidプロジェクトのビルドに失敗しました。エラーの出力を確認してください。\n" @@ -19035,7 +19132,8 @@ msgstr "" "gradleのプロジェクトディレクトリを確認してください。" #: platform/android/export/export_plugin.cpp -msgid "Package not found: %s" +#, fuzzy +msgid "Package not found: \"%s\"." msgstr "見つからないパッケージ: %s" #: platform/android/export/export_plugin.cpp @@ -19043,17 +19141,16 @@ msgid "Creating APK..." msgstr "APK を作成しています..." #: platform/android/export/export_plugin.cpp -msgid "" -"Could not find template APK to export:\n" -"%s" +#, fuzzy +msgid "Could not find template APK to export: \"%s\"." msgstr "" "エクスポートするテンプレートAPKが見つかりませんでした:\n" "%s" #: platform/android/export/export_plugin.cpp +#, fuzzy msgid "" -"Missing libraries in the export template for the selected architectures: " -"%s.\n" +"Missing libraries in the export template for the selected architectures: %s. " "Please build a template with all required libraries, or uncheck the missing " "architectures in the export preset." msgstr "" @@ -19067,7 +19164,8 @@ msgid "Adding files..." msgstr "ファイルを追加中..." #: platform/android/export/export_plugin.cpp -msgid "Could not export project files" +#, fuzzy +msgid "Could not export project files." msgstr "プロジェクトファイルをエクスポートできませんでした" #: platform/android/export/export_plugin.cpp @@ -19309,6 +19407,17 @@ msgstr "ノードを切り取る" msgid "Custom BG Color" msgstr "ノードを切り取る" +#: platform/iphone/export/export.cpp platform/javascript/export/export.cpp +#: platform/osx/export/export.cpp +#, fuzzy +msgid "Prepare Templates" +msgstr "テンプレートの管理" + +#: platform/iphone/export/export.cpp platform/osx/export/export.cpp +#, fuzzy +msgid "Export template not found." +msgstr "カスタム リリーステンプレートが見つかりません。" + #: platform/iphone/export/export.cpp msgid "App Store Team ID not specified - cannot configure the project." msgstr "App Store チームID が未指定 - プロジェクトを構成できません。" @@ -19330,22 +19439,35 @@ msgid "Run exported HTML in the system's default browser." msgstr "エクスポートしたHTMLをシステム既定のブラウザで実行する。" #: platform/javascript/export/export.cpp -msgid "Could not open template for export:" +#, fuzzy +msgid "Could not open template for export: \"%s\"." msgstr "エクスポート用のテンプレートを開けませんでした:" #: platform/javascript/export/export.cpp -msgid "Invalid export template:" +#, fuzzy +msgid "Invalid export template: \"%s\"." msgstr "無効なエクスポート テンプレート:" #: platform/javascript/export/export.cpp -msgid "Could not write file:" +#, fuzzy +msgid "Could not write file: \"%s\"." msgstr "ファイルを書き込めませんでした:" +#: platform/javascript/export/export.cpp platform/osx/export/export.cpp +#, fuzzy +msgid "Icon Creation" +msgstr "マージンを設定する" + #: platform/javascript/export/export.cpp -msgid "Could not read file:" +#, fuzzy +msgid "Could not read file: \"%s\"." msgstr "ファイルを読み込めませんでした:" #: platform/javascript/export/export.cpp +msgid "PWA" +msgstr "" + +#: platform/javascript/export/export.cpp #, fuzzy msgid "Variant" msgstr "分離:" @@ -19420,15 +19542,18 @@ msgid "Icon 512 X 512" msgstr "" #: platform/javascript/export/export.cpp -msgid "Could not read HTML shell:" +#, fuzzy +msgid "Could not read HTML shell: \"%s\"." msgstr "HTMLシェルを読み込めませんでした:" #: platform/javascript/export/export.cpp -msgid "Could not create HTTP server directory:" +#, fuzzy +msgid "Could not create HTTP server directory: %s." msgstr "HTTPサーバーのディレクトリの作成に失敗:" #: platform/javascript/export/export.cpp -msgid "Error starting HTTP server:" +#, fuzzy +msgid "Error starting HTTP server: %d." msgstr "HTTPサーバーの開始に失敗:" #: platform/javascript/export/export.cpp @@ -19725,9 +19850,28 @@ msgid "Apple Team ID" msgstr "" #: platform/osx/export/export.cpp +#, fuzzy +msgid "Could not open icon file \"%s\"." +msgstr "プロジェクトファイルをエクスポートできませんでした" + +#: platform/osx/export/export.cpp +#, fuzzy +msgid "Could not start xcrun executable." +msgstr "サブプロセスを開始できませんでした!" + +#: platform/osx/export/export.cpp +#, fuzzy +msgid "Notarization failed." +msgstr "ローカライズ" + +#: platform/osx/export/export.cpp +msgid "Notarization request UUID: \"%s\"" +msgstr "" + +#: platform/osx/export/export.cpp msgid "" -"Note: The notarization process generally takes less than an hour. When the " -"process is completed, you'll receive an email." +"The notarization process generally takes less than an hour. When the process " +"is completed, you'll receive an email." msgstr "" #: platform/osx/export/export.cpp @@ -19743,21 +19887,76 @@ msgid "" msgstr "" #: platform/osx/export/export.cpp +msgid "Timestamping is not compatible with ad-hoc signature, and was disabled!" +msgstr "" + +#: platform/osx/export/export.cpp +msgid "" +"Hardened Runtime is not compatible with ad-hoc signature, and was disabled!" +msgstr "" + +#: platform/osx/export/export.cpp +msgid "Built-in CodeSign failed with error \"%s\"." +msgstr "" + +#: platform/osx/export/export.cpp +msgid "Built-in CodeSign require regex module." +msgstr "" + +#: platform/osx/export/export.cpp +msgid "" +"Could not start codesign executable, make sure Xcode command line tools are " +"installed." +msgstr "" + +#: platform/osx/export/export.cpp platform/windows/export/export.cpp #, fuzzy msgid "No identity found." msgstr "アイコンが見つかりませんでした。" #: platform/osx/export/export.cpp #, fuzzy +msgid "Cannot sign file %s." +msgstr "ファイルの保存エラー: %s" + +#: platform/osx/export/export.cpp +msgid "Relative symlinks are not supported, exported \"%s\" might be broken!" +msgstr "" + +#: platform/osx/export/export.cpp +#, fuzzy +msgid "DMG Creation" +msgstr "方向" + +#: platform/osx/export/export.cpp +#, fuzzy +msgid "Could not start hdiutil executable." +msgstr "サブプロセスを開始できませんでした!" + +#: platform/osx/export/export.cpp +msgid "`hdiutil create` failed - file exists." +msgstr "" + +#: platform/osx/export/export.cpp +msgid "`hdiutil create` failed." +msgstr "" + +#: platform/osx/export/export.cpp +#, fuzzy msgid "Creating app bundle" msgstr "サムネイルを作成中" #: platform/osx/export/export.cpp #, fuzzy -msgid "Could not find template app to export:" +msgid "Could not find template app to export: \"%s\"." msgstr "エクスポートするテンプレートAPKが見つかりませんでした:" #: platform/osx/export/export.cpp +#, fuzzy +msgid "Invalid export format." +msgstr "無効なエクスポート テンプレート:" + +#: platform/osx/export/export.cpp msgid "" "Relative symlinks are not supported on this OS, the exported project might " "be broken!" @@ -19765,7 +19964,7 @@ msgstr "" #: platform/osx/export/export.cpp msgid "" -"Requested template binary '%s' not found. It might be missing from your " +"Requested template binary \"%s\" not found. It might be missing from your " "template archive." msgstr "" @@ -19806,6 +20005,17 @@ msgid "Sending archive for notarization" msgstr "" #: platform/osx/export/export.cpp +#, fuzzy +msgid "ZIP Creation" +msgstr "プロジェクト" + +#: platform/osx/export/export.cpp +#, fuzzy +msgid "Could not open file to read from path \"%s\"." +msgstr "" +"プロジェクトファイルをgladleプロジェクトにエクスポートできませんでした\n" + +#: platform/osx/export/export.cpp msgid "Invalid bundle identifier:" msgstr "無効なバンドルID:" @@ -20128,6 +20338,11 @@ msgid "Debug Algorithm" msgstr "デバッガー" #: platform/windows/export/export.cpp +#, fuzzy +msgid "Failed to rename temporary file \"%s\"." +msgstr "一時ファイルを削除できません:" + +#: platform/windows/export/export.cpp msgid "Identity Type" msgstr "" @@ -20175,6 +20390,70 @@ msgid "Trademarks" msgstr "" #: platform/windows/export/export.cpp +#, fuzzy +msgid "Resources Modification" +msgstr "ランダムな回転:" + +#: platform/windows/export/export.cpp +#, fuzzy +msgid "Could not find rcedit executable at \"%s\"." +msgstr "キーストアが見つからないため、エクスポートできません。" + +#: platform/windows/export/export.cpp +#, fuzzy +msgid "Could not find wine executable at \"%s\"." +msgstr "キーストアが見つからないため、エクスポートできません。" + +#: platform/windows/export/export.cpp +msgid "" +"Could not start rcedit executable, configure rcedit path in the Editor " +"Settings (Export > Windows > Rcedit)." +msgstr "" + +#: platform/windows/export/export.cpp +msgid "" +"rcedit failed to modify executable:\n" +"%s" +msgstr "" + +#: platform/windows/export/export.cpp +#, fuzzy +msgid "Could not find signtool executable at \"%s\"." +msgstr "キーストアが見つからないため、エクスポートできません。" + +#: platform/windows/export/export.cpp +#, fuzzy +msgid "Could not find osslsigncode executable at \"%s\"." +msgstr "キーストアが見つからないため、エクスポートできません。" + +#: platform/windows/export/export.cpp +#, fuzzy +msgid "Invalid identity type." +msgstr "無効な識別子:" + +#: platform/windows/export/export.cpp +#, fuzzy +msgid "Invalid timestamp server." +msgstr "無効な名前です。" + +#: platform/windows/export/export.cpp +msgid "" +"Could not start signtool executable, configure signtool path in the Editor " +"Settings (Export > Windows > Signtool)." +msgstr "" + +#: platform/windows/export/export.cpp +msgid "" +"Signtool failed to sign executable:\n" +"%s" +msgstr "" + +#: platform/windows/export/export.cpp +#, fuzzy +msgid "Failed to remove temporary file \"%s\"." +msgstr "一時ファイルを削除できません:" + +#: platform/windows/export/export.cpp msgid "" "The rcedit tool must be configured in the Editor Settings (Export > Windows " "> Rcedit) to change the icon or app information data." @@ -20193,6 +20472,23 @@ msgid "Invalid product version:" msgstr "無効な製品バージョン:" #: platform/windows/export/export.cpp +msgid "Windows executables cannot be >= 4 GiB." +msgstr "" + +#: platform/windows/export/export.cpp platform/x11/export/export.cpp +#, fuzzy +msgid "Failed to open executable file \"%s\"." +msgstr "無効な実行可能ファイルです。" + +#: platform/windows/export/export.cpp platform/x11/export/export.cpp +msgid "Executable file header corrupted." +msgstr "" + +#: platform/windows/export/export.cpp platform/x11/export/export.cpp +msgid "Executable \"pck\" section not found." +msgstr "" + +#: platform/windows/export/export.cpp msgid "Windows" msgstr "Windows" @@ -20208,6 +20504,10 @@ msgstr "osslsigncode" msgid "Wine" msgstr "Wine" +#: platform/x11/export/export.cpp +msgid "32-bit executables cannot have embedded data >= 4 GiB." +msgstr "" + #: scene/2d/animated_sprite.cpp scene/3d/sprite_3d.cpp #: scene/resources/texture.cpp #, fuzzy @@ -20331,7 +20631,8 @@ msgstr "" #: scene/2d/audio_stream_player_2d.cpp scene/3d/audio_stream_player_3d.cpp #: scene/3d/light.cpp scene/3d/reflection_probe.cpp -#: scene/3d/visual_instance.cpp scene/resources/material.cpp +#: scene/3d/visibility_notifier.cpp scene/3d/visual_instance.cpp +#: scene/resources/material.cpp msgid "Max Distance" msgstr "最大距離" @@ -21190,17 +21491,19 @@ msgstr "" "プロパティを設定するか、ポリゴンを描画してください。" #: scene/2d/navigation_polygon.cpp -msgid "" -"NavigationPolygonInstance must be a child or grandchild to a Navigation2D " -"node. It only provides navigation data." -msgstr "" -"NavigationPolygonInstance は、子または孫 Navigation2D ノードにある必要があり" -"ます。ナビゲーション データのみ提供します。" - -#: scene/2d/navigation_polygon.cpp msgid "Navpoly" msgstr "" +#: scene/2d/navigation_polygon.cpp scene/3d/navigation_mesh_instance.cpp +#, fuzzy +msgid "Enter Cost" +msgstr "中央下" + +#: scene/2d/navigation_polygon.cpp scene/3d/navigation_mesh_instance.cpp +#, fuzzy +msgid "Travel Cost" +msgstr "トラベル" + #: scene/2d/node_2d.cpp scene/2d/polygon_2d.cpp scene/3d/spatial.cpp #: scene/main/canvas_layer.cpp #, fuzzy @@ -22439,14 +22742,6 @@ msgid "" "The NavigationAgent can be used only under a Spatial inheriting parent node." msgstr "NavigationAgent はSpatialノードの下でのみ使用されます。" -#: scene/3d/navigation_mesh_instance.cpp -msgid "" -"NavigationMeshInstance must be a child or grandchild to a Navigation node. " -"It only provides navigation data." -msgstr "" -"NavigationMeshInstance は、ナビゲーションノードの子や孫である必要があります。" -"これはナビゲーションデータのみ提供します。" - #: scene/3d/navigation_mesh_instance.cpp scene/resources/mesh_library.cpp #, fuzzy msgid "NavMesh" @@ -25188,6 +25483,16 @@ msgid "3D Physics" msgstr " (物理的)" #: scene/register_scene_types.cpp +#, fuzzy +msgid "2D Navigation" +msgstr "ナビゲーション" + +#: scene/register_scene_types.cpp +#, fuzzy +msgid "3D Navigation" +msgstr "ナビゲーション" + +#: scene/register_scene_types.cpp msgid "Use hiDPI" msgstr "hiDPIを使用" @@ -26615,7 +26920,7 @@ msgstr "トランジション" msgid "Refraction" msgstr "分離:" -#: scene/resources/material.cpp scene/resources/navigation_mesh.cpp +#: scene/resources/material.cpp msgid "Detail" msgstr "" @@ -26700,7 +27005,12 @@ msgstr "" #: scene/resources/navigation_mesh.cpp #, fuzzy -msgid "Sample Partition Type" +msgid "Sampling" +msgstr "縮尺: " + +#: scene/resources/navigation_mesh.cpp +#, fuzzy +msgid "Partition Type" msgstr "変数の型を設定" #: scene/resources/navigation_mesh.cpp @@ -26718,10 +27028,15 @@ msgid "Source Group Name" msgstr "ソース" #: scene/resources/navigation_mesh.cpp -msgid "Agent" +msgid "Cells" msgstr "" #: scene/resources/navigation_mesh.cpp +#, fuzzy +msgid "Agents" +msgstr "メインシーンの引数:" + +#: scene/resources/navigation_mesh.cpp msgid "Max Climb" msgstr "" @@ -26731,11 +27046,16 @@ msgstr "" #: scene/resources/navigation_mesh.cpp #, fuzzy +msgid "Regions" +msgstr "領域" + +#: scene/resources/navigation_mesh.cpp +#, fuzzy msgid "Merge Size" msgstr "シーンからマージ" #: scene/resources/navigation_mesh.cpp -msgid "Edge" +msgid "Edges" msgstr "" #: scene/resources/navigation_mesh.cpp @@ -26749,6 +27069,11 @@ msgstr "" #: scene/resources/navigation_mesh.cpp #, fuzzy +msgid "Details" +msgstr "デフォルトを表示" + +#: scene/resources/navigation_mesh.cpp +#, fuzzy msgid "Sample Distance" msgstr "距離を取得:" @@ -26766,7 +27091,7 @@ msgid "Ledge Spans" msgstr "" #: scene/resources/navigation_mesh.cpp -msgid "Filter Walkable Low Height Spans" +msgid "Walkable Low Height Spans" msgstr "" #: scene/resources/occluder_shape.cpp @@ -27183,6 +27508,11 @@ msgid "Scenario" msgstr "シーン" #: scene/resources/world.cpp scene/resources/world_2d.cpp +#, fuzzy +msgid "Navigation Map" +msgstr "ナビゲーション" + +#: scene/resources/world.cpp scene/resources/world_2d.cpp msgid "Direct Space State" msgstr "" @@ -27200,6 +27530,26 @@ msgstr "左線形" msgid "Default Angular Damp" msgstr "" +#: scene/resources/world.cpp +#, fuzzy +msgid "Default Map Up" +msgstr "デフォルトのZ Far" + +#: scene/resources/world.cpp scene/resources/world_2d.cpp +#, fuzzy +msgid "Default Cell Size" +msgstr "デフォルトのプレビュー" + +#: scene/resources/world.cpp scene/resources/world_2d.cpp +#, fuzzy +msgid "Default Cell Height" +msgstr "試験的" + +#: scene/resources/world.cpp scene/resources/world_2d.cpp +#, fuzzy +msgid "Default Edge Connection Margin" +msgstr "接続を編集:" + #: scene/resources/world_2d.cpp msgid "Canvas" msgstr "" |