Created
August 29, 2020 15:44
-
-
Save titangene/8f015e54607f74bef8bf985fd426005f to your computer and use it in GitHub Desktop.
newtongwen-settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "", | |
| "autoConvert": "trad", | |
| "iconAction": "trad", | |
| "symConvert": false, | |
| "inputConvert": "none", | |
| "fontCustom": { | |
| "enable": false, | |
| "trad": "微軟正黑體, PMingLiU, MingLiU, 新細明體, 細明體", | |
| "simp": "MS Song, 宋体, SimSun" | |
| }, | |
| "urlFilter": { | |
| "enable": false, | |
| "list": [] | |
| }, | |
| "userPhrase": { | |
| "enable": true, | |
| "trad": { | |
| "Web 頁面": "網頁", | |
| "上下文": "context", | |
| "代碼": "程式碼", | |
| "信息": "資訊", | |
| "內存": "記憶體", | |
| "內核": "核心", | |
| "公共": "公開", | |
| "兼容": "相容", | |
| "創建": "建立", | |
| "加載": "載入", | |
| "加載程序": "boot loader", | |
| "命令": "指令", | |
| "堆棧": "stack", | |
| "存儲": "儲存", | |
| "實現": "實作", | |
| "對象": "物件", | |
| "屏幕": "螢幕", | |
| "帳戶": "帳號", | |
| "應用程序": "應用程式", | |
| "支持": "支援", | |
| "文件": "檔案", | |
| "文檔": "文件", | |
| "映像": "image", | |
| "會話": "session", | |
| "構建": "建置", | |
| "用戶": "使用者", | |
| "移動設備": "行動裝置", | |
| "組件": "元件", | |
| "視圖": "view", | |
| "計算機": "電腦", | |
| "訪問器": "accessor", | |
| "設備": "裝置", | |
| "設置為": "設為", | |
| "軟件": "軟體", | |
| "通过": "通過", | |
| "進程": "process", | |
| "運行": "執行", | |
| "重定向": "重新導向", | |
| "鏈接": "link", | |
| "集成": "整合", | |
| "響應": "response", | |
| "驅動程序": "driver", | |
| "結帳": "checkout", | |
| "設置": "設定", | |
| "默認": "預設", | |
| "模塊": "模組", | |
| "性能": "效能", | |
| "操作系統": "作業系統", | |
| "數據": "資料", | |
| "程序設計": "程式設計", | |
| "網絡": "網路", | |
| "數據庫": "資料庫", | |
| "人工智能": "人工智慧", | |
| "體系結構": "系統架構", | |
| "並行計算": "平行計算", | |
| "分佈式": "分散式", | |
| "異步": "非同步", | |
| "谷歌": "Google", | |
| "互聯網": "網際網路", | |
| "全局": "全域", | |
| "保存": "儲存", | |
| "字符串": "字串", | |
| "映射": "map", | |
| "構造器": "constructor", | |
| "遠程": "遠端", | |
| "數組": "陣列", | |
| "字段": "field", | |
| "擴展": "擴充", | |
| "指令行": "指令列", | |
| "接口": "介面" | |
| }, | |
| "simp": {} | |
| }, | |
| "contextMenu": { | |
| "enable": true | |
| }, | |
| "symbolS2T": { | |
| "·": "‧", | |
| "―": "─", | |
| "‖": "∥", | |
| "‘": "『", | |
| "’": "』", | |
| "“": "「", | |
| "”": "」", | |
| "″": "〞", | |
| "∏": "Π", | |
| "∑": "Σ", | |
| "∧": "︿", | |
| "∨": "﹀", | |
| "∶": "︰", | |
| "≈": "≒", | |
| "≤": "≦", | |
| "≥": "≧", | |
| "━": "─", | |
| "┃": "│", | |
| "┏": "┌", | |
| "┓": "┐", | |
| "┗": "└", | |
| "┛": "┘", | |
| "┣": "├", | |
| "┫": "┤", | |
| "┳": "┬", | |
| "┻": "┴", | |
| "╋": "┼", | |
| "〖": "【", | |
| "〗": "】" | |
| }, | |
| "symbolT2S": { | |
| "¯": "ˉ", | |
| "‥": "¨", | |
| "‧": "·", | |
| "‵": "`", | |
| "≒": "≈", | |
| "≦": "≤", | |
| "≧": "≥", | |
| "╱": "/", | |
| "╲": "\", | |
| "╴": "_", | |
| "「": "“", | |
| "」": "”", | |
| "『": "‘", | |
| "』": "’" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment