IRremoteESP8266
Loading...
Searching...
No Matches
zh-CN.h
Go to the documentation of this file.
1// Copyright 2020 - MiaoYi (@Caffreyfans)
2// Locale/language file for China / Simplified.
3// This file will override the default values located in `defaults.h`.
4#ifndef LOCALE_ZH_CN_H_
5#define LOCALE_ZH_CN_H_
6
7#ifndef D_STR_UNKNOWN
8#define D_STR_UNKNOWN "未知"
9#endif // D_STR_UNKNOWN
10#ifndef D_STR_PROTOCOL
11#define D_STR_PROTOCOL "协议"
12#endif // D_STR_PROTOCOL
13#ifndef D_STR_POWER
14#define D_STR_POWER "电源"
15#endif // D_STR_POWER
16#ifndef D_STR_PREVIOUS
17#define D_STR_PREVIOUS "以前"
18#endif // D_STR_PREVIOUS
19#ifndef D_STR_ON
20#define D_STR_ON "开"
21#endif // D_STR_ON
22#ifndef D_STR_OFF
23#define D_STR_OFF "关"
24#endif // D_STR_OFF
25#ifndef D_STR_MODE
26#define D_STR_MODE "模式"
27#endif // D_STR_MODE
28#ifndef D_STR_TOGGLE
29#define D_STR_TOGGLE "切换"
30#endif // D_STR_TOGGLE
31#ifndef D_STR_TURBO
32#define D_STR_TURBO "强力"
33#endif // D_STR_TURBO
34#ifndef D_STR_SUPER
35#define D_STR_SUPER "超级"
36#endif // D_STR_SUPER
37#ifndef D_STR_SLEEP
38#define D_STR_SLEEP "睡眠"
39#endif // D_STR_SLEEP
40#ifndef D_STR_LIGHT
41#define D_STR_LIGHT "灯光"
42#endif // D_STR_LIGHT
43#ifndef D_STR_POWERFUL
44#define D_STR_POWERFUL "强劲模式"
45#endif // D_STR_POWERFUL
46#ifndef D_STR_QUIET
47#define D_STR_QUIET "安静"
48#endif // D_STR_QUIET
49#ifndef D_STR_ECONO
50#define D_STR_ECONO "经济"
51#endif // D_STR_ECONO
52#ifndef D_STR_SWING
53#define D_STR_SWING "扫风"
54#endif // D_STR_SWING
55#ifndef D_STR_SWINGH
56#define D_STR_SWINGH D_STR_SWING"(H)" // Set `D_STR_SWING` first!
57#endif // D_STR_SWINGH
58#ifndef D_STR_SWINGV
59#define D_STR_SWINGV D_STR_SWING"(V)" // Set `D_STR_SWING` first!
60#endif // D_STR_SWINGV
61#ifndef D_STR_BEEP
62#define D_STR_BEEP "蜂鸣"
63#endif // D_STR_BEEP
64#ifndef D_STR_MOULD
65#define D_STR_MOULD "模子"
66#endif // D_STR_MOULD
67#ifndef D_STR_CLEAN
68#define D_STR_CLEAN "清洁"
69#endif // D_STR_CLEAN
70#ifndef D_STR_PURIFY
71#define D_STR_PURIFY "净化"
72#endif // D_STR_PURIFY
73#ifndef D_STR_TIMER
74#define D_STR_TIMER "计时器"
75#endif // D_STR_TIMER
76#ifndef D_STR_ONTIMER
77#define D_STR_ONTIMER D_STR_ON " " D_STR_TIMER // Set `D_STR_ON` first!
78#endif // D_STR_ONTIMER
79#ifndef D_STR_OFFTIMER
80#define D_STR_OFFTIMER D_STR_OFF " " D_STR_TIMER // Set `D_STR_OFF` first!
81#endif // D_STR_OFFTIMER
82#ifndef D_STR_CLOCK
83#define D_STR_CLOCK "时钟"
84#endif // D_STR_CLOCK
85#ifndef D_STR_COMMAND
86#define D_STR_COMMAND "命令"
87#endif // D_STR_COMMAND
88#ifndef D_STR_XFAN
89#define D_STR_XFAN "XFan"
90#endif // D_STR_XFAN
91#ifndef D_STR_HEALTH
92#define D_STR_HEALTH "健康"
93#endif // D_STR_HEALTH
94#ifndef D_STR_MODEL
95#define D_STR_MODEL "模式"
96#endif // D_STR_MODEL
97#ifndef D_STR_TEMP
98#define D_STR_TEMP "温度"
99#endif // D_STR_TEMP
100#ifndef D_STR_IFEEL
101#define D_STR_IFEEL "IFeel"
102#endif // D_STR_IFEEL
103#ifndef D_STR_HUMID
104#define D_STR_HUMID "湿度"
105#endif // D_STR_HUMID
106#ifndef D_STR_SAVE
107#define D_STR_SAVE "保存"
108#endif // D_STR_SAVE
109#ifndef D_STR_EYE
110#define D_STR_EYE "眼"
111#endif // D_STR_EYE
112#ifndef D_STR_FOLLOW
113#define D_STR_FOLLOW "跟随"
114#endif // D_STR_FOLLOW
115#ifndef D_STR_ION
116#define D_STR_ION "Ion"
117#endif // D_STR_ION
118#ifndef D_STR_FRESH
119#define D_STR_FRESH "刷新"
120#endif // D_STR_FRESH
121#ifndef D_STR_HOLD
122#define D_STR_HOLD "保持"
123#endif // D_STR_HOLD
124#ifndef D_STR_8C_HEAT
125#define D_STR_8C_HEAT "8C " D_STR_HEAT // Set `D_STR_HEAT` first!
126#endif // D_STR_8C_HEAT
127#ifndef D_STR_BUTTON
128#define D_STR_BUTTON "按钮"
129#endif // D_STR_BUTTON
130#ifndef D_STR_NIGHT
131#define D_STR_NIGHT "夜间"
132#endif // D_STR_NIGHT
133#ifndef D_STR_SILENT
134#define D_STR_SILENT "安静"
135#endif // D_STR_SILENT
136#ifndef D_STR_FILTER
137#define D_STR_FILTER "过滤"
138#endif // D_STR_FILTER
139#ifndef D_STR_3D
140#define D_STR_3D "3D"
141#endif // D_STR_3D
142#ifndef D_STR_CELSIUS
143#define D_STR_CELSIUS "摄氏度"
144#endif // D_STR_CELSIUS
145#ifndef D_STR_UP
146#define D_STR_UP "上"
147#endif // D_STR_UP
148#ifndef D_STR_TEMPUP
149#define D_STR_TEMPUP D_STR_TEMP " " D_STR_UP // Set `D_STR_TEMP` first!
150#endif // D_STR_TEMPUP
151#ifndef D_STR_DOWN
152#define D_STR_DOWN "下"
153#endif // D_STR_DOWN
154#ifndef D_STR_TEMPDOWN
155#define D_STR_TEMPDOWN D_STR_TEMP " " D_STR_DOWN // Set `D_STR_TEMP` first!
156#endif // D_STR_TEMPDOWN
157#ifndef D_STR_CHANGE
158#define D_STR_CHANGE "改变"
159#endif // D_STR_CHANGE
160#ifndef D_STR_START
161#define D_STR_START "开始"
162#endif // D_STR_START
163#ifndef D_STR_STOP
164#define D_STR_STOP "结束"
165#endif // D_STR_STOP
166#ifndef D_STR_MOVE
167#define D_STR_MOVE "移动"
168#endif // D_STR_MOVE
169#ifndef D_STR_SET
170#define D_STR_SET "设置"
171#endif // D_STR_SET
172#ifndef D_STR_CANCEL
173#define D_STR_CANCEL "取消"
174#endif // D_STR_CANCEL
175#ifndef D_STR_COMFORT
176#define D_STR_COMFORT "舒适"
177#endif // D_STR_COMFORT
178#ifndef D_STR_SENSOR
179#define D_STR_SENSOR "传感器"
180#endif // D_STR_SENSOR
181#ifndef D_STR_WEEKLY
182#define D_STR_WEEKLY "每周"
183#endif // D_STR_WEEKLY
184#ifndef D_STR_WEEKLYTIMER
185#define D_STR_WEEKLYTIMER D_STR_WEEKLY " " D_STR_TIMER // Needs `D_STR_WEEKLY`!
186#endif // D_STR_WEEKLYTIMER
187#ifndef D_STR_WIFI
188#define D_STR_WIFI "WiFi"
189#endif // D_STR_WIFI
190#ifndef D_STR_LAST
191#define D_STR_LAST "最近"
192#endif // D_STR_LAST
193#ifndef D_STR_FAST
194#define D_STR_FAST "快"
195#endif // D_STR_FAST
196#ifndef D_STR_SLOW
197#define D_STR_SLOW "慢"
198#endif // D_STR_SLOW
199#ifndef D_STR_AIRFLOW
200#define D_STR_AIRFLOW "空气流动"
201#endif // D_STR_AIRFLOW
202#ifndef D_STR_STEP
203#define D_STR_STEP "步"
204#endif // D_STR_STEP
205#ifndef D_STR_NA
206#define D_STR_NA "不适用"
207#endif // D_STR_NA
208#ifndef D_STR_OUTSIDE
209#define D_STR_OUTSIDE "室外"
210#endif // D_STR_OUTSIDE
211#ifndef D_STR_LOUD
212#define D_STR_LOUD "大声"
213#endif // D_STR_LOUD
214#ifndef D_STR_UPPER
215#define D_STR_UPPER "更高"
216#endif // D_STR_UPPER
217#ifndef D_STR_LOWER
218#define D_STR_LOWER "更低"
219#endif // D_STR_LOWER
220#ifndef D_STR_BREEZE
221#define D_STR_BREEZE "微风"
222#endif // D_STR_BREEZE
223#ifndef D_STR_CIRCULATE
224#define D_STR_CIRCULATE "流通"
225#endif // D_STR_CIRCULATE
226#ifndef D_STR_CEILING
227#define D_STR_CEILING "天花板"
228#endif // D_STR_CEILING
229#ifndef D_STR_WALL
230#define D_STR_WALL "墙"
231#endif // D_STR_WALL
232#ifndef D_STR_ROOM
233#define D_STR_ROOM "房间"
234#endif // D_STR_ROOM
235#ifndef D_STR_6THSENSE
236#define D_STR_6THSENSE "第六感"
237#endif // D_STR_6THSENSE
238#ifndef D_STR_ZONEFOLLOW
239#define D_STR_ZONEFOLLOW "区域跟随"
240#endif // D_STR_ZONEFOLLOW
241#ifndef D_STR_FIXED
242#define D_STR_FIXED "固定"
243#endif // D_STR_FIXED
244
245#ifndef D_STR_AUTO
246#define D_STR_AUTO "自动"
247#endif // D_STR_AUTO
248#ifndef D_STR_AUTOMATIC
249#define D_STR_AUTOMATIC "自动的"
250#endif // D_STR_AUTOMATIC
251#ifndef D_STR_MANUAL
252#define D_STR_MANUAL "手动"
253#endif // D_STR_MANUAL
254#ifndef D_STR_COOL
255#define D_STR_COOL "制冷"
256#endif // D_STR_COOL
257#ifndef D_STR_HEAT
258#define D_STR_HEAT "加热"
259#endif // D_STR_HEAT
260#ifndef D_STR_FAN
261#define D_STR_FAN "风扇"
262#endif // D_STR_FAN
263#ifndef D_STR_FANONLY
264#define D_STR_FANONLY "仅风扇"
265#endif // D_STR_FANONLY
266#ifndef D_STR_DRY
267#define D_STR_DRY "干燥"
268#endif // D_STR_DRY
269
270#ifndef D_STR_MAX
271#define D_STR_MAX "最大"
272#endif // D_STR_MAX
273#ifndef D_STR_MAXIMUM
274#define D_STR_MAXIMUM "最小"
275#endif // D_STR_MAXIMUM
276#ifndef D_STR_MIN
277#define D_STR_MIN "最低"
278#endif // D_STR_MIN
279#ifndef D_STR_MINIMUM
280#define D_STR_MINIMUM "最低"
281#endif // D_STR_MINIMUM
282#ifndef D_STR_MED
283#define D_STR_MED "中"
284#endif // D_STR_MED
285#ifndef D_STR_MEDIUM
286#define D_STR_MEDIUM "中"
287#endif // D_STR_MEDIUM
288
289#ifndef D_STR_HIGHEST
290#define D_STR_HIGHEST "最高"
291#endif // D_STR_HIGHEST
292#ifndef D_STR_HIGH
293#define D_STR_HIGH "高"
294#endif // D_STR_HIGH
295#ifndef D_STR_HI
296#define D_STR_HI "嗨"
297#endif // D_STR_HI
298#ifndef D_STR_MID
299#define D_STR_MID "中"
300#endif // D_STR_MID
301#ifndef D_STR_MIDDLE
302#define D_STR_MIDDLE "居中"
303#endif // D_STR_MIDDLE
304#ifndef D_STR_LOW
305#define D_STR_LOW "低"
306#endif // D_STR_LOW
307#ifndef D_STR_LO
308#define D_STR_LO "低"
309#endif // D_STR_LO
310#ifndef D_STR_LOWEST
311#define D_STR_LOWEST "最低"
312#endif // D_STR_LOWEST
313#ifndef D_STR_RIGHT
314#define D_STR_RIGHT "右"
315#endif // D_STR_RIGHT
316#ifndef D_STR_MAXRIGHT
317#define D_STR_MAXRIGHT D_STR_MAX " " D_STR_RIGHT // Set `D_STR_MAX` first!
318#endif // D_STR_MAXRIGHT
319#ifndef D_STR_RIGHTMAX_NOSPACE
320#define D_STR_RIGHTMAX_NOSPACE D_STR_RIGHT D_STR_MAX // Set `D_STR_MAX` first!
321#endif // D_STR_RIGHTMAX_NOSPACE
322#ifndef D_STR_LEFT
323#define D_STR_LEFT "左"
324#endif // D_STR_LEFT
325#ifndef D_STR_MAXLEFT
326#define D_STR_MAXLEFT D_STR_MAX " " D_STR_LEFT // Set `D_STR_MAX` first!
327#endif // D_STR_MAXLEFT
328#ifndef D_STR_LEFTMAX_NOSPACE
329#define D_STR_LEFTMAX_NOSPACE D_STR_LEFT D_STR_MAX // Set `D_STR_MAX` first!
330#endif // D_STR_LEFTMAX_NOSPACE
331#ifndef D_STR_WIDE
332#define D_STR_WIDE "扫风"
333#endif // D_STR_WIDE
334#ifndef D_STR_CENTRE
335#define D_STR_CENTRE "中间"
336#endif // D_STR_CENTRE
337#ifndef D_STR_TOP
338#define D_STR_TOP "上部"
339#endif // D_STR_TOP
340#ifndef D_STR_BOTTOM
341#define D_STR_BOTTOM "底部"
342#endif // D_STR_BOTTOM
343
344// Compound words/phrases/descriptions from pre-defined words.
345// Note: Obviously these need to be defined *after* their component words.
346#ifndef D_STR_EYEAUTO
347#define D_STR_EYEAUTO D_STR_EYE " " D_STR_AUTO
348#endif // D_STR_EYEAUTO
349#ifndef D_STR_LIGHTTOGGLE
350#define D_STR_LIGHTTOGGLE D_STR_LIGHT " " D_STR_TOGGLE
351#endif // D_STR_LIGHTTOGGLE
352#ifndef D_STR_OUTSIDEQUIET
353#define D_STR_OUTSIDEQUIET D_STR_OUTSIDE " " D_STR_QUIET
354#endif // D_STR_OUTSIDEQUIET
355#ifndef D_STR_POWERTOGGLE
356#define D_STR_POWERTOGGLE D_STR_POWER " " D_STR_TOGGLE
357#endif // D_STR_POWERTOGGLE
358#ifndef D_STR_PREVIOUSPOWER
359#define D_STR_PREVIOUSPOWER D_STR_PREVIOUS " " D_STR_POWER
360#endif // D_STR_PREVIOUSPOWER
361#ifndef D_STR_SENSORTEMP
362#define D_STR_SENSORTEMP D_STR_SENSOR " " D_STR_TEMP
363#endif // D_STR_SENSORTEMP
364#ifndef D_STR_SLEEP_TIMER
365#define D_STR_SLEEP_TIMER D_STR_SLEEP " " D_STR_TIMER
366#endif // D_STR_SLEEP_TIMER
367#ifndef D_STR_SWINGVMODE
368#define D_STR_SWINGVMODE D_STR_SWINGV " " D_STR_MODE
369#endif // D_STR_SWINGVMODE
370#ifndef D_STR_SWINGVTOGGLE
371#define D_STR_SWINGVTOGGLE D_STR_SWINGV " " D_STR_TOGGLE
372#endif // D_STR_SWINGVTOGGLE
373
374// Separators
375#ifndef D_CHR_TIME_SEP
376#define D_CHR_TIME_SEP ':'
377#endif // D_CHR_TIME_SEP
378#ifndef D_STR_SPACELBRACE
379#define D_STR_SPACELBRACE " ("
380#endif // D_STR_SPACELBRACE
381#ifndef D_STR_COMMASPACE
382#define D_STR_COMMASPACE ", "
383#endif // D_STR_COMMASPACE
384#ifndef D_STR_COLONSPACE
385#define D_STR_COLONSPACE ": "
386#endif // D_STR_COLONSPACE
387
388#ifndef D_STR_DAY
389#define D_STR_DAY "天"
390#endif // D_STR_DAY
391#ifndef D_STR_DAYS
392#define D_STR_DAYS D_STR_DAY "s"
393#endif // D_STR_DAYS
394#ifndef D_STR_HOUR
395#define D_STR_HOUR "时"
396#endif // D_STR_HOUR
397#ifndef D_STR_HOURS
398#define D_STR_HOURS D_STR_HOUR "s"
399#endif // D_STR_HOURS
400#ifndef D_STR_MINUTE
401#define D_STR_MINUTE "分"
402#endif // D_STR_MINUTE
403#ifndef D_STR_MINUTES
404#define D_STR_MINUTES D_STR_MINUTE "s"
405#endif // D_STR_MINUTES
406#ifndef D_STR_SECOND
407#define D_STR_SECOND "秒"
408#endif // D_STR_SECOND
409#ifndef D_STR_SECONDS
410#define D_STR_SECONDS D_STR_SECOND "s"
411#endif // D_STR_SECONDS
412#ifndef D_STR_NOW
413#define D_STR_NOW "现在"
414#endif // D_STR_NOW
415/* This is not three letter days. Disabled.
416#ifndef D_STR_THREELETTERDAYS
417#define D_STR_THREELETTERDAYS "周一至周末"
418#endif // D_STR_THREELETTERDAYS
419*/
420
421#ifndef D_STR_YES
422#define D_STR_YES "是"
423#endif // D_STR_YES
424#ifndef D_STR_NO
425#define D_STR_NO "否"
426#endif // D_STR_NO
427#ifndef D_STR_TRUE
428#define D_STR_TRUE "正确"
429#endif // D_STR_TRUE
430#ifndef D_STR_FALSE
431#define D_STR_FALSE "错误"
432#endif // D_STR_FALSE
433
434#ifndef D_STR_REPEAT
435#define D_STR_REPEAT "重复"
436#endif // D_STR_REPEAT
437#ifndef D_STR_CODE
438#define D_STR_CODE "代码"
439#endif // D_STR_CODE
440#ifndef D_STR_BITS
441#define D_STR_BITS "位"
442#endif // D_STR_BITS
443
444// IRrecvDumpV2+
445#ifndef D_STR_TIMESTAMP
446#define D_STR_TIMESTAMP "时间戳记"
447#endif // D_STR_TIMESTAMP
448#ifndef D_STR_LIBRARY
449#define D_STR_LIBRARY "库文件"
450#endif // D_STR_LIBRARY
451#ifndef D_STR_MESGDESC
452#define D_STR_MESGDESC "等等信息"
453#endif // D_STR_MESGDESC
454#ifndef D_STR_IRRECVDUMP_STARTUP
455#define D_STR_IRRECVDUMP_STARTUP \
456 "IRrecvDump 运行当中,等待红外信息输入位于引脚 %d"
457#endif // D_STR_IRRECVDUMP_STARTUP
458#ifndef D_WARN_BUFFERFULL
459#define D_WARN_BUFFERFULL \
460 "警告: 红外编码数组过大(>= %d). " \
461 "在解决此问题之前,不应信任此结果. " \
462 "编辑并增加 `kCaptureBufferSize` 变量."
463#endif // D_WARN_BUFFERFULL
464
465#endif // LOCALE_ZH_CN_H_