|
| 1 | +/* macOS system menu localization - Traditional Chinese */ |
| 2 | + |
| 3 | +/* Application menu */ |
| 4 | +"Hide %@" = "隱藏 %@"; |
| 5 | +"Hide Others" = "隱藏其他"; |
| 6 | +"Show All" = "顯示全部"; |
| 7 | +"Quit %@" = "結束 %@"; |
| 8 | +"About %@" = "關於 %@"; |
| 9 | +"Preferences…" = "偏好設定⋯"; |
| 10 | +"Settings…" = "設定⋯"; |
| 11 | +"Services" = "服務"; |
| 12 | + |
| 13 | +/* File menu */ |
| 14 | +"File" = "檔案"; |
| 15 | +"Close" = "關閉"; |
| 16 | +"Close Window" = "關閉視窗"; |
| 17 | + |
| 18 | +/* Edit menu */ |
| 19 | +"Edit" = "編輯"; |
| 20 | +"Undo" = "還原"; |
| 21 | +"Redo" = "重做"; |
| 22 | +"Cut" = "剪下"; |
| 23 | +"Copy" = "拷貝"; |
| 24 | +"Paste" = "貼上"; |
| 25 | +"Paste and Match Style" = "貼上並符合樣式"; |
| 26 | +"Delete" = "刪除"; |
| 27 | +"Select All" = "全選"; |
| 28 | +"Find" = "尋找"; |
| 29 | +"Find…" = "尋找⋯"; |
| 30 | +"Find and Replace…" = "尋找和取代⋯"; |
| 31 | +"Find Next" = "尋找下一個"; |
| 32 | +"Find Previous" = "尋找上一個"; |
| 33 | +"Use Selection for Find" = "使用所選範圍尋找"; |
| 34 | +"Spelling and Grammar" = "拼字和文法"; |
| 35 | +"Show Spelling and Grammar" = "顯示拼字和文法"; |
| 36 | +"Check Document Now" = "立即檢查文件"; |
| 37 | +"Check Spelling While Typing" = "輸入時檢查拼字"; |
| 38 | +"Check Grammar With Spelling" = "隨拼字檢查文法"; |
| 39 | +"Correct Spelling Automatically" = "自動修正拼字"; |
| 40 | +"Substitutions" = "替代"; |
| 41 | +"Show Substitutions" = "顯示替代"; |
| 42 | +"Smart Copy/Paste" = "智慧型拷貝/貼上"; |
| 43 | +"Smart Quotes" = "智慧型引號"; |
| 44 | +"Smart Dashes" = "智慧型破折號"; |
| 45 | +"Smart Links" = "智慧型連結"; |
| 46 | +"Text Replacement" = "文字替換"; |
| 47 | +"Transformations" = "轉換"; |
| 48 | +"Make Upper Case" = "大寫"; |
| 49 | +"Make Lower Case" = "小寫"; |
| 50 | +"Capitalize" = "首字大寫"; |
| 51 | +"Speech" = "語音"; |
| 52 | +"Start Speaking" = "開始朗讀"; |
| 53 | +"Stop Speaking" = "停止朗讀"; |
| 54 | + |
| 55 | +/* View menu */ |
| 56 | +"View" = "顯示方式"; |
| 57 | +"Enter Full Screen" = "進入全螢幕"; |
| 58 | +"Exit Full Screen" = "結束全螢幕"; |
| 59 | +"Toggle Full Screen" = "切換全螢幕"; |
| 60 | +"Show Toolbar" = "顯示工具列"; |
| 61 | +"Hide Toolbar" = "隱藏工具列"; |
| 62 | +"Show Sidebar" = "顯示側邊欄"; |
| 63 | +"Hide Sidebar" = "隱藏側邊欄"; |
| 64 | +"Actual Size" = "實際大小"; |
| 65 | +"Zoom In" = "放大"; |
| 66 | +"Zoom Out" = "縮小"; |
| 67 | + |
| 68 | +/* Window menu */ |
| 69 | +"Window" = "視窗"; |
| 70 | +"Minimize" = "縮到最小"; |
| 71 | +"Zoom" = "縮放"; |
| 72 | +"Bring All to Front" = "將所有視窗移至最前"; |
| 73 | +"Close All" = "全部關閉"; |
| 74 | +"Arrange in Front" = "在前面排列"; |
| 75 | +"Tile Window to Left of Screen" = "將視窗拼貼到螢幕左側"; |
| 76 | +"Tile Window to Right of Screen" = "將視窗拼貼到螢幕右側"; |
| 77 | +"Move Window to Left Side of Screen" = "將視窗移到螢幕左側"; |
| 78 | +"Move Window to Right Side of Screen" = "將視窗移到螢幕右側"; |
| 79 | + |
| 80 | +/* Help menu */ |
| 81 | +"Help" = "輔助說明"; |
0 commit comments