Skip to content

Commit

Permalink
Merge pull request #47 from ListenThink/patch-1
Browse files Browse the repository at this point in the history
Add Chinese localization
  • Loading branch information
ihsoft authored Sep 29, 2024
2 parents 720f756 + 531d693 commit e492847
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Lang/zh-cn.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
// Version: 1
// Do NOT change the version unless a new string is added or an existing one was deleted.
// A simple string update is not a new version! The version number is used to keep all
// the localizations in sync. The EN-US localization file is the primary file, and all the
// other languages should catch-up as the version is increasing.
// Before changing the version, read the instructions in the en-us.cfg file!
// Authors: ListenThink
// Last updated: 09/21/2024
//
// Best way of making/updating localization in this mod is using KSPDev Localization Tool!
// https://github.com/ihsoft/KSPDev_LocalizationTool
Localization
{
zh-cn
{

// ********** Part: W485.Surface4WayLight

#W485_Surface4WayLight_Part_title = 4向聚光灯
#W485_Surface4WayLight_Part_manufacturer = 坎巴拉舞台灯光租赁公司
#W485_Surface4WayLight_Part_description = 发出4个相互垂直的独立灯以进行照明,没有比绑四个手电筒更简单的了。
#W485_Surface4WayLight_Part_tags = cck-lights moar (more bulb candle dark flash (lamp (light shine spot torch quadro

// ********** Part: W485.SurfaceLight

#W485_SurfaceLight_Part_title = 聚光灯
#W485_SurfaceLight_Part_manufacturer = 坎巴拉舞台灯光租赁公司
#W485_SurfaceLight_Part_description = 一款设计用于自我照明的小型表面安装聚光灯。装上它从此远离黑暗。
#W485_SurfaceLight_Part_tags = cck-lights moar (more bulb candle dark flash (lamp (light shine spot torch

// ********** Part: W485.SurfaceOmniLight

#W485_SurfaceOmniLight_Part_title = 半球灯
#W485_SurfaceOmniLight_Part_manufacturer = 坎巴拉舞台灯光租赁公司
#W485_SurfaceOmniLight_Part_description = 一个在所有方向发光的小灯。可能装在聚会舞台上更有用。
#W485_SurfaceOmniLight_Part_tags = cck-lights moar (more bulb candle dark flash (lamp (light shine ambient omni torch

// ********** Type: SurfaceLights.ModuleColoredLensLight, KSP Fields

// A UI control that allows setting brightness of the lens on the lighting part.
#SurfaceLights_ModuleColoredLensLight_lensBrightness = 灯光亮度

// ********** Type: SurfaceLights.ModuleLightEva, KSP Events

// A PAW action that resets all changed values to the state at the last load.
#SurfaceLights_ModuleLightEva_ResetUnsaved = 重置

// ********** Type: SurfaceLights.ModuleLightEva, KSP Fields

// A UI control that allows setting the max range of the light.
#SurfaceLights_ModuleLightEva_LightRange = 灯光范围
// A UI control that allows setting spotlight beam angle.
#SurfaceLights_ModuleLightEva_SpotAngle = 光束角度

// ********** Global strings

}
}

0 comments on commit e492847

Please sign in to comment.