|
1 | 1 | {
|
| 2 | + "common": { |
| 3 | + "console": { |
| 4 | + "plugins": { |
| 5 | + "execute-failed": "插件 {{pluginName}} 無法被執行::{{contextName}}", |
| 6 | + "executed-at-ms": "插件 {{pluginName}} ::{{contextName}} 用了 {{ms}} ms 來執行", |
| 7 | + "initialize-failed": "初始化插件 \"{{pluginName}}\" 失敗", |
| 8 | + "load-all": "載入所有插件", |
| 9 | + "load-failed": "載入插件 \"{{pluginName}}\" 失敗", |
| 10 | + "loaded": "插件 \"{{pluginName}}\" 已被載入", |
| 11 | + "unload-failed": "解除安裝插件 \"{{pluginName}}\" 失敗", |
| 12 | + "unloaded": "插件 \"{{pluginName}}\" 已被解除安裝" |
| 13 | + } |
| 14 | + } |
| 15 | + }, |
2 | 16 | "language": {
|
3 | 17 | "code": "zh-TW",
|
4 | 18 | "local-name": "正體字",
|
5 | 19 | "name": "Traditional Chinese"
|
| 20 | + }, |
| 21 | + "main": { |
| 22 | + "console": { |
| 23 | + "did-finish-load": { |
| 24 | + "dev-tools": "載入完成。開發者工具已開啟" |
| 25 | + }, |
| 26 | + "i18n": { |
| 27 | + "loaded": "i18n 已載入" |
| 28 | + }, |
| 29 | + "second-instance": { |
| 30 | + "receive-command": "使用協定來接收指令: \"{{command}}\"" |
| 31 | + }, |
| 32 | + "theme": { |
| 33 | + "css-file-not-found": "CSS 檔案 \"{{cssFile}}\" 不存在,已忽略" |
| 34 | + }, |
| 35 | + "unresponsive": { |
| 36 | + "details": "無回應錯誤!\n{{error}}" |
| 37 | + }, |
| 38 | + "when-ready": { |
| 39 | + "clearing-cache-after-20s": "清理程式的快取資料" |
| 40 | + }, |
| 41 | + "window": { |
| 42 | + "tried-to-render-offscreen": "視窗正嘗試在螢幕外渲染,視窗大小 = {{windowSize}},螢幕大小 = {{displaySize}},位置 = {{position}}" |
| 43 | + } |
| 44 | + }, |
| 45 | + "dialog": { |
| 46 | + "hide-menu-enabled": { |
| 47 | + "detail": "選單已隱藏,使用 'Alt' 鍵來重新顯示(或是使用空白鍵來使用程式內選單)", |
| 48 | + "message": "隱藏選單已經啟用", |
| 49 | + "title": "隱藏選單已啟用" |
| 50 | + }, |
| 51 | + "need-to-restart": { |
| 52 | + "buttons": { |
| 53 | + "later": "稍後", |
| 54 | + "restart-now": "立即重啟" |
| 55 | + }, |
| 56 | + "detail": "插件 \"{{pluginName}}\" 需要程式重新啟動之後才會生效", |
| 57 | + "message": "\"{{pluginName}}\" 需要重新啟動", |
| 58 | + "title": "需要重新啟動" |
| 59 | + }, |
| 60 | + "unresponsive": { |
| 61 | + "buttons": { |
| 62 | + "quit": "離開", |
| 63 | + "relaunch": "重新啟動", |
| 64 | + "wait": "等一下" |
| 65 | + }, |
| 66 | + "detail": "造成不便我們深表歉意!請選擇動作:", |
| 67 | + "message": "應用程式無回應", |
| 68 | + "title": "視窗無回應" |
| 69 | + }, |
| 70 | + "update-available": { |
| 71 | + "buttons": { |
| 72 | + "disable": "關閉更新", |
| 73 | + "download": "下載", |
| 74 | + "ok": "OK" |
| 75 | + }, |
| 76 | + "detail": "新的版本已經推出,你可以到 {{downloadLink}} 下載", |
| 77 | + "message": "有新版本可用", |
| 78 | + "title": "有可用的更新" |
| 79 | + } |
| 80 | + }, |
| 81 | + "menu": { |
| 82 | + "about": "關於", |
| 83 | + "navigation": { |
| 84 | + "label": "導覽列", |
| 85 | + "submenu": { |
| 86 | + "copy-current-url": "複製目前的網址", |
| 87 | + "go-back": "回到上一頁", |
| 88 | + "go-forward": "回到下一頁", |
| 89 | + "quit": "退出", |
| 90 | + "restart": "重啟程式" |
| 91 | + } |
| 92 | + }, |
| 93 | + "options": { |
| 94 | + "label": "選項", |
| 95 | + "submenu": { |
| 96 | + "advanced-options": { |
| 97 | + "label": "進階選項", |
| 98 | + "submenu": { |
| 99 | + "auto-reset-app-cache": "當程式啟動時重置應用程式快取", |
| 100 | + "disable-hardware-acceleration": "關閉硬體加速", |
| 101 | + "edit-config-json": "編輯 config.json", |
| 102 | + "override-user-agent": "複寫用戶代理", |
| 103 | + "restart-on-config-changes": "重新啟動來更改配置", |
| 104 | + "set-proxy": { |
| 105 | + "label": "設定代理伺服器", |
| 106 | + "prompt": { |
| 107 | + "label": "輸入代理伺服器位置:(留空以停用本設定)", |
| 108 | + "placeholder": "示例: socks5://127.0.0.1:9999", |
| 109 | + "title": "設定代理伺服器" |
| 110 | + } |
| 111 | + }, |
| 112 | + "toggle-dev-tools": "切換開發者工具" |
| 113 | + } |
| 114 | + }, |
| 115 | + "always-on-top": "永遠顯示在最上層", |
| 116 | + "auto-update": "自動更新" |
| 117 | + } |
| 118 | + } |
| 119 | + } |
6 | 120 | }
|
7 | 121 | }
|
0 commit comments