mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2026-06-22 22:50:22 +02:00
Delete files/scripts/stable-branch/data directory
This commit is contained in:
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
LICENČNÍ SMLOUVA
|
||||
|
||||
Název: Autodesk Fusion 360 - Setup Wizard (Linux)
|
||||
Popis: Pomocí tohoto Průvodce instalací můžete nainstalovat Autodesk Fusion 360 na různé distribuce Linuxu.
|
||||
Autor: Steve Zabka
|
||||
Autor URI: https://cryinkfly.com
|
||||
Licence: MIT
|
||||
Copyright (c) 2020-2022
|
||||
|
||||
Tímto se bezplatně uděluje jakékoli osobě, která získá kopii tohoto softwaru a souvisejících dokumentačních souborů (dále jen „software“), nakládat se softwarem bez omezení, mimo jiné včetně práv na používání, kopírování, úpravy, sloučení , publikovat, distribuovat, sublicencovat a/nebo prodávat kopie Softwaru a umožnit osobám, kterým je Software poskytnut, aby tak učinily, za následujících podmínek:
|
||||
|
||||
Výše uvedené oznámení o autorských právech a toto oznámení o povolení budou zahrnuty ve všech kopiích nebo podstatných částech Softwaru.
|
||||
|
||||
SOFTWARE JE POSKYTOVÁN „TAK, JAK JE“, BEZ ZÁRUKY JAKÉHOKOLI DRUHU, VÝSLOVNÉ NEBO IMPLIKOVANÉ, VČETNĚ, ALE NE OMEZENÝCH ZÁRUK OBCHODOVATELNOSTI, VHODNOSTI PRO ZVLÁŠTNÍ ÚČEL A NEZÁVAZEK. V ŽÁDNÉM PŘÍPADĚ NEBUDOU AUTORI NEBO DRŽITELI AUTORSKÝCH PRÁV ODPOVĚDNÍ ZA JAKÉKOLI ŽÁDNÉ NÁROKY, ŠKODY NEBO JINOU ODPOVĚDNOST, TAKŽE V AKCI SMLOUVY, PORUŠENÍ NEBO JINÉ, VYPLÝVAJÍCÍ Z, VNĚJŠÍ NEBO VE SPOJENÍ SOFTVÉREM NEBO JINÝM DOPLNĚNÍM SOFTWARE.
|
||||
@@ -1,130 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
####################################################################################################
|
||||
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
||||
# Description: This is the Czech translation for the Setup Wizard. #
|
||||
# Author: Steve Zabka #
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2022 #
|
||||
# Time/Date: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="Přečetl jsem si podmínky a přijímám je."
|
||||
|
||||
# Select
|
||||
text_select="Vybrat"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Verze"
|
||||
text_standard="Standard"
|
||||
text_flatpak="Flatpak (Experimentální)"
|
||||
text_snap="Snap (Experimentální)"
|
||||
|
||||
# Driver
|
||||
text_driver="Ovladač grafiky"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (Záložní Varianta)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (Standardní Varianta)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Distribuce Linuxu"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Umístění instalace"
|
||||
|
||||
# Installation location - Standard
|
||||
text_installation_location_standard="Standard - Nainstalujte si Autodesk Fusion 360 do své domovské složky. Například: /home/username/.wineprefixes/fusion360"
|
||||
|
||||
# Installation location - Custom
|
||||
text_installation_location_custom="Vlastní - Nainstalujte Autodesk Fusion 360 na jiné místo. Například: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Vyberte umístění pro instalaci aplikace Autodesk Fusion 360:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="Změnil jsem cestu k aplikaci Autodesk Fusion 360!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="Chcete uložit změny?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="Opravdu chcete instalaci přerušit?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="Instalace aplikace Autodesk Fusion 360 je dokončena."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="Instalace některých rozšíření pro Autodesk Fusion 360 je dokončena."
|
||||
|
||||
# Select a option - new_modify_deinstall
|
||||
text_select_option="Volba"
|
||||
|
||||
# Option 1
|
||||
text_select_option_1="Nová instalace některých nebo všech součástí"
|
||||
|
||||
# Option 2
|
||||
text_select_option_2="Aktualizujte nebo Opravte stávající instalaci"
|
||||
|
||||
# Option 3
|
||||
text_select_option_3="Nainstalujte, Opravte nebo Odinstalujte některá rozšíření"
|
||||
|
||||
# Option 4
|
||||
text_select_option_4="Odinstalujte všechny součásti Autodesk Fusion 360"
|
||||
|
||||
# New installation-checkbox - new_modify_deinstall
|
||||
text_new_installation_checkbox="Nyní jsem viděl, které instalační cesty jsou k dispozici, a v dalším kroku zadám jinou cestu!"
|
||||
|
||||
# Edit installation-checkbox - new_modify_deinstall
|
||||
text_edit_installation_checkbox="Poznamenal jsem si nebo zkopíroval správnou cestu z existující instalace Autodesk Fusion 360!"
|
||||
|
||||
# Deinstall-checkbox - new_modify_deinstall
|
||||
text_deinstall_checkbox="Poznamenal jsem si nebo zkopíroval správnou cestu z existující instalace Autodesk Fusion 360 a tuto cestu jsem pak smazal zde!"
|
||||
|
||||
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
||||
text_deinstall_question="Chcete uložit změny a odstranit správnou stávající instalaci aplikace Autodesk Fusion 360?"
|
||||
|
||||
# Select a location with a file browser - new_modify_deinstall
|
||||
text_select_location_deinstall="Vyberte existující instalaci aplikace Autodesk Fusion 360:"
|
||||
|
||||
# Program-Exit - new_modify_deinstall
|
||||
text_completed_deinstallation="Odinstalování aplikace Autodesk Fusion 360 je dokončeno."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Vyberte instalační soubor:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="Žádný soubor nevybrán."
|
||||
|
||||
# Extension
|
||||
text_extension="Rozšíření"
|
||||
|
||||
# Extension Description
|
||||
text_extension_description="Popis"
|
||||
|
||||
text_extension_description_1="Toto rozšíření vám pomůže optimalizovat jakoukoli věc nebo část, která je vystavena pohybujícímu se plynu nebo kapalině. Například: křídla, ploutve, vrtule a turbíny."
|
||||
text_extension_description_2="Toto rozšíření vám pomůže analyzovat řadu aspektů vašich návrhů a poskytuje jasnou zpětnou vazbu, jak zlepšit vyrobitelnost dílu."
|
||||
text_extension_description_3="Toto rozšíření vám dává možnost používat české uživatelské rozhraní (UI) v Autodesk Fusion 360."
|
||||
text_extension_description_4="Toto rozšíření je konektorem mezi Autodesk® Fusion 360™ a softwarem HP SmartStream a používá se k odesílání úloh přímo do softwaru HP."
|
||||
text_extension_description_5="Šroubová ozubená kola připomínají čelní ozubená kola s šikmými zuby."
|
||||
text_extension_description_6="S tímto rozšířením můžete odeslat G-kód svých vytvořených 3D modelů přímo na server OctoPrint přes Autodesk Fusion 360."
|
||||
text_extension_description_7="Umožňuje uživateli importovat/aktualizovat parametry ze souboru CSV (hodnoty oddělené čárkami) nebo je exportovat do souboru."
|
||||
text_extension_description_8="Toto rozšíření umožňuje programovat více než 50 různých výrobců robotů a 500 robotů přímo z Autodesk Fusion 360."
|
||||
text_extension_description_9="Tento plug-in je konektorem mezi Autodesk® Fusion 360™ a webem Ultimaker Digital Factory a jeho službami."
|
||||
|
||||
# Error
|
||||
text_error="Vyskytla se neočekávaná chyba!"
|
||||
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
LIZENZVEREINBARUNG
|
||||
|
||||
Name: Autodesk Fusion 360 - Einrichtungsassistent (Linux)
|
||||
Beschreibung: Mit diesem Setup-Assistenten können Sie Autodesk Fusion 360 auf verschiedenen Linux-Distributionen installieren.
|
||||
Autor: Steve Zabka
|
||||
Autoren-URI: https://cryinkfly.com
|
||||
Lizenz: MIT
|
||||
Copyright (c) 2020-2022
|
||||
|
||||
Hiermit wird jeder Person, die eine Kopie dieser Software und der zugehörigen Dokumentationsdateien (die "Software") erhält, kostenlos die Erlaubnis erteilt, mit der Software ohne Einschränkung zu handeln, einschließlich und ohne Einschränkung der Rechte zur Nutzung, zum Kopieren, Ändern, Zusammenführen , Kopien der Software zu veröffentlichen, zu verteilen, unterzulizenzieren und/oder zu verkaufen und Personen, denen die Software zur Verfügung gestellt wird, dies zu gestatten, vorbehaltlich der folgenden Bedingungen:
|
||||
|
||||
Der obige Urheberrechtshinweis und dieser Genehmigungshinweis müssen in allen Kopien oder wesentlichen Teilen der Software enthalten sein.
|
||||
|
||||
DIE SOFTWARE WIRD "WIE BESEHEN", OHNE JEGLICHE AUSDRÜCKLICHE ODER STILLSCHWEIGENDE GEWÄHRLEISTUNG BEREITGESTELLT, EINSCHLIESSLICH, ABER NICHT BESCHRÄNKT AUF DIE GEWÄHRLEISTUNGEN DER MARKTFÄHIGKEIT, EIGNUNG FÜR EINEN BESTIMMTEN ZWECK UND NICHTVERLETZUNGSVERLETZUNG. IN KEINEM FALL HAFTEN DIE AUTOREN ODER URHEBERRECHTSINHABER FÜR JEGLICHE ANSPRÜCHE, SCHÄDEN ODER ANDERE HAFTUNG, OB AUS VERTRAGLICHEM, SCHLECHTER ODER ANDERWEITIGEM, DIE AUS, AUS ODER IN VERBINDUNG MIT DER SOFTWARE ODER DER NUTZUNG ODER ANDEREN HANDELN IN SOFTWARE.
|
||||
@@ -1,127 +0,0 @@
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
####################################################################################################
|
||||
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
||||
# Description: This is the German translation for the Setup Wizard. #
|
||||
# Author: Steve Zabka #
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2022 #
|
||||
# Time/Date: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="Ich habe die Lizenzvereinbachung gelesen und akzeptiert."
|
||||
|
||||
# Select
|
||||
text_select="Wähle"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Version"
|
||||
text_standard="Standard"
|
||||
text_flatpak="Flatpak (Experimental)"
|
||||
text_snap="Snap (Experimental)"
|
||||
|
||||
# Driver
|
||||
text_driver="Grafiktreiber"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (Fallback-Variante)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (Standard-Variante)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Linux Distribution"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Installationsort"
|
||||
|
||||
# Installation location - Standard
|
||||
text_installation_location_standard="Standard – Installieren Sie Autodesk Fusion 360 in Ihrem Benutzerordner. Beispiel: /home/username/.wineprefixes/fusion360"
|
||||
|
||||
# Installation location - Custom
|
||||
text_installation_location_custom="Benutzerdefiniert – Installieren Sie Autodesk Fusion 360 an einem anderen Ort. Zum Beispiel: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Wählen Sie einen Speicherort für Ihre Autodesk Fusion 360-Installation aus:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="Ich habe den Pfad von Autodesk Fusion 360 geändert!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="Möchtest du deine Änderungen speichern?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="Möchten Sie die Installation wirklich abbrechen?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="Die Installation von Autodesk Fusion 360 ist abgeschlossen."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="Die Installation einiger Erweiterungen für Autodesk Fusion 360 ist abgeschlossen."
|
||||
|
||||
# Select a option - new_modify_deinstall
|
||||
text_select_option="Option"
|
||||
|
||||
# Option 1
|
||||
text_select_option_1="Neuinstallation einiger oder aller Komponenten"
|
||||
|
||||
# Option 2
|
||||
text_select_option_2="Aktualisieren oder Reparieren Sie eine vorhandene Installation"
|
||||
|
||||
# Option 3
|
||||
text_select_option_3="Installieren, Reparieren oder Deinstallieren Sie verschiedene Erweiterungen"
|
||||
|
||||
# Option 4
|
||||
text_select_option_4="Deinstallieren Sie alle Autodesk Fusion 360-Komponenten"
|
||||
|
||||
# New installation-checkbox - new_modify_deinstall
|
||||
text_new_installation_checkbox="Ich habe jetzt gesehen, welche Installationspfade verfügbar sind und werde im nächsten Schritt einen anderen Pfad (Installationsort) angeben!"
|
||||
|
||||
# Edit installation-checkbox - new_modify_deinstall
|
||||
text_edit_installation_checkbox="Ich habe den richtigen Pfad aus einer vorhandenen Autodesk Fusion 360-Installation aufgeschrieben oder in die Zwischenablage kopiert!"
|
||||
|
||||
# Deinstall-checkbox - new_modify_deinstall
|
||||
text_deinstall_checkbox="Ich habe den richtigen Pfad aus einer bestehenden Autodesk Fusion 360-Installation aufgeschrieben oder in die Zwischenablage kopiert und diesen Pfad dann hier gelöscht!"
|
||||
|
||||
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
||||
text_deinstall_question="Möchten Sie Ihre Änderungen speichern und die vorhandene Autodesk Fusion 360-Installation wirklich löschen?"
|
||||
|
||||
# Select a location with a file browser - new_modify_deinstall
|
||||
text_select_location_deinstall="Wählen Sie Ihre vorhandene Autodesk Fusion 360-Installation aus:"
|
||||
|
||||
# Program-Exit - new_modify_deinstall
|
||||
text_completed_deinstallation="Die Deinstallation von Autodesk Fusion 360 ist abgeschlossen."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Wählen Sie die Installationsdatei aus:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="Keine Datei ausgewählt."
|
||||
|
||||
# Extension
|
||||
text_extension="Erweiterung"
|
||||
|
||||
# Extension Description
|
||||
text_extension_description="Beschreibung"
|
||||
|
||||
text_extension_description_1="Diese Erweiterung hilft Ihnen bei der Optimierung aller Dinge oder Teile, die einem sich bewegenden Gas oder einer Flüssigkeit ausgesetzt sind. Zum Beispiel: Flügel, Flossen, Propeller und Turbinen."
|
||||
text_extension_description_2="Diese Erweiterung hilft Ihnen, indem sie eine Reihe von Aspekten Ihrer Konstruktionen analysiert und klares Feedback dazu gibt, wie die Herstellbarkeit des Teils verbessert werden kann."
|
||||
text_extension_description_3="Diese Erweiterung gibt Ihnen die Möglichkeit, die tschechische Benutzeroberfläche (UI) in Autodesk Fusion 360 zu verwenden."
|
||||
text_extension_description_4="Diese Erweiterung stellt eine Verbindung zwischen Autodesk® Fusion 360™ und der HP SmartStream Software und wird verwendet, um Jobs direkt an die HP Software zu senden."
|
||||
text_extension_description_5="Schrägverzahnungen ähneln Stirnrädern mit schrägen Zähnen."
|
||||
text_extension_description_6="Mit dieser Erweiterung können Sie den G-Code Ihrer erstellten 3D-Modelle direkt über Autodesk Fusion 360 an den OctoPrint-Server senden."
|
||||
text_extension_description_7="Ermöglicht dem Benutzer, Parameter aus einer CSV-Datei (Comma Separated Values) zu importieren/aktualisieren oder in eine CSV-Datei zu exportieren."
|
||||
text_extension_description_8="Mit dieser Erweiterung können Sie mehr als 50 verschiedene Roboterhersteller und 500 Roboter direkt aus Autodesk Fusion 360 programmieren."
|
||||
text_extension_description_9="Diese Erweiterung stellt eine Verbindung zwischen Autodesk® Fusion 360™ und der Ultimaker Digital Factory-Site und ihren Diensten."
|
||||
|
||||
# Error
|
||||
text_error="Ein unerwarteter Fehler ist aufgetreten!"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
LICENSE AGREEMENT
|
||||
|
||||
Name: Autodesk Fusion 360 - Setup Wizard (Linux)
|
||||
Description: With this Setup Wizard you can install Autodesk Fusion 360 on various Linux distributions.
|
||||
Author: Steve Zabka
|
||||
Author URI: https://cryinkfly.com
|
||||
License: MIT
|
||||
Copyright (c) 2020-2022
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
@@ -1,126 +0,0 @@
|
||||
#!/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: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="I have read the terms and conditions and I accept them."
|
||||
|
||||
# Select
|
||||
text_select="Select"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Version"
|
||||
text_standard="Standard"
|
||||
text_flatpak="Flatpak (Experimental)"
|
||||
text_snap="Snap (Experimental)"
|
||||
|
||||
# Driver
|
||||
text_driver="Graphics driver"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (Fallback-Variant)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (Standard-Variant)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Linux distribution"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Installation location"
|
||||
|
||||
# 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"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Select a location for your Autodesk Fusion 360 installation:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="I have changed the path of Autodesk Fusion 360!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="Do you want to save your changes?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="Do you really want to abort the installation?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="The installation of Autodesk Fusion 360 is completed."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="The installation of some extensions for Autodesk Fusion 360 is completed."
|
||||
|
||||
# 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."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Select the installation file:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="No file selected."
|
||||
|
||||
# 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."
|
||||
|
||||
# Error
|
||||
text_error="An unexpected error occurred!"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
ACUERDO DE LICENCIA
|
||||
|
||||
Nombre: Autodesk Fusion 360 - Asistente de configuración (Linux)
|
||||
Descripción: Con este asistente de configuración, puede instalar Autodesk Fusion 360 en varias distribuciones de Linux.
|
||||
Autor: Steve Zabka
|
||||
URI del autor: https://cryinkfly.com
|
||||
Licencia: MIT
|
||||
Copyright (c) 2020-2022
|
||||
|
||||
Por la presente se otorga permiso, sin cargo, a cualquier persona que obtenga una copia de este software y los archivos de documentación asociados (el "Software"), para utilizar el Software sin restricciones, incluidos, entre otros, los derechos de uso, copia, modificación, fusión , publicar, distribuir, sublicenciar y / o vender copias del Software, y permitir que las personas a las que se les proporcione el Software lo hagan, sujeto a las siguientes condiciones:
|
||||
|
||||
El aviso de copyright anterior y este aviso de permiso se incluirán en todas las copias o partes sustanciales del Software.
|
||||
|
||||
EL SOFTWARE SE PROPORCIONA "TAL CUAL", SIN GARANTÍA DE NINGÚN TIPO, EXPRESA O IMPLÍCITA, INCLUYENDO, PERO NO LIMITADO A, LAS GARANTÍAS DE COMERCIABILIDAD, APTITUD PARA UN PROPÓSITO PARTICULAR Y NO INFRACCIÓN. EN NINGÚN CASO LOS AUTORES O TITULARES DE LOS DERECHOS DE AUTOR SERÁN RESPONSABLES DE CUALQUIER RECLAMO, DAÑOS U OTRA RESPONSABILIDAD, YA SEA EN UNA ACCIÓN DE CONTRATO, AGRAVIO O DE OTRO MODO, QUE SURJA DE, FUERA DE O EN RELACIÓN CON EL SOFTWARE O EL USO U OTRAS NEGOCIACIONES EN EL SOFTWARE.
|
||||
@@ -1,126 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
####################################################################################################
|
||||
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
||||
# Description: This is the Spanish translation for the Setup Wizard. #
|
||||
# Author: Steve Zabka #
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2022 #
|
||||
# Time/Date: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="He leído los términos y condiciones y los acepto."
|
||||
|
||||
# Select
|
||||
text_select="Seleccione"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Versión"
|
||||
text_standard="Standard"
|
||||
text_flatpak="Flatpak (Experimental)"
|
||||
text_snap="Snap (Experimental)"
|
||||
|
||||
# Driver
|
||||
text_driver="Controlador de gráficos"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (Variante-Alternativa)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (Variante-Estándar)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Distribución de Linux"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Ubicación de la instalación"
|
||||
|
||||
# Installation location - Standard
|
||||
text_installation_location_standard="Estándar - Instale Autodesk Fusion 360 en su carpeta de inicio. Por ejemplo: /home/username/.wineprefixes/fusion360"
|
||||
|
||||
# Installation location - Custom
|
||||
text_installation_location_custom="Personalizado: instala Autodesk Fusion 360 en otro lugar. Por ejemplo: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Seleccione una ubicación para su instalación de Autodesk Fusion 360:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="¡He cambiado la ruta de Autodesk Fusion 360!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="¿Quieres guardar tus cambios?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="¿Realmente quieres abortar la instalación?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="Se completa la instalación de Autodesk Fusion 360."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="Se completa la instalación de algunas extensiones para Autodesk Fusion 360."
|
||||
|
||||
# Select a option - new_modify_deinstall
|
||||
text_select_option="Opción"
|
||||
|
||||
# Option 1
|
||||
text_select_option_1="Nueva instalación de algunos o todos los componentes"
|
||||
|
||||
# Option 2
|
||||
text_select_option_2="Update or Repair a existing installation"
|
||||
|
||||
# Option 3
|
||||
text_select_option_3="Instalar, Reparar o Desinstalar algunas extensiones"
|
||||
|
||||
# Option 4
|
||||
text_select_option_4="Desinstale todos los componentes de Autodesk Fusion 360"
|
||||
|
||||
# New installation-checkbox - new_modify_deinstall
|
||||
text_new_installation_checkbox="¡Ahora he visto qué rutas de instalación están disponibles y especificaré una ruta diferente en el siguiente paso!"
|
||||
|
||||
# Edit installation-checkbox - new_modify_deinstall
|
||||
text_edit_installation_checkbox="¡Escribí o copié la ruta correcta de una instalación existente de Autodesk Fusion 360!"
|
||||
|
||||
# Deinstall-checkbox - new_modify_deinstall
|
||||
text_deinstall_checkbox="¡Escribí o copié la ruta correcta de una instalación existente de Autodesk Fusion 360 y eliminé esta ruta aquí!"
|
||||
|
||||
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
||||
text_deinstall_question="¿Desea guardar sus cambios y eliminar la instalación correcta de Autodesk Fusion 360 existente?"
|
||||
|
||||
# Select a location with a file browser - new_modify_deinstall
|
||||
text_select_location_deinstall="Seleccione su instalación existente de Autodesk Fusion 360:"
|
||||
|
||||
# Program-Exit - new_modify_deinstall
|
||||
text_completed_deinstallation="Se completa la desinstalación de Autodesk Fusion 360."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Seleccione el archivo de instalación:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="Ningún archivo seleccionado."
|
||||
|
||||
# Extension
|
||||
text_extension="Extensión"
|
||||
|
||||
# Extension Description
|
||||
text_extension_description="Descripción"
|
||||
|
||||
text_extension_description_1="Esta extensión te ayuda a optimizar cualquier cosa o pieza que esté expuesta a un gas o líquido en movimiento. Por ejemplo: alas, aletas, hélices y turbinas."
|
||||
text_extension_description_2="Esta extensión lo ayuda analizando una serie de aspectos de sus diseños y brinda comentarios claros sobre cómo mejorar la capacidad de fabricación de la pieza".
|
||||
text_extension_description_3="Esta extensión le ofrece la opción de utilizar la interfaz de usuario (UI) checa en Autodesk Fusion 360."
|
||||
text_extension_description_4="Esta extensión es un conector entre Autodesk® Fusion 360™ y el software HP SmartStream y se utiliza para enviar trabajos directamente al software HP".
|
||||
text_extension_description_5="Los engranajes helicoidales se parecen a los engranajes rectos con los dientes en ángulo."
|
||||
text_extension_description_6="Con esta extensión puede enviar el código G de sus modelos 3D creados directamente al servidor OctoPrint a través de Autodesk Fusion 360."
|
||||
text_extension_description_7="Permite al usuario importar/actualizar parámetros o exportarlos a un archivo CSV (valores separados por comas)".
|
||||
text_extension_description_8="Esta extensión le permite programar más de 50 fabricantes de robots diferentes y 500 robots directamente desde Autodesk Fusion 360."
|
||||
text_extension_description_9="Este complemento es un conector entre Autodesk® Fusion 360™ y el sitio de Ultimaker Digital Factory y sus servicios."
|
||||
|
||||
# Error
|
||||
text_error="¡Ocurrió un error inesperado!"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
ACCORD DE LICENCE
|
||||
|
||||
Nom : Autodesk Fusion 360 - Assistant de configuration (Linux)
|
||||
Description : Avec cet assistant d'installation, vous pouvez installer Autodesk Fusion 360 sur diverses distributions Linux.
|
||||
Auteur : Steve Zabka
|
||||
URI de l'auteur : https://cryinkfly.com
|
||||
Licence : MIT
|
||||
Droit d'auteur (c) 2020-2022
|
||||
|
||||
L'autorisation est par la présente accordée, gratuitement, à toute personne obtenant une copie de ce logiciel et des fichiers de documentation associés (le "Logiciel"), de traiter le Logiciel sans restriction, y compris, sans limitation, les droits d'utilisation, de copie, de modification, de fusion , publier, distribuer, sous-licencier et/ou vendre des copies du Logiciel, et permettre aux personnes auxquelles le Logiciel est fourni de le faire, sous réserve des conditions suivantes :
|
||||
|
||||
L'avis de droit d'auteur ci-dessus et cet avis d'autorisation doivent être inclus dans toutes les copies ou parties substantielles du logiciel.
|
||||
|
||||
LE LOGICIEL EST FOURNI « EN L'ÉTAT », SANS GARANTIE D'AUCUNE SORTE, EXPRESSE OU IMPLICITE, Y COMPRIS, MAIS SANS S'Y LIMITER, LES GARANTIES DE QUALITÉ MARCHANDE, D'ADAPTATION À UN USAGE PARTICULIER ET D'ABSENCE DE CONTREFAÇON. EN AUCUN CAS LES AUTEURS OU TITULAIRES DE DROITS D'AUTEUR NE SERONT RESPONSABLES DE TOUTE RÉCLAMATION, DOMMAGES OU AUTRE RESPONSABILITÉ, QU'IL SOIT DANS UNE ACTION CONTRACTUELLE, DÉLICTUELLE OU AUTRE, DÉCOULANT DE, OU EN RELATION AVEC LE LOGICIEL OU L'UTILISATION OU D'AUTRES TRANSACTIONS DANS LE LOGICIEL.
|
||||
@@ -1,126 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
####################################################################################################
|
||||
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
||||
# Description: This is the French translation for the Setup Wizard. #
|
||||
# Author: Steve Zabka #
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2022 #
|
||||
# Time/Date: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="J'ai lu les termes et conditions et je les accepte."
|
||||
|
||||
# Select
|
||||
text_select="Sélectionner"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Version"
|
||||
text_standard="Standard"
|
||||
text_flatpak="Flatpak (Expérimental)"
|
||||
text_snap="Snap (Expérimental)"
|
||||
|
||||
# Driver
|
||||
text_driver="Pilote graphique"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (Variante de repli)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (Variante standard)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Distribution Linux"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Emplacement d'installation"
|
||||
|
||||
# Installation location - Standard
|
||||
text_installation_location_standard="Standard - Installez Autodesk Fusion 360 dans votre dossier de départ. Par exemple: /home/username/.wineprefixes/fusion360"
|
||||
|
||||
# Installation location - Custom
|
||||
text_installation_location_custom="Personnalisé - Installez Autodesk Fusion 360 à un autre endroit. Par exemple: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Sélectionnez un emplacement pour votre installation d'Autodesk Fusion 360:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="J'ai modifié le chemin d'accès d'Autodesk Fusion 360!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="Voulez-vous enregistrer vos modifications?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="Voulez-vous vraiment interrompre l'installation?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="L'installation d'Autodesk Fusion 360 est terminée."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="L'installation de certaines extensions pour Autodesk Fusion 360 est terminée."
|
||||
|
||||
# Select a option - new_modify_deinstall
|
||||
text_select_option="Option"
|
||||
|
||||
# Option 1
|
||||
text_select_option_1="Nouvelle installation de certains ou de tous les composants"
|
||||
|
||||
# Option 2
|
||||
text_select_option_2="Mettre à jour ou réparer une installation existante"
|
||||
|
||||
# Option 3
|
||||
text_select_option_3="Installer, Réparer ou Désinstaller certaines extensions"
|
||||
|
||||
# Option 4
|
||||
text_select_option_4="Désinstaller tous les composants Autodesk Fusion 360"
|
||||
|
||||
# New installation-checkbox - new_modify_deinstall
|
||||
text_new_installation_checkbox="J'ai maintenant vu quels chemins d'installation sont disponibles et je spécifierai un chemin différent à l'étape suivante!"
|
||||
|
||||
# Edit installation-checkbox - new_modify_deinstall
|
||||
text_edit_installation_checkbox="J'ai noté ou copié le chemin correct à partir d'une installation Autodesk Fusion 360 existante!"
|
||||
|
||||
# Deinstall-checkbox - new_modify_deinstall
|
||||
text_deinstall_checkbox="J'ai noté ou copié le chemin correct à partir d'une installation Autodesk Fusion 360 existante et supprimé ce chemin, puis ici!"
|
||||
|
||||
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
||||
text_deinstall_question="Voulez-vous enregistrer vos modifications et supprimer l'installation Autodesk Fusion 360 existante correcte?"
|
||||
|
||||
# Select a location with a file browser - new_modify_deinstall
|
||||
text_select_location_deinstall="Sélectionnez votre installation Autodesk Fusion 360 existante:"
|
||||
|
||||
# Program-Exit - new_modify_deinstall
|
||||
text_completed_deinstallation="La désinstallation d'Autodesk Fusion 360 est terminée."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Sélectionnez le fichier d'installation:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="Aucun fichier sélectionné."
|
||||
|
||||
# Extension
|
||||
text_extension="Extension"
|
||||
|
||||
# Extension Description
|
||||
text_extension_description="La description"
|
||||
|
||||
text_extension_description_1="Cette extension vous aide par l'optimisation de toute chose ou pièce qui est exposée à un gaz ou un liquide en mouvement. Par exemple : ailes, ailettes, hélices et turbines."
|
||||
text_extension_description_2="Cette extension vous aide en analysant un certain nombre d'aspects de vos conceptions et fournit des informations claires sur la façon d'améliorer la fabricabilité de la pièce."
|
||||
text_extension_description_3="Cette extension vous donne la possibilité d'utiliser l'interface utilisateur (UI) tchèque dans Autodesk Fusion 360."
|
||||
text_extension_description_4="Cette extension est un connecteur entre Autodesk® Fusion 360™ et le logiciel HP SmartStream et est utilisée pour envoyer des travaux directement au logiciel HP."
|
||||
text_extension_description_5="Les engrenages hélicoïdaux ressemblent à des engrenages droits avec les dents inclinées."
|
||||
text_extension_description_6="Avec cette extension, vous pouvez envoyer le code G de vos modèles 3D créés directement au serveur OctoPrint via Autodesk Fusion 360."
|
||||
text_extension_description_7="Permet à l'utilisateur d'importer/mettre à jour des paramètres depuis ou de les exporter vers un fichier CSV (Comma Separated Values)."
|
||||
text_extension_description_8="Cette extension vous permet de programmer plus de 50 fabricants de robots différents et 500 robots directement depuis Autodesk Fusion 360."
|
||||
text_extension_description_9="Ce plug-in est un connecteur entre Autodesk® Fusion 360™ et le site Ultimaker Digital Factory et ses services."
|
||||
|
||||
# Error
|
||||
text_error="Une erreur inattendue est apparue!"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
CONTRATTO DI LICENZA
|
||||
|
||||
Nome: Autodesk Fusion 360 - Installazione guidata (Linux)
|
||||
Descrizione: Con questa configurazione guidata è possibile installare Autodesk Fusion 360 su varie distribuzioni Linux.
|
||||
Autore: Steve Zabka
|
||||
URI dell'autore: https://cryinkfly.com
|
||||
Licenza: MIT
|
||||
Copyright (c) 2020-2022
|
||||
|
||||
Con la presente viene concessa l'autorizzazione, a titolo gratuito, a chiunque ottenga una copia di questo software e dei file di documentazione associati (il "Software"), di utilizzare il Software senza restrizioni, inclusi senza limitazione i diritti di utilizzare, copiare, modificare, unire , pubblicare, distribuire, concedere in sublicenza e/o vendere copie del Software e consentire alle persone a cui viene fornito il Software di farlo, alle seguenti condizioni:
|
||||
|
||||
Il suddetto avviso di copyright e questo avviso di autorizzazione devono essere inclusi in tutte le copie o parti sostanziali del Software.
|
||||
|
||||
IL SOFTWARE VIENE FORNITO "COS COM'È", SENZA GARANZIE DI ALCUN TIPO, ESPRESSE O IMPLICITE, COMPRESE MA NON LIMITATE ALLE GARANZIE DI COMMERCIABILITÀ, IDONEITÀ PER UN PARTICOLARE SCOPO E NON VIOLAZIONE. IN NESSUN CASO GLI AUTORI O I TITOLARI DEL COPYRIGHT SARANNO RESPONSABILI PER QUALSIASI RECLAMO, DANNI O ALTRA RESPONSABILITÀ, SIA IN UN'AZIONE CONTRATTUALE, ILLECITO O ALTRO, DERIVANTE DA, DA O IN CONNESSIONE CON IL SOFTWARE O L'UTILIZZO O ALTRI TRATTAMENTI IN SOFTWARE.
|
||||
@@ -1,126 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
####################################################################################################
|
||||
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
||||
# Description: This is the Italian translation for the Setup Wizard. #
|
||||
# Author: Steve Zabka #
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2022 #
|
||||
# Time/Date: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="Ho letto i termini e condizioni e li accetto."
|
||||
|
||||
# Select
|
||||
text_select="Selezionare"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Versione"
|
||||
text_standard="Standard"
|
||||
text_flatpak="Flatpak (Sperimentale)"
|
||||
text_snap="Snap (Sperimentale)"
|
||||
|
||||
# Driver
|
||||
text_driver="Driver grafico"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (Variante di ripiego)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (Variante standard)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Distribuzione Linux"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Luogo di installazione"
|
||||
|
||||
# Installation location - Standard
|
||||
text_installation_location_standard="Standard: installa Autodesk Fusion 360 nella cartella Inizio. Ad esempio: /home/username/.wineprefixes/fusion360"
|
||||
|
||||
# Installation location - Custom
|
||||
text_installation_location_custom="Personalizzato: installa Autodesk Fusion 360 in un'altra posizione. Ad esempio: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Seleziona una posizione per l'installazione di Autodesk Fusion 360:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="Ho cambiato il percorso di Autodesk Fusion 360!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="Vuoi salvare le tue modifiche?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="Vuoi davvero interrompere l'installazione?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="L'installazione di Autodesk Fusion 360 è completata."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="L'installazione di alcune estensioni per Autodesk Fusion 360 è stata completata."
|
||||
|
||||
# Select a option - new_modify_deinstall
|
||||
text_select_option="Opzione"
|
||||
|
||||
# Option 1
|
||||
text_select_option_1="Nuova installazione di alcuni o tutti i componenti"
|
||||
|
||||
# Option 2
|
||||
text_select_option_2="Aggiorna o Ripara un'installazione esistente"
|
||||
|
||||
# Option 3
|
||||
text_select_option_3="Installa, Ripara o Disinstalla alcune estensioni"
|
||||
|
||||
# Option 4
|
||||
text_select_option_4="Disinstallare tutti i componenti di Autodesk Fusion 360"
|
||||
|
||||
# New installation-checkbox - new_modify_deinstall
|
||||
text_new_installation_checkbox="Ora ho visto quali percorsi di installazione sono disponibili e specificherò un percorso diverso nel passaggio successivo!"
|
||||
|
||||
# Edit installation-checkbox - new_modify_deinstall
|
||||
text_edit_installation_checkbox="Ho annotato o copiato il percorso corretto da un'installazione esistente di Autodesk Fusion 360!"
|
||||
|
||||
# Deinstall-checkbox - new_modify_deinstall
|
||||
text_deinstall_checkbox="Ho annotato o copiato il percorso corretto da un'installazione esistente di Autodesk Fusion 360 e ho eliminato questo percorso quindi qui!"
|
||||
|
||||
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
||||
text_deinstall_question="Vuoi salvare le modifiche ed eliminare l'installazione corretta di Autodesk Fusion 360 esistente?"
|
||||
|
||||
# Select a location with a file browser - new_modify_deinstall
|
||||
text_select_location_deinstall="Seleziona l'installazione esistente di Autodesk Fusion 360:"
|
||||
|
||||
# Program-Exit - new_modify_deinstall
|
||||
text_completed_deinstallation="La disinstallazione di Autodesk Fusion 360 è stata completata."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Seleziona il file di installazione:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="Nessun file selezionato."
|
||||
|
||||
# Extension
|
||||
text_extension="Estensione"
|
||||
|
||||
# Extension Description
|
||||
text_extension_description="Descrizione"
|
||||
|
||||
text_extension_description_1="Questa estensione ti aiuta a ottimizzare qualsiasi cosa o parte che è esposta a un gas o liquido in movimento. Ad esempio: ali, pinne, eliche e turbine."
|
||||
text_extension_description_2="Questa estensione ti aiuta analizzando una serie di aspetti dei tuoi progetti e fornisce un feedback chiaro su come migliorare la producibilità della parte."
|
||||
text_extension_description_3="Questa estensione offre la possibilità di utilizzare l'interfaccia utente ceca in Autodesk Fusion 360."
|
||||
text_extension_description_4="Questa estensione è un connettore tra Autodesk® Fusion 360™ e il software HP SmartStream e viene utilizzata per inviare i lavori direttamente al software HP."
|
||||
text_extension_description_5="Gli ingranaggi elicoidali assomigliano agli ingranaggi cilindrici con i denti ad angolo."
|
||||
text_extension_description_6="Con questa estensione puoi inviare il codice G dei tuoi modelli 3D creati direttamente al server OctoPrint tramite Autodesk Fusion 360."
|
||||
text_extension_description_7="Consente all'utente di importare/aggiornare parametri da o esportarli in un file CSV (Comma Separated Values)."
|
||||
text_extension_description_8="Questa estensione consente di programmare più di 50 diversi produttori di robot e 500 robot direttamente da Autodesk Fusion 360."
|
||||
text_extension_description_9="Questo plug-in è un connettore tra Autodesk® Fusion 360™ e il sito Ultimaker Digital Factory e i suoi servizi."
|
||||
|
||||
# Error
|
||||
text_error="Si è verificato un errore imprevisto!"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
ライセンス契約
|
||||
|
||||
名前:Autodesk Fusion 360-セットアップウィザード(Linux)
|
||||
説明:このセットアップウィザードを使用すると、Autodesk Fusion360をさまざまなLinuxディストリビューションにインストールできます。
|
||||
著者:スティーブザブカ
|
||||
著者URI:https://cryinkfly.com
|
||||
ライセンス:MIT
|
||||
Copyright(c)2020-2022
|
||||
|
||||
これにより、このソフトウェアおよび関連するドキュメントファイル(「ソフトウェア」)のコピーを取得するすべての人に、使用、コピー、変更、マージの権利を含むがこれに限定されない制限なしにソフトウェアを取り扱う許可が無料で付与されます。 、本ソフトウェアのコピーを公開、配布、サブライセンス、および/または販売すること、および本ソフトウェアが提供される人に、以下の条件を条件として、そうすることを許可すること。
|
||||
|
||||
上記の著作権表示およびこの許可通知は、本ソフトウェアのすべてのコピーまたは大部分に含まれるものとします。
|
||||
|
||||
本ソフトウェアは「現状有姿」で提供され、商品性、特定目的への適合性、および非侵害の保証を含むがこれらに限定されない、明示または黙示を問わず、いかなる種類の保証もありません。いかなる場合も、作者または著作権所有者は、契約、不法行為、またはその他の行為にかかわらず、ソフトウェアまたはソフトウェアの使用またはその他の取引に起因する、または関連する、いかなる請求、損害、またはその他の責任についても責任を負わないものとします。ソフトウェア。
|
||||
@@ -1,126 +0,0 @@
|
||||
#!/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 #
|
||||
# Time/Date: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="Riyō kiyaku o yomi, dōi shimasu."
|
||||
|
||||
# Select
|
||||
text_select="Sentaku suru"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Bājon"
|
||||
text_standard="Hyōjun"
|
||||
text_flatpak="Flatpak (Jikken-teki)"
|
||||
text_snap="Snap (Jikken-teki)"
|
||||
|
||||
# Driver
|
||||
text_driver="Gurafikkudoraibā"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (Fōrubakkubarianto)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (Hyōjun barianto)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Rinakkusu disutoribyūshon"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Setchi basho"
|
||||
|
||||
# Installation location - Standard
|
||||
text_installation_location_standard="Hyōjun - Autodesk Fusion 360 o hōmuforuda ni insutōru shimasu. Rei: /home/username/.wineprefixes/fusion360"
|
||||
|
||||
# Installation location - Custom
|
||||
text_installation_location_custom="Kasutamu - Autodesk Fusion 360 o betsu no basho ni insutōru shimasu. Rei: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Autodesk Fusion 360 no insutōru basho o sentaku shimasu:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="Autodesk Fusion 360 no pasu o henkō shimashita!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="Henkō o hozon shimasu ka?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="Hontōni insutōru o chūshi shimasu ka?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="Autodesk Fusion 360 no insutōru ga kanryō shimashita."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="Autodesk Fusion 360 no ikutsu ka no kakuchō kinō no insutōru ga kanryō shimashita."
|
||||
|
||||
# Select a option - new_modify_deinstall
|
||||
text_select_option="Opushon"
|
||||
|
||||
# Option 1
|
||||
text_select_option_1="Ichibu matawa subete no konpōnento no shinki insutōru"
|
||||
|
||||
# Option 2
|
||||
text_select_option_2="Kizon no insutōru o kōshin matawa shūfuku suru"
|
||||
|
||||
# Option 3
|
||||
text_select_option_3="Ichibu no kakuchō kinō o insutōru, shūfuku, matawa an'insutōru suru"
|
||||
|
||||
# Option 4
|
||||
text_select_option_4="Subete no Autodesk Fusion 360 konpōnento o an'insutōru shimasu"
|
||||
|
||||
# New installation-checkbox - new_modify_deinstall
|
||||
text_new_installation_checkbox="Shiyō kanōna insutōrupasu o kakunin shimashita. Tsugi no suteppu de betsu no pasu o shitei shimasu."
|
||||
|
||||
# Edit installation-checkbox - new_modify_deinstall
|
||||
text_edit_installation_checkbox="Kizon no Autodesk Fusion 360 insutōru kara tadashī pasu o kakitomeru ka kopī shimashita!"
|
||||
|
||||
# Deinstall-checkbox - new_modify_deinstall
|
||||
text_deinstall_checkbox="Kizon no Autodesk Fusion 360 insutōru kara tadashī pasu o kakitomeru ka kopī shite, kono pasu o sakujo shimashita."
|
||||
|
||||
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
||||
text_deinstall_question="Henkō o hozon shite, kizon no tadashī Autodesk Fusion 360 insutōru o sakujo shimasu ka?"
|
||||
|
||||
# Select a location with a file browser - new_modify_deinstall
|
||||
text_select_location_deinstall="Kizon no Autodesk Fusion 360 insutōru o sentaku shimasu:"
|
||||
|
||||
# Program-Exit - new_modify_deinstall
|
||||
text_completed_deinstallation="Autodesk Fusion 360 no sakujo ga kanryō shimashita."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Insutōrufairu o sentaku shimasu:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="Fairu ga sentaku sa rete imasen."
|
||||
|
||||
# Extension
|
||||
text_extension="Kakudai"
|
||||
|
||||
# Extension Description
|
||||
text_extension_description="Setsumei"
|
||||
|
||||
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サイトおよびそのサービスの間のコネクタです。"
|
||||
|
||||
# Error
|
||||
text_error="Yoki senu erā ga hassei shita!"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
라이센스 계약
|
||||
|
||||
이름: Autodesk Fusion 360 - 설치 마법사(Linux)
|
||||
설명: 이 설치 마법사를 사용하면 다양한 Linux 배포판에 Autodesk Fusion 360을 설치할 수 있습니다.
|
||||
저자: 스티브 자브카
|
||||
작성자 URI: https://cryinkfly.com
|
||||
라이센스: MIT
|
||||
저작권 (c) 2020-2022
|
||||
|
||||
이에 따라 이 소프트웨어 및 관련 문서 파일("소프트웨어")의 사본을 얻는 모든 사람에게 사용, 복사, 수정, 병합 권한을 포함하되 이에 국한되지 않는 제한 없이 소프트웨어를 다룰 수 있는 권한이 부여됩니다. 다음 조건에 따라 소프트웨어 사본을 게시, 배포, 재라이센스 부여 및/또는 판매하고 소프트웨어가 제공된 사람에게 그렇게 하도록 허용합니다.
|
||||
|
||||
위의 저작권 고지 및 이 허가 고지는 소프트웨어의 모든 사본 또는 상당 부분에 포함됩니다.
|
||||
|
||||
소프트웨어는 상품성, 특정 목적에의 적합성 및 비침해에 대한 보증을 포함하되 이에 국한되지 않는 어떠한 종류의 명시적 또는 묵시적 보증 없이 "있는 그대로" 제공됩니다. 어떠한 경우에도 저자 또는 저작권자는 계약, 불법 행위 또는 기타의 행위로 인해 소프트웨어나 다른 거래로 인해 또는 이와 관련하여 발생하는 청구, 손해 또는 기타 책임에 대해 책임을 지지 않습니다. 소프트웨어.
|
||||
@@ -1,125 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
####################################################################################################
|
||||
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
||||
# Description: This is the Korean translation for the Setup Wizard. #
|
||||
# Author: Steve Zabka #
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2022 #
|
||||
# Time/Date: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="Iyong-yaggwan-eul ilg-eoss-eumyeo ie dong-uihabnida."
|
||||
|
||||
# Select
|
||||
text_select="Seontaeghada"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Beojeon"
|
||||
text_standard="Gijun"
|
||||
text_flatpak="Flatpak (Silheomjeog)"
|
||||
text_snap="Snap (Silheomjeog)"
|
||||
|
||||
# Driver
|
||||
text_driver="Geulaepig deulaibeo"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (daeche byeonhyeong)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (pyojun byeonhyeong)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Linugseu baepopan"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Seolchi wichi"
|
||||
|
||||
# Installation location - Standard
|
||||
text_installation_location_standard="Pyojun - Hom poldeoe Autodesk Fusion 360eul seolchihabnida. Ye: /home/username/.wineprefixes/fusion360"
|
||||
|
||||
# Installation location - Custom
|
||||
text_installation_location_custom="Sayongja jeong-ui - Autodesk Fusion 360 eul daleun wichie seolchihabnida. Ye: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Autodesk Fusion 360 seolchi wichileul seontaeghasibsio:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="Autodesk Fusion 360 ui gyeongloleul byeongyeonghaessseubnida!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="Byeong-yeong sahang-eul jejanghasigessseubnikka?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="Seolchileul jungdanhasigessseubnikka?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="Autodesk Fusion 360 seolchiga wanlyodoeeossseubnida."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="Autodesk Fusion 360 yong ilbu hwagjang seolchiga wanlyodoeeossseubnida."
|
||||
|
||||
# Select a option - new_modify_deinstall
|
||||
text_select_option="Obsyeon"
|
||||
|
||||
# Option 1
|
||||
text_select_option_1="Ilbu ttoneun modeun guseong yosoui sae seolchi"
|
||||
|
||||
# Option 2
|
||||
text_select_option_2="Gijon seolchi eobdeiteu ttoneun boggu"
|
||||
|
||||
# Option 3
|
||||
text_select_option_3="Ilbu hwagjang peulogeulaem seolchi, boggu ttoneun jegeo"
|
||||
|
||||
# Option 4
|
||||
text_select_option_4="Modeun Autodesk Fusion 360 guseong-yoso jegeo"
|
||||
|
||||
# New installation-checkbox - new_modify_deinstall
|
||||
text_new_installation_checkbox="Ije sayong ganeunghan seolchi gyeongloleul hwag-inhaess-eumyeo da-eum dangyeeseo daleun gyeongloleul jijeonghal geos-ibnida!"
|
||||
|
||||
# Edit installation-checkbox - new_modify_deinstall
|
||||
text_edit_installation_checkbox="Gijon Autodesk Fusion 360 seolchieseo olbaleun gyeongloleul giloghageona bogsahaessseubnida!"
|
||||
|
||||
# Deinstall-checkbox - new_modify_deinstall
|
||||
text_deinstall_checkbox="Gijon Autodesk Fusion 360 seolchieseo olbaleun gyeongloleul giloghageona bogsahago i gyeongloleul sagjehan da-eum yeogieseo sagjehaessseubnida!"
|
||||
|
||||
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
||||
text_deinstall_question="Byeongyeong sahang-eul jeojanghago olbaleun gijon Autodesk Fusion 360 seolchileul sagjehasigessseubnikka?"
|
||||
|
||||
# Select a location with a file browser - new_modify_deinstall
|
||||
text_select_location_deinstall="Gijon Autodesk Fusion 360 seolchileul seontaeghasibsio:"
|
||||
|
||||
# Program-Exit - new_modify_deinstall
|
||||
text_completed_deinstallation="Autodesk Fusion 360 ui jegeoga wanlyodoeeossseubnida."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Seolchi pail seontaeg:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="Pail-i seontaegdoeji anh-assseubnida."
|
||||
|
||||
# Extension
|
||||
text_extension="Hwagdae"
|
||||
|
||||
# Extension Description
|
||||
text_extension_description="Seolmyeong"
|
||||
|
||||
text_extension_description_1="이 확장 기능은 움직이는 기체나 액체에 노출되는 모든 사물이나 부품을 최적화하는 데 도움이 됩니다. 예: 날개, 지느러미, 프로펠러 및 터빈."
|
||||
text_extension_description_2="이 확장 기능은 설계의 여러 측면을 분석하는 데 도움이 되며 부품의 제조 가능성을 개선하는 방법에 대한 명확한 피드백을 제공합니다."
|
||||
text_extension_description_3="이 확장은 Autodesk Fusion 360에서 체코 사용자 인터페이스(UI)를 사용할 수 있는 옵션을 제공합니다."
|
||||
text_extension_description_4="이 확장은 Autodesk® Fusion 360™과 HP SmartStream 소프트웨어 사이의 커넥터이며 작업을 HP 소프트웨어로 직접 보내는 데 사용됩니다."
|
||||
text_extension_description_5="헬리컬 기어는 톱니가 비스듬한 평 기어와 비슷합니다."
|
||||
text_extension_description_6="이 확장 기능을 사용하면 생성한 3D 모델의 G 코드를 Autodesk Fusion 360을 통해 OctoPrint 서버로 직접 보낼 수 있습니다."
|
||||
text_extension_description_7="사용자가 매개변수를 CSV(쉼표로 구분된 값) 파일에서 가져오기/업데이트하거나 CSV(쉼표로 구분된 값) 파일로 내보낼 수 있습니다."
|
||||
text_extension_description_8="이 확장 프로그램을 사용하면 Autodesk Fusion 360에서 직접 50개 이상의 로봇 제조업체와 500개 이상의 로봇을 프로그래밍할 수 있습니다."
|
||||
text_extension_description_9="이 플러그인은 Autodesk® Fusion 360™과 Ultimaker Digital Factory 사이트 및 해당 서비스 간의 커넥터입니다."
|
||||
|
||||
# Error
|
||||
text_error="Yesangchi moshan olyuga balsaenghaessseubnida!"
|
||||
@@ -1,62 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
####################################################################################################
|
||||
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
||||
# Description: With this file you get all languages for the Setup Wizard. #
|
||||
# Author: Steve Zabka #
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2021 #
|
||||
# Time/Date: 10:00/20.10.2021 #
|
||||
# Version: 1.0 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL FUNCTIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# Load & Save the locale files into the folders!
|
||||
|
||||
function load-locale-languages {
|
||||
wget -N -P data/locale/cs-CZ/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/cs-CZ/locale-cs.sh
|
||||
chmod +x data/locale/cs-CZ/locale-cs.sh
|
||||
wget -N -P data/locale/de-DE/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/de-DE/locale-de.sh
|
||||
chmod +x data/locale/de-DE/locale-de.sh
|
||||
wget -N -P data/locale/en-US/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/en-US/locale-en.sh
|
||||
chmod +x data/locale/en-US/locale-en.sh
|
||||
wget -N -P data/locale/es-ES/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/es-ES/locale-es.sh
|
||||
chmod +x data/locale/es-ES/locale-es.sh
|
||||
wget -N -P data/locale/fr-FR/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/fr-FR/locale-fr.sh
|
||||
chmod +x data/locale/fr-FR/locale-fr.sh
|
||||
wget -N -P data/locale/it-IT/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/it-IT/locale-it.sh
|
||||
chmod +x data/locale/it-IT/locale-it.sh
|
||||
wget -N -P data/locale/ja-JP/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/ja-JP/locale-ja.sh
|
||||
chmod +x data/locale/ja-JP/locale-ja.sh
|
||||
wget -N -P data/locale/ko-KR/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/ko-KR/locale-ko.sh
|
||||
chmod +x data/locale/ko-KR/locale-ko.sh
|
||||
wget -N -P data/locale/zh-CN/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/zh-CN/locale-zh.sh
|
||||
chmod +x data/locale/zh-CN/locale-zh.sh
|
||||
}
|
||||
|
||||
##############################################################################
|
||||
|
||||
# Load & Save the licenses into the folders!
|
||||
|
||||
function load-locale-licenses {
|
||||
wget -N -P data/locale/cs-CZ/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/cs-CZ/license-cs
|
||||
wget -N -P data/locale/de-DE/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/de-DE/license-de
|
||||
wget -N -P data/locale/en-US/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/en-US/license-en
|
||||
wget -N -P data/locale/es-ES/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/es-ES/license-es
|
||||
wget -N -P data/locale/fr-FR/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/fr-FR/license-fr
|
||||
wget -N -P data/locale/it-IT/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/it-IT/license-it
|
||||
wget -N -P data/locale/ja-JP/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/ja-JP/license-ja
|
||||
wget -N -P data/locale/ko-KR/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/ko-KR/license-ko
|
||||
wget -N -P data/locale/zh-CN/ https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/data/locale/zh-CN/license-zh
|
||||
}
|
||||
|
||||
##############################################################################
|
||||
# THE INSTALLATION PROGRAM IS STARTED HERE:
|
||||
##############################################################################
|
||||
|
||||
load-locale-languages
|
||||
load-locale-licenses
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
许可协议
|
||||
|
||||
名称:Autodesk Fusion 360 - 安装向导 (Linux)
|
||||
说明:使用此安装向导,您可以在各种 Linux 发行版上安装 Autodesk Fusion 360。
|
||||
添加一名作者
|
||||
作者 URI:https://cryinkfly.com
|
||||
许可证:麻省理工学院
|
||||
版权所有 (c) 2020-2022
|
||||
|
||||
特此授予任何人免费获得本软件和相关文档文件(“软件”)副本的许可,不受限制地处理本软件,包括但不限于使用、复制、修改、合并的权利、发布、分发、再许可和/或销售本软件的副本,并允许向其提供本软件的人员这样做,但须符合以下条件:
|
||||
|
||||
上述版权声明和本许可声明应包含在软件的所有副本或重要部分中。
|
||||
|
||||
该软件“按原样”提供,不提供任何形式的明示或暗示的保证,包括但不限于适销性、特定用途的适用性和不侵权的保证。在任何情况下,作者或版权持有人均不对任何索赔、损害或其他责任承担任何责任,无论是在合同诉讼、侵权行为或其他方面,由软件或软件的使用或使用或其他原因引起的或与之相关的软件。
|
||||
@@ -1,126 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
####################################################################################################
|
||||
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
|
||||
# Description: This is the Chinese translation for the Setup Wizard. #
|
||||
# Author: Steve Zabka #
|
||||
# Author URI: https://cryinkfly.com #
|
||||
# License: MIT #
|
||||
# Copyright (c) 2020-2022 #
|
||||
# Time/Date: 16:30/10.02.2022 #
|
||||
# Version: 1.4 #
|
||||
####################################################################################################
|
||||
|
||||
###############################################################################################################################################################
|
||||
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
||||
###############################################################################################################################################################
|
||||
|
||||
# License-checkbox
|
||||
text_license_checkbox="Wǒ yǐ yuèdú tiáokuǎn hé tiáojiàn bìng jiēshòu tāmen."
|
||||
|
||||
# Select
|
||||
text_select="Xuǎnzé"
|
||||
|
||||
# Version (Standard, Flatpak or Snap)
|
||||
text_version="Bǎnběn"
|
||||
text_standard="Biāozhǔn"
|
||||
text_flatpak="Flatpak (Shíyàn xìng de)"
|
||||
text_snap="Snap (Shíyàn xìng de)"
|
||||
|
||||
# Driver
|
||||
text_driver="Xiǎnkǎ qūdòng"
|
||||
|
||||
# Driver OpenGL
|
||||
text_driver_opengl="OpenGL (Hòubèi biàn tǐ)"
|
||||
|
||||
# Driver DXVK
|
||||
text_driver_dxvk="DXVK (biāozhǔn biàn tǐ)"
|
||||
|
||||
# Linux distribution
|
||||
text_linux_distribution="Linux fāxíng bǎn"
|
||||
|
||||
# Installation location
|
||||
text_installation_location="Ānzhuāng wèizhì"
|
||||
|
||||
# Installation location - Standard
|
||||
text_installation_location_standard="Biāozhǔn - Jiāng Autodesk Fusion 360 ānzhuāng dào nín de zhǔ wénjiàn jiā zhōng. Lìrú: /home/username/.wineprefixes/fusion360"
|
||||
|
||||
# Installation location - Custom
|
||||
text_installation_location_custom="Zì dìngyì - Jiāng Autodesk Fusion 360 ānzhuāng dào qítā wèizhì. Lìrú: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
||||
|
||||
# Select a location with a file browser
|
||||
text_select_location_custom="Xuǎnzé Autodesk Fusion 360 ānzhuāng wèizhì:"
|
||||
|
||||
# Checkbox - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_checkbox="Wǒ yǐjīng gēnggǎile Autodesk Fusion 360 de lùjìng!"
|
||||
|
||||
# Question - desktop-launcher-custom
|
||||
text_desktop_launcher_custom_question="Shìfǒu yào bǎocún gēnggǎi?"
|
||||
|
||||
# Abort the program
|
||||
text_abort="Nín zhēn de yāo zhōngzhǐ ānzhuāng ma?"
|
||||
|
||||
# Program-Exit
|
||||
text_completed_installation="Autodesk Fusion 360 ānzhuāng wánchéng."
|
||||
|
||||
# Program-Exit (Extensions)
|
||||
text_completed_installation_extensions="Autodesk Fusion 360 bùfèn kuòzhǎn ānzhuāng wánchéng."
|
||||
|
||||
# Select a option - new_modify_deinstall
|
||||
text_select_option="Xuǎnxiàng"
|
||||
|
||||
# Option 1
|
||||
text_select_option_1="Bùfèn huò suǒyǒu zǔjiàn de quánxīn ānzhuāng"
|
||||
|
||||
# Option 2
|
||||
text_select_option_2="Gēngxīn huò xiūfù xiàn yǒu ānzhuāng"
|
||||
|
||||
# Option 3
|
||||
text_select_option_3="Ānzhuāng, xiūfù huò xiè zǎi yīxiē kuòzhǎn"
|
||||
|
||||
# Option 4
|
||||
text_select_option_4="Xièzài suǒyǒu Autodesk Fusion 360 zǔjiàn"
|
||||
|
||||
# New installation-checkbox - new_modify_deinstall
|
||||
text_new_installation_checkbox="Wǒ xiànzài yǐjīng kàn dàole nǎxiē ānzhuāng lùjìng kěyòng, bìng jiàng zàixià yībù zhōng zhǐdìng bùtóng de lùjìng!"
|
||||
|
||||
# Edit installation-checkbox - new_modify_deinstall
|
||||
text_edit_installation_checkbox="Wǒ cóng xiàn yǒu de Autodesk Fusion 360 ānzhuāng zhōng jì xià huò fùzhìle zhèngquè de lùjìng!"
|
||||
|
||||
# Deinstall-checkbox - new_modify_deinstall
|
||||
text_deinstall_checkbox="Wǒ cóng xiàn yǒu de Autodesk Fusion 360 ānzhuāng zhōng jì xià huò fùzhìle zhèngquè de lùjìng, ránhòu zài cǐ chù shān chú liǎo cǐ lùjìng!"
|
||||
|
||||
# Question - Deinstall a exist Autodesk Fusion 360 installation
|
||||
text_deinstall_question="Shìfǒu yào bǎocún gēnggǎi bìng shānchú zhèngquè de xiàn yǒu Autodesk Fusion 360 ānzhuāng?"
|
||||
|
||||
# Select a location with a file browser - new_modify_deinstall
|
||||
text_select_location_deinstall="Xuǎnzé nín xiàn yǒu de Autodesk Fusion 360 ānzhuāng:"
|
||||
|
||||
# Program-Exit - new_modify_deinstall
|
||||
text_completed_deinstallation="Autodesk Fusion 360 xièzài wánchéng."
|
||||
|
||||
# Select CZECH-Plugin files
|
||||
text_select_czech_plugin="Xuǎnzé ānzhuāng wénjiàn:"
|
||||
|
||||
# No Plugin was not found
|
||||
text_info_czech_plugin="Wèi xuǎnzé wénjiàn."
|
||||
|
||||
# Extension
|
||||
text_extension="Yánqí"
|
||||
|
||||
# Extension Description
|
||||
text_extension_description="Miáoshù"
|
||||
|
||||
text_extension_description_1="此扩展帮助您优化暴露于移动气体或液体的任何事物或部件。例如:机翼、鳍、螺旋桨和涡轮机。"
|
||||
text_extension_description_2="此扩展帮助您分析设计的多个方面,并就如何提高零件的可制造性提供清晰的反馈。"
|
||||
text_extension_description_3="此扩展使您可以选择在 Autodesk Fusion 360 中使用捷克语用户界面 (UI)。"
|
||||
text_extension_description_4="此扩展是 Autodesk® Fusion 360™ 和 HP SmartStream 软件之间的连接器,用于将作业直接发送到 HP 软件。"
|
||||
text_extension_description_5="斜齿轮类似于正齿轮,齿呈一定角度。"
|
||||
text_extension_description_6="使用此扩展,您可以通过 Autodesk Fusion 360 将您创建的 3D 模型的 G 代码直接发送到 OctoPrint 服务器。"
|
||||
text_extension_description_7="允许用户从 CSV(逗号分隔值)文件导入/更新参数或将其导出到 CSV(逗号分隔值)文件。"
|
||||
text_extension_description_8="此扩展允许您直接从 Autodesk Fusion 360 对 50 多个不同的机器人制造商和 500 个机器人进行编程。"
|
||||
text_extension_description_9="此插件是 Autodesk® Fusion 360™ 与 Ultimaker Digital Factory 站点及其服务之间的连接器。"
|
||||
|
||||
# Error
|
||||
text_error="Yīgè yìliào zhī wài de wèntí fāshēngle!"
|
||||
|
||||
Reference in New Issue
Block a user