-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from ListenThink/patch-1
Add Chinese localization
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
} | ||
} |