Commit f9136a4
committed
Round 5: 25 more S-Chinese patterns — punctuation / docs / images / addresses
The most important catch this round is bare 軟件 (Traditional chars,
Simplified vocabulary). The existing 软件|软体 pattern only caught the
S-character form; a regen script written by hand could easily type 軟件
with T characters and escape the guard — that gap is now closed.
Patterns added:
Punctuation / escapes / numeric formatting:
溢出 → 溢位 內聯 → 內嵌 / 行內
轉義 → 跳脫 反斜杠 → 反斜線
斜杠 → 斜線 (negative-lookbehind to skip 反斜杠 already counted)
方括號 → 中括號
數字化 → 數位化 數字簽名 → 數位簽名
分辨率 → 解析度 矢量 → 向量
響應 → 回應
Software / documents:
軟件 → 軟體 (CRITICAL — bare T-char S-vocab missed for rounds)
文檔 → 文件 / 說明文件
文本框 → 文字方塊
源代碼 → 原始碼
腳注 → 腳註
Image / media:
縮略圖 → 縮圖
二維碼 → 二維條碼 / QR code
Network addresses:
IP\s*地址 → IP 位址
物理地址 → 實體位址
MAC\s*地址 → MAC 位址
Alerts / security:
報警 → 警報
殺毒 → 防毒
UI shortcuts:
快捷方式 → 捷徑
系統托盤 → 系統匣
The agent doc table now has 4 new subsections (Punctuation, Software /
documents, Image / media continued, Addresses) so future maintainers
find these entries near their domain peers.
510/510 pytest pass; ruff clean.1 parent 08d056f commit f9136a4
2 files changed
Lines changed: 78 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 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 | + | |
314 | 358 | | |
315 | 359 | | |
316 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 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 | + | |
386 | 420 | | |
387 | 421 | | |
388 | 422 | | |
| |||
0 commit comments