monaco-editor
Version:
A browser based code editor
41 lines (40 loc) • 840 B
JavaScript
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.46.0(21007360cad28648bdf46282a2592cb47c3a7a6f)
* Released under the MIT license
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
*-----------------------------------------------------------*/
define("vs/base/common/worker/simpleWorker.nls.zh-tw", {
"vs/base/common/platform": [
"_",
],
"vs/editor/common/languages": [
"陣列",
"布林值",
"類別",
"常數",
"建構函式",
"列舉",
"列舉成員",
"事件",
"欄位",
"檔案",
"函式",
"介面",
"索引鍵",
"方法",
"模組",
"命名空間",
"null",
"數字",
"物件",
"運算子",
"套件",
"屬性",
"字串",
"結構",
"型別參數",
"變數",
"{0} ({1})",
]
});