Skip to content

Commit 410b449

Browse files
committed
Update Chinese Simplified translation
1 parent 18641a7 commit 410b449

File tree

1 file changed

+177
-10
lines changed

1 file changed

+177
-10
lines changed

locales/zh_CN/messages.json

Lines changed: 177 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"message": "简体中文 (zh_CN)"
5252
},
5353
"sensorDataFlashNotFound": {
54-
"message": "没有找到 <br>闪存芯片",
54+
"message": "没有找到<br>闪存芯片",
5555
"description": "Text of the dataflash image in the header of the page."
5656
},
5757
"sensorDataFlashFreeSpace": {
@@ -359,10 +359,10 @@
359359
"message": "飞行器名称: <strong>$1<\/strong>"
360360
},
361361
"armingDisabled": {
362-
"message": "<strong>不能解锁<\/strong>"
362+
"message": "<strong>禁止解锁<\/strong>"
363363
},
364364
"armingEnabled": {
365-
"message": "<strong>可以解锁<\/strong>"
365+
"message": "<strong>允许解锁<\/strong>"
366366
},
367367
"runawayTakeoffPreventionDisabled": {
368368
"message": "<strong> 暂时禁用预防起飞失控 <\/strong>"
@@ -1220,7 +1220,7 @@
12201220
"message": "TPA"
12211221
},
12221222
"pidTuningTPABreakPoint": {
1223-
"message": "TPA 拐点"
1223+
"message": "TPA 起始点"
12241224
},
12251225
"pidTuningFilter": {
12261226
"message": "滤波器"
@@ -1760,13 +1760,13 @@
17601760
"message": "加速度计"
17611761
},
17621762
"motorsMaster": {
1763-
"message": "总控制"
1763+
"message": "主控制"
17641764
},
17651765
"motorsNotice": {
1766-
"message": "<strong> 电机测试模式\/解除锁定提示:<\/strong> <br\/> 移动滑块或用遥控器解锁飞机会导致电机 <strong> 旋转 <\/strong>! <br\/> 为了避免造成伤害,在使用此功能之前<strong class=\"message-negative\">卸下所有螺旋桨<\/strong>! <br\/> 启用电机测试模式还将暂时禁用预防起飞失控,以避免在工作台上无螺旋桨测试时自动锁定电机。 <br\/>"
1766+
"message": "<strong> 电机测试模式\/解除锁定提示:<\/strong> <br\/> 移动滑块或用遥控器解锁飞机会导致电机 <strong> 旋转 <\/strong>! <br\/> 为了避免造成伤害,在使用此功能之前<strong class=\"message-negative\">卸下所有螺旋桨<\/strong>! <br\/> 启用电机测试模式还将暂时禁用[预防起飞失控],以避免在工作台上无螺旋桨测试时自动锁定电机。 <br\/>"
17671767
},
17681768
"motorsEnableControl": {
1769-
"message": "<strong> 我已了解风险 <\/strong>, 螺旋桨已被拆除 - 启用电机控制和解锁,并禁用预防起飞失控"
1769+
"message": "<strong> 我已了解风险 <\/strong>, 螺旋桨已被拆除 - 启用电机控制和解锁,并禁用[预防起飞失控]"
17701770
},
17711771
"sensorsInfo": {
17721772
"message": "请注意,设置过高的图形刷新率会更会缩短尤其是笔记本电脑的电池使用时间<br \/>建议只打开你感兴趣的传感器的图形显示和合理的刷新率"
@@ -2122,6 +2122,9 @@
21222122
"firmwareFlasherFirmwareNotLoaded": {
21232123
"message": "没有加载固件"
21242124
},
2125+
"firmwareFlasherFirmwareLocalLoaded": {
2126+
"message": "已加载本地固件: ($ 1 字节)"
2127+
},
21252128
"firmwareFlasherHexCorrupted": {
21262129
"message": "HEX文件似乎已损坏"
21272130
},
@@ -2147,11 +2150,39 @@
21472150
"message": "检测到:<strong>$1<\/strong> - 仍在烧录前一个设备,请稍后重新插入再试一次。"
21482151
},
21492152
"ledStripHelp": {
2150-
"message": "飞控可以控制LED灯带上的每一个灯珠的颜色和效果。<br \/>配置灯珠的位置,连线的顺序,然后按位置将灯带接入。没有设置过接线顺序的LED设置不会被保存。<br \/>在一个颜色上双击可编辑HSV值。"
2153+
"message": "飞控可以控制LED灯带上的每一个灯珠的颜色和效果。<br \/>配置灯珠的位置,连线的顺序,然后按位置将灯带接入。没有设置过接线顺序的灯珠设置不会被保存。<br \/>在一个颜色上双击可编辑HSV值。"
21512154
},
21522155
"ledStripButtonSave": {
21532156
"message": "保存"
21542157
},
2158+
"ledStripColorSetupTitle": {
2159+
"message": "颜色设置",
2160+
"description": "Color setup title of the led strip"
2161+
},
2162+
"ledStripH": {
2163+
"message": "H",
2164+
"description": "Abbreviation of Hue in HSV (Hue, Saturation, Brightness) color model"
2165+
},
2166+
"ledStripS": {
2167+
"message": "S",
2168+
"description": "Abbreviation of Saturation in HSV (Hue, Saturation, Brightness) color model"
2169+
},
2170+
"ledStripV": {
2171+
"message": "V",
2172+
"description": "Abbreviation of Brightness in HSV (Hue, Saturation, Brightness) color model"
2173+
},
2174+
"ledStripRemainingText": {
2175+
"message": "剩余",
2176+
"description": "In the LED STRIP, text next the counter of leds remaining"
2177+
},
2178+
"ledStripClearSelectedButton": {
2179+
"message": "清除已选定",
2180+
"description": "In the LED STRIP, clear selected leds"
2181+
},
2182+
"ledStripClearAllButton": {
2183+
"message": "全部清除",
2184+
"description": "In the LED STRIP, clear all leds"
2185+
},
21552186
"ledStripEepromSaved": {
21562187
"message": "EEPROM <span class=\"message-positive\">已保存<\/span>"
21572188
},
@@ -2164,11 +2195,147 @@
21642195
"ledStripFunctionTitle": {
21652196
"message": "功能"
21662197
},
2198+
"ledStripFunctionNoneOption": {
2199+
"message": "",
2200+
"description": "One of the modes of the Led Strip"
2201+
},
2202+
"ledStripFunctionColorOption": {
2203+
"message": "颜色",
2204+
"description": "One of the modes of the Led Strip"
2205+
},
2206+
"ledStripFunctionModesOption": {
2207+
"message": "模式和方向",
2208+
"description": "One of the modes of the Led Strip"
2209+
},
2210+
"ledStripFunctionArmOption": {
2211+
"message": "锁定状态",
2212+
"description": "One of the modes of the Led Strip"
2213+
},
2214+
"ledStripFunctionBatteryOption": {
2215+
"message": "电池",
2216+
"description": "One of the modes of the Led Strip"
2217+
},
2218+
"ledStripFunctionRSSIOption": {
2219+
"message": "RSSI",
2220+
"description": "One of the modes of the Led Strip"
2221+
},
2222+
"ledStripFunctionGPSOption": {
2223+
"message": "GPS",
2224+
"description": "One of the modes of the Led Strip"
2225+
},
2226+
"ledStripFunctionRingOption": {
2227+
"message": "",
2228+
"description": "One of the modes of the Led Strip"
2229+
},
21672230
"ledStripColorModifierTitle": {
21682231
"message": "颜色修改器"
21692232
},
2170-
"ledStripThrottleFunction": {
2171-
"message": "油门"
2233+
"ledStripModeColorsTitle": {
2234+
"message": "模式颜色"
2235+
},
2236+
"ledStripModeColorsModeOrientation": {
2237+
"message": "方向",
2238+
"description": "One of the modes in Color Mode in Led Strip"
2239+
},
2240+
"ledStripModeColorsModeHeadfree": {
2241+
"message": "无头模式",
2242+
"description": "One of the modes in Color Mode in Led Strip"
2243+
},
2244+
"ledStripModeColorsModeHorizon": {
2245+
"message": "Horizon",
2246+
"description": "One of the modes in Color Mode in Led Strip"
2247+
},
2248+
"ledStripModeColorsModeAngle": {
2249+
"message": "Angle",
2250+
"description": "One of the modes in Color Mode in Led Strip"
2251+
},
2252+
"ledStripModeColorsModeMag": {
2253+
"message": "磁力仪",
2254+
"description": "One of the modes in Color Mode in Led Strip"
2255+
},
2256+
"ledStripModeColorsModeBaro": {
2257+
"message": "气压计",
2258+
"description": "One of the modes in Color Mode in Led Strip"
2259+
},
2260+
"ledStripDirN": {
2261+
"message": "",
2262+
"description": "North direction in Color Mode in Led Strip"
2263+
},
2264+
"ledStripDirE": {
2265+
"message": "",
2266+
"description": "East direction in Color Mode in Led Strip"
2267+
},
2268+
"ledStripDirS": {
2269+
"message": "西",
2270+
"description": "South direction in Color Mode in Led Strip"
2271+
},
2272+
"ledStripDirW": {
2273+
"message": "",
2274+
"description": "West direction in Color Mode in Led Strip"
2275+
},
2276+
"ledStripDirU": {
2277+
"message": "",
2278+
"description": "Up direction in Color Mode in Led Strip"
2279+
},
2280+
"ledStripDirD": {
2281+
"message": "",
2282+
"description": "Down direction in Color Mode in Led Strip"
2283+
},
2284+
"ledStripModesOrientationTitle": {
2285+
"message": "LED 方向(“模式和方向”)和颜色",
2286+
"description": "One of the modes in Color Mode in Led Strip"
2287+
},
2288+
"ledStripModesSpecialColorsTitle": {
2289+
"message": "特殊颜色",
2290+
"description": "One of the modes in Color Mode in Led Strip"
2291+
},
2292+
"ledStripModeColorsModeDisarmed": {
2293+
"message": "已锁定",
2294+
"description": "One of the modes in Color Mode in Led Strip"
2295+
},
2296+
"ledStripModeColorsModeArmed": {
2297+
"message": "已解锁",
2298+
"description": "One of the modes in Color Mode in Led Strip"
2299+
},
2300+
"ledStripModeColorsModeAnimation": {
2301+
"message": "动画",
2302+
"description": "One of the modes in Color Mode in Led Strip"
2303+
},
2304+
"ledStripModeColorsModeBlinkBg": {
2305+
"message": "闪烁背景",
2306+
"description": "One of the modes in Color Mode in Led Strip"
2307+
},
2308+
"ledStripModeColorsModeGPSNoSats": {
2309+
"message": "GPS: 无卫星",
2310+
"description": "One of the modes in Color Mode in Led Strip"
2311+
},
2312+
"ledStripModeColorsModeGPSNoLock": {
2313+
"message": "GPS: 未锁定",
2314+
"description": "One of the modes in Color Mode in Led Strip"
2315+
},
2316+
"ledStripModeColorsModeGPSLocked": {
2317+
"message": "GPS: 已锁定",
2318+
"description": "One of the modes in Color Mode in Led Strip"
2319+
},
2320+
"ledStripWiring": {
2321+
"message": "LED 灯带布线",
2322+
"description": "One of the modes in Led Strip"
2323+
},
2324+
"ledStripWiringMode": {
2325+
"message": "布线模式",
2326+
"description": "One of the wiring modes in Led Strip"
2327+
},
2328+
"ledStripWiringClearControl": {
2329+
"message": "清除已选定",
2330+
"description": "Control button in the wiring modes in Led Strip"
2331+
},
2332+
"ledStripWiringClearAllControl": {
2333+
"message": "清除所有布线",
2334+
"description": "Control button in the wiring modes in Led Strip"
2335+
},
2336+
"ledStripWiringMessage": {
2337+
"message": "没有布线序号的 LED 不会被保存。",
2338+
"description": "Message in the wiring modes in Led Strip"
21722339
},
21732340
"ledStripVtxFunction": {
21742341
"message": "左右扫描"

0 commit comments

Comments
 (0)