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 #
|
|
|
|
|
# Copyright (c) 2020-2021 #
|
2021-11-09 12:22:05 +01:00
|
|
|
# Time/Date: 12:00/09.11.2021 #
|
|
|
|
|
# Version: 1.2 #
|
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"
|
|
|
|
|
|
|
|
|
|
text_extension_description_1="I hwagjang-eun umjig-ineun gichena aegchee nochuldoeneun modeun samul-ina bupum-eul choejeoghwahaneun de doum-i doebnida. Ye: Nalgae, jineuleomi, peulopelleo mich teobin."
|
|
|
|
|
text_extension_description_2="I hwagjang gineung-eun seolgyeui yeoleo cheugmyeon-eul bunseoghaneun de doum-i doemyeo bupum-ui jejo ganeungseong-eul gaeseonhaneun bangbeob-e daehan myeonghwaghan pideubaeg-eul jegonghabnida."
|
|
|
|
|
text_extension_description_3="I hwagjang-eun Autodesk Fusion 360 eseo cheko sayongja inteopeiseu(UI)leul sayonghal su issneun obsyeon-eul jegonghabnida."
|
|
|
|
|
text_extension_description_4="I hwagjang-eun Autodesk Fusion 360 gwa HP SmartStream sopeuteuweeo saiui keonegteoimyeo HP sopeuteuweeolo jigjeob jag-eob-eul bonaeneun de sayongdoebnida."
|
|
|
|
|
text_extension_description_5="I hwagjang-eul sayonghamyeon saengseonghan 3D model-ui G kodeuleul Autodesk Fusion 360 eul tonghae OctoPrint seobeolo jigjeob bonael su issseubnida."
|
|
|
|
|
text_extension_description_6="I hwagjang gineung-eul sayonghamyeon Autodesk Fusion 360 eseo jigjeob 50 gae isang-ui lobos jejo-eobchewa 500 gae isang-ui lobos-eul peulogeulaeminghal su issseubnida."
|
|
|
|
|
|
|
|
|
|
# Error
|
|
|
|
|
text_error="Yesangchi moshan olyuga balsaenghaessseubnida!"
|