mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-10 23:35:44 +01:00
167 lines
9.6 KiB
Bash
167 lines
9.6 KiB
Bash
#!/bin/bash
|
|
|
|
####################################################################################################
|
|
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
|
# Description: This is the English translation for the Setup Wizard. #
|
|
# Author: Steve Zabka #
|
|
# Author URI: https://cryinkfly.com #
|
|
# License: MIT #
|
|
# Copyright (c) 2020-2022 #
|
|
# Time/Date: 17:30/21.02.2022 #
|
|
# Version: 1.5 #
|
|
####################################################################################################
|
|
|
|
# Path: /$HOME/.config/fusion-360/locale/en-EN/locale-en.sh
|
|
|
|
###############################################################################################################################################################
|
|
# ALL DEFINITIONS FOR INSTALL AUTODESK FUSION 360 ARE ARRANGED HERE: #
|
|
###############################################################################################################################################################
|
|
|
|
# License-checkbox
|
|
text_license_checkbox="I have read the terms and conditions and I accept them."
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# Select
|
|
text_select="Select"
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# Linux distribution
|
|
text_linux_distribution="Linux distribution"
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# Installation location
|
|
text_installation_location="Installation location"
|
|
|
|
# Select a location with a file browser
|
|
text_select_location_custom="Select a location for your Autodesk Fusion 360 installation:"
|
|
|
|
# Installation location - Standard
|
|
text_installation_location_standard="Standard - Install Autodesk Fusion 360 into your home folder. For example: /home/username/.wineprefixes/fusion360"
|
|
|
|
# Installation location - Custom
|
|
text_installation_location_custom="Custom - Install Autodesk Fusion 360 to another place. For example: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# Driver
|
|
text_driver="Graphics driver"
|
|
|
|
# Driver DXVK
|
|
text_driver_dxvk="DXVK supports DirectX 9, 10, ... (Default)"
|
|
|
|
# Driver OpenGL
|
|
text_driver_opengl="OpenGL (Fallback)"
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# Wine Version
|
|
text_wine_version="Wine Version"
|
|
text_wine_version_staging="Wine Version (Staging)"
|
|
text_wine_version_exists="Wine version (6.23 or higher) is already installed on the system!"
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# Select a option - new_modify_deinstall
|
|
text_select_option="Option"
|
|
|
|
# Option 1
|
|
text_select_option_1="New installation of some or all components"
|
|
|
|
# Option 2
|
|
text_select_option_2="Update or Repair a existing installation"
|
|
|
|
# Option 3
|
|
text_select_option_3="Install, Repair or Uninstall some extensions"
|
|
|
|
# Option 4
|
|
text_select_option_4="Uninstall all Autodesk Fusion 360 components"
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# New installation-checkbox - new_modify_deinstall
|
|
text_new_installation_checkbox="I have now seen which installation paths are available and will specify a different path in the next step!"
|
|
|
|
# Edit installation-checkbox - new_modify_deinstall
|
|
text_edit_installation_checkbox="I wrote down or copied the correct path from an existing Autodesk Fusion 360 installation!"
|
|
|
|
# Deinstall-checkbox - new_modify_deinstall
|
|
text_deinstall_checkbox="I wrote down or copied the correct path from an existing Autodesk Fusion 360 installation and deleted this path then here!"
|
|
|
|
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
|
text_deinstall_question="Do you want to save your changes and deleting the correct existing Autodesk Fusion 360 installation?"
|
|
|
|
# Select a location with a file browser - new_modify_deinstall
|
|
text_select_location_deinstall="Select your exist Autodesk Fusion 360 installation:"
|
|
|
|
# Program-Exit - new_modify_deinstall
|
|
text_completed_deinstallation="The deinstallation of Autodesk Fusion 360 is completed."
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# Extension
|
|
text_extension="Extension"
|
|
|
|
# Extension Description
|
|
text_extension_description="Description"
|
|
|
|
text_extension_description_1="This extension helps you by the optimization any thing or part that is exposed to a moving gas or liquid. For example: wings, fins, propellers and turbines."
|
|
text_extension_description_2="This extension helps you by analyses a number of aspects of your designs and provides clear feedback on how to improve the manufacturability of the part."
|
|
text_extension_description_3="This extension gives you the option to use the Czech user interface (UI) in Autodesk Fusion 360."
|
|
text_extension_description_4="This extension is a connector between Autodesk® Fusion 360™ and the HP SmartStream Software and is used to send over jobs directly to the HP Software."
|
|
text_extension_description_5="Helical gears resemble spur gears with the teeth at an angle."
|
|
text_extension_description_6="With this extension you can send the G-code of your created 3D models directly to the OctoPrint server via Autodesk Fusion 360."
|
|
text_extension_description_7="Enables the user to Import/Update parameters from or export them to a CSV (Comma Separated Values) file."
|
|
text_extension_description_8="This extension allows you to program more than 50 different robot manufacturers and 500 robots directly from Autodesk Fusion 360."
|
|
text_extension_description_9="This plug-in is a connector between Autodesk® Fusion 360™ and the Ultimaker Digital Factory site and its services."
|
|
|
|
# Select CZECH-Plugin files
|
|
text_select_czech_plugin="Select the installation file:"
|
|
|
|
# No Plugin was not found
|
|
text_info_czech_plugin="No file selected."
|
|
|
|
# Program-Exit (Extensions)
|
|
text_completed_installation_extensions="Installation of some extensions for Autodesk Fusion 360 is complete."
|
|
|
|
###############################################################################################################################################################
|
|
|
|
# Program-Exit
|
|
text_completed_installation="Autodesk Fusion 360 installation is complete."
|
|
|
|
# Abort the program
|
|
text_abort="Do you really want to cancel the installation?"
|
|
|
|
# Error
|
|
text_error="An unexpected error occurred!"
|
|
|
|
###############################################################################################################################################################
|
|
# ALL DEFINITIONS FOR UNINSTALL AUTODESK FUSION 360 ARE ARRANGED HERE: #
|
|
###############################################################################################################################################################
|
|
|
|
text_uninstall_question="Are you sure you want to uninstall Autodesk Fusion 360 from your system?"
|
|
text_uninstall_cancel="The uninstallation was aborted!"
|
|
|
|
text_uninstall_checkbox="I wrote down/copied the correct path from an existing Autodesk Fusion 360 installation and then deleted the path in this view here!"
|
|
text_uninstall_edit_question="Do you want to save your changes and uninstall the software?"
|
|
|
|
text_uninstall_path="Select the Wineprefix directory of your Autodesk Fusion 360 installation that you want to uninstall! For example: /home/user/.wineprefixes/fusion360"
|
|
text_uninstall_path_select="Select the Wineprefix directory..."
|
|
|
|
text_uninstall_completed="Autodesk Fusion 360 uninstallation is complete."
|
|
|
|
###############################################################################################################################################################
|
|
# ALL DEFINITIONS FOR UNINSTALL AUTODESK FUSION 360 ARE ARRANGED HERE: #
|
|
###############################################################################################################################################################
|
|
|
|
text_no_update_info="No newer version was found, so your Autodesk fusion 360 is up to date!"
|
|
|
|
text_skip_update_info="The update was skipped! Please update your Autodesk Fusion 360 version soon!"
|
|
text_skip_update_question="Are you sure you want to skip searching for an Autodesk Fusion 360 update?"
|
|
|
|
text_update_question="A new version has been released! Do you want to update now?"
|
|
|
|
text_no_connection_warning="The connection to the server could not be established! Checking for new updates has been skipped! Please check your internet connection!"
|