-
Notifications
You must be signed in to change notification settings - Fork 67
/
terms.zh-TW.json
61 lines (61 loc) · 1.8 KB
/
terms.zh-TW.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"zh-TW": {
"object": "物件",
"class": "類別",
"cache": "快取",
"relational database": "關聯式資料庫",
"(database) table": "資料表",
"framework": "框架",
"library": "函式庫",
"component": "元件",
"attribute": "屬性",
"editor": "編輯器",
"method": "方法",
"function": "函式",
"unit test": "單元測試",
"application": "應用程式",
"template": "樣板",
"layout": "版型",
"route/routing": "路由",
"validation": "驗證",
"callback": "回呼",
"server": "伺服器",
"instance variable": "實例變數",
"class variable": "類別變數",
"local variable": "區域變數",
"inherit": "繼承",
"interface": "介面",
"instance": "實例",
"instantiate": "實例化",
"request": "HTTP 請求",
"timestamp": "時間戳章",
"form": "表單",
"array": "陣列",
"iterate": "迭代",
"escaped": "逸出",
"tag": "標籤",
"collection": "集合",
"macro": "巨集",
"code": "程式碼",
"command-line": "命令列",
"terminal": "命令列視窗",
"argument": "引數",
"paramater": "參數",
"block": "程式碼區塊",
"character": "字元",
"checkbox": "核取方塊",
"flag": "旗標",
"hash": "雜湊",
"key": "鍵",
"value": "值",
"index": "索引",
"header": "標頭",
"caching": "快取",
"package": "套件",
"open source": "開放原始碼",
"script": "腳本",
"scripting": "腳本",
"iterator": "迭代器",
"side-effect": "副作用"
}
}