-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathLanguage.json
More file actions
732 lines (732 loc) · 20.4 KB
/
Language.json
File metadata and controls
732 lines (732 loc) · 20.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
{
"Global":[
{
"Key": "GLOBAL_LANGUAGE",
"English": "Language:",
"Korean": "언어:",
"Spanish": "Idioma:",
"Polish": "Język:",
"French": "Langue:",
"Vietnamese": "Ngôn ngữ:",
"SimplifiedChinese": "语言:",
"German": "Sprache:"
},
{
"Key": "LANGUAGE_NAME",
"English": "English",
"Korean": "한국어",
"Spanish": "Español",
"Polish": "Polski",
"French": "Français",
"Vietnamese": "Tiếng Việt",
"SimplifiedChinese": "中文(简体)",
"German": "Deutsch"
}
],
"KeyViewer":[
{
"Key": "LIMIT_NOT_REGISTERED_KEYS",
"English": "Limit Input Not Registered Keys",
"Korean": "등록되지 않은 키 입력 제한",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": null,
"German": null
},
{
"Key": "LIMIT_NOT_REGISTERED_KEYS_ON_CLS",
"English": "Limit Not Registered Keys On CLS",
"Korean": "CLS에서 등록되지 않은 키 제한",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": null,
"German": null
},
{
"Key": "LIMIT_NOT_REGISTERED_KEYS_ON_MAIN",
"English": "Limit Not Registered Keys On Main",
"Korean": "메인화면에서 등록되지 않은 키 제한",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": null,
"German": null
},
{
"Key": "OUTLINE_COLOR",
"English": "Outline Color",
"Korean": "테두리 색상",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "轮廓颜色",
"German": null
},
{
"Key": "IMPORT",
"English": "Import",
"Korean": "불러오기",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "导入",
"German": null
},
{
"Key": "KEY_TITLE",
"English": "Key Title",
"Korean": "키 제목",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": null,
"German": null
},
{
"Key": "EXPORT",
"English": "Export",
"Korean": "내보내기",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "导出",
"German": null
},
{
"Key": "FONT",
"English": "Font",
"Korean": "폰트",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "字体",
"German": null
},
{
"Key": "RESET_WHEN_START",
"English": "Reset Pressed Count At Every Start",
"Korean": "시작 시에 누른 횟수 초기화",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "在每次开始游戏时重置按键总数",
"German": null
},
{
"Key": "KPS_UPDATE_RATE",
"English": "Keys Per Second(KPS) Update Rate (Milliseconds):",
"Korean": "초당 키 횟수(KPS) 업데이트 속도 (밀리초):",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "每秒按键数(KPS)刷新率(毫秒)",
"German": null
},
{
"Key": "MAKE_BAR_SPECIAL_KEYS",
"English": "Make Special Keys(KPS, Total) Bar Shape",
"Korean": "특수 키들(KPS, Total)을 막대 형태로 만들기",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "使用长条形创建特殊键(如:KPS,Total)",
"German": null
},
{
"Key": "MIGRATE_MENU",
"English": "Migrate Menu ▶",
"Korean": "마이그레이션 메뉴 ▶",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "迁移菜单 ▶",
"German": null
},
{
"Key": "MIGRATE_FROM_V2_KEYVIEWER",
"English": "Migrate From V2 KeyViewer",
"Korean": "V2 키뷰어로부터 마이그레이션",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "从V2 KeyViewer迁移",
"German": null
},
{
"Key": "MIGRATE",
"English": "Migrate",
"Korean": null,
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "迁移",
"German": null
},
{
"Key": "MIGRATION_WARNING",
"English": "If You Migrate, The Saved Settings Will Be Deleted!",
"Korean": "마이그레이션 할 경우, 저장된 설정이 삭제됩니다!",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "如果你进行迁移,所有保存的设置都将被删除!",
"German": null
},
{
"Key": "GO_BACK",
"English": "◀ Go Back",
"Korean": "◀ 되돌아가기",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "◀ 返回",
"German": null
},
{
"Key": "BACKGROUND_COLOR",
"English": "Background Color",
"Korean": "배경 색상",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "背景颜色",
"German": null
},
{
"Key": "TEXT_COLOR",
"English": "Text Color",
"Korean": "텍스트 색상",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "文字颜色",
"German": null
},
{
"Key": "COUNT_TEXT_COLOR",
"English": "Conut Text Color",
"Korean": "카운트 텍스트 색상",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "按键数颜色",
"German": null
},
{
"Key": "OFFSET_X",
"English": "X Offset",
"Korean": "X 오프셋",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "X轴偏移",
"German": null
},
{
"Key": "UNDO",
"English": "Undo",
"Korean": "실행 취소",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "撤销",
"German": null
},
{
"Key": "REDO",
"English": "Redo",
"Korean": "다시 하기",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "恢复",
"German": null
},
{
"Key": "TEXT_OFFSET_X",
"English": "Text X Offset",
"Korean": "텍스트 X 오프셋",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "文本X轴偏移",
"German": null
},
{
"Key": "TEXT_OFFSET_Y",
"English": "Text Y Offset",
"Korean": "텍스트 Y 오프셋",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "文本Y轴偏移",
"German": null
},
{
"Key": "COUNT_TEXT_OFFSET_X",
"English": "CountText X Offset",
"Korean": "카운트 텍스트 X 오프셋",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "按键数X轴偏移",
"German": null
},
{
"Key": "COUNT_TEXT_OFFSET_Y",
"English": "CountText Y Offset",
"Korean": "카운트 텍스트 Y 오프셋",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "按键数Y轴偏移",
"German": null
},
{
"Key": "EDIT_SETTINGS_EACH_KEYS",
"English": "Edit Settings Each Keys",
"Korean": "키 설정을 각 키 마다 설정하기",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "单独对各个键进行设置",
"German": null
},
{
"Key": "TEXT_FONT_SIZE",
"English": "KeyCode Text Font Size",
"Korean": "텍스트 글자 크기",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "键码文本大小",
"German": null
},
{
"Key": "KEY_GROUPS",
"English": "Key Groups",
"Korean": "키 그룹 관리",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "键组",
"German": null
},
{
"Key": "IGNORE_SKIPPED_KEYS",
"English": "Ignore Skipped Keys",
"Korean": "스킵된 키 무시",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "忽略跳过的按键",
"German": null
},
{
"Key": "KEY_GROUP_NAME",
"English": "Key Group Name",
"Korean": "키 그룹 이름",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "键组名称",
"German": null
},
{
"Key": "KEY_COUNT",
"English": "Key Count",
"Korean": "키 누른 횟수",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "按键数",
"German": null
},
{
"Key": "COUNT_TEXT_FONT_SIZE",
"English": "Count Text Font Size",
"Korean": "카운트 텍스트 글자 크기",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "按键数文本大小",
"German": null
},
{
"Key": "CHANGE_BG_COLOR_FOLLOWING_HITMARGIN",
"English": "Change Pressed Background Color With Following Judgement",
"Korean": "판정에 따라 누른 배경색 변경",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "根据判定改变按下按键时的背景颜色",
"German": null
},
{
"Key": "OFFSET_Y",
"English": "Y Offset",
"Korean": "Y 오프셋",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "Y轴偏移",
"German": null
},
{
"Key": "WIDTH",
"English": "Width",
"Korean": "가로 길이",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "宽度",
"German": null
},
{
"Key": "HEIGHT",
"English": "Height",
"Korean": "세로 길이",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "高度",
"German": null
},
{
"Key": "RESET",
"English": "Reset",
"Korean": "초기화",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "重置",
"German": null
},
{
"Key": "NAME",
"English": "Key Viewer",
"Korean": "키뷰어",
"Spanish": "Teclas en pantella",
"Polish": null,
"French": "Visualiseur de Touches",
"Vietnamese": "Hiển thị phím",
"SimplifiedChinese": "按键显示器",
"German": "Tastenanschlaganzeige"
},
{
"Key": "DESCRIPTION",
"English": "Shows a key viewer for registered keys.",
"Korean": "등록된 키들의 키뷰어를 보여줍니다.",
"Spanish": "Muestra teclas en pantalla.",
"Polish": null,
"French": "Affiche les touches appuyées.",
"Vietnamese": "Hiển thị những phím được nhấn khi đang chơi.",
"SimplifiedChinese": "为已添加的按键提供按键显示器。",
"German": "Zeigt eine Tastenanschlaganzeige für registrierte Tasten"
},
{
"Key": "REGISTERED_KEYS",
"English": "Registered Keys:",
"Korean": "등록된 키들:",
"Spanish": "Teclas Registradas:",
"Polish": null,
"French": "Touches enregistrées",
"Vietnamese": "Những phím được thêm vào:",
"SimplifiedChinese": "添加的按键:",
"German": "Registriete Tasten:"
},
{
"Key": "DONE",
"English": "Done",
"Korean": "완료",
"Spanish": "Hecho",
"Polish": null,
"French": "Valider",
"Vietnamese": "Hoàn tất",
"SimplifiedChinese": "完成",
"German": "Fertig"
},
{
"Key": "PRESS_KEY_REGISTER",
"English": "Press a key to register\/unregister it...",
"Korean": "키를 눌러서 등록\/등록 취소하세요…",
"Spanish": "Toca una tecla para registrarla\/excluirla...",
"Polish": null,
"French": "Appuie sur une touche pour l'enregister\/la désenregistrer",
"Vietnamese": "Nhấn phím để thêm \/ loại bỏ chúng",
"SimplifiedChinese": "按下一个键以添加\/清除按键",
"German": "Drücke eine beliebige Taste um sie hinzuzufügen\/entfernen"
},
{
"Key": "CHANGE_KEYS",
"English": "Change Keys",
"Korean": "키 변경하기",
"Spanish": "Cambiar teclas",
"Polish": null,
"French": "Changer les touches",
"Vietnamese": "Đổi phím",
"SimplifiedChinese": "更改按键",
"German": "Wechsle Tasten"
},
{
"Key": "VIEWER_ONLY_GAMEPLAY",
"English": "Only show during gameplay",
"Korean": "레벨 플레이중에만 보이기",
"Spanish": "Sólo mostrar mientras juegas",
"Polish": null,
"French": "Seulement visible durant le gameplay",
"Vietnamese": "Chỉ hiện lên khi đang chơi",
"SimplifiedChinese": "仅在游戏中显示",
"German": "Nur während dem gameplay zeigen"
},
{
"Key": "ANIMATE_KEYS",
"English": "Animate key presses",
"Korean": "키를 눌렀을 때 효과 보이기",
"Spanish": "Animar pulsaciones de teclas",
"Polish": null,
"French": "Anime l'appui de touche",
"Vietnamese": "Thêm hiệu ứng khi nhấn",
"SimplifiedChinese": "设置按键动画",
"German": "Animierte Tastenanschläge"
},
{
"Key": "KEY_VIEWER_SIZE",
"English": "Size:",
"Korean": "크기:",
"Spanish": "Tamaño:",
"Polish": null,
"French": "Taille:",
"Vietnamese": "Kích cỡ",
"SimplifiedChinese": "大小:",
"German": "Größe"
},
{
"Key": "KEY_VIEWER_X_POS",
"English": "X Position:",
"Korean": "가로 위치:",
"Spanish": "Posición X:",
"Polish": null,
"French": "Position X:",
"Vietnamese": "Vị trí theo trục ngang (X):",
"SimplifiedChinese": "X位置:",
"German": "X Position:"
},
{
"Key": "KEY_VIEWER_Y_POS",
"English": "Y Position:",
"Korean": "세로 위치:",
"Spanish": "Posición Y:",
"Polish": null,
"French": "Position Y:",
"Vietnamese": "Vị trí theo trục dọc (Y):",
"SimplifiedChinese": "Y位置:",
"German": "Y Position:"
},
{
"Key": "PRESSED_OUTLINE_COLOR",
"English": "Pressed outline color:",
"Korean": "누른 키의 테두리 색상:",
"Spanish": "Color del contorno de las teclas pulsadas:",
"Polish": null,
"French": "Couleur du contour lorsque la touche est appuyée:",
"Vietnamese": "Màu cạnh ngoài cùng khi nhấn phím:",
"SimplifiedChinese": "按下按键时的轮廓颜色:",
"German": null
},
{
"Key": "RELEASED_OUTLINE_COLOR",
"English": "Released outline color:",
"Korean": "뗀 키의 테두리 색상:",
"Spanish": "Color del contorno de las teclas sin pulsar:",
"Polish": null,
"French": "Couleur du contour lorsque la touche est relâchée",
"Vietnamese": "Màu cạnh ngoài cùng khi thả phím:",
"SimplifiedChinese": "释放按键时的轮廓颜色:",
"German": null
},
{
"Key": "PRESSED_BACKGROUND_COLOR",
"English": "Pressed background color:",
"Korean": "누른 키의 배경 색상:",
"Spanish": "Color del fondo de las teclas pulsadas:",
"Polish": null,
"French": "Couleur de l'arrière plan lorsque la touche est pressée",
"Vietnamese": "Màu nền khi nhấn phím:",
"SimplifiedChinese": "按下按键时的背景颜色:",
"German": null
},
{
"Key": "PRESSED_COUNT_TEXT_COLOR",
"English": "Pressed Count Text color:",
"Korean": "누른 키의 카운트 텍스트 색상:",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "按下按键时的按键数颜色:",
"German": null
},
{
"Key": "RELEASED_COUNT_TEXT_COLOR",
"English": "Released Count Text color:",
"Korean": "뗀 키의 카운트 텍스트 색상:",
"Spanish": null,
"Polish": null,
"French": null,
"Vietnamese": null,
"SimplifiedChinese": "释放按键时的按键数颜色:",
"German": null
},
{
"Key": "RELEASED_BACKGROUND_COLOR",
"English": "Released background color:",
"Korean": "뗀 키의 배경 색상:",
"Spanish": "Color del fondo de las teclas sin pulsar:",
"Polish": null,
"French": "Couleur de l'arrière plan lorsque la touche est relâchée",
"Vietnamese": "Màu nền khi thả phím:",
"SimplifiedChinese": "释放按键时的背景颜色:",
"German": null
},
{
"Key": "PRESSED_TEXT_COLOR",
"English": "Pressed text color:",
"Korean": "누른 키의 텍스트 색상:",
"Spanish": "Color del texto de las teclas pulsadas:",
"Polish": null,
"French": "Couleur du texte lorsque la touche est pressée",
"Vietnamese": "Màu chữ khi nhấn phím:",
"SimplifiedChinese": "按下按键时的文本颜色:",
"German": null
},
{
"Key": "RELEASED_TEXT_COLOR",
"English": "Released text color:",
"Korean": "뗀 키의 텍스트 색상:",
"Spanish": "Color del texto de las teclas sin pulsar:",
"Polish": null,
"French": "Couleur du texte lorsque la touche est relâchée",
"Vietnamese": "Màu chữ khi thả phím:",
"SimplifiedChinese": "释放按键时的文本颜色:",
"German": null
},
{
"Key": "PROFILES",
"English": "Profiles:",
"Korean": "프로파일들:",
"Spanish": "Perfiles:",
"Polish": null,
"French": "Profils",
"Vietnamese": "Những cài đặt đã lưu:",
"SimplifiedChinese": "配置文件:",
"German": "Profile:"
},
{
"Key": "PROFILE_NAME",
"English": "Profile name:",
"Korean": "프로파일 이름:",
"Spanish": "Nombre del perfil:",
"Polish": null,
"French": "Nom du profil",
"Vietnamese": "Tên cài đặt:",
"SimplifiedChinese": "配置文件名称:",
"German": "Profilname:"
},
{
"Key": "NEW",
"English": "New",
"Korean": "생성",
"Spanish": "Nuevo",
"Polish": null,
"French": "Nouveau",
"Vietnamese": "Tạo mới",
"SimplifiedChinese": "新建",
"German": "Neu"
},
{
"Key": "DUPLICATE",
"English": "Duplicate",
"Korean": "복제",
"Spanish": "Duplicar",
"Polish": null,
"French": "Dupliquer",
"Vietnamese": "Sao chép",
"SimplifiedChinese": "复制",
"German": "Duplizieren"
},
{
"Key": "DELETE",
"English": "Delete",
"Korean": "삭제",
"Spanish": "Eliminar",
"Polish": null,
"French": "Supprimer",
"Vietnamese": "Xoá",
"SimplifiedChinese": "删除",
"German": "Entfernen"
},
{
"Key": "SHOW_KEY_PRESS_TOTAL",
"English": "Show key press total",
"Korean": "총 키를 누른 횟수 표시하기",
"Spanish": "Mostrar número total de pulsaciones",
"Polish": null,
"French": "Afficher le total des touches appuyées",
"Vietnamese": "Biểu thị tổng số lần đã nhấn phím",
"SimplifiedChinese": "显示按键总数",
"German": "Zeige alle Tastenanschläge"
},
{
"Key": "CLEAR_KEY_COUNT",
"English": "Clear key press count",
"Korean": "키 누른 횟수 지우기",
"Spanish": " Eliminar número total de pulsaciones",
"Polish": null,
"French": "Réinitialiser le compte de touches appuyées",
"Vietnamese": null,
"SimplifiedChinese": "清零按键数",
"German": null
}
]
}