2021-10-20 10:07:12 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2021-10-20 10:34:24 +02:00
|
|
|
####################################################################################################
|
|
|
|
|
# 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 #
|
2022-01-22 12:40:31 +01:00
|
|
|
# Copyright (c) 2020-2022 #
|
|
|
|
|
# Time/Date: 12:30/22.01.2022 #
|
|
|
|
|
# Version: 1.3 #
|
2021-10-20 10:34:24 +02:00
|
|
|
####################################################################################################
|
|
|
|
|
|
|
|
|
|
###############################################################################################################################################################
|
|
|
|
|
# ALL DEFINITIONS ARE ARRANGED HERE: #
|
|
|
|
|
###############################################################################################################################################################
|
|
|
|
|
|
2021-10-20 10:07:12 +02:00
|
|
|
# License-checkbox
|
|
|
|
|
text_license_checkbox="Iyong-yaggwan-eul ilg-eoss-eumyeo ie dong-uihabnida."
|
|
|
|
|
|
|
|
|
|
# Select
|
|
|
|
|
text_select="Seontaeghada"
|
|
|
|
|
|
2021-11-09 12:22:05 +01:00
|
|
|
# Version (Standard, Flatpak or Snap)
|
|
|
|
|
text_version="Beojeon"
|
|
|
|
|
text_standard="Gijun"
|
|
|
|
|
text_flatpak="Flatpak (Silheomjeog)"
|
|
|
|
|
text_snap="Snap (Silheomjeog)"
|
|
|
|
|
|
2021-10-20 10:07:12 +02:00
|
|
|
# Driver
|
|
|
|
|
text_driver="Geulaepig deulaibeo"
|
|
|
|
|
|
|
|
|
|
# Driver OpenGL
|
|
|
|
|
text_driver_opengl="OpenGL (pyojun) - Hwagsilhaji anh-eun gyeong-u i obsyeon-eul seontaeghasibsio!"
|
|
|
|
|
|
|
|
|
|
# Driver DXVK
|
|
|
|
|
text_driver_dxvk="DXVK - Intel GPU leul sayonghaneun gyeong-u i obsyeon-eul seontaeghasibsio!"
|
|
|
|
|
|
|
|
|
|
# Linux distribution
|
|
|
|
|
text_linux_distribution="Linugseu baepopan"
|
|
|
|
|
|
|
|
|
|
# Installation location
|
|
|
|
|
text_installation_location="Seolchi wichi"
|
|
|
|
|
|
|
|
|
|
# Installation location - Standard
|
2021-10-20 10:35:53 +02:00
|
|
|
text_installation_location_standard="Pyojun - Hom poldeoe Autodesk Fusion 360eul seolchihabnida. Ye: /home/username/.wineprefixes/fusion360"
|
2021-10-20 10:07:12 +02:00
|
|
|
|
|
|
|
|
# Installation location - Custom
|
2021-10-20 10:35:53 +02:00
|
|
|
text_installation_location_custom="Sayongja jeong-ui - Autodesk Fusion 360 eul daleun wichie seolchihabnida. Ye: /run/media/username/usb-drive/.wineprefixes/fusion360"
|
2021-10-20 10:07:12 +02:00
|
|
|
|
|
|
|
|
# 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."
|
|
|
|
|
|
2021-11-08 11:02:02 +01:00
|
|
|
# Program-Exit (Extensions)
|
|
|
|
|
text_completed_installation_extensions="Autodesk Fusion 360 yong ilbu hwagjang seolchiga wanlyodoeeossseubnida."
|
|
|
|
|
|
2021-10-20 10:07:12 +02:00
|
|
|
# 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
|
2021-11-08 11:02:02 +01:00
|
|
|
text_select_option_3="Ilbu hwagjang peulogeulaem seolchi, boggu ttoneun jegeo"
|
|
|
|
|
|
|
|
|
|
# Option 4
|
|
|
|
|
text_select_option_4="Modeun Autodesk Fusion 360 guseong-yoso jegeo"
|
2021-10-20 10:07:12 +02:00
|
|
|
|
|
|
|
|
# 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"
|
|
|
|
|
|
2022-01-22 12:40:31 +01:00
|
|
|
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 사이트 및 해당 서비스 간의 커넥터입니다."
|
2021-10-20 10:07:12 +02:00
|
|
|
|
|
|
|
|
# Error
|
|
|
|
|
text_error="Yesangchi moshan olyuga balsaenghaessseubnida!"
|