Commit b48d17f
committed
Round 6: 26 more S-Chinese patterns — cache / mobile / HTTP / stats / ownership
The most important addition this round mirrors Round 5's 軟件 → 軟體 fix:
bare 緩存 (T-char + Simplified vocab) was missed by the existing 缓存
(S-char) pattern. Any hand-typed zh-tw regen script could spell 緩存 with
Traditional characters and slip past the guard. That gap closes here.
Patterns added:
Cache / GPU memory / runtime errors:
緩存 -> 快取 (T-char S-vocab; sibling of 軟件 -> 軟體)
顯存 -> 顯示記憶體 / VRAM
段錯誤 -> 區段錯誤 / 分段錯誤
Mobile / social:
應用商店 -> 應用程式商店
彩信 -> 多媒體簡訊
手機卡 -> SIM 卡
鎖屏 -> 鎖定螢幕
屏保 -> 螢幕保護
點贊 -> 按讚
HTTP / connections:
請求頭 -> 請求標頭 響應頭 -> 回應標頭
長連接 -> 長連線 短連接 -> 短連線
連接池 -> 連線池
Statistics / ML:
步長 -> 步幅
置信區間 -> 信賴區間 置信度 -> 信賴度
顯著水平 -> 顯著水準 (`水平` ↔ `水準`)
Security:
入侵檢測 -> 入侵偵測
防病毒 -> 防毒
數字證書 -> 數位憑證
Filesystem ownership (POSIX):
屬主 -> 擁有者 / 所有者
屬組 -> 群組 / 所屬群組
Quality / CLI / CI-CD:
服務質量 -> 服務品質 (QoS)
命令行 -> 命令列 (CLI)
流水線 -> 管線 (CI/CD pipeline)
The s_only_patterns list now holds 212 regex entries across 25 sub-
sections in the agent doc. No existing zh-tw content offends the new
rules.
510/510 pytest pass.1 parent f9136a4 commit b48d17f
2 files changed
Lines changed: 97 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 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 | + | |
359 | 419 | | |
360 | 420 | | |
361 | 421 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 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 | + | |
420 | 457 | | |
421 | 458 | | |
422 | 459 | | |
| |||
0 commit comments