Files
Autodesk-Fusion-360-for-Linux/files/builds/stable-branch/locale/ja-JP/locale-ja.sh

167 lines
11 KiB
Bash
Raw Normal View History

2022-02-18 09:53:04 +01:00
#!/bin/bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
# Description: This is the Japanese translation for the Setup Wizard. #
# Author: Steve Zabka #
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2022 #
2022-02-23 16:46:00 +01:00
# Time/Date: 16:30/23.02.2022 #
# Version: 1.5 #
2022-02-18 09:53:04 +01:00
####################################################################################################
2022-02-23 16:46:00 +01:00
# Path: /$HOME/.config/fusion-360/locale/ja-JP/locale-ja.sh
2022-02-18 09:53:04 +01:00
###############################################################################################################################################################
2022-02-23 16:46:00 +01:00
# ALL DEFINITIONS FOR INSTALL AUTODESK FUSION 360 ARE ARRANGED HERE: #
2022-02-18 09:53:04 +01:00
###############################################################################################################################################################
# License-checkbox
2022-02-23 16:46:00 +01:00
text_license_checkbox="利用規約を読み、同意します。"
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
###############################################################################################################################################################
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
# Select
text_select="選択する"
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
###############################################################################################################################################################
2022-02-18 09:53:04 +01:00
# Linux distribution
2022-02-23 16:46:00 +01:00
text_linux_distribution="Linuxディストリビューション"
###############################################################################################################################################################
2022-02-18 09:53:04 +01:00
# Installation location
2022-02-23 16:46:00 +01:00
text_installation_location="設置場所"
# Select a location with a file browser
text_select_location_custom="Autodesk Fusion360のインストール場所を選択します。"
2022-02-18 09:53:04 +01:00
# Installation location - Standard
2022-02-23 16:46:00 +01:00
text_installation_location_standard="標準-AutodeskFusion360をホームフォルダにインストールします。 例:/home/username/.wineprefixes/fusion360"
2022-02-18 09:53:04 +01:00
# Installation location - Custom
2022-02-23 16:46:00 +01:00
text_installation_location_custom="カスタム-AutodeskFusion360を別の場所にインストールします。 例:/run/media/username/usb-drive/.wineprefixes/fusion360"
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
###############################################################################################################################################################
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
# Driver
text_driver="グラフィックドライバー"
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
# Driver DXVK
text_driver_dxvk="DXVKはDirectX9、10、...をサポートします(デフォルト)"
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
# Driver OpenGL
text_driver_opengl="OpenGLフォールバック"
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
###############################################################################################################################################################
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
# Wine Version
text_wine_version="ワインバージョン"
text_wine_version_staging="ワインバージョン(ステージング)"
text_wine_version_exists="Wineバージョン6.23以降)はすでにシステムにインストールされています!"
###############################################################################################################################################################
2022-02-18 09:53:04 +01:00
# Select a option - new_modify_deinstall
2022-02-23 16:46:00 +01:00
text_select_option="オプション"
2022-02-18 09:53:04 +01:00
# Option 1
2022-02-23 16:46:00 +01:00
text_select_option_1="一部またはすべてのコンポーネントの新規インストール"
2022-02-18 09:53:04 +01:00
# Option 2
2022-02-23 16:46:00 +01:00
text_select_option_2="既存のインストールを更新または修復する"
2022-02-18 09:53:04 +01:00
# Option 3
2022-02-23 16:46:00 +01:00
text_select_option_3="一部の拡張機能をインストール、修復、またはアンインストールする"
2022-02-18 09:53:04 +01:00
# Option 4
2022-02-23 16:46:00 +01:00
text_select_option_4="すべてのAutodeskFusion360コンポーネントをアンインストールします"
###############################################################################################################################################################
2022-02-18 09:53:04 +01:00
# New installation-checkbox - new_modify_deinstall
2022-02-23 16:46:00 +01:00
text_new_installation_checkbox="使用可能なインストールパスを確認しました。次のステップで別のパスを指定します!"
2022-02-18 09:53:04 +01:00
# Edit installation-checkbox - new_modify_deinstall
2022-02-23 16:46:00 +01:00
text_edit_installation_checkbox="既存のAutodeskFusion 360インストールから正しいパスを書き留めるかコピーしました"
2022-02-18 09:53:04 +01:00
# Deinstall-checkbox - new_modify_deinstall
2022-02-23 16:46:00 +01:00
text_deinstall_checkbox="既存のAutodeskFusion 360インストールから正しいパスを書き留めるかコピーして、このパスを削除しました。"
2022-02-18 09:53:04 +01:00
# Question - Deinstall a exist Autodesk Fusion 360 installation
2022-02-23 16:46:00 +01:00
text_deinstall_question="変更を保存して、既存の正しいAutodesk Fusion 360インストールを削除しますか"
2022-02-18 09:53:04 +01:00
# Select a location with a file browser - new_modify_deinstall
2022-02-23 16:46:00 +01:00
text_select_location_deinstall="既存のAutodeskFusion 360インストールを選択してください"
2022-02-18 09:53:04 +01:00
# Program-Exit - new_modify_deinstall
2022-02-23 16:46:00 +01:00
text_completed_deinstallation="Autodesk Fusion360の削除が完了しました。"
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
###############################################################################################################################################################
2022-02-18 09:53:04 +01:00
# Extension
2022-02-23 16:46:00 +01:00
text_extension="拡大"
2022-02-18 09:53:04 +01:00
# Extension Description
2022-02-23 16:46:00 +01:00
text_extension_description="説明"
2022-02-18 09:53:04 +01:00
text_extension_description_1 = "この拡張機能は、移動する気体または液体にさらされるあらゆるものまたは部品を最適化するのに役立ちます。たとえば、翼、フィン、プロペラ、タービンなどです。"
text_extension_description_2 = "この拡張機能は、設計のさまざまな側面を分析し、部品の製造可能性を改善する方法に関する明確なフィードバックを提供するのに役立ちます。"
text_extension_description_3 = "この拡張機能は、Autodesk Fusion 360でチェコのユーザーインターフェイスUIを使用するオプションを提供します。"
text_extension_description_4 = "この拡張機能は、Autodesk®Fusion360™とHP SmartStreamソフトウェア間のコネクタであり、ジョブをHPソフトウェアに直接送信するために使用されます。"
text_extension_description_5 = "はすば歯車は、歯が斜めになっている平歯車に似ています。"
text_extension_description_6 = "この拡張機能を使用すると、作成した3DモデルのGコードをAutodesk Fusion360経由でOctoPrintサーバーに直接送信できます。"
text_extension_description_7 = "ユーザーがパラメーターをCSVカンマ区切り値ファイルからインポート/更新したり、CSVファイルにエクスポートしたりできるようにします。"
text_extension_description_8 = "この拡張機能を使用すると、50を超えるさまざまなロボットメーカーと500のロボットをAutodesk Fusion360から直接プログラムできます。"
text_extension_description_9 = "このプラグインは、Autodesk®Fusion360™とUltimaker DigitalFactoryサイトおよびそのサービスの間のコネクタです。"
2022-02-23 16:46:00 +01:00
# Select CZECH-Plugin files
text_select_czech_plugin="インストールファイルを選択します。"
# No Plugin was not found
text_info_czech_plugin="ファイルが選択されていません。"
# Program-Exit (Extensions)
text_completed_installation_extensions="Autodesk Fusion360の一部の拡張機能のインストールが完了しました。"
###############################################################################################################################################################
# Program-Exit
text_completed_installation="Autodesk Fusion360のインストールが完了しました。"
# Abort the program
text_abort="本当にインストールをキャンセルしますか?"
2022-02-18 09:53:04 +01:00
# Error
2022-02-23 16:46:00 +01:00
text_error="予期しないエラーが発生しました!"
###############################################################################################################################################################
# ALL DEFINITIONS FOR UNINSTALL AUTODESK FUSION 360 ARE ARRANGED HERE: #
###############################################################################################################################################################
text_uninstall_question="システムからAutodeskFusion 360をアンインストールしてもよろしいですか"
text_uninstall_cancel="アンインストールが中止されました!"
text_uninstall_checkbox="既存のAutodeskFusion 360インストールから正しいパスを書き留め/コピーしてから、このビューのパスをここで削除しました!"
text_uninstall_edit_question="変更を保存してソフトウェアをアンインストールしますか?"
text_uninstall_path="アンインストールするAutodeskFusion 360インストールのWineprefixディレクトリを選択します。例/home/user/.wineprefixes/fusion360"
text_uninstall_path_select="Wineprefixディレクトリを選択..."
text_uninstall_completed="Autodesk Fusion360のアンインストールが完了しました。"
###############################################################################################################################################################
# ALL DEFINITIONS FOR UNINSTALL AUTODESK FUSION 360 ARE ARRANGED HERE: #
###############################################################################################################################################################
text_no_update_info="新しいバージョンが見つからなかったため、Autodesk Fusion 360は最新です"
text_skip_update_info="更新はスキップされましたAutodesk Fusion 360のバージョンをすぐに更新してください"
text_skip_update_question="Autodesk Fusion 360アップデートの検索をスキップしてもよろしいですか"
text_update_question="新しいバージョンがリリースされました!今すぐ更新しますか?"
2022-02-18 09:53:04 +01:00
2022-02-23 16:46:00 +01:00
text_no_connection_warning="サーバーへの接続を確立できませんでした!新しい更新の確認はスキップされました!インターネット接続を確認してください!"