@kinvolk/headlamp-plugin
Version:
The needed infrastructure for building Headlamp plugins.
58 lines (57 loc) • 3.03 kB
JSON
{
"Failed to fetch plugin info": "獲取外掛資訊失敗",
"An error occurred while fetching plugin info from {{ URL }}.": "從{{ URL }}獲取外掛資訊時發生錯誤。",
"Yes": "是",
"No": "否",
"Plugin Installation": "安裝外掛",
"Do you want to install the plugin \"{{ pluginName }}\"?": "您想要安裝外掛 \"{{ pluginName }}\" 嗎?",
"You are about to install a plugin from: {{ url }}\nDo you want to proceed?": "即將從 {{ url }} 安裝外掛,\n您要繼續嗎?",
"About": "關於",
"Quit": "退出",
"Select All": "全選",
"Delete": "刪除",
"Services": "服務",
"Hide": "隱藏",
"Hide Others": "隱藏其他",
"Show All": "顯示全部",
"File": "檔案",
"Close": "關閉",
"Edit": "編輯",
"Cut": "剪下",
"Copy": "複製",
"Paste": "貼上",
"Paste and Match Style": "貼上並套用目標格式",
"Speech": "語音",
"Start Speaking": "開始說話",
"Stop Speaking": "停止說話",
"View": "檢視",
"Toggle Developer Tools": "切換開發者工具",
"Reset Zoom": "重設縮放",
"Zoom In": "放大",
"Zoom Out": "縮小",
"Toggle Fullscreen": "切換全螢幕",
"Navigate": "導覽",
"Reload": "重新載入",
"Go to Home": "回到首頁",
"Go Back": "返回",
"Go Forward": "前進",
"Window": "視窗",
"Minimize": "最小化",
"Bring All to Front": "全部移到前面",
"Help": "說明",
"Documentation": "文件",
"Open an Issue": "建立 Issue",
"Another process is running": "另一個程序正在執行中",
"Looks like another process is already running. Continue by terminating that process automatically, or quit?": "看起來另一個程序已經在執行中。要自動終止該程序並繼續,還是退出?",
"Continue": "繼續",
"Failed to quit the other running process": "無法關閉其它正在執行的程式",
"Could not quit the other running process, PIDs: {{ process_list }}. Please stop that process and relaunch the app.": "無法關閉其它正在執行的程式,PIDs: {{ process_list }}。請停止該程序並重新啟動應用程式。",
"No available ports": "沒有可使用的連接埠",
"Could not find an available port. There are processes running on ports {{startPort}}-{{endPort}}. Terminate these processes and retry?": "找不到可用的連接埠。在連接埠 {{startPort}}-{{endPort}} 上有程序正在執行。要終止這些程序並重試嗎?",
"Terminate and Retry": "終止並重試",
"Failed to start": "啟動失敗",
"Could not start the server even after terminating existing processes.": "即使終止現有程序後也無法啟動伺服器。",
"Could not find an available port in the range {{startPort}}-{{endPort}}. Please free up a port and try again.": "無法在範圍 {{startPort}}-{{endPort}} 中找到可用的連接埠。請釋放一個連接埠並重試。",
"Invalid URL": "無效的網址",
"Application opened with an invalid URL: {{ url }}": "應用程式以無效的網址開啟:{{ url }}"
}