@termdock/twlint 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/README.md +176 -63
  2. package/dist/cli.d.ts.map +1 -1
  3. package/dist/cli.js +49 -10
  4. package/dist/cli.js.map +1 -1
  5. package/dist/core/config-schema.d.ts +1 -0
  6. package/dist/core/config-schema.d.ts.map +1 -1
  7. package/dist/core/config-schema.js +33 -7
  8. package/dist/core/config-schema.js.map +1 -1
  9. package/dist/core/dictionary-loading-strategies.d.ts +45 -0
  10. package/dist/core/dictionary-loading-strategies.d.ts.map +1 -0
  11. package/dist/core/dictionary-loading-strategies.js +75 -0
  12. package/dist/core/dictionary-loading-strategies.js.map +1 -0
  13. package/dist/core/dictionary-manager.d.ts +2 -1
  14. package/dist/core/dictionary-manager.d.ts.map +1 -1
  15. package/dist/core/dictionary-manager.js +51 -16
  16. package/dist/core/dictionary-manager.js.map +1 -1
  17. package/dist/core/linter.d.ts +2 -6
  18. package/dist/core/linter.d.ts.map +1 -1
  19. package/dist/core/linter.js +82 -58
  20. package/dist/core/linter.js.map +1 -1
  21. package/dist/core/lru-cache.d.ts +18 -0
  22. package/dist/core/lru-cache.d.ts.map +1 -0
  23. package/dist/core/lru-cache.js +57 -0
  24. package/dist/core/lru-cache.js.map +1 -0
  25. package/dist/core/matching/match-strategies.d.ts +19 -11
  26. package/dist/core/matching/match-strategies.d.ts.map +1 -1
  27. package/dist/core/matching/match-strategies.js +44 -74
  28. package/dist/core/matching/match-strategies.js.map +1 -1
  29. package/dist/core/rules/mainland-terms.d.ts +3 -1
  30. package/dist/core/rules/mainland-terms.d.ts.map +1 -1
  31. package/dist/core/rules/mainland-terms.js +25 -4
  32. package/dist/core/rules/mainland-terms.js.map +1 -1
  33. package/dist/dictionaries/academic.json +242 -22
  34. package/dist/dictionaries/ai-emerging-tech.json +3209 -0
  35. package/dist/dictionaries/business-finance.json +3449 -0
  36. package/dist/dictionaries/core.json +2902 -248
  37. package/dist/dictionaries/hardware-3c.json +2649 -0
  38. package/dist/dictionaries/index.json +70 -8
  39. package/dist/dictionaries/network-cloud.json +2953 -0
  40. package/dist/dictionaries/operating-system.json +2889 -0
  41. package/dist/dictionaries/social-media.json +2833 -0
  42. package/dist/dictionaries/software-development.json +3809 -0
  43. package/dist/dictionaries/user-interface.json +3225 -0
  44. package/dist/formatters/stylish.d.ts.map +1 -1
  45. package/dist/formatters/stylish.js +5 -15
  46. package/dist/formatters/stylish.js.map +1 -1
  47. package/dist/types.d.ts +20 -8
  48. package/dist/types.d.ts.map +1 -1
  49. package/dist/utils/error-utils.d.ts +9 -0
  50. package/dist/utils/error-utils.d.ts.map +1 -0
  51. package/dist/utils/error-utils.js +15 -0
  52. package/dist/utils/error-utils.js.map +1 -0
  53. package/package.json +5 -5
@@ -0,0 +1,2649 @@
1
+ {
2
+ "metadata": {
3
+ "name": "hardware-3c",
4
+ "version": "1.0.0",
5
+ "entries": 91
6
+ },
7
+ "lookup": {
8
+ "硬件": {
9
+ "taiwan": "硬體",
10
+ "confidence": 0.95,
11
+ "category": "mainland-term",
12
+ "reason": "台灣計算機硬體標準",
13
+ "match_type": "exact",
14
+ "autofix_safe": true
15
+ },
16
+ "硬件_hardware": {
17
+ "taiwan": "硬體",
18
+ "confidence": 0.95,
19
+ "category": "mainland-term",
20
+ "reason": "台灣計算機硬體標準",
21
+ "match_type": "exact",
22
+ "autofix_safe": true
23
+ },
24
+ "软件": {
25
+ "taiwan": "軟體",
26
+ "confidence": 0.95,
27
+ "category": "mainland-term",
28
+ "reason": "台灣技術標準用語",
29
+ "match_type": "exact",
30
+ "autofix_safe": true
31
+ },
32
+ "软件_software": {
33
+ "taiwan": "軟體",
34
+ "confidence": 0.95,
35
+ "category": "mainland-term",
36
+ "reason": "台灣技術標準用語",
37
+ "match_type": "exact",
38
+ "autofix_safe": true
39
+ },
40
+ "軟件": {
41
+ "taiwan": "軟體",
42
+ "confidence": 0.95,
43
+ "category": "mainland-term",
44
+ "reason": "台灣技術標準用語",
45
+ "match_type": "exact",
46
+ "autofix_safe": true
47
+ },
48
+ "軟件_software": {
49
+ "taiwan": "軟體",
50
+ "confidence": 0.95,
51
+ "category": "mainland-term",
52
+ "reason": "台灣技術標準用語",
53
+ "match_type": "exact",
54
+ "autofix_safe": true
55
+ },
56
+ "固件": {
57
+ "taiwan": "韌體",
58
+ "confidence": 0.95,
59
+ "category": "mainland-term",
60
+ "reason": "台灣硬體技術標準",
61
+ "match_type": "exact",
62
+ "autofix_safe": true
63
+ },
64
+ "固件_firmware": {
65
+ "taiwan": "韌體",
66
+ "confidence": 0.95,
67
+ "category": "mainland-term",
68
+ "reason": "台灣硬體技術標準",
69
+ "match_type": "exact",
70
+ "autofix_safe": true
71
+ },
72
+ "中央处理器": {
73
+ "taiwan": "中央處理器",
74
+ "confidence": 0.95,
75
+ "category": "mainland-term",
76
+ "reason": "台灣電腦硬體標準",
77
+ "match_type": "exact",
78
+ "autofix_safe": true
79
+ },
80
+ "中央处理器_cpu": {
81
+ "taiwan": "中央處理器",
82
+ "confidence": 0.95,
83
+ "category": "mainland-term",
84
+ "reason": "台灣電腦硬體標準",
85
+ "match_type": "exact",
86
+ "autofix_safe": true
87
+ },
88
+ "中央處理器": {
89
+ "taiwan": "中央處理器",
90
+ "confidence": 0.95,
91
+ "category": "mainland-term",
92
+ "reason": "台灣電腦硬體標準",
93
+ "match_type": "exact",
94
+ "autofix_safe": true
95
+ },
96
+ "中央處理器_cpu": {
97
+ "taiwan": "中央處理器",
98
+ "confidence": 0.95,
99
+ "category": "mainland-term",
100
+ "reason": "台灣電腦硬體標準",
101
+ "match_type": "exact",
102
+ "autofix_safe": true
103
+ },
104
+ "图形处理器": {
105
+ "taiwan": "圖形處理器",
106
+ "confidence": 0.95,
107
+ "category": "mainland-term",
108
+ "reason": "台灣顯示技術標準",
109
+ "match_type": "exact",
110
+ "autofix_safe": true
111
+ },
112
+ "图形处理器_gpu": {
113
+ "taiwan": "圖形處理器",
114
+ "confidence": 0.95,
115
+ "category": "mainland-term",
116
+ "reason": "台灣顯示技術標準",
117
+ "match_type": "exact",
118
+ "autofix_safe": true
119
+ },
120
+ "圖形處理器": {
121
+ "taiwan": "圖形處理器",
122
+ "confidence": 0.95,
123
+ "category": "mainland-term",
124
+ "reason": "台灣顯示技術標準",
125
+ "match_type": "exact",
126
+ "autofix_safe": true
127
+ },
128
+ "圖形處理器_gpu": {
129
+ "taiwan": "圖形處理器",
130
+ "confidence": 0.95,
131
+ "category": "mainland-term",
132
+ "reason": "台灣顯示技術標準",
133
+ "match_type": "exact",
134
+ "autofix_safe": true
135
+ },
136
+ "随机存取存储器": {
137
+ "taiwan": "隨機存取記憶體",
138
+ "confidence": 0.9,
139
+ "category": "mainland-term",
140
+ "reason": "台灣記憶體技術",
141
+ "match_type": "exact",
142
+ "autofix_safe": true
143
+ },
144
+ "随机存取存储器_ram": {
145
+ "taiwan": "隨機存取記憶體",
146
+ "confidence": 0.9,
147
+ "category": "mainland-term",
148
+ "reason": "台灣記憶體技術",
149
+ "match_type": "exact",
150
+ "autofix_safe": true
151
+ },
152
+ "隨機存取存儲器": {
153
+ "taiwan": "隨機存取記憶體",
154
+ "confidence": 0.9,
155
+ "category": "mainland-term",
156
+ "reason": "台灣記憶體技術",
157
+ "match_type": "exact",
158
+ "autofix_safe": true
159
+ },
160
+ "隨機存取存儲器_ram": {
161
+ "taiwan": "隨機存取記憶體",
162
+ "confidence": 0.9,
163
+ "category": "mainland-term",
164
+ "reason": "台灣記憶體技術",
165
+ "match_type": "exact",
166
+ "autofix_safe": true
167
+ },
168
+ "只读存储器": {
169
+ "taiwan": "唯讀記憶體",
170
+ "confidence": 0.9,
171
+ "category": "mainland-term",
172
+ "reason": "台灣記憶體技術",
173
+ "match_type": "exact",
174
+ "autofix_safe": true
175
+ },
176
+ "只读存储器_rom": {
177
+ "taiwan": "唯讀記憶體",
178
+ "confidence": 0.9,
179
+ "category": "mainland-term",
180
+ "reason": "台灣記憶體技術",
181
+ "match_type": "exact",
182
+ "autofix_safe": true
183
+ },
184
+ "只讀存儲器": {
185
+ "taiwan": "唯讀記憶體",
186
+ "confidence": 0.9,
187
+ "category": "mainland-term",
188
+ "reason": "台灣記憶體技術",
189
+ "match_type": "exact",
190
+ "autofix_safe": true
191
+ },
192
+ "只讀存儲器_rom": {
193
+ "taiwan": "唯讀記憶體",
194
+ "confidence": 0.9,
195
+ "category": "mainland-term",
196
+ "reason": "台灣記憶體技術",
197
+ "match_type": "exact",
198
+ "autofix_safe": true
199
+ },
200
+ "内存": {
201
+ "taiwan": "記憶體",
202
+ "confidence": 0.95,
203
+ "category": "mainland-term",
204
+ "reason": "台灣計算機硬體標準",
205
+ "match_type": "exact",
206
+ "autofix_safe": true
207
+ },
208
+ "内存_memory": {
209
+ "taiwan": "記憶體",
210
+ "confidence": 0.95,
211
+ "category": "mainland-term",
212
+ "reason": "台灣計算機硬體標準",
213
+ "match_type": "exact",
214
+ "autofix_safe": true
215
+ },
216
+ "內存": {
217
+ "taiwan": "記憶體",
218
+ "confidence": 0.95,
219
+ "category": "mainland-term",
220
+ "reason": "台灣計算機硬體標準",
221
+ "match_type": "exact",
222
+ "autofix_safe": true
223
+ },
224
+ "內存_memory": {
225
+ "taiwan": "記憶體",
226
+ "confidence": 0.95,
227
+ "category": "mainland-term",
228
+ "reason": "台灣計算機硬體標準",
229
+ "match_type": "exact",
230
+ "autofix_safe": true
231
+ },
232
+ "固态硬盘": {
233
+ "taiwan": "固態硬碟",
234
+ "confidence": 0.9,
235
+ "category": "mainland-term",
236
+ "reason": "台灣儲存裝置標準",
237
+ "match_type": "exact",
238
+ "autofix_safe": true
239
+ },
240
+ "固态硬盘_ssd": {
241
+ "taiwan": "固態硬碟",
242
+ "confidence": 0.9,
243
+ "category": "mainland-term",
244
+ "reason": "台灣儲存裝置標準",
245
+ "match_type": "exact",
246
+ "autofix_safe": true
247
+ },
248
+ "固態硬盤": {
249
+ "taiwan": "固態硬碟",
250
+ "confidence": 0.9,
251
+ "category": "mainland-term",
252
+ "reason": "台灣儲存裝置標準",
253
+ "match_type": "exact",
254
+ "autofix_safe": true
255
+ },
256
+ "固態硬盤_ssd": {
257
+ "taiwan": "固態硬碟",
258
+ "confidence": 0.9,
259
+ "category": "mainland-term",
260
+ "reason": "台灣儲存裝置標準",
261
+ "match_type": "exact",
262
+ "autofix_safe": true
263
+ },
264
+ "机械硬盘": {
265
+ "taiwan": "傳統硬碟",
266
+ "confidence": 0.85,
267
+ "category": "mainland-term",
268
+ "reason": "台灣儲存裝置標準",
269
+ "match_type": "exact",
270
+ "autofix_safe": true
271
+ },
272
+ "机械硬盘_hdd": {
273
+ "taiwan": "傳統硬碟",
274
+ "confidence": 0.85,
275
+ "category": "mainland-term",
276
+ "reason": "台灣儲存裝置標準",
277
+ "match_type": "exact",
278
+ "autofix_safe": true
279
+ },
280
+ "機械硬盤": {
281
+ "taiwan": "傳統硬碟",
282
+ "confidence": 0.85,
283
+ "category": "mainland-term",
284
+ "reason": "台灣儲存裝置標準",
285
+ "match_type": "exact",
286
+ "autofix_safe": true
287
+ },
288
+ "機械硬盤_hdd": {
289
+ "taiwan": "傳統硬碟",
290
+ "confidence": 0.85,
291
+ "category": "mainland-term",
292
+ "reason": "台灣儲存裝置標準",
293
+ "match_type": "exact",
294
+ "autofix_safe": true
295
+ },
296
+ "磁盘": {
297
+ "taiwan": "磁碟",
298
+ "confidence": 0.9,
299
+ "category": "mainland-term",
300
+ "reason": "台灣儲存裝置標準",
301
+ "match_type": "exact",
302
+ "autofix_safe": true
303
+ },
304
+ "磁盘_disk": {
305
+ "taiwan": "磁碟",
306
+ "confidence": 0.9,
307
+ "category": "mainland-term",
308
+ "reason": "台灣儲存裝置標準",
309
+ "match_type": "exact",
310
+ "autofix_safe": true
311
+ },
312
+ "磁盤": {
313
+ "taiwan": "磁碟",
314
+ "confidence": 0.9,
315
+ "category": "mainland-term",
316
+ "reason": "台灣儲存裝置標準",
317
+ "match_type": "exact",
318
+ "autofix_safe": true
319
+ },
320
+ "磁盤_disk": {
321
+ "taiwan": "磁碟",
322
+ "confidence": 0.9,
323
+ "category": "mainland-term",
324
+ "reason": "台灣儲存裝置標準",
325
+ "match_type": "exact",
326
+ "autofix_safe": true
327
+ },
328
+ "驱动器": {
329
+ "taiwan": "磁碟機",
330
+ "confidence": 0.9,
331
+ "category": "mainland-term",
332
+ "reason": "台灣儲存設備標準",
333
+ "match_type": "exact",
334
+ "autofix_safe": true
335
+ },
336
+ "驱动器_drive": {
337
+ "taiwan": "磁碟機",
338
+ "confidence": 0.9,
339
+ "category": "mainland-term",
340
+ "reason": "台灣儲存設備標準",
341
+ "match_type": "exact",
342
+ "autofix_safe": true
343
+ },
344
+ "驅動器": {
345
+ "taiwan": "磁碟機",
346
+ "confidence": 0.9,
347
+ "category": "mainland-term",
348
+ "reason": "台灣儲存設備標準",
349
+ "match_type": "exact",
350
+ "autofix_safe": true
351
+ },
352
+ "驅動器_drive": {
353
+ "taiwan": "磁碟機",
354
+ "confidence": 0.9,
355
+ "category": "mainland-term",
356
+ "reason": "台灣儲存設備標準",
357
+ "match_type": "exact",
358
+ "autofix_safe": true
359
+ },
360
+ "主板": {
361
+ "taiwan": "主機板",
362
+ "confidence": 0.9,
363
+ "category": "mainland-term",
364
+ "reason": "台灣電腦組件標準",
365
+ "match_type": "exact",
366
+ "autofix_safe": true
367
+ },
368
+ "主板_motherboard": {
369
+ "taiwan": "主機板",
370
+ "confidence": 0.9,
371
+ "category": "mainland-term",
372
+ "reason": "台灣電腦組件標準",
373
+ "match_type": "exact",
374
+ "autofix_safe": true
375
+ },
376
+ "芯片组": {
377
+ "taiwan": "晶片組",
378
+ "confidence": 0.9,
379
+ "category": "mainland-term",
380
+ "reason": "台灣晶片技術標準",
381
+ "match_type": "exact",
382
+ "autofix_safe": true
383
+ },
384
+ "芯片组_chipset": {
385
+ "taiwan": "晶片組",
386
+ "confidence": 0.9,
387
+ "category": "mainland-term",
388
+ "reason": "台灣晶片技術標準",
389
+ "match_type": "exact",
390
+ "autofix_safe": true
391
+ },
392
+ "芯片組": {
393
+ "taiwan": "晶片組",
394
+ "confidence": 0.9,
395
+ "category": "mainland-term",
396
+ "reason": "台灣晶片技術標準",
397
+ "match_type": "exact",
398
+ "autofix_safe": true
399
+ },
400
+ "芯片組_chipset": {
401
+ "taiwan": "晶片組",
402
+ "confidence": 0.9,
403
+ "category": "mainland-term",
404
+ "reason": "台灣晶片技術標準",
405
+ "match_type": "exact",
406
+ "autofix_safe": true
407
+ },
408
+ "芯片": {
409
+ "taiwan": "晶片",
410
+ "confidence": 0.95,
411
+ "category": "mainland-term",
412
+ "reason": "台灣半導體標準",
413
+ "match_type": "exact",
414
+ "autofix_safe": true
415
+ },
416
+ "芯片_chip": {
417
+ "taiwan": "晶片",
418
+ "confidence": 0.95,
419
+ "category": "mainland-term",
420
+ "reason": "台灣半導體標準",
421
+ "match_type": "exact",
422
+ "autofix_safe": true
423
+ },
424
+ "硅": {
425
+ "taiwan": "矽",
426
+ "confidence": 0.95,
427
+ "category": "mainland-term",
428
+ "reason": "台灣半導體材料",
429
+ "match_type": "exact",
430
+ "autofix_safe": true
431
+ },
432
+ "硅_silicon": {
433
+ "taiwan": "矽",
434
+ "confidence": 0.95,
435
+ "category": "mainland-term",
436
+ "reason": "台灣半導體材料",
437
+ "match_type": "exact",
438
+ "autofix_safe": true
439
+ },
440
+ "基本输入输出系统": {
441
+ "taiwan": "基本輸入輸出系統",
442
+ "confidence": 0.9,
443
+ "category": "mainland-term",
444
+ "reason": "台灣韌體標準",
445
+ "match_type": "exact",
446
+ "autofix_safe": true
447
+ },
448
+ "基本输入输出系统_bios": {
449
+ "taiwan": "基本輸入輸出系統",
450
+ "confidence": 0.9,
451
+ "category": "mainland-term",
452
+ "reason": "台灣韌體標準",
453
+ "match_type": "exact",
454
+ "autofix_safe": true
455
+ },
456
+ "基本輸入輸出系統": {
457
+ "taiwan": "基本輸入輸出系統",
458
+ "confidence": 0.9,
459
+ "category": "mainland-term",
460
+ "reason": "台灣韌體標準",
461
+ "match_type": "exact",
462
+ "autofix_safe": true
463
+ },
464
+ "基本輸入輸出系統_bios": {
465
+ "taiwan": "基本輸入輸出系統",
466
+ "confidence": 0.9,
467
+ "category": "mainland-term",
468
+ "reason": "台灣韌體標準",
469
+ "match_type": "exact",
470
+ "autofix_safe": true
471
+ },
472
+ "统一可扩展固件接口": {
473
+ "taiwan": "統一可延伸韌體介面",
474
+ "confidence": 0.9,
475
+ "category": "mainland-term",
476
+ "reason": "台灣韌體標準",
477
+ "match_type": "exact",
478
+ "autofix_safe": true
479
+ },
480
+ "统一可扩展固件接口_uefi": {
481
+ "taiwan": "統一可延伸韌體介面",
482
+ "confidence": 0.9,
483
+ "category": "mainland-term",
484
+ "reason": "台灣韌體標準",
485
+ "match_type": "exact",
486
+ "autofix_safe": true
487
+ },
488
+ "統一可擴展固件接口": {
489
+ "taiwan": "統一可延伸韌體介面",
490
+ "confidence": 0.9,
491
+ "category": "mainland-term",
492
+ "reason": "台灣韌體標準",
493
+ "match_type": "exact",
494
+ "autofix_safe": true
495
+ },
496
+ "統一可擴展固件接口_uefi": {
497
+ "taiwan": "統一可延伸韌體介面",
498
+ "confidence": 0.9,
499
+ "category": "mainland-term",
500
+ "reason": "台灣韌體標準",
501
+ "match_type": "exact",
502
+ "autofix_safe": true
503
+ },
504
+ "通用串行总线": {
505
+ "taiwan": "通用序列匯流排",
506
+ "confidence": 0.9,
507
+ "category": "mainland-term",
508
+ "reason": "台灣介面標準",
509
+ "match_type": "exact",
510
+ "autofix_safe": true
511
+ },
512
+ "通用串行总线_usb": {
513
+ "taiwan": "通用序列匯流排",
514
+ "confidence": 0.9,
515
+ "category": "mainland-term",
516
+ "reason": "台灣介面標準",
517
+ "match_type": "exact",
518
+ "autofix_safe": true
519
+ },
520
+ "通用串行總線": {
521
+ "taiwan": "通用序列匯流排",
522
+ "confidence": 0.9,
523
+ "category": "mainland-term",
524
+ "reason": "台灣介面標準",
525
+ "match_type": "exact",
526
+ "autofix_safe": true
527
+ },
528
+ "通用串行總線_usb": {
529
+ "taiwan": "通用序列匯流排",
530
+ "confidence": 0.9,
531
+ "category": "mainland-term",
532
+ "reason": "台灣介面標準",
533
+ "match_type": "exact",
534
+ "autofix_safe": true
535
+ },
536
+ "高清多媒体接口": {
537
+ "taiwan": "高畫質多媒體介面",
538
+ "confidence": 0.9,
539
+ "category": "mainland-term",
540
+ "reason": "台灣顯示介面標準",
541
+ "match_type": "exact",
542
+ "autofix_safe": true
543
+ },
544
+ "高清多媒体接口_hdmi": {
545
+ "taiwan": "高畫質多媒體介面",
546
+ "confidence": 0.9,
547
+ "category": "mainland-term",
548
+ "reason": "台灣顯示介面標準",
549
+ "match_type": "exact",
550
+ "autofix_safe": true
551
+ },
552
+ "高清多媒體接口": {
553
+ "taiwan": "高畫質多媒體介面",
554
+ "confidence": 0.9,
555
+ "category": "mainland-term",
556
+ "reason": "台灣顯示介面標準",
557
+ "match_type": "exact",
558
+ "autofix_safe": true
559
+ },
560
+ "高清多媒體接口_hdmi": {
561
+ "taiwan": "高畫質多媒體介面",
562
+ "confidence": 0.9,
563
+ "category": "mainland-term",
564
+ "reason": "台灣顯示介面標準",
565
+ "match_type": "exact",
566
+ "autofix_safe": true
567
+ },
568
+ "显示端口": {
569
+ "taiwan": "顯示埠",
570
+ "confidence": 0.85,
571
+ "category": "mainland-term",
572
+ "reason": "台灣顯示介面標準",
573
+ "match_type": "exact",
574
+ "autofix_safe": true
575
+ },
576
+ "显示端口_displayport": {
577
+ "taiwan": "顯示埠",
578
+ "confidence": 0.85,
579
+ "category": "mainland-term",
580
+ "reason": "台灣顯示介面標準",
581
+ "match_type": "exact",
582
+ "autofix_safe": true
583
+ },
584
+ "顯示端口": {
585
+ "taiwan": "顯示埠",
586
+ "confidence": 0.85,
587
+ "category": "mainland-term",
588
+ "reason": "台灣顯示介面標準",
589
+ "match_type": "exact",
590
+ "autofix_safe": true
591
+ },
592
+ "顯示端口_displayport": {
593
+ "taiwan": "顯示埠",
594
+ "confidence": 0.85,
595
+ "category": "mainland-term",
596
+ "reason": "台灣顯示介面標準",
597
+ "match_type": "exact",
598
+ "autofix_safe": true
599
+ },
600
+ "雷电": {
601
+ "taiwan": "雷電",
602
+ "confidence": 0.85,
603
+ "category": "mainland-term",
604
+ "reason": "台灣高速介面標準",
605
+ "match_type": "exact",
606
+ "autofix_safe": true
607
+ },
608
+ "雷电_thunderbolt": {
609
+ "taiwan": "雷電",
610
+ "confidence": 0.85,
611
+ "category": "mainland-term",
612
+ "reason": "台灣高速介面標準",
613
+ "match_type": "exact",
614
+ "autofix_safe": true
615
+ },
616
+ "雷電": {
617
+ "taiwan": "雷電",
618
+ "confidence": 0.85,
619
+ "category": "mainland-term",
620
+ "reason": "台灣高速介面標準",
621
+ "match_type": "exact",
622
+ "autofix_safe": true
623
+ },
624
+ "雷電_thunderbolt": {
625
+ "taiwan": "雷電",
626
+ "confidence": 0.85,
627
+ "category": "mainland-term",
628
+ "reason": "台灣高速介面標準",
629
+ "match_type": "exact",
630
+ "autofix_safe": true
631
+ },
632
+ "屏幕": {
633
+ "taiwan": "螢幕",
634
+ "confidence": 0.95,
635
+ "category": "mainland-term",
636
+ "reason": "台灣顯示裝置標準",
637
+ "match_type": "exact",
638
+ "autofix_safe": true
639
+ },
640
+ "屏幕_screen": {
641
+ "taiwan": "螢幕",
642
+ "confidence": 0.95,
643
+ "category": "mainland-term",
644
+ "reason": "台灣顯示裝置標準",
645
+ "match_type": "exact",
646
+ "autofix_safe": true
647
+ },
648
+ "显示器": {
649
+ "taiwan": "顯示器",
650
+ "confidence": 0.9,
651
+ "category": "mainland-term",
652
+ "reason": "台灣顯示裝置標準",
653
+ "match_type": "exact",
654
+ "autofix_safe": true
655
+ },
656
+ "显示器_display": {
657
+ "taiwan": "顯示器",
658
+ "confidence": 0.9,
659
+ "category": "mainland-term",
660
+ "reason": "台灣顯示裝置標準",
661
+ "match_type": "exact",
662
+ "autofix_safe": true
663
+ },
664
+ "顯示器": {
665
+ "taiwan": "顯示器",
666
+ "confidence": 0.9,
667
+ "category": "mainland-term",
668
+ "reason": "台灣顯示裝置標準",
669
+ "match_type": "exact",
670
+ "autofix_safe": true
671
+ },
672
+ "顯示器_display": {
673
+ "taiwan": "顯示器",
674
+ "confidence": 0.9,
675
+ "category": "mainland-term",
676
+ "reason": "台灣顯示裝置標準",
677
+ "match_type": "exact",
678
+ "autofix_safe": true
679
+ },
680
+ "监视器": {
681
+ "taiwan": "監視器",
682
+ "confidence": 0.85,
683
+ "category": "mainland-term",
684
+ "reason": "台灣顯示設備標準",
685
+ "match_type": "exact",
686
+ "autofix_safe": true
687
+ },
688
+ "监视器_monitor": {
689
+ "taiwan": "監視器",
690
+ "confidence": 0.85,
691
+ "category": "mainland-term",
692
+ "reason": "台灣顯示設備標準",
693
+ "match_type": "exact",
694
+ "autofix_safe": true
695
+ },
696
+ "監視器": {
697
+ "taiwan": "監視器",
698
+ "confidence": 0.85,
699
+ "category": "mainland-term",
700
+ "reason": "台灣顯示設備標準",
701
+ "match_type": "exact",
702
+ "autofix_safe": true
703
+ },
704
+ "監視器_monitor": {
705
+ "taiwan": "監視器",
706
+ "confidence": 0.85,
707
+ "category": "mainland-term",
708
+ "reason": "台灣顯示設備標準",
709
+ "match_type": "exact",
710
+ "autofix_safe": true
711
+ },
712
+ "分辨率": {
713
+ "taiwan": "解析度",
714
+ "confidence": 0.9,
715
+ "category": "mainland-term",
716
+ "reason": "台灣顯示技術標準",
717
+ "match_type": "exact",
718
+ "autofix_safe": true
719
+ },
720
+ "分辨率_resolution": {
721
+ "taiwan": "解析度",
722
+ "confidence": 0.9,
723
+ "category": "mainland-term",
724
+ "reason": "台灣顯示技術標準",
725
+ "match_type": "exact",
726
+ "autofix_safe": true
727
+ },
728
+ "刷新率": {
729
+ "taiwan": "更新率",
730
+ "confidence": 0.9,
731
+ "category": "mainland-term",
732
+ "reason": "台灣顯示技術標準",
733
+ "match_type": "exact",
734
+ "autofix_safe": true
735
+ },
736
+ "刷新率_refresh_rate": {
737
+ "taiwan": "更新率",
738
+ "confidence": 0.9,
739
+ "category": "mainland-term",
740
+ "reason": "台灣顯示技術標準",
741
+ "match_type": "exact",
742
+ "autofix_safe": true
743
+ },
744
+ "像素": {
745
+ "taiwan": "像素",
746
+ "confidence": 0.8,
747
+ "category": "mainland-term",
748
+ "reason": "台灣顯示技術標準",
749
+ "match_type": "exact",
750
+ "autofix_safe": true
751
+ },
752
+ "像素_pixel": {
753
+ "taiwan": "像素",
754
+ "confidence": 0.8,
755
+ "category": "mainland-term",
756
+ "reason": "台灣顯示技術標準",
757
+ "match_type": "exact",
758
+ "autofix_safe": true
759
+ },
760
+ "液晶显示器": {
761
+ "taiwan": "液晶顯示器",
762
+ "confidence": 0.9,
763
+ "category": "mainland-term",
764
+ "reason": "台灣顯示技術標準",
765
+ "match_type": "exact",
766
+ "autofix_safe": true
767
+ },
768
+ "液晶显示器_lcd": {
769
+ "taiwan": "液晶顯示器",
770
+ "confidence": 0.9,
771
+ "category": "mainland-term",
772
+ "reason": "台灣顯示技術標準",
773
+ "match_type": "exact",
774
+ "autofix_safe": true
775
+ },
776
+ "液晶顯示器": {
777
+ "taiwan": "液晶顯示器",
778
+ "confidence": 0.9,
779
+ "category": "mainland-term",
780
+ "reason": "台灣顯示技術標準",
781
+ "match_type": "exact",
782
+ "autofix_safe": true
783
+ },
784
+ "液晶顯示器_lcd": {
785
+ "taiwan": "液晶顯示器",
786
+ "confidence": 0.9,
787
+ "category": "mainland-term",
788
+ "reason": "台灣顯示技術標準",
789
+ "match_type": "exact",
790
+ "autofix_safe": true
791
+ },
792
+ "发光二极管": {
793
+ "taiwan": "發光二極體",
794
+ "confidence": 0.9,
795
+ "category": "mainland-term",
796
+ "reason": "台灣顯示技術標準",
797
+ "match_type": "exact",
798
+ "autofix_safe": true
799
+ },
800
+ "发光二极管_led": {
801
+ "taiwan": "發光二極體",
802
+ "confidence": 0.9,
803
+ "category": "mainland-term",
804
+ "reason": "台灣顯示技術標準",
805
+ "match_type": "exact",
806
+ "autofix_safe": true
807
+ },
808
+ "發光二極管": {
809
+ "taiwan": "發光二極體",
810
+ "confidence": 0.9,
811
+ "category": "mainland-term",
812
+ "reason": "台灣顯示技術標準",
813
+ "match_type": "exact",
814
+ "autofix_safe": true
815
+ },
816
+ "發光二極管_led": {
817
+ "taiwan": "發光二極體",
818
+ "confidence": 0.9,
819
+ "category": "mainland-term",
820
+ "reason": "台灣顯示技術標準",
821
+ "match_type": "exact",
822
+ "autofix_safe": true
823
+ },
824
+ "有机发光二极管": {
825
+ "taiwan": "有機發光二極體",
826
+ "confidence": 0.9,
827
+ "category": "mainland-term",
828
+ "reason": "台灣顯示技術標準",
829
+ "match_type": "exact",
830
+ "autofix_safe": true
831
+ },
832
+ "有机发光二极管_oled": {
833
+ "taiwan": "有機發光二極體",
834
+ "confidence": 0.9,
835
+ "category": "mainland-term",
836
+ "reason": "台灣顯示技術標準",
837
+ "match_type": "exact",
838
+ "autofix_safe": true
839
+ },
840
+ "有機發光二極管": {
841
+ "taiwan": "有機發光二極體",
842
+ "confidence": 0.9,
843
+ "category": "mainland-term",
844
+ "reason": "台灣顯示技術標準",
845
+ "match_type": "exact",
846
+ "autofix_safe": true
847
+ },
848
+ "有機發光二極管_oled": {
849
+ "taiwan": "有機發光二極體",
850
+ "confidence": 0.9,
851
+ "category": "mainland-term",
852
+ "reason": "台灣顯示技術標準",
853
+ "match_type": "exact",
854
+ "autofix_safe": true
855
+ },
856
+ "主动矩阵有机发光二极管": {
857
+ "taiwan": "主動矩陣有機發光二極體",
858
+ "confidence": 0.9,
859
+ "category": "mainland-term",
860
+ "reason": "台灣顯示技術標準",
861
+ "match_type": "exact",
862
+ "autofix_safe": true
863
+ },
864
+ "主动矩阵有机发光二极管_amoled": {
865
+ "taiwan": "主動矩陣有機發光二極體",
866
+ "confidence": 0.9,
867
+ "category": "mainland-term",
868
+ "reason": "台灣顯示技術標準",
869
+ "match_type": "exact",
870
+ "autofix_safe": true
871
+ },
872
+ "主動矩陣有機發光二極管": {
873
+ "taiwan": "主動矩陣有機發光二極體",
874
+ "confidence": 0.9,
875
+ "category": "mainland-term",
876
+ "reason": "台灣顯示技術標準",
877
+ "match_type": "exact",
878
+ "autofix_safe": true
879
+ },
880
+ "主動矩陣有機發光二極管_amoled": {
881
+ "taiwan": "主動矩陣有機發光二極體",
882
+ "confidence": 0.9,
883
+ "category": "mainland-term",
884
+ "reason": "台灣顯示技術標準",
885
+ "match_type": "exact",
886
+ "autofix_safe": true
887
+ },
888
+ "触控板": {
889
+ "taiwan": "觸控板",
890
+ "confidence": 0.85,
891
+ "category": "mainland-term",
892
+ "reason": "台灣輸入裝置標準",
893
+ "match_type": "exact",
894
+ "autofix_safe": true
895
+ },
896
+ "触控板_touchpad": {
897
+ "taiwan": "觸控板",
898
+ "confidence": 0.85,
899
+ "category": "mainland-term",
900
+ "reason": "台灣輸入裝置標準",
901
+ "match_type": "exact",
902
+ "autofix_safe": true
903
+ },
904
+ "觸控板": {
905
+ "taiwan": "觸控板",
906
+ "confidence": 0.85,
907
+ "category": "mainland-term",
908
+ "reason": "台灣輸入裝置標準",
909
+ "match_type": "exact",
910
+ "autofix_safe": true
911
+ },
912
+ "觸控板_touchpad": {
913
+ "taiwan": "觸控板",
914
+ "confidence": 0.85,
915
+ "category": "mainland-term",
916
+ "reason": "台灣輸入裝置標準",
917
+ "match_type": "exact",
918
+ "autofix_safe": true
919
+ },
920
+ "触摸屏": {
921
+ "taiwan": "觸控螢幕",
922
+ "confidence": 0.9,
923
+ "category": "mainland-term",
924
+ "reason": "台灣輸入裝置標準",
925
+ "match_type": "exact",
926
+ "autofix_safe": true
927
+ },
928
+ "触摸屏_touchscreen": {
929
+ "taiwan": "觸控螢幕",
930
+ "confidence": 0.9,
931
+ "category": "mainland-term",
932
+ "reason": "台灣輸入裝置標準",
933
+ "match_type": "exact",
934
+ "autofix_safe": true
935
+ },
936
+ "觸摸屏": {
937
+ "taiwan": "觸控螢幕",
938
+ "confidence": 0.9,
939
+ "category": "mainland-term",
940
+ "reason": "台灣輸入裝置標準",
941
+ "match_type": "exact",
942
+ "autofix_safe": true
943
+ },
944
+ "觸摸屏_touchscreen": {
945
+ "taiwan": "觸控螢幕",
946
+ "confidence": 0.9,
947
+ "category": "mainland-term",
948
+ "reason": "台灣輸入裝置標準",
949
+ "match_type": "exact",
950
+ "autofix_safe": true
951
+ },
952
+ "键盘": {
953
+ "taiwan": "鍵盤",
954
+ "confidence": 0.85,
955
+ "category": "mainland-term",
956
+ "reason": "台灣輸入裝置標準",
957
+ "match_type": "exact",
958
+ "autofix_safe": true
959
+ },
960
+ "键盘_keyboard": {
961
+ "taiwan": "鍵盤",
962
+ "confidence": 0.85,
963
+ "category": "mainland-term",
964
+ "reason": "台灣輸入裝置標準",
965
+ "match_type": "exact",
966
+ "autofix_safe": true
967
+ },
968
+ "鍵盤": {
969
+ "taiwan": "鍵盤",
970
+ "confidence": 0.85,
971
+ "category": "mainland-term",
972
+ "reason": "台灣輸入裝置標準",
973
+ "match_type": "exact",
974
+ "autofix_safe": true
975
+ },
976
+ "鍵盤_keyboard": {
977
+ "taiwan": "鍵盤",
978
+ "confidence": 0.85,
979
+ "category": "mainland-term",
980
+ "reason": "台灣輸入裝置標準",
981
+ "match_type": "exact",
982
+ "autofix_safe": true
983
+ },
984
+ "鼠标": {
985
+ "taiwan": "滑鼠",
986
+ "confidence": 0.9,
987
+ "category": "mainland-term",
988
+ "reason": "台灣週邊裝置標準",
989
+ "match_type": "exact",
990
+ "autofix_safe": true
991
+ },
992
+ "鼠标_mouse": {
993
+ "taiwan": "滑鼠",
994
+ "confidence": 0.9,
995
+ "category": "mainland-term",
996
+ "reason": "台灣週邊裝置標準",
997
+ "match_type": "exact",
998
+ "autofix_safe": true
999
+ },
1000
+ "鼠標": {
1001
+ "taiwan": "滑鼠",
1002
+ "confidence": 0.9,
1003
+ "category": "mainland-term",
1004
+ "reason": "台灣週邊裝置標準",
1005
+ "match_type": "exact",
1006
+ "autofix_safe": true
1007
+ },
1008
+ "鼠標_mouse": {
1009
+ "taiwan": "滑鼠",
1010
+ "confidence": 0.9,
1011
+ "category": "mainland-term",
1012
+ "reason": "台灣週邊裝置標準",
1013
+ "match_type": "exact",
1014
+ "autofix_safe": true
1015
+ },
1016
+ "网络摄像头": {
1017
+ "taiwan": "網路攝影機",
1018
+ "confidence": 0.9,
1019
+ "category": "mainland-term",
1020
+ "reason": "台灣視訊裝置標準",
1021
+ "match_type": "exact",
1022
+ "autofix_safe": true
1023
+ },
1024
+ "网络摄像头_webcam": {
1025
+ "taiwan": "網路攝影機",
1026
+ "confidence": 0.9,
1027
+ "category": "mainland-term",
1028
+ "reason": "台灣視訊裝置標準",
1029
+ "match_type": "exact",
1030
+ "autofix_safe": true
1031
+ },
1032
+ "網絡攝像頭": {
1033
+ "taiwan": "網路攝影機",
1034
+ "confidence": 0.9,
1035
+ "category": "mainland-term",
1036
+ "reason": "台灣視訊裝置標準",
1037
+ "match_type": "exact",
1038
+ "autofix_safe": true
1039
+ },
1040
+ "網絡攝像頭_webcam": {
1041
+ "taiwan": "網路攝影機",
1042
+ "confidence": 0.9,
1043
+ "category": "mainland-term",
1044
+ "reason": "台灣視訊裝置標準",
1045
+ "match_type": "exact",
1046
+ "autofix_safe": true
1047
+ },
1048
+ "麦克风": {
1049
+ "taiwan": "麥克風",
1050
+ "confidence": 0.85,
1051
+ "category": "mainland-term",
1052
+ "reason": "台灣音訊裝置標準",
1053
+ "match_type": "exact",
1054
+ "autofix_safe": true
1055
+ },
1056
+ "麦克风_microphone": {
1057
+ "taiwan": "麥克風",
1058
+ "confidence": 0.85,
1059
+ "category": "mainland-term",
1060
+ "reason": "台灣音訊裝置標準",
1061
+ "match_type": "exact",
1062
+ "autofix_safe": true
1063
+ },
1064
+ "麥克風": {
1065
+ "taiwan": "麥克風",
1066
+ "confidence": 0.85,
1067
+ "category": "mainland-term",
1068
+ "reason": "台灣音訊裝置標準",
1069
+ "match_type": "exact",
1070
+ "autofix_safe": true
1071
+ },
1072
+ "麥克風_microphone": {
1073
+ "taiwan": "麥克風",
1074
+ "confidence": 0.85,
1075
+ "category": "mainland-term",
1076
+ "reason": "台灣音訊裝置標準",
1077
+ "match_type": "exact",
1078
+ "autofix_safe": true
1079
+ },
1080
+ "扬声器": {
1081
+ "taiwan": "揚聲器",
1082
+ "confidence": 0.85,
1083
+ "category": "mainland-term",
1084
+ "reason": "台灣音訊裝置標準",
1085
+ "match_type": "exact",
1086
+ "autofix_safe": true
1087
+ },
1088
+ "扬声器_speaker": {
1089
+ "taiwan": "揚聲器",
1090
+ "confidence": 0.85,
1091
+ "category": "mainland-term",
1092
+ "reason": "台灣音訊裝置標準",
1093
+ "match_type": "exact",
1094
+ "autofix_safe": true
1095
+ },
1096
+ "揚聲器": {
1097
+ "taiwan": "揚聲器",
1098
+ "confidence": 0.85,
1099
+ "category": "mainland-term",
1100
+ "reason": "台灣音訊裝置標準",
1101
+ "match_type": "exact",
1102
+ "autofix_safe": true
1103
+ },
1104
+ "揚聲器_speaker": {
1105
+ "taiwan": "揚聲器",
1106
+ "confidence": 0.85,
1107
+ "category": "mainland-term",
1108
+ "reason": "台灣音訊裝置標準",
1109
+ "match_type": "exact",
1110
+ "autofix_safe": true
1111
+ },
1112
+ "耳机": {
1113
+ "taiwan": "耳機",
1114
+ "confidence": 0.8,
1115
+ "category": "mainland-term",
1116
+ "reason": "台灣音訊裝置標準",
1117
+ "match_type": "exact",
1118
+ "autofix_safe": true
1119
+ },
1120
+ "耳机_headphone": {
1121
+ "taiwan": "耳機",
1122
+ "confidence": 0.8,
1123
+ "category": "mainland-term",
1124
+ "reason": "台灣音訊裝置標準",
1125
+ "match_type": "exact",
1126
+ "autofix_safe": true
1127
+ },
1128
+ "耳機": {
1129
+ "taiwan": "耳機",
1130
+ "confidence": 0.8,
1131
+ "category": "mainland-term",
1132
+ "reason": "台灣音訊裝置標準",
1133
+ "match_type": "exact",
1134
+ "autofix_safe": true
1135
+ },
1136
+ "耳機_headphone": {
1137
+ "taiwan": "耳機",
1138
+ "confidence": 0.8,
1139
+ "category": "mainland-term",
1140
+ "reason": "台灣音訊裝置標準",
1141
+ "match_type": "exact",
1142
+ "autofix_safe": true
1143
+ },
1144
+ "打印机": {
1145
+ "taiwan": "印表機",
1146
+ "confidence": 0.9,
1147
+ "category": "mainland-term",
1148
+ "reason": "台灣週邊裝置標準",
1149
+ "match_type": "exact",
1150
+ "autofix_safe": true
1151
+ },
1152
+ "打印机_printer": {
1153
+ "taiwan": "印表機",
1154
+ "confidence": 0.9,
1155
+ "category": "mainland-term",
1156
+ "reason": "台灣週邊裝置標準",
1157
+ "match_type": "exact",
1158
+ "autofix_safe": true
1159
+ },
1160
+ "打印機": {
1161
+ "taiwan": "印表機",
1162
+ "confidence": 0.9,
1163
+ "category": "mainland-term",
1164
+ "reason": "台灣週邊裝置標準",
1165
+ "match_type": "exact",
1166
+ "autofix_safe": true
1167
+ },
1168
+ "打印機_printer": {
1169
+ "taiwan": "印表機",
1170
+ "confidence": 0.9,
1171
+ "category": "mainland-term",
1172
+ "reason": "台灣週邊裝置標準",
1173
+ "match_type": "exact",
1174
+ "autofix_safe": true
1175
+ },
1176
+ "扫描仪": {
1177
+ "taiwan": "掃描器",
1178
+ "confidence": 0.9,
1179
+ "category": "mainland-term",
1180
+ "reason": "台灣週邊裝置標準",
1181
+ "match_type": "exact",
1182
+ "autofix_safe": true
1183
+ },
1184
+ "扫描仪_scanner": {
1185
+ "taiwan": "掃描器",
1186
+ "confidence": 0.9,
1187
+ "category": "mainland-term",
1188
+ "reason": "台灣週邊裝置標準",
1189
+ "match_type": "exact",
1190
+ "autofix_safe": true
1191
+ },
1192
+ "掃描儀": {
1193
+ "taiwan": "掃描器",
1194
+ "confidence": 0.9,
1195
+ "category": "mainland-term",
1196
+ "reason": "台灣週邊裝置標準",
1197
+ "match_type": "exact",
1198
+ "autofix_safe": true
1199
+ },
1200
+ "掃描儀_scanner": {
1201
+ "taiwan": "掃描器",
1202
+ "confidence": 0.9,
1203
+ "category": "mainland-term",
1204
+ "reason": "台灣週邊裝置標準",
1205
+ "match_type": "exact",
1206
+ "autofix_safe": true
1207
+ },
1208
+ "电源": {
1209
+ "taiwan": "電源供應器",
1210
+ "confidence": 0.9,
1211
+ "category": "mainland-term",
1212
+ "reason": "台灣電腦組件標準",
1213
+ "match_type": "exact",
1214
+ "autofix_safe": true
1215
+ },
1216
+ "电源_power_supply": {
1217
+ "taiwan": "電源供應器",
1218
+ "confidence": 0.9,
1219
+ "category": "mainland-term",
1220
+ "reason": "台灣電腦組件標準",
1221
+ "match_type": "exact",
1222
+ "autofix_safe": true
1223
+ },
1224
+ "電源": {
1225
+ "taiwan": "電源供應器",
1226
+ "confidence": 0.9,
1227
+ "category": "mainland-term",
1228
+ "reason": "台灣電腦組件標準",
1229
+ "match_type": "exact",
1230
+ "autofix_safe": true
1231
+ },
1232
+ "電源_power_supply": {
1233
+ "taiwan": "電源供應器",
1234
+ "confidence": 0.9,
1235
+ "category": "mainland-term",
1236
+ "reason": "台灣電腦組件標準",
1237
+ "match_type": "exact",
1238
+ "autofix_safe": true
1239
+ },
1240
+ "散热风扇": {
1241
+ "taiwan": "散熱風扇",
1242
+ "confidence": 0.85,
1243
+ "category": "mainland-term",
1244
+ "reason": "台灣散熱系統標準",
1245
+ "match_type": "exact",
1246
+ "autofix_safe": true
1247
+ },
1248
+ "散热风扇_cooling_fan": {
1249
+ "taiwan": "散熱風扇",
1250
+ "confidence": 0.85,
1251
+ "category": "mainland-term",
1252
+ "reason": "台灣散熱系統標準",
1253
+ "match_type": "exact",
1254
+ "autofix_safe": true
1255
+ },
1256
+ "散熱風扇": {
1257
+ "taiwan": "散熱風扇",
1258
+ "confidence": 0.85,
1259
+ "category": "mainland-term",
1260
+ "reason": "台灣散熱系統標準",
1261
+ "match_type": "exact",
1262
+ "autofix_safe": true
1263
+ },
1264
+ "散熱風扇_cooling_fan": {
1265
+ "taiwan": "散熱風扇",
1266
+ "confidence": 0.85,
1267
+ "category": "mainland-term",
1268
+ "reason": "台灣散熱系統標準",
1269
+ "match_type": "exact",
1270
+ "autofix_safe": true
1271
+ },
1272
+ "散热片": {
1273
+ "taiwan": "散熱片",
1274
+ "confidence": 0.85,
1275
+ "category": "mainland-term",
1276
+ "reason": "台灣散熱系統標準",
1277
+ "match_type": "exact",
1278
+ "autofix_safe": true
1279
+ },
1280
+ "散热片_heat_sink": {
1281
+ "taiwan": "散熱片",
1282
+ "confidence": 0.85,
1283
+ "category": "mainland-term",
1284
+ "reason": "台灣散熱系統標準",
1285
+ "match_type": "exact",
1286
+ "autofix_safe": true
1287
+ },
1288
+ "散熱片": {
1289
+ "taiwan": "散熱片",
1290
+ "confidence": 0.85,
1291
+ "category": "mainland-term",
1292
+ "reason": "台灣散熱系統標準",
1293
+ "match_type": "exact",
1294
+ "autofix_safe": true
1295
+ },
1296
+ "散熱片_heat_sink": {
1297
+ "taiwan": "散熱片",
1298
+ "confidence": 0.85,
1299
+ "category": "mainland-term",
1300
+ "reason": "台灣散熱系統標準",
1301
+ "match_type": "exact",
1302
+ "autofix_safe": true
1303
+ },
1304
+ "导热硅脂": {
1305
+ "taiwan": "散熱膏",
1306
+ "confidence": 0.85,
1307
+ "category": "mainland-term",
1308
+ "reason": "台灣散熱材料標準",
1309
+ "match_type": "exact",
1310
+ "autofix_safe": true
1311
+ },
1312
+ "导热硅脂_thermal_paste": {
1313
+ "taiwan": "散熱膏",
1314
+ "confidence": 0.85,
1315
+ "category": "mainland-term",
1316
+ "reason": "台灣散熱材料標準",
1317
+ "match_type": "exact",
1318
+ "autofix_safe": true
1319
+ },
1320
+ "導熱硅脂": {
1321
+ "taiwan": "散熱膏",
1322
+ "confidence": 0.85,
1323
+ "category": "mainland-term",
1324
+ "reason": "台灣散熱材料標準",
1325
+ "match_type": "exact",
1326
+ "autofix_safe": true
1327
+ },
1328
+ "導熱硅脂_thermal_paste": {
1329
+ "taiwan": "散熱膏",
1330
+ "confidence": 0.85,
1331
+ "category": "mainland-term",
1332
+ "reason": "台灣散熱材料標準",
1333
+ "match_type": "exact",
1334
+ "autofix_safe": true
1335
+ },
1336
+ "超频": {
1337
+ "taiwan": "超頻",
1338
+ "confidence": 0.85,
1339
+ "category": "mainland-term",
1340
+ "reason": "台灣效能調校技術",
1341
+ "match_type": "exact",
1342
+ "autofix_safe": true
1343
+ },
1344
+ "超频_overclocking": {
1345
+ "taiwan": "超頻",
1346
+ "confidence": 0.85,
1347
+ "category": "mainland-term",
1348
+ "reason": "台灣效能調校技術",
1349
+ "match_type": "exact",
1350
+ "autofix_safe": true
1351
+ },
1352
+ "超頻": {
1353
+ "taiwan": "超頻",
1354
+ "confidence": 0.85,
1355
+ "category": "mainland-term",
1356
+ "reason": "台灣效能調校技術",
1357
+ "match_type": "exact",
1358
+ "autofix_safe": true
1359
+ },
1360
+ "超頻_overclocking": {
1361
+ "taiwan": "超頻",
1362
+ "confidence": 0.85,
1363
+ "category": "mainland-term",
1364
+ "reason": "台灣效能調校技術",
1365
+ "match_type": "exact",
1366
+ "autofix_safe": true
1367
+ },
1368
+ "基准测试工具": {
1369
+ "taiwan": "效能測試工具",
1370
+ "confidence": 0.85,
1371
+ "category": "mainland-term",
1372
+ "reason": "台灣硬體測試標準",
1373
+ "match_type": "exact",
1374
+ "autofix_safe": true
1375
+ },
1376
+ "基准测试工具_benchmark_tool": {
1377
+ "taiwan": "效能測試工具",
1378
+ "confidence": 0.85,
1379
+ "category": "mainland-term",
1380
+ "reason": "台灣硬體測試標準",
1381
+ "match_type": "exact",
1382
+ "autofix_safe": true
1383
+ },
1384
+ "基準測試工具": {
1385
+ "taiwan": "效能測試工具",
1386
+ "confidence": 0.85,
1387
+ "category": "mainland-term",
1388
+ "reason": "台灣硬體測試標準",
1389
+ "match_type": "exact",
1390
+ "autofix_safe": true
1391
+ },
1392
+ "基準測試工具_benchmark_tool": {
1393
+ "taiwan": "效能測試工具",
1394
+ "confidence": 0.85,
1395
+ "category": "mainland-term",
1396
+ "reason": "台灣硬體測試標準",
1397
+ "match_type": "exact",
1398
+ "autofix_safe": true
1399
+ },
1400
+ "驱动程序": {
1401
+ "taiwan": "驅動程式",
1402
+ "confidence": 0.9,
1403
+ "category": "mainland-term",
1404
+ "reason": "台灣硬體管理標準",
1405
+ "match_type": "exact",
1406
+ "autofix_safe": true
1407
+ },
1408
+ "驱动程序_driver": {
1409
+ "taiwan": "驅動程式",
1410
+ "confidence": 0.9,
1411
+ "category": "mainland-term",
1412
+ "reason": "台灣硬體管理標準",
1413
+ "match_type": "exact",
1414
+ "autofix_safe": true
1415
+ },
1416
+ "驅動程序": {
1417
+ "taiwan": "驅動程式",
1418
+ "confidence": 0.9,
1419
+ "category": "mainland-term",
1420
+ "reason": "台灣硬體管理標準",
1421
+ "match_type": "exact",
1422
+ "autofix_safe": true
1423
+ },
1424
+ "驅動程序_driver": {
1425
+ "taiwan": "驅動程式",
1426
+ "confidence": 0.9,
1427
+ "category": "mainland-term",
1428
+ "reason": "台灣硬體管理標準",
1429
+ "match_type": "exact",
1430
+ "autofix_safe": true
1431
+ },
1432
+ "寄存器": {
1433
+ "taiwan": "暫存器",
1434
+ "confidence": 0.9,
1435
+ "category": "mainland-term",
1436
+ "reason": "台灣計算機硬體標準",
1437
+ "match_type": "exact",
1438
+ "autofix_safe": true
1439
+ },
1440
+ "寄存器_register": {
1441
+ "taiwan": "暫存器",
1442
+ "confidence": 0.9,
1443
+ "category": "mainland-term",
1444
+ "reason": "台灣計算機硬體標準",
1445
+ "match_type": "exact",
1446
+ "autofix_safe": true
1447
+ },
1448
+ "总线": {
1449
+ "taiwan": "匯流排",
1450
+ "confidence": 0.9,
1451
+ "category": "mainland-term",
1452
+ "reason": "台灣電腦架構標準",
1453
+ "match_type": "exact",
1454
+ "autofix_safe": true
1455
+ },
1456
+ "总线_bus": {
1457
+ "taiwan": "匯流排",
1458
+ "confidence": 0.9,
1459
+ "category": "mainland-term",
1460
+ "reason": "台灣電腦架構標準",
1461
+ "match_type": "exact",
1462
+ "autofix_safe": true
1463
+ },
1464
+ "總線": {
1465
+ "taiwan": "匯流排",
1466
+ "confidence": 0.9,
1467
+ "category": "mainland-term",
1468
+ "reason": "台灣電腦架構標準",
1469
+ "match_type": "exact",
1470
+ "autofix_safe": true
1471
+ },
1472
+ "總線_bus": {
1473
+ "taiwan": "匯流排",
1474
+ "confidence": 0.9,
1475
+ "category": "mainland-term",
1476
+ "reason": "台灣電腦架構標準",
1477
+ "match_type": "exact",
1478
+ "autofix_safe": true
1479
+ },
1480
+ "带宽": {
1481
+ "taiwan": "頻寬",
1482
+ "confidence": 0.95,
1483
+ "category": "mainland-term",
1484
+ "reason": "台灣網路技術標準",
1485
+ "match_type": "exact",
1486
+ "autofix_safe": true
1487
+ },
1488
+ "带宽_bandwidth": {
1489
+ "taiwan": "頻寬",
1490
+ "confidence": 0.95,
1491
+ "category": "mainland-term",
1492
+ "reason": "台灣網路技術標準",
1493
+ "match_type": "exact",
1494
+ "autofix_safe": true
1495
+ },
1496
+ "帶寬": {
1497
+ "taiwan": "頻寬",
1498
+ "confidence": 0.95,
1499
+ "category": "mainland-term",
1500
+ "reason": "台灣網路技術標準",
1501
+ "match_type": "exact",
1502
+ "autofix_safe": true
1503
+ },
1504
+ "帶寬_bandwidth": {
1505
+ "taiwan": "頻寬",
1506
+ "confidence": 0.95,
1507
+ "category": "mainland-term",
1508
+ "reason": "台灣網路技術標準",
1509
+ "match_type": "exact",
1510
+ "autofix_safe": true
1511
+ },
1512
+ "存储": {
1513
+ "taiwan": "儲存體",
1514
+ "confidence": 0.9,
1515
+ "category": "mainland-term",
1516
+ "reason": "台灣儲存技術標準",
1517
+ "match_type": "exact",
1518
+ "autofix_safe": true
1519
+ },
1520
+ "存储_storage": {
1521
+ "taiwan": "儲存體",
1522
+ "confidence": 0.9,
1523
+ "category": "mainland-term",
1524
+ "reason": "台灣儲存技術標準",
1525
+ "match_type": "exact",
1526
+ "autofix_safe": true
1527
+ },
1528
+ "存儲": {
1529
+ "taiwan": "儲存體",
1530
+ "confidence": 0.9,
1531
+ "category": "mainland-term",
1532
+ "reason": "台灣儲存技術標準",
1533
+ "match_type": "exact",
1534
+ "autofix_safe": true
1535
+ },
1536
+ "存儲_storage": {
1537
+ "taiwan": "儲存體",
1538
+ "confidence": 0.9,
1539
+ "category": "mainland-term",
1540
+ "reason": "台灣儲存技術標準",
1541
+ "match_type": "exact",
1542
+ "autofix_safe": true
1543
+ },
1544
+ "卷": {
1545
+ "taiwan": "磁碟區",
1546
+ "confidence": 0.85,
1547
+ "category": "mainland-term",
1548
+ "reason": "台灣儲存管理標準",
1549
+ "match_type": "exact",
1550
+ "autofix_safe": true
1551
+ },
1552
+ "卷_volume": {
1553
+ "taiwan": "磁碟區",
1554
+ "confidence": 0.85,
1555
+ "category": "mainland-term",
1556
+ "reason": "台灣儲存管理標準",
1557
+ "match_type": "exact",
1558
+ "autofix_safe": true
1559
+ },
1560
+ "磁盘阵列": {
1561
+ "taiwan": "磁碟陣列",
1562
+ "confidence": 0.9,
1563
+ "category": "mainland-term",
1564
+ "reason": "台灣儲存技術標準",
1565
+ "match_type": "exact",
1566
+ "autofix_safe": true
1567
+ },
1568
+ "磁盘阵列_raid": {
1569
+ "taiwan": "磁碟陣列",
1570
+ "confidence": 0.9,
1571
+ "category": "mainland-term",
1572
+ "reason": "台灣儲存技術標準",
1573
+ "match_type": "exact",
1574
+ "autofix_safe": true
1575
+ },
1576
+ "磁盤陣列": {
1577
+ "taiwan": "磁碟陣列",
1578
+ "confidence": 0.9,
1579
+ "category": "mainland-term",
1580
+ "reason": "台灣儲存技術標準",
1581
+ "match_type": "exact",
1582
+ "autofix_safe": true
1583
+ },
1584
+ "磁盤陣列_raid": {
1585
+ "taiwan": "磁碟陣列",
1586
+ "confidence": 0.9,
1587
+ "category": "mainland-term",
1588
+ "reason": "台灣儲存技術標準",
1589
+ "match_type": "exact",
1590
+ "autofix_safe": true
1591
+ },
1592
+ "网络附加存储": {
1593
+ "taiwan": "網路附接儲存",
1594
+ "confidence": 0.9,
1595
+ "category": "mainland-term",
1596
+ "reason": "台灣儲存設備標準",
1597
+ "match_type": "exact",
1598
+ "autofix_safe": true
1599
+ },
1600
+ "网络附加存储_nas": {
1601
+ "taiwan": "網路附接儲存",
1602
+ "confidence": 0.9,
1603
+ "category": "mainland-term",
1604
+ "reason": "台灣儲存設備標準",
1605
+ "match_type": "exact",
1606
+ "autofix_safe": true
1607
+ },
1608
+ "網絡附加存儲": {
1609
+ "taiwan": "網路附接儲存",
1610
+ "confidence": 0.9,
1611
+ "category": "mainland-term",
1612
+ "reason": "台灣儲存設備標準",
1613
+ "match_type": "exact",
1614
+ "autofix_safe": true
1615
+ },
1616
+ "網絡附加存儲_nas": {
1617
+ "taiwan": "網路附接儲存",
1618
+ "confidence": 0.9,
1619
+ "category": "mainland-term",
1620
+ "reason": "台灣儲存設備標準",
1621
+ "match_type": "exact",
1622
+ "autofix_safe": true
1623
+ },
1624
+ "激光": {
1625
+ "taiwan": "雷射",
1626
+ "confidence": 0.95,
1627
+ "category": "mainland-term",
1628
+ "reason": "台灣光學技術標準",
1629
+ "match_type": "exact",
1630
+ "autofix_safe": true
1631
+ },
1632
+ "激光_laser": {
1633
+ "taiwan": "雷射",
1634
+ "confidence": 0.95,
1635
+ "category": "mainland-term",
1636
+ "reason": "台灣光學技術標準",
1637
+ "match_type": "exact",
1638
+ "autofix_safe": true
1639
+ },
1640
+ "传感器": {
1641
+ "taiwan": "感測器",
1642
+ "confidence": 0.9,
1643
+ "category": "mainland-term",
1644
+ "reason": "台灣感測裝置標準",
1645
+ "match_type": "exact",
1646
+ "autofix_safe": true
1647
+ },
1648
+ "传感器_sensor": {
1649
+ "taiwan": "感測器",
1650
+ "confidence": 0.9,
1651
+ "category": "mainland-term",
1652
+ "reason": "台灣感測裝置標準",
1653
+ "match_type": "exact",
1654
+ "autofix_safe": true
1655
+ },
1656
+ "傳感器": {
1657
+ "taiwan": "感測器",
1658
+ "confidence": 0.9,
1659
+ "category": "mainland-term",
1660
+ "reason": "台灣感測裝置標準",
1661
+ "match_type": "exact",
1662
+ "autofix_safe": true
1663
+ },
1664
+ "傳感器_sensor": {
1665
+ "taiwan": "感測器",
1666
+ "confidence": 0.9,
1667
+ "category": "mainland-term",
1668
+ "reason": "台灣感測裝置標準",
1669
+ "match_type": "exact",
1670
+ "autofix_safe": true
1671
+ },
1672
+ "执行器": {
1673
+ "taiwan": "致動器",
1674
+ "confidence": 0.85,
1675
+ "category": "mainland-term",
1676
+ "reason": "台灣控制元件標準",
1677
+ "match_type": "exact",
1678
+ "autofix_safe": true
1679
+ },
1680
+ "执行器_actuator": {
1681
+ "taiwan": "致動器",
1682
+ "confidence": 0.85,
1683
+ "category": "mainland-term",
1684
+ "reason": "台灣控制元件標準",
1685
+ "match_type": "exact",
1686
+ "autofix_safe": true
1687
+ },
1688
+ "執行器": {
1689
+ "taiwan": "致動器",
1690
+ "confidence": 0.85,
1691
+ "category": "mainland-term",
1692
+ "reason": "台灣控制元件標準",
1693
+ "match_type": "exact",
1694
+ "autofix_safe": true
1695
+ },
1696
+ "執行器_actuator": {
1697
+ "taiwan": "致動器",
1698
+ "confidence": 0.85,
1699
+ "category": "mainland-term",
1700
+ "reason": "台灣控制元件標準",
1701
+ "match_type": "exact",
1702
+ "autofix_safe": true
1703
+ },
1704
+ "微机电系统": {
1705
+ "taiwan": "微機電系統",
1706
+ "confidence": 0.9,
1707
+ "category": "mainland-term",
1708
+ "reason": "台灣微型技術標準",
1709
+ "match_type": "exact",
1710
+ "autofix_safe": true
1711
+ },
1712
+ "微机电系统_mems": {
1713
+ "taiwan": "微機電系統",
1714
+ "confidence": 0.9,
1715
+ "category": "mainland-term",
1716
+ "reason": "台灣微型技術標準",
1717
+ "match_type": "exact",
1718
+ "autofix_safe": true
1719
+ },
1720
+ "微機電系統": {
1721
+ "taiwan": "微機電系統",
1722
+ "confidence": 0.9,
1723
+ "category": "mainland-term",
1724
+ "reason": "台灣微型技術標準",
1725
+ "match_type": "exact",
1726
+ "autofix_safe": true
1727
+ },
1728
+ "微機電系統_mems": {
1729
+ "taiwan": "微機電系統",
1730
+ "confidence": 0.9,
1731
+ "category": "mainland-term",
1732
+ "reason": "台灣微型技術標準",
1733
+ "match_type": "exact",
1734
+ "autofix_safe": true
1735
+ },
1736
+ "激光雷达": {
1737
+ "taiwan": "光達",
1738
+ "confidence": 0.85,
1739
+ "category": "mainland-term",
1740
+ "reason": "台灣感測技術標準",
1741
+ "match_type": "exact",
1742
+ "autofix_safe": true
1743
+ },
1744
+ "激光雷达_lidar": {
1745
+ "taiwan": "光達",
1746
+ "confidence": 0.85,
1747
+ "category": "mainland-term",
1748
+ "reason": "台灣感測技術標準",
1749
+ "match_type": "exact",
1750
+ "autofix_safe": true
1751
+ },
1752
+ "激光雷達": {
1753
+ "taiwan": "光達",
1754
+ "confidence": 0.85,
1755
+ "category": "mainland-term",
1756
+ "reason": "台灣感測技術標準",
1757
+ "match_type": "exact",
1758
+ "autofix_safe": true
1759
+ },
1760
+ "激光雷達_lidar": {
1761
+ "taiwan": "光達",
1762
+ "confidence": 0.85,
1763
+ "category": "mainland-term",
1764
+ "reason": "台灣感測技術標準",
1765
+ "match_type": "exact",
1766
+ "autofix_safe": true
1767
+ },
1768
+ "雷达": {
1769
+ "taiwan": "雷達",
1770
+ "confidence": 0.8,
1771
+ "category": "mainland-term",
1772
+ "reason": "台灣感測技術標準",
1773
+ "match_type": "exact",
1774
+ "autofix_safe": true
1775
+ },
1776
+ "雷达_radar": {
1777
+ "taiwan": "雷達",
1778
+ "confidence": 0.8,
1779
+ "category": "mainland-term",
1780
+ "reason": "台灣感測技術標準",
1781
+ "match_type": "exact",
1782
+ "autofix_safe": true
1783
+ },
1784
+ "雷達": {
1785
+ "taiwan": "雷達",
1786
+ "confidence": 0.8,
1787
+ "category": "mainland-term",
1788
+ "reason": "台灣感測技術標準",
1789
+ "match_type": "exact",
1790
+ "autofix_safe": true
1791
+ },
1792
+ "雷達_radar": {
1793
+ "taiwan": "雷達",
1794
+ "confidence": 0.8,
1795
+ "category": "mainland-term",
1796
+ "reason": "台灣感測技術標準",
1797
+ "match_type": "exact",
1798
+ "autofix_safe": true
1799
+ },
1800
+ "电池": {
1801
+ "taiwan": "電池",
1802
+ "confidence": 0.85,
1803
+ "category": "mainland-term",
1804
+ "reason": "台灣電源技術標準",
1805
+ "match_type": "exact",
1806
+ "autofix_safe": true
1807
+ },
1808
+ "电池_battery": {
1809
+ "taiwan": "電池",
1810
+ "confidence": 0.85,
1811
+ "category": "mainland-term",
1812
+ "reason": "台灣電源技術標準",
1813
+ "match_type": "exact",
1814
+ "autofix_safe": true
1815
+ },
1816
+ "電池": {
1817
+ "taiwan": "電池",
1818
+ "confidence": 0.85,
1819
+ "category": "mainland-term",
1820
+ "reason": "台灣電源技術標準",
1821
+ "match_type": "exact",
1822
+ "autofix_safe": true
1823
+ },
1824
+ "電池_battery": {
1825
+ "taiwan": "電池",
1826
+ "confidence": 0.85,
1827
+ "category": "mainland-term",
1828
+ "reason": "台灣電源技術標準",
1829
+ "match_type": "exact",
1830
+ "autofix_safe": true
1831
+ },
1832
+ "锂电池": {
1833
+ "taiwan": "鋰電池",
1834
+ "confidence": 0.85,
1835
+ "category": "mainland-term",
1836
+ "reason": "台灣電池技術標準",
1837
+ "match_type": "exact",
1838
+ "autofix_safe": true
1839
+ },
1840
+ "锂电池_lithium_battery": {
1841
+ "taiwan": "鋰電池",
1842
+ "confidence": 0.85,
1843
+ "category": "mainland-term",
1844
+ "reason": "台灣電池技術標準",
1845
+ "match_type": "exact",
1846
+ "autofix_safe": true
1847
+ },
1848
+ "鋰電池": {
1849
+ "taiwan": "鋰電池",
1850
+ "confidence": 0.85,
1851
+ "category": "mainland-term",
1852
+ "reason": "台灣電池技術標準",
1853
+ "match_type": "exact",
1854
+ "autofix_safe": true
1855
+ },
1856
+ "鋰電池_lithium_battery": {
1857
+ "taiwan": "鋰電池",
1858
+ "confidence": 0.85,
1859
+ "category": "mainland-term",
1860
+ "reason": "台灣電池技術標準",
1861
+ "match_type": "exact",
1862
+ "autofix_safe": true
1863
+ },
1864
+ "适配器": {
1865
+ "taiwan": "轉接頭",
1866
+ "confidence": 0.85,
1867
+ "category": "mainland-term",
1868
+ "reason": "台灣週邊配件標準",
1869
+ "match_type": "exact",
1870
+ "autofix_safe": true
1871
+ },
1872
+ "适配器_adapter": {
1873
+ "taiwan": "轉接器",
1874
+ "confidence": 0.9,
1875
+ "category": "mainland-term",
1876
+ "reason": "台灣週邊配件標準",
1877
+ "match_type": "exact",
1878
+ "autofix_safe": true
1879
+ },
1880
+ "適配器": {
1881
+ "taiwan": "轉接頭",
1882
+ "confidence": 0.85,
1883
+ "category": "mainland-term",
1884
+ "reason": "台灣週邊配件標準",
1885
+ "match_type": "exact",
1886
+ "autofix_safe": true
1887
+ },
1888
+ "適配器_adapter": {
1889
+ "taiwan": "轉接器",
1890
+ "confidence": 0.9,
1891
+ "category": "mainland-term",
1892
+ "reason": "台灣週邊配件標準",
1893
+ "match_type": "exact",
1894
+ "autofix_safe": true
1895
+ },
1896
+ "适配器_dongle": {
1897
+ "taiwan": "轉接頭",
1898
+ "confidence": 0.85,
1899
+ "category": "mainland-term",
1900
+ "reason": "台灣週邊配件標準",
1901
+ "match_type": "exact",
1902
+ "autofix_safe": true
1903
+ },
1904
+ "適配器_dongle": {
1905
+ "taiwan": "轉接頭",
1906
+ "confidence": 0.85,
1907
+ "category": "mainland-term",
1908
+ "reason": "台灣週邊配件標準",
1909
+ "match_type": "exact",
1910
+ "autofix_safe": true
1911
+ },
1912
+ "电缆": {
1913
+ "taiwan": "纜線",
1914
+ "confidence": 0.85,
1915
+ "category": "mainland-term",
1916
+ "reason": "台灣連接線材標準",
1917
+ "match_type": "exact",
1918
+ "autofix_safe": true
1919
+ },
1920
+ "电缆_cable": {
1921
+ "taiwan": "纜線",
1922
+ "confidence": 0.85,
1923
+ "category": "mainland-term",
1924
+ "reason": "台灣連接線材標準",
1925
+ "match_type": "exact",
1926
+ "autofix_safe": true
1927
+ },
1928
+ "電纜": {
1929
+ "taiwan": "纜線",
1930
+ "confidence": 0.85,
1931
+ "category": "mainland-term",
1932
+ "reason": "台灣連接線材標準",
1933
+ "match_type": "exact",
1934
+ "autofix_safe": true
1935
+ },
1936
+ "電纜_cable": {
1937
+ "taiwan": "纜線",
1938
+ "confidence": 0.85,
1939
+ "category": "mainland-term",
1940
+ "reason": "台灣連接線材標準",
1941
+ "match_type": "exact",
1942
+ "autofix_safe": true
1943
+ },
1944
+ "连接器": {
1945
+ "taiwan": "連接器",
1946
+ "confidence": 0.85,
1947
+ "category": "mainland-term",
1948
+ "reason": "台灣介面元件標準",
1949
+ "match_type": "exact",
1950
+ "autofix_safe": true
1951
+ },
1952
+ "连接器_connector": {
1953
+ "taiwan": "連接器",
1954
+ "confidence": 0.85,
1955
+ "category": "mainland-term",
1956
+ "reason": "台灣介面元件標準",
1957
+ "match_type": "exact",
1958
+ "autofix_safe": true
1959
+ },
1960
+ "連接器": {
1961
+ "taiwan": "連接器",
1962
+ "confidence": 0.85,
1963
+ "category": "mainland-term",
1964
+ "reason": "台灣介面元件標準",
1965
+ "match_type": "exact",
1966
+ "autofix_safe": true
1967
+ },
1968
+ "連接器_connector": {
1969
+ "taiwan": "連接器",
1970
+ "confidence": 0.85,
1971
+ "category": "mainland-term",
1972
+ "reason": "台灣介面元件標準",
1973
+ "match_type": "exact",
1974
+ "autofix_safe": true
1975
+ },
1976
+ "端口": {
1977
+ "taiwan": "連接埠",
1978
+ "confidence": 0.95,
1979
+ "category": "mainland-term",
1980
+ "reason": "台灣介面端點標準",
1981
+ "match_type": "exact",
1982
+ "autofix_safe": true
1983
+ },
1984
+ "端口_port": {
1985
+ "taiwan": "連接埠",
1986
+ "confidence": 0.95,
1987
+ "category": "mainland-term",
1988
+ "reason": "台灣介面端點標準",
1989
+ "match_type": "exact",
1990
+ "autofix_safe": true
1991
+ },
1992
+ "插槽": {
1993
+ "taiwan": "插槽",
1994
+ "confidence": 0.85,
1995
+ "category": "mainland-term",
1996
+ "reason": "台灣擴充介面標準",
1997
+ "match_type": "exact",
1998
+ "autofix_safe": true
1999
+ },
2000
+ "插槽_slot": {
2001
+ "taiwan": "插槽",
2002
+ "confidence": 0.85,
2003
+ "category": "mainland-term",
2004
+ "reason": "台灣擴充介面標準",
2005
+ "match_type": "exact",
2006
+ "autofix_safe": true
2007
+ },
2008
+ "扩展卡": {
2009
+ "taiwan": "擴充卡",
2010
+ "confidence": 0.9,
2011
+ "category": "mainland-term",
2012
+ "reason": "台灣硬體擴充標準",
2013
+ "match_type": "exact",
2014
+ "autofix_safe": true
2015
+ },
2016
+ "扩展卡_expansion_card": {
2017
+ "taiwan": "擴充卡",
2018
+ "confidence": 0.9,
2019
+ "category": "mainland-term",
2020
+ "reason": "台灣硬體擴充標準",
2021
+ "match_type": "exact",
2022
+ "autofix_safe": true
2023
+ },
2024
+ "擴展卡": {
2025
+ "taiwan": "擴充卡",
2026
+ "confidence": 0.9,
2027
+ "category": "mainland-term",
2028
+ "reason": "台灣硬體擴充標準",
2029
+ "match_type": "exact",
2030
+ "autofix_safe": true
2031
+ },
2032
+ "擴展卡_expansion_card": {
2033
+ "taiwan": "擴充卡",
2034
+ "confidence": 0.9,
2035
+ "category": "mainland-term",
2036
+ "reason": "台灣硬體擴充標準",
2037
+ "match_type": "exact",
2038
+ "autofix_safe": true
2039
+ },
2040
+ "显卡": {
2041
+ "taiwan": "顯示卡",
2042
+ "confidence": 0.9,
2043
+ "category": "mainland-term",
2044
+ "reason": "台灣顯示硬體標準",
2045
+ "match_type": "exact",
2046
+ "autofix_safe": true
2047
+ },
2048
+ "显卡_graphics_card": {
2049
+ "taiwan": "顯示卡",
2050
+ "confidence": 0.9,
2051
+ "category": "mainland-term",
2052
+ "reason": "台灣顯示硬體標準",
2053
+ "match_type": "exact",
2054
+ "autofix_safe": true
2055
+ },
2056
+ "顯卡": {
2057
+ "taiwan": "顯示卡",
2058
+ "confidence": 0.9,
2059
+ "category": "mainland-term",
2060
+ "reason": "台灣顯示硬體標準",
2061
+ "match_type": "exact",
2062
+ "autofix_safe": true
2063
+ },
2064
+ "顯卡_graphics_card": {
2065
+ "taiwan": "顯示卡",
2066
+ "confidence": 0.9,
2067
+ "category": "mainland-term",
2068
+ "reason": "台灣顯示硬體標準",
2069
+ "match_type": "exact",
2070
+ "autofix_safe": true
2071
+ },
2072
+ "声卡": {
2073
+ "taiwan": "音效卡",
2074
+ "confidence": 0.9,
2075
+ "category": "mainland-term",
2076
+ "reason": "台灣音訊硬體標準",
2077
+ "match_type": "exact",
2078
+ "autofix_safe": true
2079
+ },
2080
+ "声卡_sound_card": {
2081
+ "taiwan": "音效卡",
2082
+ "confidence": 0.9,
2083
+ "category": "mainland-term",
2084
+ "reason": "台灣音訊硬體標準",
2085
+ "match_type": "exact",
2086
+ "autofix_safe": true
2087
+ },
2088
+ "聲卡": {
2089
+ "taiwan": "音效卡",
2090
+ "confidence": 0.9,
2091
+ "category": "mainland-term",
2092
+ "reason": "台灣音訊硬體標準",
2093
+ "match_type": "exact",
2094
+ "autofix_safe": true
2095
+ },
2096
+ "聲卡_sound_card": {
2097
+ "taiwan": "音效卡",
2098
+ "confidence": 0.9,
2099
+ "category": "mainland-term",
2100
+ "reason": "台灣音訊硬體標準",
2101
+ "match_type": "exact",
2102
+ "autofix_safe": true
2103
+ },
2104
+ "网卡": {
2105
+ "taiwan": "網路卡",
2106
+ "confidence": 0.9,
2107
+ "category": "mainland-term",
2108
+ "reason": "台灣網路硬體標準",
2109
+ "match_type": "exact",
2110
+ "autofix_safe": true
2111
+ },
2112
+ "网卡_network_card": {
2113
+ "taiwan": "網路卡",
2114
+ "confidence": 0.9,
2115
+ "category": "mainland-term",
2116
+ "reason": "台灣網路硬體標準",
2117
+ "match_type": "exact",
2118
+ "autofix_safe": true
2119
+ },
2120
+ "網卡": {
2121
+ "taiwan": "網路卡",
2122
+ "confidence": 0.9,
2123
+ "category": "mainland-term",
2124
+ "reason": "台灣網路硬體標準",
2125
+ "match_type": "exact",
2126
+ "autofix_safe": true
2127
+ },
2128
+ "網卡_network_card": {
2129
+ "taiwan": "網路卡",
2130
+ "confidence": 0.9,
2131
+ "category": "mainland-term",
2132
+ "reason": "台灣網路硬體標準",
2133
+ "match_type": "exact",
2134
+ "autofix_safe": true
2135
+ },
2136
+ "无线网卡": {
2137
+ "taiwan": "無線網卡",
2138
+ "confidence": 0.9,
2139
+ "category": "mainland-term",
2140
+ "reason": "台灣無線硬體標準",
2141
+ "match_type": "exact",
2142
+ "autofix_safe": true
2143
+ },
2144
+ "无线网卡_wireless_card": {
2145
+ "taiwan": "無線網卡",
2146
+ "confidence": 0.9,
2147
+ "category": "mainland-term",
2148
+ "reason": "台灣無線硬體標準",
2149
+ "match_type": "exact",
2150
+ "autofix_safe": true
2151
+ },
2152
+ "無線網卡": {
2153
+ "taiwan": "無線網卡",
2154
+ "confidence": 0.9,
2155
+ "category": "mainland-term",
2156
+ "reason": "台灣無線硬體標準",
2157
+ "match_type": "exact",
2158
+ "autofix_safe": true
2159
+ },
2160
+ "無線網卡_wireless_card": {
2161
+ "taiwan": "無線網卡",
2162
+ "confidence": 0.9,
2163
+ "category": "mainland-term",
2164
+ "reason": "台灣無線硬體標準",
2165
+ "match_type": "exact",
2166
+ "autofix_safe": true
2167
+ },
2168
+ "蓝牙": {
2169
+ "taiwan": "藍牙",
2170
+ "confidence": 0.85,
2171
+ "category": "mainland-term",
2172
+ "reason": "台灣無線技術標準",
2173
+ "match_type": "exact",
2174
+ "autofix_safe": true
2175
+ },
2176
+ "蓝牙_bluetooth": {
2177
+ "taiwan": "藍牙",
2178
+ "confidence": 0.85,
2179
+ "category": "mainland-term",
2180
+ "reason": "台灣無線技術標準",
2181
+ "match_type": "exact",
2182
+ "autofix_safe": true
2183
+ },
2184
+ "藍牙": {
2185
+ "taiwan": "藍牙",
2186
+ "confidence": 0.85,
2187
+ "category": "mainland-term",
2188
+ "reason": "台灣無線技術標準",
2189
+ "match_type": "exact",
2190
+ "autofix_safe": true
2191
+ },
2192
+ "藍牙_bluetooth": {
2193
+ "taiwan": "藍牙",
2194
+ "confidence": 0.85,
2195
+ "category": "mainland-term",
2196
+ "reason": "台灣無線技術標準",
2197
+ "match_type": "exact",
2198
+ "autofix_safe": true
2199
+ },
2200
+ "无线网络": {
2201
+ "taiwan": "無線網路",
2202
+ "confidence": 0.9,
2203
+ "category": "mainland-term",
2204
+ "reason": "台灣無線技術標準",
2205
+ "match_type": "exact",
2206
+ "autofix_safe": true
2207
+ },
2208
+ "无线网络_wifi": {
2209
+ "taiwan": "無線網路",
2210
+ "confidence": 0.9,
2211
+ "category": "mainland-term",
2212
+ "reason": "台灣無線技術標準",
2213
+ "match_type": "exact",
2214
+ "autofix_safe": true
2215
+ },
2216
+ "無線網絡": {
2217
+ "taiwan": "無線網路",
2218
+ "confidence": 0.9,
2219
+ "category": "mainland-term",
2220
+ "reason": "台灣無線技術標準",
2221
+ "match_type": "exact",
2222
+ "autofix_safe": true
2223
+ },
2224
+ "無線網絡_wifi": {
2225
+ "taiwan": "無線網路",
2226
+ "confidence": 0.9,
2227
+ "category": "mainland-term",
2228
+ "reason": "台灣無線技術標準",
2229
+ "match_type": "exact",
2230
+ "autofix_safe": true
2231
+ },
2232
+ "第五代移动通信": {
2233
+ "taiwan": "第五代行動通訊",
2234
+ "confidence": 0.9,
2235
+ "category": "mainland-term",
2236
+ "reason": "台灣通訊技術標準",
2237
+ "match_type": "exact",
2238
+ "autofix_safe": true
2239
+ },
2240
+ "第五代移动通信_5g": {
2241
+ "taiwan": "第五代行動通訊",
2242
+ "confidence": 0.9,
2243
+ "category": "mainland-term",
2244
+ "reason": "台灣通訊技術標準",
2245
+ "match_type": "exact",
2246
+ "autofix_safe": true
2247
+ },
2248
+ "第五代移動通信": {
2249
+ "taiwan": "第五代行動通訊",
2250
+ "confidence": 0.9,
2251
+ "category": "mainland-term",
2252
+ "reason": "台灣通訊技術標準",
2253
+ "match_type": "exact",
2254
+ "autofix_safe": true
2255
+ },
2256
+ "第五代移動通信_5g": {
2257
+ "taiwan": "第五代行動通訊",
2258
+ "confidence": 0.9,
2259
+ "category": "mainland-term",
2260
+ "reason": "台灣通訊技術標準",
2261
+ "match_type": "exact",
2262
+ "autofix_safe": true
2263
+ },
2264
+ "长期演进": {
2265
+ "taiwan": "長期演進技術",
2266
+ "confidence": 0.85,
2267
+ "category": "mainland-term",
2268
+ "reason": "台灣通訊技術標準",
2269
+ "match_type": "exact",
2270
+ "autofix_safe": true
2271
+ },
2272
+ "长期演进_lte": {
2273
+ "taiwan": "長期演進技術",
2274
+ "confidence": 0.85,
2275
+ "category": "mainland-term",
2276
+ "reason": "台灣通訊技術標準",
2277
+ "match_type": "exact",
2278
+ "autofix_safe": true
2279
+ },
2280
+ "長期演進": {
2281
+ "taiwan": "長期演進技術",
2282
+ "confidence": 0.85,
2283
+ "category": "mainland-term",
2284
+ "reason": "台灣通訊技術標準",
2285
+ "match_type": "exact",
2286
+ "autofix_safe": true
2287
+ },
2288
+ "長期演進_lte": {
2289
+ "taiwan": "長期演進技術",
2290
+ "confidence": 0.85,
2291
+ "category": "mainland-term",
2292
+ "reason": "台灣通訊技術標準",
2293
+ "match_type": "exact",
2294
+ "autofix_safe": true
2295
+ },
2296
+ "近场通信": {
2297
+ "taiwan": "近場通訊",
2298
+ "confidence": 0.85,
2299
+ "category": "mainland-term",
2300
+ "reason": "台灣無線技術標準",
2301
+ "match_type": "exact",
2302
+ "autofix_safe": true
2303
+ },
2304
+ "近场通信_nfc": {
2305
+ "taiwan": "近場通訊",
2306
+ "confidence": 0.85,
2307
+ "category": "mainland-term",
2308
+ "reason": "台灣無線技術標準",
2309
+ "match_type": "exact",
2310
+ "autofix_safe": true
2311
+ },
2312
+ "近場通信": {
2313
+ "taiwan": "近場通訊",
2314
+ "confidence": 0.85,
2315
+ "category": "mainland-term",
2316
+ "reason": "台灣無線技術標準",
2317
+ "match_type": "exact",
2318
+ "autofix_safe": true
2319
+ },
2320
+ "近場通信_nfc": {
2321
+ "taiwan": "近場通訊",
2322
+ "confidence": 0.85,
2323
+ "category": "mainland-term",
2324
+ "reason": "台灣無線技術標準",
2325
+ "match_type": "exact",
2326
+ "autofix_safe": true
2327
+ },
2328
+ "以太网": {
2329
+ "taiwan": "乙太網路",
2330
+ "confidence": 0.9,
2331
+ "category": "mainland-term",
2332
+ "reason": "台灣網路標準",
2333
+ "match_type": "exact",
2334
+ "autofix_safe": true
2335
+ },
2336
+ "以太网_ethernet": {
2337
+ "taiwan": "乙太網路",
2338
+ "confidence": 0.9,
2339
+ "category": "mainland-term",
2340
+ "reason": "台灣網路標準",
2341
+ "match_type": "exact",
2342
+ "autofix_safe": true
2343
+ },
2344
+ "以太網": {
2345
+ "taiwan": "乙太網路",
2346
+ "confidence": 0.9,
2347
+ "category": "mainland-term",
2348
+ "reason": "台灣網路標準",
2349
+ "match_type": "exact",
2350
+ "autofix_safe": true
2351
+ },
2352
+ "以太網_ethernet": {
2353
+ "taiwan": "乙太網路",
2354
+ "confidence": 0.9,
2355
+ "category": "mainland-term",
2356
+ "reason": "台灣網路標準",
2357
+ "match_type": "exact",
2358
+ "autofix_safe": true
2359
+ },
2360
+ "路由器": {
2361
+ "taiwan": "路由器",
2362
+ "confidence": 0.8,
2363
+ "category": "mainland-term",
2364
+ "reason": "台灣網路設備標準",
2365
+ "match_type": "exact",
2366
+ "autofix_safe": true
2367
+ },
2368
+ "路由器_router": {
2369
+ "taiwan": "路由器",
2370
+ "confidence": 0.8,
2371
+ "category": "mainland-term",
2372
+ "reason": "台灣網路設備標準",
2373
+ "match_type": "exact",
2374
+ "autofix_safe": true
2375
+ },
2376
+ "交换机": {
2377
+ "taiwan": "交換器",
2378
+ "confidence": 0.9,
2379
+ "category": "mainland-term",
2380
+ "reason": "台灣網路設備標準",
2381
+ "match_type": "exact",
2382
+ "autofix_safe": true
2383
+ },
2384
+ "交换机_switch": {
2385
+ "taiwan": "交換器",
2386
+ "confidence": 0.9,
2387
+ "category": "mainland-term",
2388
+ "reason": "台灣網路設備標準",
2389
+ "match_type": "exact",
2390
+ "autofix_safe": true
2391
+ },
2392
+ "交換機": {
2393
+ "taiwan": "交換器",
2394
+ "confidence": 0.9,
2395
+ "category": "mainland-term",
2396
+ "reason": "台灣網路設備標準",
2397
+ "match_type": "exact",
2398
+ "autofix_safe": true
2399
+ },
2400
+ "交換機_switch": {
2401
+ "taiwan": "交換器",
2402
+ "confidence": 0.9,
2403
+ "category": "mainland-term",
2404
+ "reason": "台灣網路設備標準",
2405
+ "match_type": "exact",
2406
+ "autofix_safe": true
2407
+ },
2408
+ "集线器": {
2409
+ "taiwan": "集線器",
2410
+ "confidence": 0.9,
2411
+ "category": "mainland-term",
2412
+ "reason": "台灣網路設備標準",
2413
+ "match_type": "exact",
2414
+ "autofix_safe": true
2415
+ },
2416
+ "集线器_hub": {
2417
+ "taiwan": "集線器",
2418
+ "confidence": 0.9,
2419
+ "category": "mainland-term",
2420
+ "reason": "台灣網路設備標準",
2421
+ "match_type": "exact",
2422
+ "autofix_safe": true
2423
+ },
2424
+ "集線器": {
2425
+ "taiwan": "集線器",
2426
+ "confidence": 0.9,
2427
+ "category": "mainland-term",
2428
+ "reason": "台灣網路設備標準",
2429
+ "match_type": "exact",
2430
+ "autofix_safe": true
2431
+ },
2432
+ "集線器_hub": {
2433
+ "taiwan": "集線器",
2434
+ "confidence": 0.9,
2435
+ "category": "mainland-term",
2436
+ "reason": "台灣網路設備標準",
2437
+ "match_type": "exact",
2438
+ "autofix_safe": true
2439
+ },
2440
+ "调制解调器": {
2441
+ "taiwan": "數據機",
2442
+ "confidence": 0.9,
2443
+ "category": "mainland-term",
2444
+ "reason": "台灣網路設備標準",
2445
+ "match_type": "exact",
2446
+ "autofix_safe": true
2447
+ },
2448
+ "调制解调器_modem": {
2449
+ "taiwan": "數據機",
2450
+ "confidence": 0.9,
2451
+ "category": "mainland-term",
2452
+ "reason": "台灣網路設備標準",
2453
+ "match_type": "exact",
2454
+ "autofix_safe": true
2455
+ },
2456
+ "調製解調器": {
2457
+ "taiwan": "數據機",
2458
+ "confidence": 0.9,
2459
+ "category": "mainland-term",
2460
+ "reason": "台灣網路設備標準",
2461
+ "match_type": "exact",
2462
+ "autofix_safe": true
2463
+ },
2464
+ "調製解調器_modem": {
2465
+ "taiwan": "數據機",
2466
+ "confidence": 0.9,
2467
+ "category": "mainland-term",
2468
+ "reason": "台灣網路設備標準",
2469
+ "match_type": "exact",
2470
+ "autofix_safe": true
2471
+ },
2472
+ "网关": {
2473
+ "taiwan": "閘道器",
2474
+ "confidence": 0.9,
2475
+ "category": "mainland-term",
2476
+ "reason": "台灣網路設備術語",
2477
+ "match_type": "exact",
2478
+ "autofix_safe": true
2479
+ },
2480
+ "网关_gateway": {
2481
+ "taiwan": "閘道器",
2482
+ "confidence": 0.9,
2483
+ "category": "mainland-term",
2484
+ "reason": "台灣網路設備術語",
2485
+ "match_type": "exact",
2486
+ "autofix_safe": true
2487
+ },
2488
+ "網關": {
2489
+ "taiwan": "閘道器",
2490
+ "confidence": 0.9,
2491
+ "category": "mainland-term",
2492
+ "reason": "台灣網路設備術語",
2493
+ "match_type": "exact",
2494
+ "autofix_safe": true
2495
+ },
2496
+ "網關_gateway": {
2497
+ "taiwan": "閘道器",
2498
+ "confidence": 0.9,
2499
+ "category": "mainland-term",
2500
+ "reason": "台灣網路設備術語",
2501
+ "match_type": "exact",
2502
+ "autofix_safe": true
2503
+ },
2504
+ "中继器": {
2505
+ "taiwan": "中繼器",
2506
+ "confidence": 0.85,
2507
+ "category": "mainland-term",
2508
+ "reason": "台灣網路設備術語",
2509
+ "match_type": "exact",
2510
+ "autofix_safe": true
2511
+ },
2512
+ "中继器_repeater": {
2513
+ "taiwan": "中繼器",
2514
+ "confidence": 0.85,
2515
+ "category": "mainland-term",
2516
+ "reason": "台灣網路設備術語",
2517
+ "match_type": "exact",
2518
+ "autofix_safe": true
2519
+ },
2520
+ "中繼器": {
2521
+ "taiwan": "中繼器",
2522
+ "confidence": 0.85,
2523
+ "category": "mainland-term",
2524
+ "reason": "台灣網路設備術語",
2525
+ "match_type": "exact",
2526
+ "autofix_safe": true
2527
+ },
2528
+ "中繼器_repeater": {
2529
+ "taiwan": "中繼器",
2530
+ "confidence": 0.85,
2531
+ "category": "mainland-term",
2532
+ "reason": "台灣網路設備術語",
2533
+ "match_type": "exact",
2534
+ "autofix_safe": true
2535
+ },
2536
+ "网桥": {
2537
+ "taiwan": "橋接器",
2538
+ "confidence": 0.9,
2539
+ "category": "mainland-term",
2540
+ "reason": "台灣網路設備術語",
2541
+ "match_type": "exact",
2542
+ "autofix_safe": true
2543
+ },
2544
+ "网桥_bridge": {
2545
+ "taiwan": "橋接器",
2546
+ "confidence": 0.9,
2547
+ "category": "mainland-term",
2548
+ "reason": "台灣網路設備術語",
2549
+ "match_type": "exact",
2550
+ "autofix_safe": true
2551
+ },
2552
+ "網橋": {
2553
+ "taiwan": "橋接器",
2554
+ "confidence": 0.9,
2555
+ "category": "mainland-term",
2556
+ "reason": "台灣網路設備術語",
2557
+ "match_type": "exact",
2558
+ "autofix_safe": true
2559
+ },
2560
+ "網橋_bridge": {
2561
+ "taiwan": "橋接器",
2562
+ "confidence": 0.9,
2563
+ "category": "mainland-term",
2564
+ "reason": "台灣網路設備術語",
2565
+ "match_type": "exact",
2566
+ "autofix_safe": true
2567
+ },
2568
+ "无线接入点": {
2569
+ "taiwan": "無線存取點",
2570
+ "confidence": 0.9,
2571
+ "category": "mainland-term",
2572
+ "reason": "台灣無線網路設備",
2573
+ "match_type": "exact",
2574
+ "autofix_safe": true
2575
+ },
2576
+ "无线接入点_access_point": {
2577
+ "taiwan": "無線存取點",
2578
+ "confidence": 0.9,
2579
+ "category": "mainland-term",
2580
+ "reason": "台灣無線網路設備",
2581
+ "match_type": "exact",
2582
+ "autofix_safe": true
2583
+ },
2584
+ "無線接入點": {
2585
+ "taiwan": "無線存取點",
2586
+ "confidence": 0.9,
2587
+ "category": "mainland-term",
2588
+ "reason": "台灣無線網路設備",
2589
+ "match_type": "exact",
2590
+ "autofix_safe": true
2591
+ },
2592
+ "無線接入點_access_point": {
2593
+ "taiwan": "無線存取點",
2594
+ "confidence": 0.9,
2595
+ "category": "mainland-term",
2596
+ "reason": "台灣無線網路設備",
2597
+ "match_type": "exact",
2598
+ "autofix_safe": true
2599
+ },
2600
+ "天线": {
2601
+ "taiwan": "天線",
2602
+ "confidence": 0.85,
2603
+ "category": "mainland-term",
2604
+ "reason": "台灣無線設備元件",
2605
+ "match_type": "exact",
2606
+ "autofix_safe": true
2607
+ },
2608
+ "天线_antenna": {
2609
+ "taiwan": "天線",
2610
+ "confidence": 0.85,
2611
+ "category": "mainland-term",
2612
+ "reason": "台灣無線設備元件",
2613
+ "match_type": "exact",
2614
+ "autofix_safe": true
2615
+ },
2616
+ "天線": {
2617
+ "taiwan": "天線",
2618
+ "confidence": 0.85,
2619
+ "category": "mainland-term",
2620
+ "reason": "台灣無線設備元件",
2621
+ "match_type": "exact",
2622
+ "autofix_safe": true
2623
+ },
2624
+ "天線_antenna": {
2625
+ "taiwan": "天線",
2626
+ "confidence": 0.85,
2627
+ "category": "mainland-term",
2628
+ "reason": "台灣無線設備元件",
2629
+ "match_type": "exact",
2630
+ "autofix_safe": true
2631
+ },
2632
+ "放大器": {
2633
+ "taiwan": "放大器",
2634
+ "confidence": 0.85,
2635
+ "category": "mainland-term",
2636
+ "reason": "台灣訊號處理設備",
2637
+ "match_type": "exact",
2638
+ "autofix_safe": true
2639
+ },
2640
+ "放大器_amplifier": {
2641
+ "taiwan": "放大器",
2642
+ "confidence": 0.85,
2643
+ "category": "mainland-term",
2644
+ "reason": "台灣訊號處理設備",
2645
+ "match_type": "exact",
2646
+ "autofix_safe": true
2647
+ }
2648
+ }
2649
+ }