From fa323dd91e7a47b46d79a3f6939f08e4848c32b9 Mon Sep 17 00:00:00 2001 From: Aebestach <64588584+Aebestach@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:13:20 +0800 Subject: [PATCH 1/5] Provided two pieces of Python code that support localized languages. Provided two pieces of Python code that support localized languages. --- program_changeFile.py | 40 +++++++++++++++++++++++++++++++++++++++ program_en-us.py | 44 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 program_changeFile.py create mode 100644 program_en-us.py diff --git a/program_changeFile.py b/program_changeFile.py new file mode 100644 index 0000000..09298ce --- /dev/null +++ b/program_changeFile.py @@ -0,0 +1,40 @@ +#Modify the cfg text for each part. +import os + +folder_path = r'C:\Games\KSP\1.12.5 Stock\GameData\Benjee10_MMSEV\Parts' +field_name_1 = 'title' +field_name_2 = 'description' +field_name_3 = 'name' + +for dirpath, dirnames, filenames in os.walk(folder_path): + folder_name = os.path.basename(dirpath) + for filename in filenames: + if filename.endswith('.cfg'): + with open(os.path.join(dirpath, filename), 'r') as file: + content = file.read() + lines = content.split('\n') + if lines[0].strip() == 'PART': + field_value_3 = '' + found_field_1 = False + found_field_2 = False + found_field_3 = False + flag = False + for i, line in enumerate(lines): + if field_name_1 in line and not found_field_1: + lines[i] = f'\ttitle = #LOC_{field_value_3}_title' + found_field_1 = True + if field_name_2 in line and not found_field_2: + lines[i] = f'\tdescription = #LOC_{field_value_3}_description' + found_field_2 = True + if flag == False: + if field_name_3 in line and not found_field_3: + field_value_3 = line.split('=')[1].strip() + found_field_3 = True + flag = True + if found_field_1 and found_field_2 and found_field_3: + break + content = '\n'.join(lines) + with open(os.path.join(dirpath, filename), 'w') as file: + file.write(content) + + diff --git a/program_en-us.py b/program_en-us.py new file mode 100644 index 0000000..56eeabf --- /dev/null +++ b/program_en-us.py @@ -0,0 +1,44 @@ +#Extraction of titles and abstracts. +import os + +folder_path = r'C:\Games\KSP\1.12.5 Stock\GameData\Benjee10_MMSEV\Parts' +field_name_1 = 'title' +field_name_2 = 'description' +field_name_3 = 'name' +output_file = 'en-us.cfg' + +with open(output_file, 'w') as out: + out.write('Localization\n{\n\ten-us\n\t{\n') + for dirpath, dirnames, filenames in os.walk(folder_path): + folder_name = os.path.basename(dirpath) + for filename in filenames: + if filename.endswith('.cfg'): + with open(os.path.join(dirpath, filename), 'r') as file: + found_field_1 = False + found_field_2 = False + found_field_3 = False + field_value_3 = '' + flag = False + first_line = file.readline().strip() + if first_line == 'PART': + for line in file: + if field_name_1 in line: + field_value = line.split('=')[1].strip() + out.write(f'\t\t#LOC_{field_value_3}_title = {field_value}\n') + found_field_1 = True + if field_name_2 in line: + field_value = line.split('=')[1].strip() + out.write(f'\t\t#LOC_{field_value_3}_description = {field_value}\n\n') + found_field_2 = True + if flag == False: + if field_name_3 in line: + field_value_3 = line.split('=')[1].strip() + found_field_3 = True + flag = True + if found_field_1 and found_field_2 and found_field_3: + break + out.write('\t}\n}') + + + + From 994d415625022414c3c012744f0ad9a1b5c84bbb Mon Sep 17 00:00:00 2001 From: Aebestach <64588584+Aebestach@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:13:37 +0800 Subject: [PATCH 2/5] Added localized language files Added localized language files --- Localization/en-us.cfg | 141 +++++++++++++++++++++++++++++++++++++++++ Localization/zh-cn.cfg | 141 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 282 insertions(+) create mode 100644 Localization/en-us.cfg create mode 100644 Localization/zh-cn.cfg diff --git a/Localization/en-us.cfg b/Localization/en-us.cfg new file mode 100644 index 0000000..a84c687 --- /dev/null +++ b/Localization/en-us.cfg @@ -0,0 +1,141 @@ +Localization +{ + en-us + { + #LOC_Benjee10_MMSEV_adapter_0-9375_title = PT-091A 1.25m to 0.9375m Adapter + #LOC_Benjee10_MMSEV_adapter_0-9375_description = This low-profile adapter provides a connection between 1.25m and 0.9375m bulkhead profiles. + + #LOC_Benjee10_MMSEV_crewTube0_title = PT-106 1.25m Access Tube (0.625m length) + #LOC_Benjee10_MMSEV_crewTube0_description = A small access tube. Useful for storing Kerbals or canned goods. + + #LOC_Benjee10_MMSEV_crewTube1_title = PT-112 1.25m Access Tube (1.25m length) + #LOC_Benjee10_MMSEV_crewTube1_description = A slightly longer pressurised access tube. + + #LOC_Benjee10_MMSEV_crewTube2_title = PT-125 1.25m Access Tube (2.5m length) + #LOC_Benjee10_MMSEV_crewTube2_description = A really quite long access tube. + + #LOC_Benjee10_MMSEV_baseDockLowProfile_title = PD-0625 Low-Profile Connection Port + #LOC_Benjee10_MMSEV_baseDockLowProfile_description = While reverse-engineering the Clamp-O-Tron Jr., our engineers discovered that it works perfectly fine with the base cut off. This small form-factor docking port provides a structural attachment, but no fuel cross-feed. + + #LOC_Benjee10_MMSEV_endCapRound_title = PT-115A 1.875m to 1.25m Adapter + #LOC_Benjee10_MMSEV_endCapRound_description = This adapter provides a connection between 1.25m and 1.875m bulkheads. + + #LOC_Benjee10_MMSEV_baseGreenhouse_title = PT-M100G Hydroponics Module + #LOC_Benjee10_MMSEV_baseGreenhouse_description = This module is outfitted with a sophisticated hydroponics garden to ensure your Kerbals can eat their greens. + + #LOC_Benjee10_MMSEV_baseHabLong_title = PT-M100H Habitation Module + #LOC_Benjee10_MMSEV_baseHabLong_description = This double-length habitat is positively roomy. + + #LOC_Benjee10_MMSEV_baseHabShort_title = PT-M50H Habitation Module + #LOC_Benjee10_MMSEV_baseHabShort_description = This cozy hab module is ideal for + + #LOC_Benjee10_MMSEV_baseHDU_title = PT-3A Command Node Module + #LOC_Benjee10_MMSEV_baseHDU_description = This gigantic 3.75m module can act as a standalone surface base or orbital outpost, or it can become the core of a larger, modular structure. Features 4 radial 1.25m nodes. Interior is vertically oriented. + + #LOC_Benjee10_base_HDU_attic_title = PT-3H Expandable Habitat Module + #LOC_Benjee10_base_HDU_attic_description = Experimental technologies allow this module to expand into a large habitable dome. Makes an ideal attic. + + #LOC_Benjee10_base_HDU_base_title = PT-3S Octagonal Structural Support Unit + #LOC_Benjee10_base_HDU_base_description = This large octagonal structural unit makes an ideal platform for large 3.75m vertically oriented modules. + + #LOC_Benjee10_MMSEV_baseHDU_hab_title = PT-3B Habitation Module + #LOC_Benjee10_MMSEV_baseHDU_hab_description = This spacious pressurised module provides ample room for crew to live, work and sleep. Large clusters of windows make for excellent views! + + #LOC_Benjee10_MMSEV_baseLab_title = PT-M100L Laboratory Module + #LOC_Benjee10_MMSEV_baseLab_description = Science has never been easier with this surface laboratory module. + + #LOC_Benjee10_MMSEV_baseLander_title = PT-M100C Command Cabin + #LOC_Benjee10_MMSEV_baseLander_description = This versatile 1.875m crew module makes for an excellent command centre, lander cabin, rover body, or even a submarine. Warranty void if submerged in water. + + #LOC_Benjee10_MMSEV_baseLifter_title = PT-S20 Hydraulic Jack Unit + #LOC_Benjee10_MMSEV_baseLifter_description = This powerful pair of hydraulic pistons can raise your vessel into the air with ease. + + #LOC_Benjee10_MMSEV_logisticslong_title = PT-M100S Logistics Module + #LOC_Benjee10_MMSEV_logisticslong_description = Four logistics segments make a module. + + #LOC_Benjee10_MMSEV_logisticsShort_title = PT-M025S Logistics Module + #LOC_Benjee10_MMSEV_logisticsShort_description = This simple storage module provides room for plenty of snacks and board games. + + #LOC_Benjee10_MMSEV_baseMount1-875_title = PT-SA100 Module Adapter (1.875m) + #LOC_Benjee10_MMSEV_baseMount1-875_description = This radially-mounted structural unit provides a mounting cradle for 1.875m parts attaching to the Planetside base system. + + #LOC_Benjee10_MMSEV_baseNode1-25_title = PT-M075NA Quad-Node (Horizontal) + #LOC_Benjee10_MMSEV_baseNode1-25_description = This module provides two radial 1.25m attachment points, as well as the standard 1.875m attachments at either end. + + #LOC_Benjee10_MMSEV_baseNode_vertical_title = PT-M075NB Configurable Node Module (Vertical) + #LOC_Benjee10_MMSEV_baseNode_vertical_description = We created this module by accident when we stuck the side door on the wrong way round. Everyone agreed it actually looked pretty cool. + + #LOC_Benjee10_base_platform_title = PT-SP100 Structural Support Unit + #LOC_Benjee10_base_platform_description = This structural platform provides a flat surface for base-building. Features a notch in the underside to accommodate a size zero docking port. + + #LOC_Benjee10_MMSEV_baseRadiator_title = PT-Z100R Flat Aspect Radiator Panel + #LOC_Benjee10_MMSEV_baseRadiator_description = Cool off with this large fixed radiator. + + #LOC_Benjee10_MMSEV_baseRailings_title = K-100 Kerbal Stabiliser Rails + #LOC_Benjee10_MMSEV_baseRailings_description = In laboratory testing, these railings reduced workplace accidents by up to 5%. + + #LOC_Benjee10_MMSEV_baseSolarArray_title = PT-Z100S Flat Aspect Solar Array + #LOC_Benjee10_MMSEV_baseSolarArray_description = This large, static solar array is ideal for mounting on the top of roofs to lower your energy bill. + + #LOC_Benjee10_base_stairs_title = K-500 Deployable Staircase + #LOC_Benjee10_base_stairs_description = This portable staircase deploys from a compact form factor to provide leisurely access to surface base module. + + #LOC_Benjee10_MMSEV_base_TNode1-25_title = PT-M075NT T-node Module + #LOC_Benjee10_MMSEV_base_TNode1-25_description = This module was created when our engineers only installed one of the two side nodes by accident. + + #LOC_Benjee10_MMSEV_baseTurbineBoom_title = TM-10B Modular Structural Boom (0.3125m) + #LOC_Benjee10_MMSEV_baseTurbineBoom_description = This structural boom is good for putting things in high places. + + #LOC_Benjee10_MMSEV_baseTurbineBoomMount_title = TM-05B Modular Structural Boom Mount + #LOC_Benjee10_MMSEV_baseTurbineBoomMount_description = This small strucutral fixture provides a circular 0.3125m mounting point, wherever you need it. + + #LOC_Benjee10_MMSEV_baseTurbineGiant_title = TRB-100 Deployable Static Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineGiant_description = This giant wind turbine unfurls to an impressive size, and can produce a hefty amount of power in even the most challenging of conditions. However, it does not automatically track the wind direction, so must be either manually pointed or suffer an efficiency penalty at high wind angles. + + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_title = TRB-0H3-A Helical Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_description = The helix shape and lightweight construction of this wind turbine allow it to function efficiently in low to moderate winds, generating power whatever the wind direction. It is, however, relatively fragile, and should be used with care on planets with thicker atmospheres. + + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_title = TRB-0H3-B Vertical-Axis Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_description = This large wind turbine uses unique aerofoil-type blades to spin in moderate to high winds. It is sturdy enough to function in even the highest of winds, and even performs well in very thin atmospheres. + + #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_title = TRB-0H2 Helical Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_description = The single, twisting blade of this small wind turbine makes it both efficient and sturdy. + + #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_title = TRB-0H1 Vertical-Axis Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_description = Derived from a decomissioned weather station, this tiny turbine produces a small amount of power, whatever the weather. + + #LOC_Benjee10_MMSEV_baseTurbineHighDensity_title = TRB-1D-3 Heavy-Duty Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHighDensity_description = This wind turbine is built to withstand extremely high wind speeds in thick atmospheres. Automatically tracks into the wind direction. + + #LOC_Benjee10_MMSEV_baseTurbineLowDensity_title = TRB-1D-1 Low-Density Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineLowDensity_description = This extremely lightweight deployable wind turbine is designed for use in low-density atmospheres, harnessing meagre winds to spin up to very high speeds. + + #LOC_Benjee10_MMSEV_baseTurbineMedDensity_title = TRB-1D-2 Medium-Density Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineMedDensity_description = This standard wind turbine can handle a wide range of operating conditions. + + #LOC_Benjee10_MMSEV_baseTurbineMotor_title = TM-10M Yaw Axis Drive (0.3125m) + #LOC_Benjee10_MMSEV_baseTurbineMotor_description = This heavy-duty servo is designed to point wind turbines in the right direction. You can use it for whatever, though, man, we're not the boss of you. + + #LOC_Benjee10_MMSEV_chassis_title = Planetside Exploration Vehicle Chassis + #LOC_Benjee10_MMSEV_chassis_description = This structural unit provides power and a mounting point for wheels. + + #LOC_Benjee10_MMSEV_grapple_title = Planetside Exploration Vehicle Grapple Unit + #LOC_Benjee10_MMSEV_grapple_description = Something need grabbing? No problem! Just grob it. Asteroid, space station, Kerbal head? You name it, we'll grob it! + + #LOC_Benjee10_MMSEV_headlight_title = MU-45 Adjustable Micro Spot Light + #LOC_Benjee10_MMSEV_headlight_description = This tiny spot light provides illumination in the darkest of places. + + #LOC_Benjee10_MMSEV_title = Planetside Exploration Vehicle Command Module + #LOC_Benjee10_MMSEV_description = The Planetside Exploration Vehicle is a rugged, multi-purpose spacecraft designed for operation both in deep space and on a planetary surface. Seats up to 4 Kerbals. + + #LOC_Benjee10_MMSEV_monopropSled_title = Planetside Exploration Vehicle Service Module + #LOC_Benjee10_MMSEV_monopropSled_description = This module attaches to the base of the Planetside Exploration Vehicle hull to provide RCS fuel for deep space operations. + + #LOC_Benjee10_MMSEV_wheelLinear_title = P-G40L Linear Rover Wheel + #LOC_Benjee10_MMSEV_wheelLinear_description = This medium-sized rover wheel can be stack mounted. It features moderate suspension and steering. Best used with the P-G40M Rover Wheel Mount. + + #LOC_Benjee10_MMSEV_wheelMount_title = P-G40M Rover Wheel Actuating Mount + #LOC_Benjee10_MMSEV_wheelMount_description = This mounting bracket allows P-G40L Rover Wheels to be side-mounted to a craft. An in-built actuator allows the wheel to rotate on the vertical axis through 360-degrees, allowing sideways movement of the vehicle and other non-standard maneuvers. + + } +} \ No newline at end of file diff --git a/Localization/zh-cn.cfg b/Localization/zh-cn.cfg new file mode 100644 index 0000000..0dc0ebc --- /dev/null +++ b/Localization/zh-cn.cfg @@ -0,0 +1,141 @@ +Localization +{ + zh-cn + { + #LOC_Benjee10_MMSEV_adapter_0-9375_title = PT-091A 1.25m 转 0.9375m 适配器 + #LOC_Benjee10_MMSEV_adapter_0-9375_description = 这种扁平化适配器提供了1.25m和0.9375m舱壁型材之间的连接。 + + #LOC_Benjee10_MMSEV_crewTube0_title = PT-106 1.25m 通道管 (0.625m length) + #LOC_Benjee10_MMSEV_crewTube0_description = 一根小型通道管。可用于存放Kerbals或罐装食品。 + + #LOC_Benjee10_MMSEV_crewTube1_title = PT-112 1.25m 通道管 (1.25m length) + #LOC_Benjee10_MMSEV_crewTube1_description = 一根稍长的加压通道管。 + + #LOC_Benjee10_MMSEV_crewTube2_title = PT-125 1.25m 通道管 (2.5m length) + #LOC_Benjee10_MMSEV_crewTube2_description =一根很长的通道管。 + + #LOC_Benjee10_MMSEV_baseDockLowProfile_title = PD-0625 扁平化连接端口 + #LOC_Benjee10_MMSEV_baseDockLowProfile_description = 在对"Clamp-O-Tron Jr."进行逆向工程时,我们的工程师发现它在底座被切掉后仍然能够完美运行。这种小型对接口提供了结构性连接,但没有燃料交叉供给。 + + #LOC_Benjee10_MMSEV_endCapRound_title = PT-115A 1.875m 转 1.25m 适配器 + #LOC_Benjee10_MMSEV_endCapRound_description = 该适配器可连接1.25m和1.875m的隔板。 + + #LOC_Benjee10_MMSEV_baseGreenhouse_title = PT-M100G 水培模块 + #LOC_Benjee10_MMSEV_baseGreenhouse_description = 这个模块配备了一个先进的水培花园,以确保您的Kerbals能够吃到绿色蔬菜。 + + #LOC_Benjee10_MMSEV_baseHabLong_title = PT-M100H 居住舱模块 + #LOC_Benjee10_MMSEV_baseHabLong_description = 这个双层居住舱非常宽敞。 + + #LOC_Benjee10_MMSEV_baseHabShort_title = PT-M50H 居住舱模块 + #LOC_Benjee10_MMSEV_baseHabShort_description = 这个舒适的居住模块适用于... + + #LOC_Benjee10_MMSEV_baseHDU_title = PT-3A 指挥节点模块 + #LOC_Benjee10_MMSEV_baseHDU_description = 这个巨大的3.75m模块可以作为独立的地面基地或轨道前哨站,也可以成为更大的模块化结构的核心。具有4个径向1.25m节点。内部是垂直方向。 + + #LOC_Benjee10_base_HDU_attic_title = PT-3H 可扩展居住舱模块 + #LOC_Benjee10_base_HDU_attic_description = 这个模块利用实验性技术扩展成一个大型的可居住圆顶。它是理想的阁楼。 + + #LOC_Benjee10_base_HDU_base_title = PT-3S 八边形结构支撑装置 + #LOC_Benjee10_base_HDU_base_description = 这种大型八边形结构装置是大型3.75m垂直定向模块的理想平台。 + + #LOC_Benjee10_MMSEV_baseHDU_hab_title = PT-3B 居住舱模块 + #LOC_Benjee10_MMSEV_baseHDU_hab_description = 这个宽敞的加压舱为船员提供了充足的生活、工作和睡眠空间。大面积的窗户让视野更加开阔! + + #LOC_Benjee10_MMSEV_baseLab_title = PT-M100L 实验室模块 + #LOC_Benjee10_MMSEV_baseLab_description = 这个地面实验室模块使科学研究变得前所未有的简单。 + + #LOC_Benjee10_MMSEV_baseLander_title = PT-M100C 指挥舱 + #LOC_Benjee10_MMSEV_baseLander_description = 这个1.875m长的多功能船员模块是一个极好的指挥中心、着陆舱、漫游车车身甚至潜艇。如果浸入水中,保修将失效。 + + #LOC_Benjee10_MMSEV_baseLifter_title = PT-S20 液压千斤顶装置 + #LOC_Benjee10_MMSEV_baseLifter_description = 这对强大的液压活塞可以轻松地将你的载具升到空中。 + + #LOC_Benjee10_MMSEV_logisticslong_title = PT-M100S 物流模块 + #LOC_Benjee10_MMSEV_logisticslong_description = 一个模块由四个物流段组成。 + + #LOC_Benjee10_MMSEV_logisticsShort_title = PT-M025S 物流模块 + #LOC_Benjee10_MMSEV_logisticsShort_description = 这个简单的存储模块可容纳大量零食和棋盘游戏。 + + #LOC_Benjee10_MMSEV_baseMount1-875_title = PT-SA100 模块适配器 (1.875m) + #LOC_Benjee10_MMSEV_baseMount1-875_description = 这个径向安装的结构装置为1.875m部件提供了一个安装支架,用于连接Planetside基地系统。 + + #LOC_Benjee10_MMSEV_baseNode1-25_title = PT-M075NA 四方节点 (水平的) + #LOC_Benjee10_MMSEV_baseNode1-25_description = 这个模块提供了两个径向1.25m连接点,以及两端标准的1.875m连接点。 + + #LOC_Benjee10_MMSEV_baseNode_vertical_title = PT-M075NB 可配置的节点模块 (垂直的) + #LOC_Benjee10_MMSEV_baseNode_vertical_description = 当我们把侧门装反时,意外地创建了这个模块。大家都认为它看起来很酷。 + + #LOC_Benjee10_base_platform_title = PT-SP100 结构支撑装置 + #LOC_Benjee10_base_platform_description = 这个结构平台为基地建设提供了一个平面。底部有一个凹槽,可容纳零号对接口。 + + #LOC_Benjee10_MMSEV_baseRadiator_title = PT-Z100R 平板式散热器面板 + #LOC_Benjee10_MMSEV_baseRadiator_description = 使用这款大型固定式散热器来降温。 + + #LOC_Benjee10_MMSEV_baseRailings_title = K-100 小绿人稳定扶手 + #LOC_Benjee10_MMSEV_baseRailings_description = 在实验室测试中,这些栏杆最多可减少5%的工伤。 + + #LOC_Benjee10_MMSEV_baseSolarArray_title = PT-Z100S 平板式太阳能电池阵列 + #LOC_Benjee10_MMSEV_baseSolarArray_description = 这种大型静态太阳能电池阵非常适合安装在屋顶顶部,以降低能源费用。 + + #LOC_Benjee10_base_stairs_title = K-500 可展开阶梯 + #LOC_Benjee10_base_stairs_description = 这种便携式阶梯外形小巧,为您提供轻松进入地面基地模块的通道。 + + #LOC_Benjee10_MMSEV_base_TNode1-25_title = PT-M075NT T形节点模块 + #LOC_Benjee10_MMSEV_base_TNode1-25_description = 当我们的工程师不小心只安装了两个侧节点中的一个时,就创建了这个模块。 + + #LOC_Benjee10_MMSEV_baseTurbineBoom_title = TM-10B 模块化结构吊杆 (0.3125m) + #LOC_Benjee10_MMSEV_baseTurbineBoom_description = 这个结构吊杆非常适合将物品放在高处。 + + #LOC_Benjee10_MMSEV_baseTurbineBoomMount_title = TM-05B 模块化结构吊杆支架 + #LOC_Benjee10_MMSEV_baseTurbineBoomMount_description = 这个小型结构灯具提供了一个圆形的0.3125m安装点,满足您的任何需要。 + + #LOC_Benjee10_MMSEV_baseTurbineGiant_title = TRB-100 可展开的静态风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineGiant_description = 这个巨大的风力涡轮机展开后尺寸惊人,即使在最具挑战性的条件下也能产生大量的电力。然而,它并不会自动跟踪风向,因此必须手动指向或在大风角度下承受效率损失。 + + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_title = TRB-0H3-A 螺旋风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_description = 这种风力涡轮机的螺旋形状和轻质结构使其能够在中低风速下高效运转,无论风向如何都能发电。然而,它相对脆弱,在大气较厚的行星上使用时应小心。 + + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_title = TRB-0H3-B 立轴风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_description = 这种大型风力涡轮机使用独特的气翼型叶片,可在中强风中旋转。它足够坚固,即使在最高的风速下也能正常运转,甚至在非常稀薄的大气中也能表现的比较出色。 + + #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_title = TRB-0H2 螺旋风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_description = 这种小型风力涡轮机的叶片为单片扭转式,因此既高效又坚固。 + + #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_title = TRB-0H1 立轴风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_description = 这个微型涡轮机源自一座退役的气象站,它能够在任何天气条件下产生少量电力。 + + #LOC_Benjee10_MMSEV_baseTurbineHighDensity_title = TRB-1D-3 重型风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHighDensity_description = 这种风力涡轮机可在厚重大气中承受极高的风速。可自动跟踪风向。 + + #LOC_Benjee10_MMSEV_baseTurbineLowDensity_title = TRB-1D-1 低密度风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineLowDensity_description = 这种重量极轻的可展开风力涡轮机专为在低密度大气中使用而设计,可利用微弱的风力旋转到极高的速度。 + + #LOC_Benjee10_MMSEV_baseTurbineMedDensity_title = TRB-1D-2 中密度风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineMedDensity_description = 这种标准风力涡轮机可应对各种运行条件。 + + #LOC_Benjee10_MMSEV_baseTurbineMotor_title = TM-10M 偏航轴驱动装置 (0.3125m) + #LOC_Benjee10_MMSEV_baseTurbineMotor_description = 这款重型伺服器专为风力涡轮机指向的正确方向而设计。不过,你可以用它来做任何事情,伙计,我们可不是你的老板。 + + #LOC_Benjee10_MMSEV_chassis_title = "行星边疆探索车"底盘 + #LOC_Benjee10_MMSEV_chassis_description = 该结构单元提供动力和车轮安装点。 + + #LOC_Benjee10_MMSEV_grapple_title = "行星边疆探索车"抓钩装置 + #LOC_Benjee10_MMSEV_grapple_description = 需要抓取东西?没问题!只需抓住它。小行星,空间站,小绿人的头?你说出来,我们就抓住它! + + #LOC_Benjee10_MMSEV_headlight_title = MU-45 可调式微型聚光灯 + #LOC_Benjee10_MMSEV_headlight_description = 这种微型聚光灯可在最黑暗的地方提供照明。 + + #LOC_Benjee10_MMSEV_title = "行星边疆探索车"指挥舱 + #LOC_Benjee10_MMSEV_description = "行星边疆探索车"是一种坚固的多用途航天器,既能在深空中运行,也能在行星表面运行。可容纳多达4个Kerbals。 + + #LOC_Benjee10_MMSEV_monopropSled_title = "行星边疆探索车"服务模块 + #LOC_Benjee10_MMSEV_monopropSled_description = 该模块安装在"行星边疆探索车"载具的底部,为深空机动提供RCS燃料。 + + #LOC_Benjee10_MMSEV_wheelLinear_title = P-G40L 线性漫游车轮 + #LOC_Benjee10_MMSEV_wheelLinear_description = 这种中型漫游车轮可以堆叠安装。它的悬挂和转向性能适中。最好与P-G40M漫游车轮驱动支架一起使用。 + + #LOC_Benjee10_MMSEV_wheelMount_title = P-G40M 漫游车轮驱动支架 + #LOC_Benjee10_MMSEV_wheelMount_description = 该安装支架可将P-G40L漫游车轮侧面安装到飞行器上。内置推杆可使轮子在垂直轴上旋转360°,从而实现车辆的横向移动和其他非标准动作。 + + } +} \ No newline at end of file From eb91b574b7038dc2e258ad78c1c679946510a9ca Mon Sep 17 00:00:00 2001 From: Aebestach <64588584+Aebestach@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:13:48 +0800 Subject: [PATCH 3/5] Delete Localization directory --- Localization/en-us.cfg | 141 ----------------------------------------- Localization/zh-cn.cfg | 141 ----------------------------------------- 2 files changed, 282 deletions(-) delete mode 100644 Localization/en-us.cfg delete mode 100644 Localization/zh-cn.cfg diff --git a/Localization/en-us.cfg b/Localization/en-us.cfg deleted file mode 100644 index a84c687..0000000 --- a/Localization/en-us.cfg +++ /dev/null @@ -1,141 +0,0 @@ -Localization -{ - en-us - { - #LOC_Benjee10_MMSEV_adapter_0-9375_title = PT-091A 1.25m to 0.9375m Adapter - #LOC_Benjee10_MMSEV_adapter_0-9375_description = This low-profile adapter provides a connection between 1.25m and 0.9375m bulkhead profiles. - - #LOC_Benjee10_MMSEV_crewTube0_title = PT-106 1.25m Access Tube (0.625m length) - #LOC_Benjee10_MMSEV_crewTube0_description = A small access tube. Useful for storing Kerbals or canned goods. - - #LOC_Benjee10_MMSEV_crewTube1_title = PT-112 1.25m Access Tube (1.25m length) - #LOC_Benjee10_MMSEV_crewTube1_description = A slightly longer pressurised access tube. - - #LOC_Benjee10_MMSEV_crewTube2_title = PT-125 1.25m Access Tube (2.5m length) - #LOC_Benjee10_MMSEV_crewTube2_description = A really quite long access tube. - - #LOC_Benjee10_MMSEV_baseDockLowProfile_title = PD-0625 Low-Profile Connection Port - #LOC_Benjee10_MMSEV_baseDockLowProfile_description = While reverse-engineering the Clamp-O-Tron Jr., our engineers discovered that it works perfectly fine with the base cut off. This small form-factor docking port provides a structural attachment, but no fuel cross-feed. - - #LOC_Benjee10_MMSEV_endCapRound_title = PT-115A 1.875m to 1.25m Adapter - #LOC_Benjee10_MMSEV_endCapRound_description = This adapter provides a connection between 1.25m and 1.875m bulkheads. - - #LOC_Benjee10_MMSEV_baseGreenhouse_title = PT-M100G Hydroponics Module - #LOC_Benjee10_MMSEV_baseGreenhouse_description = This module is outfitted with a sophisticated hydroponics garden to ensure your Kerbals can eat their greens. - - #LOC_Benjee10_MMSEV_baseHabLong_title = PT-M100H Habitation Module - #LOC_Benjee10_MMSEV_baseHabLong_description = This double-length habitat is positively roomy. - - #LOC_Benjee10_MMSEV_baseHabShort_title = PT-M50H Habitation Module - #LOC_Benjee10_MMSEV_baseHabShort_description = This cozy hab module is ideal for - - #LOC_Benjee10_MMSEV_baseHDU_title = PT-3A Command Node Module - #LOC_Benjee10_MMSEV_baseHDU_description = This gigantic 3.75m module can act as a standalone surface base or orbital outpost, or it can become the core of a larger, modular structure. Features 4 radial 1.25m nodes. Interior is vertically oriented. - - #LOC_Benjee10_base_HDU_attic_title = PT-3H Expandable Habitat Module - #LOC_Benjee10_base_HDU_attic_description = Experimental technologies allow this module to expand into a large habitable dome. Makes an ideal attic. - - #LOC_Benjee10_base_HDU_base_title = PT-3S Octagonal Structural Support Unit - #LOC_Benjee10_base_HDU_base_description = This large octagonal structural unit makes an ideal platform for large 3.75m vertically oriented modules. - - #LOC_Benjee10_MMSEV_baseHDU_hab_title = PT-3B Habitation Module - #LOC_Benjee10_MMSEV_baseHDU_hab_description = This spacious pressurised module provides ample room for crew to live, work and sleep. Large clusters of windows make for excellent views! - - #LOC_Benjee10_MMSEV_baseLab_title = PT-M100L Laboratory Module - #LOC_Benjee10_MMSEV_baseLab_description = Science has never been easier with this surface laboratory module. - - #LOC_Benjee10_MMSEV_baseLander_title = PT-M100C Command Cabin - #LOC_Benjee10_MMSEV_baseLander_description = This versatile 1.875m crew module makes for an excellent command centre, lander cabin, rover body, or even a submarine. Warranty void if submerged in water. - - #LOC_Benjee10_MMSEV_baseLifter_title = PT-S20 Hydraulic Jack Unit - #LOC_Benjee10_MMSEV_baseLifter_description = This powerful pair of hydraulic pistons can raise your vessel into the air with ease. - - #LOC_Benjee10_MMSEV_logisticslong_title = PT-M100S Logistics Module - #LOC_Benjee10_MMSEV_logisticslong_description = Four logistics segments make a module. - - #LOC_Benjee10_MMSEV_logisticsShort_title = PT-M025S Logistics Module - #LOC_Benjee10_MMSEV_logisticsShort_description = This simple storage module provides room for plenty of snacks and board games. - - #LOC_Benjee10_MMSEV_baseMount1-875_title = PT-SA100 Module Adapter (1.875m) - #LOC_Benjee10_MMSEV_baseMount1-875_description = This radially-mounted structural unit provides a mounting cradle for 1.875m parts attaching to the Planetside base system. - - #LOC_Benjee10_MMSEV_baseNode1-25_title = PT-M075NA Quad-Node (Horizontal) - #LOC_Benjee10_MMSEV_baseNode1-25_description = This module provides two radial 1.25m attachment points, as well as the standard 1.875m attachments at either end. - - #LOC_Benjee10_MMSEV_baseNode_vertical_title = PT-M075NB Configurable Node Module (Vertical) - #LOC_Benjee10_MMSEV_baseNode_vertical_description = We created this module by accident when we stuck the side door on the wrong way round. Everyone agreed it actually looked pretty cool. - - #LOC_Benjee10_base_platform_title = PT-SP100 Structural Support Unit - #LOC_Benjee10_base_platform_description = This structural platform provides a flat surface for base-building. Features a notch in the underside to accommodate a size zero docking port. - - #LOC_Benjee10_MMSEV_baseRadiator_title = PT-Z100R Flat Aspect Radiator Panel - #LOC_Benjee10_MMSEV_baseRadiator_description = Cool off with this large fixed radiator. - - #LOC_Benjee10_MMSEV_baseRailings_title = K-100 Kerbal Stabiliser Rails - #LOC_Benjee10_MMSEV_baseRailings_description = In laboratory testing, these railings reduced workplace accidents by up to 5%. - - #LOC_Benjee10_MMSEV_baseSolarArray_title = PT-Z100S Flat Aspect Solar Array - #LOC_Benjee10_MMSEV_baseSolarArray_description = This large, static solar array is ideal for mounting on the top of roofs to lower your energy bill. - - #LOC_Benjee10_base_stairs_title = K-500 Deployable Staircase - #LOC_Benjee10_base_stairs_description = This portable staircase deploys from a compact form factor to provide leisurely access to surface base module. - - #LOC_Benjee10_MMSEV_base_TNode1-25_title = PT-M075NT T-node Module - #LOC_Benjee10_MMSEV_base_TNode1-25_description = This module was created when our engineers only installed one of the two side nodes by accident. - - #LOC_Benjee10_MMSEV_baseTurbineBoom_title = TM-10B Modular Structural Boom (0.3125m) - #LOC_Benjee10_MMSEV_baseTurbineBoom_description = This structural boom is good for putting things in high places. - - #LOC_Benjee10_MMSEV_baseTurbineBoomMount_title = TM-05B Modular Structural Boom Mount - #LOC_Benjee10_MMSEV_baseTurbineBoomMount_description = This small strucutral fixture provides a circular 0.3125m mounting point, wherever you need it. - - #LOC_Benjee10_MMSEV_baseTurbineGiant_title = TRB-100 Deployable Static Wind Turbine - #LOC_Benjee10_MMSEV_baseTurbineGiant_description = This giant wind turbine unfurls to an impressive size, and can produce a hefty amount of power in even the most challenging of conditions. However, it does not automatically track the wind direction, so must be either manually pointed or suffer an efficiency penalty at high wind angles. - - #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_title = TRB-0H3-A Helical Wind Turbine - #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_description = The helix shape and lightweight construction of this wind turbine allow it to function efficiently in low to moderate winds, generating power whatever the wind direction. It is, however, relatively fragile, and should be used with care on planets with thicker atmospheres. - - #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_title = TRB-0H3-B Vertical-Axis Wind Turbine - #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_description = This large wind turbine uses unique aerofoil-type blades to spin in moderate to high winds. It is sturdy enough to function in even the highest of winds, and even performs well in very thin atmospheres. - - #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_title = TRB-0H2 Helical Wind Turbine - #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_description = The single, twisting blade of this small wind turbine makes it both efficient and sturdy. - - #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_title = TRB-0H1 Vertical-Axis Wind Turbine - #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_description = Derived from a decomissioned weather station, this tiny turbine produces a small amount of power, whatever the weather. - - #LOC_Benjee10_MMSEV_baseTurbineHighDensity_title = TRB-1D-3 Heavy-Duty Wind Turbine - #LOC_Benjee10_MMSEV_baseTurbineHighDensity_description = This wind turbine is built to withstand extremely high wind speeds in thick atmospheres. Automatically tracks into the wind direction. - - #LOC_Benjee10_MMSEV_baseTurbineLowDensity_title = TRB-1D-1 Low-Density Wind Turbine - #LOC_Benjee10_MMSEV_baseTurbineLowDensity_description = This extremely lightweight deployable wind turbine is designed for use in low-density atmospheres, harnessing meagre winds to spin up to very high speeds. - - #LOC_Benjee10_MMSEV_baseTurbineMedDensity_title = TRB-1D-2 Medium-Density Wind Turbine - #LOC_Benjee10_MMSEV_baseTurbineMedDensity_description = This standard wind turbine can handle a wide range of operating conditions. - - #LOC_Benjee10_MMSEV_baseTurbineMotor_title = TM-10M Yaw Axis Drive (0.3125m) - #LOC_Benjee10_MMSEV_baseTurbineMotor_description = This heavy-duty servo is designed to point wind turbines in the right direction. You can use it for whatever, though, man, we're not the boss of you. - - #LOC_Benjee10_MMSEV_chassis_title = Planetside Exploration Vehicle Chassis - #LOC_Benjee10_MMSEV_chassis_description = This structural unit provides power and a mounting point for wheels. - - #LOC_Benjee10_MMSEV_grapple_title = Planetside Exploration Vehicle Grapple Unit - #LOC_Benjee10_MMSEV_grapple_description = Something need grabbing? No problem! Just grob it. Asteroid, space station, Kerbal head? You name it, we'll grob it! - - #LOC_Benjee10_MMSEV_headlight_title = MU-45 Adjustable Micro Spot Light - #LOC_Benjee10_MMSEV_headlight_description = This tiny spot light provides illumination in the darkest of places. - - #LOC_Benjee10_MMSEV_title = Planetside Exploration Vehicle Command Module - #LOC_Benjee10_MMSEV_description = The Planetside Exploration Vehicle is a rugged, multi-purpose spacecraft designed for operation both in deep space and on a planetary surface. Seats up to 4 Kerbals. - - #LOC_Benjee10_MMSEV_monopropSled_title = Planetside Exploration Vehicle Service Module - #LOC_Benjee10_MMSEV_monopropSled_description = This module attaches to the base of the Planetside Exploration Vehicle hull to provide RCS fuel for deep space operations. - - #LOC_Benjee10_MMSEV_wheelLinear_title = P-G40L Linear Rover Wheel - #LOC_Benjee10_MMSEV_wheelLinear_description = This medium-sized rover wheel can be stack mounted. It features moderate suspension and steering. Best used with the P-G40M Rover Wheel Mount. - - #LOC_Benjee10_MMSEV_wheelMount_title = P-G40M Rover Wheel Actuating Mount - #LOC_Benjee10_MMSEV_wheelMount_description = This mounting bracket allows P-G40L Rover Wheels to be side-mounted to a craft. An in-built actuator allows the wheel to rotate on the vertical axis through 360-degrees, allowing sideways movement of the vehicle and other non-standard maneuvers. - - } -} \ No newline at end of file diff --git a/Localization/zh-cn.cfg b/Localization/zh-cn.cfg deleted file mode 100644 index 0dc0ebc..0000000 --- a/Localization/zh-cn.cfg +++ /dev/null @@ -1,141 +0,0 @@ -Localization -{ - zh-cn - { - #LOC_Benjee10_MMSEV_adapter_0-9375_title = PT-091A 1.25m 转 0.9375m 适配器 - #LOC_Benjee10_MMSEV_adapter_0-9375_description = 这种扁平化适配器提供了1.25m和0.9375m舱壁型材之间的连接。 - - #LOC_Benjee10_MMSEV_crewTube0_title = PT-106 1.25m 通道管 (0.625m length) - #LOC_Benjee10_MMSEV_crewTube0_description = 一根小型通道管。可用于存放Kerbals或罐装食品。 - - #LOC_Benjee10_MMSEV_crewTube1_title = PT-112 1.25m 通道管 (1.25m length) - #LOC_Benjee10_MMSEV_crewTube1_description = 一根稍长的加压通道管。 - - #LOC_Benjee10_MMSEV_crewTube2_title = PT-125 1.25m 通道管 (2.5m length) - #LOC_Benjee10_MMSEV_crewTube2_description =一根很长的通道管。 - - #LOC_Benjee10_MMSEV_baseDockLowProfile_title = PD-0625 扁平化连接端口 - #LOC_Benjee10_MMSEV_baseDockLowProfile_description = 在对"Clamp-O-Tron Jr."进行逆向工程时,我们的工程师发现它在底座被切掉后仍然能够完美运行。这种小型对接口提供了结构性连接,但没有燃料交叉供给。 - - #LOC_Benjee10_MMSEV_endCapRound_title = PT-115A 1.875m 转 1.25m 适配器 - #LOC_Benjee10_MMSEV_endCapRound_description = 该适配器可连接1.25m和1.875m的隔板。 - - #LOC_Benjee10_MMSEV_baseGreenhouse_title = PT-M100G 水培模块 - #LOC_Benjee10_MMSEV_baseGreenhouse_description = 这个模块配备了一个先进的水培花园,以确保您的Kerbals能够吃到绿色蔬菜。 - - #LOC_Benjee10_MMSEV_baseHabLong_title = PT-M100H 居住舱模块 - #LOC_Benjee10_MMSEV_baseHabLong_description = 这个双层居住舱非常宽敞。 - - #LOC_Benjee10_MMSEV_baseHabShort_title = PT-M50H 居住舱模块 - #LOC_Benjee10_MMSEV_baseHabShort_description = 这个舒适的居住模块适用于... - - #LOC_Benjee10_MMSEV_baseHDU_title = PT-3A 指挥节点模块 - #LOC_Benjee10_MMSEV_baseHDU_description = 这个巨大的3.75m模块可以作为独立的地面基地或轨道前哨站,也可以成为更大的模块化结构的核心。具有4个径向1.25m节点。内部是垂直方向。 - - #LOC_Benjee10_base_HDU_attic_title = PT-3H 可扩展居住舱模块 - #LOC_Benjee10_base_HDU_attic_description = 这个模块利用实验性技术扩展成一个大型的可居住圆顶。它是理想的阁楼。 - - #LOC_Benjee10_base_HDU_base_title = PT-3S 八边形结构支撑装置 - #LOC_Benjee10_base_HDU_base_description = 这种大型八边形结构装置是大型3.75m垂直定向模块的理想平台。 - - #LOC_Benjee10_MMSEV_baseHDU_hab_title = PT-3B 居住舱模块 - #LOC_Benjee10_MMSEV_baseHDU_hab_description = 这个宽敞的加压舱为船员提供了充足的生活、工作和睡眠空间。大面积的窗户让视野更加开阔! - - #LOC_Benjee10_MMSEV_baseLab_title = PT-M100L 实验室模块 - #LOC_Benjee10_MMSEV_baseLab_description = 这个地面实验室模块使科学研究变得前所未有的简单。 - - #LOC_Benjee10_MMSEV_baseLander_title = PT-M100C 指挥舱 - #LOC_Benjee10_MMSEV_baseLander_description = 这个1.875m长的多功能船员模块是一个极好的指挥中心、着陆舱、漫游车车身甚至潜艇。如果浸入水中,保修将失效。 - - #LOC_Benjee10_MMSEV_baseLifter_title = PT-S20 液压千斤顶装置 - #LOC_Benjee10_MMSEV_baseLifter_description = 这对强大的液压活塞可以轻松地将你的载具升到空中。 - - #LOC_Benjee10_MMSEV_logisticslong_title = PT-M100S 物流模块 - #LOC_Benjee10_MMSEV_logisticslong_description = 一个模块由四个物流段组成。 - - #LOC_Benjee10_MMSEV_logisticsShort_title = PT-M025S 物流模块 - #LOC_Benjee10_MMSEV_logisticsShort_description = 这个简单的存储模块可容纳大量零食和棋盘游戏。 - - #LOC_Benjee10_MMSEV_baseMount1-875_title = PT-SA100 模块适配器 (1.875m) - #LOC_Benjee10_MMSEV_baseMount1-875_description = 这个径向安装的结构装置为1.875m部件提供了一个安装支架,用于连接Planetside基地系统。 - - #LOC_Benjee10_MMSEV_baseNode1-25_title = PT-M075NA 四方节点 (水平的) - #LOC_Benjee10_MMSEV_baseNode1-25_description = 这个模块提供了两个径向1.25m连接点,以及两端标准的1.875m连接点。 - - #LOC_Benjee10_MMSEV_baseNode_vertical_title = PT-M075NB 可配置的节点模块 (垂直的) - #LOC_Benjee10_MMSEV_baseNode_vertical_description = 当我们把侧门装反时,意外地创建了这个模块。大家都认为它看起来很酷。 - - #LOC_Benjee10_base_platform_title = PT-SP100 结构支撑装置 - #LOC_Benjee10_base_platform_description = 这个结构平台为基地建设提供了一个平面。底部有一个凹槽,可容纳零号对接口。 - - #LOC_Benjee10_MMSEV_baseRadiator_title = PT-Z100R 平板式散热器面板 - #LOC_Benjee10_MMSEV_baseRadiator_description = 使用这款大型固定式散热器来降温。 - - #LOC_Benjee10_MMSEV_baseRailings_title = K-100 小绿人稳定扶手 - #LOC_Benjee10_MMSEV_baseRailings_description = 在实验室测试中,这些栏杆最多可减少5%的工伤。 - - #LOC_Benjee10_MMSEV_baseSolarArray_title = PT-Z100S 平板式太阳能电池阵列 - #LOC_Benjee10_MMSEV_baseSolarArray_description = 这种大型静态太阳能电池阵非常适合安装在屋顶顶部,以降低能源费用。 - - #LOC_Benjee10_base_stairs_title = K-500 可展开阶梯 - #LOC_Benjee10_base_stairs_description = 这种便携式阶梯外形小巧,为您提供轻松进入地面基地模块的通道。 - - #LOC_Benjee10_MMSEV_base_TNode1-25_title = PT-M075NT T形节点模块 - #LOC_Benjee10_MMSEV_base_TNode1-25_description = 当我们的工程师不小心只安装了两个侧节点中的一个时,就创建了这个模块。 - - #LOC_Benjee10_MMSEV_baseTurbineBoom_title = TM-10B 模块化结构吊杆 (0.3125m) - #LOC_Benjee10_MMSEV_baseTurbineBoom_description = 这个结构吊杆非常适合将物品放在高处。 - - #LOC_Benjee10_MMSEV_baseTurbineBoomMount_title = TM-05B 模块化结构吊杆支架 - #LOC_Benjee10_MMSEV_baseTurbineBoomMount_description = 这个小型结构灯具提供了一个圆形的0.3125m安装点,满足您的任何需要。 - - #LOC_Benjee10_MMSEV_baseTurbineGiant_title = TRB-100 可展开的静态风力涡轮机 - #LOC_Benjee10_MMSEV_baseTurbineGiant_description = 这个巨大的风力涡轮机展开后尺寸惊人,即使在最具挑战性的条件下也能产生大量的电力。然而,它并不会自动跟踪风向,因此必须手动指向或在大风角度下承受效率损失。 - - #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_title = TRB-0H3-A 螺旋风力涡轮机 - #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_description = 这种风力涡轮机的螺旋形状和轻质结构使其能够在中低风速下高效运转,无论风向如何都能发电。然而,它相对脆弱,在大气较厚的行星上使用时应小心。 - - #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_title = TRB-0H3-B 立轴风力涡轮机 - #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_description = 这种大型风力涡轮机使用独特的气翼型叶片,可在中强风中旋转。它足够坚固,即使在最高的风速下也能正常运转,甚至在非常稀薄的大气中也能表现的比较出色。 - - #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_title = TRB-0H2 螺旋风力涡轮机 - #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_description = 这种小型风力涡轮机的叶片为单片扭转式,因此既高效又坚固。 - - #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_title = TRB-0H1 立轴风力涡轮机 - #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_description = 这个微型涡轮机源自一座退役的气象站,它能够在任何天气条件下产生少量电力。 - - #LOC_Benjee10_MMSEV_baseTurbineHighDensity_title = TRB-1D-3 重型风力涡轮机 - #LOC_Benjee10_MMSEV_baseTurbineHighDensity_description = 这种风力涡轮机可在厚重大气中承受极高的风速。可自动跟踪风向。 - - #LOC_Benjee10_MMSEV_baseTurbineLowDensity_title = TRB-1D-1 低密度风力涡轮机 - #LOC_Benjee10_MMSEV_baseTurbineLowDensity_description = 这种重量极轻的可展开风力涡轮机专为在低密度大气中使用而设计,可利用微弱的风力旋转到极高的速度。 - - #LOC_Benjee10_MMSEV_baseTurbineMedDensity_title = TRB-1D-2 中密度风力涡轮机 - #LOC_Benjee10_MMSEV_baseTurbineMedDensity_description = 这种标准风力涡轮机可应对各种运行条件。 - - #LOC_Benjee10_MMSEV_baseTurbineMotor_title = TM-10M 偏航轴驱动装置 (0.3125m) - #LOC_Benjee10_MMSEV_baseTurbineMotor_description = 这款重型伺服器专为风力涡轮机指向的正确方向而设计。不过,你可以用它来做任何事情,伙计,我们可不是你的老板。 - - #LOC_Benjee10_MMSEV_chassis_title = "行星边疆探索车"底盘 - #LOC_Benjee10_MMSEV_chassis_description = 该结构单元提供动力和车轮安装点。 - - #LOC_Benjee10_MMSEV_grapple_title = "行星边疆探索车"抓钩装置 - #LOC_Benjee10_MMSEV_grapple_description = 需要抓取东西?没问题!只需抓住它。小行星,空间站,小绿人的头?你说出来,我们就抓住它! - - #LOC_Benjee10_MMSEV_headlight_title = MU-45 可调式微型聚光灯 - #LOC_Benjee10_MMSEV_headlight_description = 这种微型聚光灯可在最黑暗的地方提供照明。 - - #LOC_Benjee10_MMSEV_title = "行星边疆探索车"指挥舱 - #LOC_Benjee10_MMSEV_description = "行星边疆探索车"是一种坚固的多用途航天器,既能在深空中运行,也能在行星表面运行。可容纳多达4个Kerbals。 - - #LOC_Benjee10_MMSEV_monopropSled_title = "行星边疆探索车"服务模块 - #LOC_Benjee10_MMSEV_monopropSled_description = 该模块安装在"行星边疆探索车"载具的底部,为深空机动提供RCS燃料。 - - #LOC_Benjee10_MMSEV_wheelLinear_title = P-G40L 线性漫游车轮 - #LOC_Benjee10_MMSEV_wheelLinear_description = 这种中型漫游车轮可以堆叠安装。它的悬挂和转向性能适中。最好与P-G40M漫游车轮驱动支架一起使用。 - - #LOC_Benjee10_MMSEV_wheelMount_title = P-G40M 漫游车轮驱动支架 - #LOC_Benjee10_MMSEV_wheelMount_description = 该安装支架可将P-G40L漫游车轮侧面安装到飞行器上。内置推杆可使轮子在垂直轴上旋转360°,从而实现车辆的横向移动和其他非标准动作。 - - } -} \ No newline at end of file From 3b271894b8d7d1be54aacb772772ead6a1991133 Mon Sep 17 00:00:00 2001 From: Aebestach <64588584+Aebestach@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:14:01 +0800 Subject: [PATCH 4/5] Added localized language files Added localized language files --- .../Benjee10_MMSEV/Localization/en-us.cfg | 141 ++++++++++++++++++ .../Benjee10_MMSEV/Localization/zh-cn.cfg | 141 ++++++++++++++++++ 2 files changed, 282 insertions(+) create mode 100644 GameData/Benjee10_MMSEV/Localization/en-us.cfg create mode 100644 GameData/Benjee10_MMSEV/Localization/zh-cn.cfg diff --git a/GameData/Benjee10_MMSEV/Localization/en-us.cfg b/GameData/Benjee10_MMSEV/Localization/en-us.cfg new file mode 100644 index 0000000..a84c687 --- /dev/null +++ b/GameData/Benjee10_MMSEV/Localization/en-us.cfg @@ -0,0 +1,141 @@ +Localization +{ + en-us + { + #LOC_Benjee10_MMSEV_adapter_0-9375_title = PT-091A 1.25m to 0.9375m Adapter + #LOC_Benjee10_MMSEV_adapter_0-9375_description = This low-profile adapter provides a connection between 1.25m and 0.9375m bulkhead profiles. + + #LOC_Benjee10_MMSEV_crewTube0_title = PT-106 1.25m Access Tube (0.625m length) + #LOC_Benjee10_MMSEV_crewTube0_description = A small access tube. Useful for storing Kerbals or canned goods. + + #LOC_Benjee10_MMSEV_crewTube1_title = PT-112 1.25m Access Tube (1.25m length) + #LOC_Benjee10_MMSEV_crewTube1_description = A slightly longer pressurised access tube. + + #LOC_Benjee10_MMSEV_crewTube2_title = PT-125 1.25m Access Tube (2.5m length) + #LOC_Benjee10_MMSEV_crewTube2_description = A really quite long access tube. + + #LOC_Benjee10_MMSEV_baseDockLowProfile_title = PD-0625 Low-Profile Connection Port + #LOC_Benjee10_MMSEV_baseDockLowProfile_description = While reverse-engineering the Clamp-O-Tron Jr., our engineers discovered that it works perfectly fine with the base cut off. This small form-factor docking port provides a structural attachment, but no fuel cross-feed. + + #LOC_Benjee10_MMSEV_endCapRound_title = PT-115A 1.875m to 1.25m Adapter + #LOC_Benjee10_MMSEV_endCapRound_description = This adapter provides a connection between 1.25m and 1.875m bulkheads. + + #LOC_Benjee10_MMSEV_baseGreenhouse_title = PT-M100G Hydroponics Module + #LOC_Benjee10_MMSEV_baseGreenhouse_description = This module is outfitted with a sophisticated hydroponics garden to ensure your Kerbals can eat their greens. + + #LOC_Benjee10_MMSEV_baseHabLong_title = PT-M100H Habitation Module + #LOC_Benjee10_MMSEV_baseHabLong_description = This double-length habitat is positively roomy. + + #LOC_Benjee10_MMSEV_baseHabShort_title = PT-M50H Habitation Module + #LOC_Benjee10_MMSEV_baseHabShort_description = This cozy hab module is ideal for + + #LOC_Benjee10_MMSEV_baseHDU_title = PT-3A Command Node Module + #LOC_Benjee10_MMSEV_baseHDU_description = This gigantic 3.75m module can act as a standalone surface base or orbital outpost, or it can become the core of a larger, modular structure. Features 4 radial 1.25m nodes. Interior is vertically oriented. + + #LOC_Benjee10_base_HDU_attic_title = PT-3H Expandable Habitat Module + #LOC_Benjee10_base_HDU_attic_description = Experimental technologies allow this module to expand into a large habitable dome. Makes an ideal attic. + + #LOC_Benjee10_base_HDU_base_title = PT-3S Octagonal Structural Support Unit + #LOC_Benjee10_base_HDU_base_description = This large octagonal structural unit makes an ideal platform for large 3.75m vertically oriented modules. + + #LOC_Benjee10_MMSEV_baseHDU_hab_title = PT-3B Habitation Module + #LOC_Benjee10_MMSEV_baseHDU_hab_description = This spacious pressurised module provides ample room for crew to live, work and sleep. Large clusters of windows make for excellent views! + + #LOC_Benjee10_MMSEV_baseLab_title = PT-M100L Laboratory Module + #LOC_Benjee10_MMSEV_baseLab_description = Science has never been easier with this surface laboratory module. + + #LOC_Benjee10_MMSEV_baseLander_title = PT-M100C Command Cabin + #LOC_Benjee10_MMSEV_baseLander_description = This versatile 1.875m crew module makes for an excellent command centre, lander cabin, rover body, or even a submarine. Warranty void if submerged in water. + + #LOC_Benjee10_MMSEV_baseLifter_title = PT-S20 Hydraulic Jack Unit + #LOC_Benjee10_MMSEV_baseLifter_description = This powerful pair of hydraulic pistons can raise your vessel into the air with ease. + + #LOC_Benjee10_MMSEV_logisticslong_title = PT-M100S Logistics Module + #LOC_Benjee10_MMSEV_logisticslong_description = Four logistics segments make a module. + + #LOC_Benjee10_MMSEV_logisticsShort_title = PT-M025S Logistics Module + #LOC_Benjee10_MMSEV_logisticsShort_description = This simple storage module provides room for plenty of snacks and board games. + + #LOC_Benjee10_MMSEV_baseMount1-875_title = PT-SA100 Module Adapter (1.875m) + #LOC_Benjee10_MMSEV_baseMount1-875_description = This radially-mounted structural unit provides a mounting cradle for 1.875m parts attaching to the Planetside base system. + + #LOC_Benjee10_MMSEV_baseNode1-25_title = PT-M075NA Quad-Node (Horizontal) + #LOC_Benjee10_MMSEV_baseNode1-25_description = This module provides two radial 1.25m attachment points, as well as the standard 1.875m attachments at either end. + + #LOC_Benjee10_MMSEV_baseNode_vertical_title = PT-M075NB Configurable Node Module (Vertical) + #LOC_Benjee10_MMSEV_baseNode_vertical_description = We created this module by accident when we stuck the side door on the wrong way round. Everyone agreed it actually looked pretty cool. + + #LOC_Benjee10_base_platform_title = PT-SP100 Structural Support Unit + #LOC_Benjee10_base_platform_description = This structural platform provides a flat surface for base-building. Features a notch in the underside to accommodate a size zero docking port. + + #LOC_Benjee10_MMSEV_baseRadiator_title = PT-Z100R Flat Aspect Radiator Panel + #LOC_Benjee10_MMSEV_baseRadiator_description = Cool off with this large fixed radiator. + + #LOC_Benjee10_MMSEV_baseRailings_title = K-100 Kerbal Stabiliser Rails + #LOC_Benjee10_MMSEV_baseRailings_description = In laboratory testing, these railings reduced workplace accidents by up to 5%. + + #LOC_Benjee10_MMSEV_baseSolarArray_title = PT-Z100S Flat Aspect Solar Array + #LOC_Benjee10_MMSEV_baseSolarArray_description = This large, static solar array is ideal for mounting on the top of roofs to lower your energy bill. + + #LOC_Benjee10_base_stairs_title = K-500 Deployable Staircase + #LOC_Benjee10_base_stairs_description = This portable staircase deploys from a compact form factor to provide leisurely access to surface base module. + + #LOC_Benjee10_MMSEV_base_TNode1-25_title = PT-M075NT T-node Module + #LOC_Benjee10_MMSEV_base_TNode1-25_description = This module was created when our engineers only installed one of the two side nodes by accident. + + #LOC_Benjee10_MMSEV_baseTurbineBoom_title = TM-10B Modular Structural Boom (0.3125m) + #LOC_Benjee10_MMSEV_baseTurbineBoom_description = This structural boom is good for putting things in high places. + + #LOC_Benjee10_MMSEV_baseTurbineBoomMount_title = TM-05B Modular Structural Boom Mount + #LOC_Benjee10_MMSEV_baseTurbineBoomMount_description = This small strucutral fixture provides a circular 0.3125m mounting point, wherever you need it. + + #LOC_Benjee10_MMSEV_baseTurbineGiant_title = TRB-100 Deployable Static Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineGiant_description = This giant wind turbine unfurls to an impressive size, and can produce a hefty amount of power in even the most challenging of conditions. However, it does not automatically track the wind direction, so must be either manually pointed or suffer an efficiency penalty at high wind angles. + + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_title = TRB-0H3-A Helical Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_description = The helix shape and lightweight construction of this wind turbine allow it to function efficiently in low to moderate winds, generating power whatever the wind direction. It is, however, relatively fragile, and should be used with care on planets with thicker atmospheres. + + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_title = TRB-0H3-B Vertical-Axis Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_description = This large wind turbine uses unique aerofoil-type blades to spin in moderate to high winds. It is sturdy enough to function in even the highest of winds, and even performs well in very thin atmospheres. + + #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_title = TRB-0H2 Helical Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_description = The single, twisting blade of this small wind turbine makes it both efficient and sturdy. + + #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_title = TRB-0H1 Vertical-Axis Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_description = Derived from a decomissioned weather station, this tiny turbine produces a small amount of power, whatever the weather. + + #LOC_Benjee10_MMSEV_baseTurbineHighDensity_title = TRB-1D-3 Heavy-Duty Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineHighDensity_description = This wind turbine is built to withstand extremely high wind speeds in thick atmospheres. Automatically tracks into the wind direction. + + #LOC_Benjee10_MMSEV_baseTurbineLowDensity_title = TRB-1D-1 Low-Density Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineLowDensity_description = This extremely lightweight deployable wind turbine is designed for use in low-density atmospheres, harnessing meagre winds to spin up to very high speeds. + + #LOC_Benjee10_MMSEV_baseTurbineMedDensity_title = TRB-1D-2 Medium-Density Wind Turbine + #LOC_Benjee10_MMSEV_baseTurbineMedDensity_description = This standard wind turbine can handle a wide range of operating conditions. + + #LOC_Benjee10_MMSEV_baseTurbineMotor_title = TM-10M Yaw Axis Drive (0.3125m) + #LOC_Benjee10_MMSEV_baseTurbineMotor_description = This heavy-duty servo is designed to point wind turbines in the right direction. You can use it for whatever, though, man, we're not the boss of you. + + #LOC_Benjee10_MMSEV_chassis_title = Planetside Exploration Vehicle Chassis + #LOC_Benjee10_MMSEV_chassis_description = This structural unit provides power and a mounting point for wheels. + + #LOC_Benjee10_MMSEV_grapple_title = Planetside Exploration Vehicle Grapple Unit + #LOC_Benjee10_MMSEV_grapple_description = Something need grabbing? No problem! Just grob it. Asteroid, space station, Kerbal head? You name it, we'll grob it! + + #LOC_Benjee10_MMSEV_headlight_title = MU-45 Adjustable Micro Spot Light + #LOC_Benjee10_MMSEV_headlight_description = This tiny spot light provides illumination in the darkest of places. + + #LOC_Benjee10_MMSEV_title = Planetside Exploration Vehicle Command Module + #LOC_Benjee10_MMSEV_description = The Planetside Exploration Vehicle is a rugged, multi-purpose spacecraft designed for operation both in deep space and on a planetary surface. Seats up to 4 Kerbals. + + #LOC_Benjee10_MMSEV_monopropSled_title = Planetside Exploration Vehicle Service Module + #LOC_Benjee10_MMSEV_monopropSled_description = This module attaches to the base of the Planetside Exploration Vehicle hull to provide RCS fuel for deep space operations. + + #LOC_Benjee10_MMSEV_wheelLinear_title = P-G40L Linear Rover Wheel + #LOC_Benjee10_MMSEV_wheelLinear_description = This medium-sized rover wheel can be stack mounted. It features moderate suspension and steering. Best used with the P-G40M Rover Wheel Mount. + + #LOC_Benjee10_MMSEV_wheelMount_title = P-G40M Rover Wheel Actuating Mount + #LOC_Benjee10_MMSEV_wheelMount_description = This mounting bracket allows P-G40L Rover Wheels to be side-mounted to a craft. An in-built actuator allows the wheel to rotate on the vertical axis through 360-degrees, allowing sideways movement of the vehicle and other non-standard maneuvers. + + } +} \ No newline at end of file diff --git a/GameData/Benjee10_MMSEV/Localization/zh-cn.cfg b/GameData/Benjee10_MMSEV/Localization/zh-cn.cfg new file mode 100644 index 0000000..0dc0ebc --- /dev/null +++ b/GameData/Benjee10_MMSEV/Localization/zh-cn.cfg @@ -0,0 +1,141 @@ +Localization +{ + zh-cn + { + #LOC_Benjee10_MMSEV_adapter_0-9375_title = PT-091A 1.25m 转 0.9375m 适配器 + #LOC_Benjee10_MMSEV_adapter_0-9375_description = 这种扁平化适配器提供了1.25m和0.9375m舱壁型材之间的连接。 + + #LOC_Benjee10_MMSEV_crewTube0_title = PT-106 1.25m 通道管 (0.625m length) + #LOC_Benjee10_MMSEV_crewTube0_description = 一根小型通道管。可用于存放Kerbals或罐装食品。 + + #LOC_Benjee10_MMSEV_crewTube1_title = PT-112 1.25m 通道管 (1.25m length) + #LOC_Benjee10_MMSEV_crewTube1_description = 一根稍长的加压通道管。 + + #LOC_Benjee10_MMSEV_crewTube2_title = PT-125 1.25m 通道管 (2.5m length) + #LOC_Benjee10_MMSEV_crewTube2_description =一根很长的通道管。 + + #LOC_Benjee10_MMSEV_baseDockLowProfile_title = PD-0625 扁平化连接端口 + #LOC_Benjee10_MMSEV_baseDockLowProfile_description = 在对"Clamp-O-Tron Jr."进行逆向工程时,我们的工程师发现它在底座被切掉后仍然能够完美运行。这种小型对接口提供了结构性连接,但没有燃料交叉供给。 + + #LOC_Benjee10_MMSEV_endCapRound_title = PT-115A 1.875m 转 1.25m 适配器 + #LOC_Benjee10_MMSEV_endCapRound_description = 该适配器可连接1.25m和1.875m的隔板。 + + #LOC_Benjee10_MMSEV_baseGreenhouse_title = PT-M100G 水培模块 + #LOC_Benjee10_MMSEV_baseGreenhouse_description = 这个模块配备了一个先进的水培花园,以确保您的Kerbals能够吃到绿色蔬菜。 + + #LOC_Benjee10_MMSEV_baseHabLong_title = PT-M100H 居住舱模块 + #LOC_Benjee10_MMSEV_baseHabLong_description = 这个双层居住舱非常宽敞。 + + #LOC_Benjee10_MMSEV_baseHabShort_title = PT-M50H 居住舱模块 + #LOC_Benjee10_MMSEV_baseHabShort_description = 这个舒适的居住模块适用于... + + #LOC_Benjee10_MMSEV_baseHDU_title = PT-3A 指挥节点模块 + #LOC_Benjee10_MMSEV_baseHDU_description = 这个巨大的3.75m模块可以作为独立的地面基地或轨道前哨站,也可以成为更大的模块化结构的核心。具有4个径向1.25m节点。内部是垂直方向。 + + #LOC_Benjee10_base_HDU_attic_title = PT-3H 可扩展居住舱模块 + #LOC_Benjee10_base_HDU_attic_description = 这个模块利用实验性技术扩展成一个大型的可居住圆顶。它是理想的阁楼。 + + #LOC_Benjee10_base_HDU_base_title = PT-3S 八边形结构支撑装置 + #LOC_Benjee10_base_HDU_base_description = 这种大型八边形结构装置是大型3.75m垂直定向模块的理想平台。 + + #LOC_Benjee10_MMSEV_baseHDU_hab_title = PT-3B 居住舱模块 + #LOC_Benjee10_MMSEV_baseHDU_hab_description = 这个宽敞的加压舱为船员提供了充足的生活、工作和睡眠空间。大面积的窗户让视野更加开阔! + + #LOC_Benjee10_MMSEV_baseLab_title = PT-M100L 实验室模块 + #LOC_Benjee10_MMSEV_baseLab_description = 这个地面实验室模块使科学研究变得前所未有的简单。 + + #LOC_Benjee10_MMSEV_baseLander_title = PT-M100C 指挥舱 + #LOC_Benjee10_MMSEV_baseLander_description = 这个1.875m长的多功能船员模块是一个极好的指挥中心、着陆舱、漫游车车身甚至潜艇。如果浸入水中,保修将失效。 + + #LOC_Benjee10_MMSEV_baseLifter_title = PT-S20 液压千斤顶装置 + #LOC_Benjee10_MMSEV_baseLifter_description = 这对强大的液压活塞可以轻松地将你的载具升到空中。 + + #LOC_Benjee10_MMSEV_logisticslong_title = PT-M100S 物流模块 + #LOC_Benjee10_MMSEV_logisticslong_description = 一个模块由四个物流段组成。 + + #LOC_Benjee10_MMSEV_logisticsShort_title = PT-M025S 物流模块 + #LOC_Benjee10_MMSEV_logisticsShort_description = 这个简单的存储模块可容纳大量零食和棋盘游戏。 + + #LOC_Benjee10_MMSEV_baseMount1-875_title = PT-SA100 模块适配器 (1.875m) + #LOC_Benjee10_MMSEV_baseMount1-875_description = 这个径向安装的结构装置为1.875m部件提供了一个安装支架,用于连接Planetside基地系统。 + + #LOC_Benjee10_MMSEV_baseNode1-25_title = PT-M075NA 四方节点 (水平的) + #LOC_Benjee10_MMSEV_baseNode1-25_description = 这个模块提供了两个径向1.25m连接点,以及两端标准的1.875m连接点。 + + #LOC_Benjee10_MMSEV_baseNode_vertical_title = PT-M075NB 可配置的节点模块 (垂直的) + #LOC_Benjee10_MMSEV_baseNode_vertical_description = 当我们把侧门装反时,意外地创建了这个模块。大家都认为它看起来很酷。 + + #LOC_Benjee10_base_platform_title = PT-SP100 结构支撑装置 + #LOC_Benjee10_base_platform_description = 这个结构平台为基地建设提供了一个平面。底部有一个凹槽,可容纳零号对接口。 + + #LOC_Benjee10_MMSEV_baseRadiator_title = PT-Z100R 平板式散热器面板 + #LOC_Benjee10_MMSEV_baseRadiator_description = 使用这款大型固定式散热器来降温。 + + #LOC_Benjee10_MMSEV_baseRailings_title = K-100 小绿人稳定扶手 + #LOC_Benjee10_MMSEV_baseRailings_description = 在实验室测试中,这些栏杆最多可减少5%的工伤。 + + #LOC_Benjee10_MMSEV_baseSolarArray_title = PT-Z100S 平板式太阳能电池阵列 + #LOC_Benjee10_MMSEV_baseSolarArray_description = 这种大型静态太阳能电池阵非常适合安装在屋顶顶部,以降低能源费用。 + + #LOC_Benjee10_base_stairs_title = K-500 可展开阶梯 + #LOC_Benjee10_base_stairs_description = 这种便携式阶梯外形小巧,为您提供轻松进入地面基地模块的通道。 + + #LOC_Benjee10_MMSEV_base_TNode1-25_title = PT-M075NT T形节点模块 + #LOC_Benjee10_MMSEV_base_TNode1-25_description = 当我们的工程师不小心只安装了两个侧节点中的一个时,就创建了这个模块。 + + #LOC_Benjee10_MMSEV_baseTurbineBoom_title = TM-10B 模块化结构吊杆 (0.3125m) + #LOC_Benjee10_MMSEV_baseTurbineBoom_description = 这个结构吊杆非常适合将物品放在高处。 + + #LOC_Benjee10_MMSEV_baseTurbineBoomMount_title = TM-05B 模块化结构吊杆支架 + #LOC_Benjee10_MMSEV_baseTurbineBoomMount_description = 这个小型结构灯具提供了一个圆形的0.3125m安装点,满足您的任何需要。 + + #LOC_Benjee10_MMSEV_baseTurbineGiant_title = TRB-100 可展开的静态风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineGiant_description = 这个巨大的风力涡轮机展开后尺寸惊人,即使在最具挑战性的条件下也能产生大量的电力。然而,它并不会自动跟踪风向,因此必须手动指向或在大风角度下承受效率损失。 + + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_title = TRB-0H3-A 螺旋风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge1_description = 这种风力涡轮机的螺旋形状和轻质结构使其能够在中低风速下高效运转,无论风向如何都能发电。然而,它相对脆弱,在大气较厚的行星上使用时应小心。 + + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_title = TRB-0H3-B 立轴风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHelicalLarge2_description = 这种大型风力涡轮机使用独特的气翼型叶片,可在中强风中旋转。它足够坚固,即使在最高的风速下也能正常运转,甚至在非常稀薄的大气中也能表现的比较出色。 + + #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_title = TRB-0H2 螺旋风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHelicalSmall_description = 这种小型风力涡轮机的叶片为单片扭转式,因此既高效又坚固。 + + #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_title = TRB-0H1 立轴风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHelicalTiny_description = 这个微型涡轮机源自一座退役的气象站,它能够在任何天气条件下产生少量电力。 + + #LOC_Benjee10_MMSEV_baseTurbineHighDensity_title = TRB-1D-3 重型风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineHighDensity_description = 这种风力涡轮机可在厚重大气中承受极高的风速。可自动跟踪风向。 + + #LOC_Benjee10_MMSEV_baseTurbineLowDensity_title = TRB-1D-1 低密度风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineLowDensity_description = 这种重量极轻的可展开风力涡轮机专为在低密度大气中使用而设计,可利用微弱的风力旋转到极高的速度。 + + #LOC_Benjee10_MMSEV_baseTurbineMedDensity_title = TRB-1D-2 中密度风力涡轮机 + #LOC_Benjee10_MMSEV_baseTurbineMedDensity_description = 这种标准风力涡轮机可应对各种运行条件。 + + #LOC_Benjee10_MMSEV_baseTurbineMotor_title = TM-10M 偏航轴驱动装置 (0.3125m) + #LOC_Benjee10_MMSEV_baseTurbineMotor_description = 这款重型伺服器专为风力涡轮机指向的正确方向而设计。不过,你可以用它来做任何事情,伙计,我们可不是你的老板。 + + #LOC_Benjee10_MMSEV_chassis_title = "行星边疆探索车"底盘 + #LOC_Benjee10_MMSEV_chassis_description = 该结构单元提供动力和车轮安装点。 + + #LOC_Benjee10_MMSEV_grapple_title = "行星边疆探索车"抓钩装置 + #LOC_Benjee10_MMSEV_grapple_description = 需要抓取东西?没问题!只需抓住它。小行星,空间站,小绿人的头?你说出来,我们就抓住它! + + #LOC_Benjee10_MMSEV_headlight_title = MU-45 可调式微型聚光灯 + #LOC_Benjee10_MMSEV_headlight_description = 这种微型聚光灯可在最黑暗的地方提供照明。 + + #LOC_Benjee10_MMSEV_title = "行星边疆探索车"指挥舱 + #LOC_Benjee10_MMSEV_description = "行星边疆探索车"是一种坚固的多用途航天器,既能在深空中运行,也能在行星表面运行。可容纳多达4个Kerbals。 + + #LOC_Benjee10_MMSEV_monopropSled_title = "行星边疆探索车"服务模块 + #LOC_Benjee10_MMSEV_monopropSled_description = 该模块安装在"行星边疆探索车"载具的底部,为深空机动提供RCS燃料。 + + #LOC_Benjee10_MMSEV_wheelLinear_title = P-G40L 线性漫游车轮 + #LOC_Benjee10_MMSEV_wheelLinear_description = 这种中型漫游车轮可以堆叠安装。它的悬挂和转向性能适中。最好与P-G40M漫游车轮驱动支架一起使用。 + + #LOC_Benjee10_MMSEV_wheelMount_title = P-G40M 漫游车轮驱动支架 + #LOC_Benjee10_MMSEV_wheelMount_description = 该安装支架可将P-G40L漫游车轮侧面安装到飞行器上。内置推杆可使轮子在垂直轴上旋转360°,从而实现车辆的横向移动和其他非标准动作。 + + } +} \ No newline at end of file From e443a22cbcfc892964208c3bf6a3cff129eff49d Mon Sep 17 00:00:00 2001 From: Aebestach <64588584+Aebestach@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:01:58 +0800 Subject: [PATCH 5/5] Update zh-cn.cfg --- GameData/Benjee10_MMSEV/Localization/zh-cn.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GameData/Benjee10_MMSEV/Localization/zh-cn.cfg b/GameData/Benjee10_MMSEV/Localization/zh-cn.cfg index 0dc0ebc..a2f4d95 100644 --- a/GameData/Benjee10_MMSEV/Localization/zh-cn.cfg +++ b/GameData/Benjee10_MMSEV/Localization/zh-cn.cfg @@ -74,8 +74,8 @@ Localization #LOC_Benjee10_MMSEV_baseRailings_title = K-100 小绿人稳定扶手 #LOC_Benjee10_MMSEV_baseRailings_description = 在实验室测试中,这些栏杆最多可减少5%的工伤。 - #LOC_Benjee10_MMSEV_baseSolarArray_title = PT-Z100S 平板式太阳能电池阵列 - #LOC_Benjee10_MMSEV_baseSolarArray_description = 这种大型静态太阳能电池阵非常适合安装在屋顶顶部,以降低能源费用。 + #LOC_Benjee10_MMSEV_baseSolarArray_title = PT-Z100S 平板式太阳能电池板 + #LOC_Benjee10_MMSEV_baseSolarArray_description = 这种大型静态太阳能电池板非常适合安装在屋顶顶部,以降低能源费用。 #LOC_Benjee10_base_stairs_title = K-500 可展开阶梯 #LOC_Benjee10_base_stairs_description = 这种便携式阶梯外形小巧,为您提供轻松进入地面基地模块的通道。 @@ -138,4 +138,4 @@ Localization #LOC_Benjee10_MMSEV_wheelMount_description = 该安装支架可将P-G40L漫游车轮侧面安装到飞行器上。内置推杆可使轮子在垂直轴上旋转360°,从而实现车辆的横向移动和其他非标准动作。 } -} \ No newline at end of file +}