Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730
  1. # Chinese (Traditional) translation of tigervnc
  2. # Copyright (C) 2019 the TigerVNC Team (msgids)
  3. # This file is distributed under the same license as the tigervnc package.
  4. #
  5. # pan93412 <pan93412@gmail.com>, 2019.
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: tigervnc 1.9.90\n"
  9. "Report-Msgid-Bugs-To: tigervnc-devel@googlegroups.com\n"
  10. "POT-Creation-Date: 2019-10-18 10:14+0200\n"
  11. "PO-Revision-Date: 2019-10-28 17:52+0800\n"
  12. "Last-Translator: pan93412 <pan93412@gmail.com>\n"
  13. "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
  14. "Language: zh_TW\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "X-Bugs: Report translation errors to the Language-Team address.\n"
  19. "Plural-Forms: nplurals=1; plural=0;\n"
  20. "X-Generator: Lokalize 19.08.2\n"
  21. #: vncviewer/CConn.cxx:99
  22. #, c-format
  23. msgid "Connected to socket %s"
  24. msgstr "已連線到 socket %s"
  25. #: vncviewer/CConn.cxx:106
  26. #, c-format
  27. msgid "Connected to host %s port %d"
  28. msgstr "已連線到主機位址 %s (連線埠 %d)"
  29. #: vncviewer/CConn.cxx:157
  30. #, c-format
  31. msgid "Desktop name: %.80s"
  32. msgstr "桌面名稱:%.80s"
  33. #: vncviewer/CConn.cxx:162
  34. #, c-format
  35. msgid "Host: %.80s port: %d"
  36. msgstr "主機名稱:%.80s 連線埠:%d"
  37. #: vncviewer/CConn.cxx:167
  38. #, c-format
  39. msgid "Size: %d x %d"
  40. msgstr "大小:%d x %d"
  41. #: vncviewer/CConn.cxx:175
  42. #, c-format
  43. msgid "Pixel format: %s"
  44. msgstr "像素格式:%s"
  45. #: vncviewer/CConn.cxx:182
  46. #, c-format
  47. msgid "(server default %s)"
  48. msgstr "(伺服器預設值:%s)"
  49. #: vncviewer/CConn.cxx:187
  50. #, c-format
  51. msgid "Requested encoding: %s"
  52. msgstr "請求的編碼方式:%s"
  53. #: vncviewer/CConn.cxx:192
  54. #, c-format
  55. msgid "Last used encoding: %s"
  56. msgstr "上次使用的編碼方式:%s"
  57. #: vncviewer/CConn.cxx:197
  58. #, c-format
  59. msgid "Line speed estimate: %d kbit/s"
  60. msgstr "估計線速:%d kbit/秒"
  61. #: vncviewer/CConn.cxx:202
  62. #, c-format
  63. msgid "Protocol version: %d.%d"
  64. msgstr "協定版本:%d.%d"
  65. #: vncviewer/CConn.cxx:207
  66. #, c-format
  67. msgid "Security method: %s"
  68. msgstr "安全性方法:%s"
  69. #: vncviewer/CConn.cxx:324
  70. #, c-format
  71. msgid "SetDesktopSize failed: %d"
  72. msgstr "執行 SetDesktopSize 失敗:%d"
  73. #: vncviewer/CConn.cxx:372
  74. msgid "Invalid SetColourMapEntries from server!"
  75. msgstr "伺服器傳來無效的 SetColourMapEntries!"
  76. #: vncviewer/CConn.cxx:480
  77. #, c-format
  78. msgid "Throughput %d kbit/s - changing to quality %d"
  79. msgstr "輸送量 %d kbit/秒 - 將品質等級變更至 %d"
  80. #: vncviewer/CConn.cxx:502
  81. #, c-format
  82. msgid "Throughput %d kbit/s - full color is now enabled"
  83. msgstr "輸送量 %d kbit/秒 - 全彩模式現已啟用"
  84. #: vncviewer/CConn.cxx:505
  85. #, c-format
  86. msgid "Throughput %d kbit/s - full color is now disabled"
  87. msgstr "輸送量 %d kbit/秒 - 全彩模式現已停用"
  88. #: vncviewer/CConn.cxx:531
  89. #, c-format
  90. msgid "Using pixel format %s"
  91. msgstr "使用像素格式 %s"
  92. #: vncviewer/DesktopWindow.cxx:122
  93. msgid "Invalid geometry specified!"
  94. msgstr "指定了無效的幾何大小!"
  95. #: vncviewer/DesktopWindow.cxx:495
  96. msgid "Adjusting window size to avoid accidental full screen request"
  97. msgstr "將調整視窗大小以避免非預期的全螢幕請求"
  98. #: vncviewer/DesktopWindow.cxx:539
  99. #, c-format
  100. msgid "Press %s to open the context menu"
  101. msgstr "按下 %s 鍵開啟內容選單"
  102. #: vncviewer/DesktopWindow.cxx:836 vncviewer/DesktopWindow.cxx:844
  103. #: vncviewer/DesktopWindow.cxx:864
  104. msgid "Failure grabbing keyboard"
  105. msgstr "擷取鍵盤失敗"
  106. #: vncviewer/DesktopWindow.cxx:938
  107. msgid "Failure grabbing mouse"
  108. msgstr "擷取滑鼠失敗"
  109. #: vncviewer/DesktopWindow.cxx:1162
  110. msgid "Invalid screen layout computed for resize request!"
  111. msgstr "為縮放請求計算的螢幕版面配置無效!"
  112. #: vncviewer/OptionsDialog.cxx:57
  113. msgid "VNC Viewer: Connection Options"
  114. msgstr "VNC 檢視器:連線設定"
  115. #: vncviewer/OptionsDialog.cxx:83 vncviewer/ServerDialog.cxx:91
  116. #: vncviewer/vncviewer.cxx:282
  117. msgid "Cancel"
  118. msgstr "取消"
  119. #: vncviewer/OptionsDialog.cxx:88 vncviewer/vncviewer.cxx:281
  120. msgid "OK"
  121. msgstr "確認"
  122. #: vncviewer/OptionsDialog.cxx:423
  123. msgid "Compression"
  124. msgstr "壓縮模式"
  125. #: vncviewer/OptionsDialog.cxx:439
  126. msgid "Auto select"
  127. msgstr "自動選擇"
  128. #: vncviewer/OptionsDialog.cxx:451
  129. msgid "Preferred encoding"
  130. msgstr "偏好編碼方式"
  131. #: vncviewer/OptionsDialog.cxx:499
  132. msgid "Color level"
  133. msgstr "色彩等級"
  134. #: vncviewer/OptionsDialog.cxx:510
  135. msgid "Full (all available colors)"
  136. msgstr "全彩 (所有可顯示的顏色)"
  137. #: vncviewer/OptionsDialog.cxx:517
  138. msgid "Medium (256 colors)"
  139. msgstr "中等 (256 色)"
  140. #: vncviewer/OptionsDialog.cxx:524
  141. msgid "Low (64 colors)"
  142. msgstr "較少 (64 色)"
  143. #: vncviewer/OptionsDialog.cxx:531
  144. msgid "Very low (8 colors)"
  145. msgstr "極少 (8 色)"
  146. #: vncviewer/OptionsDialog.cxx:548
  147. msgid "Custom compression level:"
  148. msgstr "自訂壓縮等級:"
  149. #: vncviewer/OptionsDialog.cxx:554
  150. msgid "level (1=fast, 6=best [4-6 are rarely useful])"
  151. msgstr "等級 (1=壓縮最快、6=大小最小 [4-6 可用性較低])"
  152. #: vncviewer/OptionsDialog.cxx:561
  153. msgid "Allow JPEG compression:"
  154. msgstr "允許 JPEG 壓縮方式:"
  155. #: vncviewer/OptionsDialog.cxx:567
  156. msgid "quality (0=poor, 9=best)"
  157. msgstr "品質 (0=最低、9=最好)"
  158. #: vncviewer/OptionsDialog.cxx:578
  159. msgid "Security"
  160. msgstr "安全性"
  161. #: vncviewer/OptionsDialog.cxx:593
  162. msgid "Encryption"
  163. msgstr "加密方式"
  164. #: vncviewer/OptionsDialog.cxx:604 vncviewer/OptionsDialog.cxx:657
  165. #: vncviewer/OptionsDialog.cxx:737
  166. msgid "None"
  167. msgstr "無"
  168. #: vncviewer/OptionsDialog.cxx:610
  169. msgid "TLS with anonymous certificates"
  170. msgstr "使用匿名憑證的 TLS"
  171. #: vncviewer/OptionsDialog.cxx:616
  172. msgid "TLS with X509 certificates"
  173. msgstr "使用 X509 憑證的 TLS"
  174. #: vncviewer/OptionsDialog.cxx:623
  175. msgid "Path to X509 CA certificate"
  176. msgstr "X509 CA 憑證位置"
  177. #: vncviewer/OptionsDialog.cxx:630
  178. msgid "Path to X509 CRL file"
  179. msgstr "X509 CRL 檔案位置"
  180. #: vncviewer/OptionsDialog.cxx:646
  181. msgid "Authentication"
  182. msgstr "認證方式"
  183. #: vncviewer/OptionsDialog.cxx:663
  184. msgid "Standard VNC (insecure without encryption)"
  185. msgstr "標準 VNC 認證方式 (若未開啟加密功能則不安全)"
  186. #: vncviewer/OptionsDialog.cxx:669
  187. msgid "Username and password (insecure without encryption)"
  188. msgstr "使用者與密碼認證方式 (若未開啟加密功能則不安全)"
  189. #: vncviewer/OptionsDialog.cxx:688
  190. msgid "Input"
  191. msgstr "輸入"
  192. #: vncviewer/OptionsDialog.cxx:696
  193. msgid "View only (ignore mouse and keyboard)"
  194. msgstr "僅供檢視模式 (忽略滑鼠與鍵盤動作)"
  195. #: vncviewer/OptionsDialog.cxx:702
  196. msgid "Accept clipboard from server"
  197. msgstr "接受來自伺服器的剪貼簿內容"
  198. #: vncviewer/OptionsDialog.cxx:710
  199. msgid "Also set primary selection"
  200. msgstr "亦設定主要選區"
  201. #: vncviewer/OptionsDialog.cxx:717
  202. msgid "Send clipboard to server"
  203. msgstr "將剪貼簿內容傳至伺服器"
  204. #: vncviewer/OptionsDialog.cxx:725
  205. msgid "Send primary selection as clipboard"
  206. msgstr "將主要選取區塊作為剪貼簿內容傳送"
  207. #: vncviewer/OptionsDialog.cxx:732
  208. msgid "Pass system keys directly to server (full screen)"
  209. msgstr "直接將系統鍵傳至伺服器 (全螢幕模式)"
  210. #: vncviewer/OptionsDialog.cxx:735
  211. msgid "Menu key"
  212. msgstr "選單鍵"
  213. #: vncviewer/OptionsDialog.cxx:751
  214. msgid "Screen"
  215. msgstr "螢幕"
  216. #: vncviewer/OptionsDialog.cxx:759
  217. msgid "Resize remote session on connect"
  218. msgstr "連線時調整遠端階段的大小"
  219. #: vncviewer/OptionsDialog.cxx:772
  220. msgid "Resize remote session to the local window"
  221. msgstr "將遠端階段縮放至與本機視窗同大小"
  222. #: vncviewer/OptionsDialog.cxx:778
  223. msgid "Full-screen mode"
  224. msgstr "全螢幕模式"
  225. #: vncviewer/OptionsDialog.cxx:784
  226. msgid "Enable full-screen mode over all monitors"
  227. msgstr "於所有顯示器啟用全螢幕模式"
  228. #: vncviewer/OptionsDialog.cxx:793
  229. msgid "Misc."
  230. msgstr "雜項設定"
  231. #: vncviewer/OptionsDialog.cxx:801
  232. msgid "Shared (don't disconnect other viewers)"
  233. msgstr "共用連線 (不斷開其他檢視器的連線)"
  234. #: vncviewer/OptionsDialog.cxx:807
  235. msgid "Show dot when no cursor"
  236. msgstr "若無游標則改顯示一個點"
  237. #: vncviewer/ServerDialog.cxx:42
  238. msgid "VNC Viewer: Connection Details"
  239. msgstr "VNC 檢視器:連線詳細資訊"
  240. #: vncviewer/ServerDialog.cxx:49 vncviewer/ServerDialog.cxx:54
  241. msgid "VNC server:"
  242. msgstr "VNC 伺服器:"
  243. #: vncviewer/ServerDialog.cxx:64
  244. msgid "Options..."
  245. msgstr "選項…"
  246. #: vncviewer/ServerDialog.cxx:69
  247. msgid "Load..."
  248. msgstr "載入…"
  249. #: vncviewer/ServerDialog.cxx:74
  250. msgid "Save As..."
  251. msgstr "另存新檔…"
  252. #: vncviewer/ServerDialog.cxx:86
  253. msgid "About..."
  254. msgstr "關於…"
  255. #: vncviewer/ServerDialog.cxx:96
  256. msgid "Connect"
  257. msgstr "連線"
  258. #: vncviewer/ServerDialog.cxx:137 vncviewer/ServerDialog.cxx:171
  259. msgid "TigerVNC configuration (*.tigervnc)"
  260. msgstr "TigerVNC 組態設定 (*.tigervnc)"
  261. #: vncviewer/ServerDialog.cxx:138
  262. msgid "Select a TigerVNC configuration file"
  263. msgstr "請選取 TigerVNC 組態設定檔"
  264. #: vncviewer/ServerDialog.cxx:172
  265. msgid "Save the TigerVNC configuration to file"
  266. msgstr "將 TigerVNC 組態設定儲存為檔案"
  267. #: vncviewer/ServerDialog.cxx:197
  268. #, c-format
  269. msgid "%s already exists. Do you want to overwrite?"
  270. msgstr "%s 已存在,是否覆寫?"
  271. #: vncviewer/ServerDialog.cxx:198 vncviewer/vncviewer.cxx:279
  272. msgid "No"
  273. msgstr "否"
  274. #: vncviewer/ServerDialog.cxx:198
  275. msgid "Overwrite"
  276. msgstr "覆寫"
  277. #: vncviewer/UserDialog.cxx:85
  278. msgid "Opening password file failed"
  279. msgstr "開啟密碼檔失敗"
  280. #: vncviewer/UserDialog.cxx:105
  281. msgid "VNC authentication"
  282. msgstr "VNC 認證"
  283. #: vncviewer/UserDialog.cxx:112
  284. msgid "This connection is secure"
  285. msgstr "此連線階段安全"
  286. #: vncviewer/UserDialog.cxx:116
  287. msgid "This connection is not secure"
  288. msgstr "此連線階段不安全"
  289. #: vncviewer/UserDialog.cxx:133
  290. msgid "Username:"
  291. msgstr "使用者名稱:"
  292. #: vncviewer/UserDialog.cxx:146
  293. msgid "Password:"
  294. msgstr "密碼:"
  295. #: vncviewer/UserDialog.cxx:185
  296. msgid "Authentication cancelled"
  297. msgstr "已取消認證程序"
  298. #: vncviewer/Viewport.cxx:389
  299. #, c-format
  300. msgid "Failed to update keyboard LED state: %lu"
  301. msgstr "更新鍵盤 LED 狀態失敗:%lu"
  302. #: vncviewer/Viewport.cxx:395 vncviewer/Viewport.cxx:401
  303. #, c-format
  304. msgid "Failed to update keyboard LED state: %d"
  305. msgstr "更新鍵盤 LED 狀態失敗:%d"
  306. #: vncviewer/Viewport.cxx:431
  307. msgid "Failed to update keyboard LED state"
  308. msgstr "更新鍵盤 LED 狀態失敗"
  309. #: vncviewer/Viewport.cxx:458 vncviewer/Viewport.cxx:466
  310. #: vncviewer/Viewport.cxx:483
  311. #, c-format
  312. msgid "Failed to get keyboard LED state: %d"
  313. msgstr "取得鍵盤 LED 狀態失敗:%d"
  314. #: vncviewer/Viewport.cxx:833
  315. msgid "No key code specified on key press"
  316. msgstr "沒有指定按下按鍵事件的按鍵代碼"
  317. #: vncviewer/Viewport.cxx:982
  318. #, c-format
  319. msgid "No scan code for extended virtual key 0x%02x"
  320. msgstr "沒有對應到延伸虛擬代碼 0x%02x 的掃描碼"
  321. #: vncviewer/Viewport.cxx:984
  322. #, c-format
  323. msgid "No scan code for virtual key 0x%02x"
  324. msgstr "沒有對應到虛擬按鍵 0x%02x 的掃描碼"
  325. #: vncviewer/Viewport.cxx:990
  326. #, c-format
  327. msgid "Invalid scan code 0x%02x"
  328. msgstr "掃描碼 0x%02x 無效"
  329. #: vncviewer/Viewport.cxx:1020
  330. #, c-format
  331. msgid "No symbol for extended virtual key 0x%02x"
  332. msgstr "沒有對應到延伸虛擬代碼 0x%02x 的符號"
  333. #: vncviewer/Viewport.cxx:1022
  334. #, c-format
  335. msgid "No symbol for virtual key 0x%02x"
  336. msgstr "沒有對應到虛擬按鍵 0x%02x 的符號"
  337. #: vncviewer/Viewport.cxx:1115
  338. #, c-format
  339. msgid "No symbol for key code 0x%02x (in the current state)"
  340. msgstr "沒有對應到按鍵代碼 0x%02x 的符號 (目前狀態)"
  341. #: vncviewer/Viewport.cxx:1148
  342. #, c-format
  343. msgid "No symbol for key code %d (in the current state)"
  344. msgstr "沒有對應到按鍵代碼 %d 的符號 (目前狀態)"
  345. #: vncviewer/Viewport.cxx:1199
  346. msgctxt "ContextMenu|"
  347. msgid "E&xit viewer"
  348. msgstr "退出檢視器(&X)"
  349. #: vncviewer/Viewport.cxx:1202
  350. msgctxt "ContextMenu|"
  351. msgid "&Full screen"
  352. msgstr "全螢幕(&F)"
  353. #: vncviewer/Viewport.cxx:1205
  354. msgctxt "ContextMenu|"
  355. msgid "Minimi&ze"
  356. msgstr "最小化(&Z)"
  357. #: vncviewer/Viewport.cxx:1207
  358. msgctxt "ContextMenu|"
  359. msgid "Resize &window to session"
  360. msgstr "將視窗縮放至與連線階段同大小(&W)"
  361. #: vncviewer/Viewport.cxx:1212
  362. msgctxt "ContextMenu|"
  363. msgid "&Ctrl"
  364. msgstr "&Ctrl"
  365. #: vncviewer/Viewport.cxx:1215
  366. msgctxt "ContextMenu|"
  367. msgid "&Alt"
  368. msgstr "&Alt"
  369. #: vncviewer/Viewport.cxx:1221
  370. #, c-format
  371. msgctxt "ContextMenu|"
  372. msgid "Send %s"
  373. msgstr "傳送 %s 鍵"
  374. #: vncviewer/Viewport.cxx:1227
  375. msgctxt "ContextMenu|"
  376. msgid "Send Ctrl-Alt-&Del"
  377. msgstr "傳送 Ctrl-Alt-&Del 鍵"
  378. #: vncviewer/Viewport.cxx:1230
  379. msgctxt "ContextMenu|"
  380. msgid "&Refresh screen"
  381. msgstr "重新整理螢幕(&R)"
  382. #: vncviewer/Viewport.cxx:1233
  383. msgctxt "ContextMenu|"
  384. msgid "&Options..."
  385. msgstr "選項(&O)…"
  386. #: vncviewer/Viewport.cxx:1235
  387. msgctxt "ContextMenu|"
  388. msgid "Connection &info..."
  389. msgstr "連線資訊(&I)…"
  390. #: vncviewer/Viewport.cxx:1237
  391. msgctxt "ContextMenu|"
  392. msgid "About &TigerVNC viewer..."
  393. msgstr "關於 TigerVNC 檢視器(&T)…"
  394. #: vncviewer/Viewport.cxx:1240
  395. msgctxt "ContextMenu|"
  396. msgid "Dismiss &menu"
  397. msgstr "關閉選單(&M)"
  398. #: vncviewer/Viewport.cxx:1329
  399. msgid "VNC connection info"
  400. msgstr "VNC 連線資訊"
  401. #: vncviewer/parameters.cxx:278 vncviewer/parameters.cxx:312
  402. #, c-format
  403. msgid "The name of the parameter %s was too large to write to the registry"
  404. msgstr "參數 %s 的名稱過長以至於無法寫入登錄表"
  405. #: vncviewer/parameters.cxx:284 vncviewer/parameters.cxx:291
  406. #, c-format
  407. msgid "The parameter %s was too large to write to the registry"
  408. msgstr "參數 %s 過長以至於無法寫入登錄表"
  409. #: vncviewer/parameters.cxx:297 vncviewer/parameters.cxx:318
  410. #, c-format
  411. msgid "Failed to write parameter %s of type %s to the registry: %ld"
  412. msgstr "寫入參數 %s (類型 %s) 至登錄表失敗:%ld"
  413. #: vncviewer/parameters.cxx:334 vncviewer/parameters.cxx:377
  414. #, c-format
  415. msgid "The name of the parameter %s was too large to read from the registry"
  416. msgstr "參數 %s 之名稱過長以至於無法從登錄表讀取"
  417. #: vncviewer/parameters.cxx:346 vncviewer/parameters.cxx:386
  418. #, c-format
  419. msgid "Failed to read parameter %s from the registry: %ld"
  420. msgstr "從登錄表讀取參數 %s 失敗:%ld"
  421. #: vncviewer/parameters.cxx:357
  422. #, c-format
  423. msgid "The parameter %s was too large to read from the registry"
  424. msgstr "參數 %s 過長以至於無法從登錄表讀取"
  425. #: vncviewer/parameters.cxx:406
  426. #, c-format
  427. msgid "Failed to create registry key: %ld"
  428. msgstr "建立登錄機碼失敗:%ld"
  429. #: vncviewer/parameters.cxx:420 vncviewer/parameters.cxx:469
  430. #: vncviewer/parameters.cxx:532 vncviewer/parameters.cxx:666
  431. #, c-format
  432. msgid "Unknown parameter type for parameter %s"
  433. msgstr "參數 %s 的類型未知"
  434. #: vncviewer/parameters.cxx:427 vncviewer/parameters.cxx:476
  435. #, c-format
  436. msgid "Failed to close registry key: %ld"
  437. msgstr "關閉登錄機碼失敗:%ld"
  438. #: vncviewer/parameters.cxx:443
  439. #, c-format
  440. msgid "Failed to open registry key: %ld"
  441. msgstr "開啟登錄機碼失敗:%ld"
  442. #: vncviewer/parameters.cxx:500
  443. msgid "Failed to write configuration file, can't obtain home directory path."
  444. msgstr "寫入組態檔案失敗,無法取得家目錄路徑。"
  445. #: vncviewer/parameters.cxx:514
  446. #, c-format
  447. msgid "Failed to write configuration file, can't open %s: %s"
  448. msgstr "寫入組態檔案失敗,無法開啟 %s:%s"
  449. #: vncviewer/parameters.cxx:559
  450. msgid "Failed to read configuration file, can't obtain home directory path."
  451. msgstr "讀取組態檔案失敗,無法取得家目錄路徑。"
  452. #: vncviewer/parameters.cxx:573
  453. #, c-format
  454. msgid "Failed to read configuration file, can't open %s: %s"
  455. msgstr "讀取組態檔案失敗,無法開啟 %s:%s"
  456. #: vncviewer/parameters.cxx:586 vncviewer/parameters.cxx:591
  457. #: vncviewer/parameters.cxx:616 vncviewer/parameters.cxx:629
  458. #: vncviewer/parameters.cxx:645
  459. #, c-format
  460. msgid "Failed to read line %d in file %s: %s"
  461. msgstr "讀取檔案 %2$s 中第 %1$d 行失敗:%3$s"
  462. #: vncviewer/parameters.cxx:592
  463. msgid "Line too long"
  464. msgstr "行字數過長"
  465. #: vncviewer/parameters.cxx:599
  466. #, c-format
  467. msgid "Configuration file %s is in an invalid format"
  468. msgstr "組態檔案 %s 格式無效"
  469. #: vncviewer/parameters.cxx:617
  470. msgid "Invalid format"
  471. msgstr "格式無效"
  472. #: vncviewer/parameters.cxx:630 vncviewer/parameters.cxx:646
  473. msgid "Invalid format or too large value"
  474. msgstr "格式無效或數值過大"
  475. #: vncviewer/parameters.cxx:673
  476. #, c-format
  477. msgid "Unknown parameter %s on line %d in file %s"
  478. msgstr "檔案 %s 中第 %d 行發現不明參數 %s"
  479. #: vncviewer/vncviewer.cxx:100
  480. #, c-format
  481. msgid ""
  482. "TigerVNC Viewer %d-bit v%s\n"
  483. "Built on: %s\n"
  484. "Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
  485. "See https://www.tigervnc.org for information on TigerVNC."
  486. msgstr ""
  487. "TigerVNC 檢視器 (%d 位元) v%s\n"
  488. "編譯時間:%s\n"
  489. "版權所有 (C) 1999-%d TigerVNC 團隊以及其他人 (詳閱 README.rst)\n"
  490. "前往 https://www.tigervnc.org 取得 TigerVNC 的相關資訊。"
  491. #: vncviewer/vncviewer.cxx:127
  492. msgid "About TigerVNC Viewer"
  493. msgstr "關於 TigerVNC 檢視器"
  494. #: vncviewer/vncviewer.cxx:140
  495. msgid "Internal FLTK error. Exiting."
  496. msgstr "內部 FLTK 錯誤。退出。"
  497. #: vncviewer/vncviewer.cxx:158 vncviewer/vncviewer.cxx:170
  498. #, c-format
  499. msgid "Error starting new TigerVNC Viewer: %s"
  500. msgstr "啟動新的 TigerVNC 檢視器時發生錯誤:%s"
  501. #: vncviewer/vncviewer.cxx:179
  502. #, c-format
  503. msgid "Termination signal %d has been received. TigerVNC Viewer will now exit."
  504. msgstr "接收到終端器信號 %d。TigerVNC 檢視器現將退出。"
  505. #: vncviewer/vncviewer.cxx:271 vncviewer/vncviewer.desktop.in.in:3
  506. msgid "TigerVNC Viewer"
  507. msgstr "TigerVNC 檢視器"
  508. #: vncviewer/vncviewer.cxx:280
  509. msgid "Yes"
  510. msgstr "確認"
  511. #: vncviewer/vncviewer.cxx:283
  512. msgid "Close"
  513. msgstr "關閉"
  514. #: vncviewer/vncviewer.cxx:288
  515. msgid "About"
  516. msgstr "關於"
  517. #: vncviewer/vncviewer.cxx:291
  518. msgid "Hide"
  519. msgstr "隱藏"
  520. #: vncviewer/vncviewer.cxx:294
  521. msgid "Quit"
  522. msgstr "關閉"
  523. #: vncviewer/vncviewer.cxx:298
  524. msgid "Services"
  525. msgstr "服務"
  526. #: vncviewer/vncviewer.cxx:299
  527. msgid "Hide Others"
  528. msgstr "隱藏其他"
  529. #: vncviewer/vncviewer.cxx:300
  530. msgid "Show All"
  531. msgstr "全部顯示"
  532. #: vncviewer/vncviewer.cxx:309
  533. msgctxt "SysMenu|"
  534. msgid "&File"
  535. msgstr "檔案(&F)"
  536. #: vncviewer/vncviewer.cxx:312
  537. msgctxt "SysMenu|File|"
  538. msgid "&New Connection"
  539. msgstr "建立新連線(&N)"
  540. #: vncviewer/vncviewer.cxx:324
  541. msgid "Could not create VNC home directory: can't obtain home directory path."
  542. msgstr "無法建立 VNC 家目錄:無法取得家目錄路徑。"
  543. #: vncviewer/vncviewer.cxx:329
  544. #, c-format
  545. msgid "Could not create VNC home directory: %s."
  546. msgstr "無法建立 VNC 家目錄:%s。"
  547. #. TRANSLATORS: "Parameters" are command line arguments, or settings
  548. #. from a file or the Windows registry.
  549. #: vncviewer/vncviewer.cxx:602 vncviewer/vncviewer.cxx:604
  550. msgid "Parameters -listen and -via are incompatible"
  551. msgstr "-listen 與 -via 參數不相容"
  552. #: vncviewer/vncviewer.cxx:619
  553. #, c-format
  554. msgid "Listening on port %d"
  555. msgstr "正於 %d 連線埠監聽"
  556. #: vncviewer/vncviewer.desktop.in.in:4
  557. msgid "Remote Desktop Viewer"
  558. msgstr "遠端桌面檢視器"
  559. #: vncviewer/vncviewer.desktop.in.in:5
  560. msgid "Connect to VNC server and display remote desktop"
  561. msgstr "連線到 VNC 伺服器並顯示遠端桌面"
  562. #: vncviewer/vncviewer.desktop.in.in:7
  563. msgid "tigervnc"
  564. msgstr "tigervnc"
  565. #~ msgid "Enabling continuous updates"
  566. #~ msgstr "啟用持續更新功能"
  567. #~ msgid "disabled"
  568. #~ msgstr "停用"
  569. #~ msgid "enabled"
  570. #~ msgstr "啟用"
  571. #~ msgid "Using %s encoding"
  572. #~ msgstr "使用 %s 編碼方式"