-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathtranslations.ja.json
More file actions
48 lines (48 loc) · 1.26 KB
/
Copy pathtranslations.ja.json
File metadata and controls
48 lines (48 loc) · 1.26 KB
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
{
"sections": {
"well-deployed": "実装されている仕様",
"in-progress": "仕様化が進行中の仕様",
"exploratory-work": "調査中の項目",
"not-covered": "進行中の項目で対応していない項目",
"discontinued": "中止された項目"
},
"columns": {
"feature": "機能",
"spec": "仕様・グループ",
"maturity": "標準化段階",
"impl": "現在の実装状況",
"impl-intents": "実装意向の状況",
"seeAlso": "追加情報",
"milestones": "マイルストーン"
},
"implstatus": {
"shipped": "出荷済",
"experimental": "実験的",
"indevelopment": "開発中",
"consideration": "検討中"
},
"browsers": {
"chrome": "Chrome",
"edge": "Microsoft Edge",
"firefox": "Firefox",
"safari|webkit": "Safari / WebKit",
"safari": "Safari",
"webkit": "WebKit",
"baidu": "Baidu Browser",
"opera": "Opera",
"qq": "QQ Browser",
"samsunginternet": "Samsung Internet",
"uc": "UC Browser"
},
"maturity": {
"ED": "編集者草案",
"WD": "草案",
"LS": "Living Standard",
"CR": "勧告候補",
"PR": "勧告案",
"REC": "勧告",
"Retired": "廃止",
"NOTE": "技術ノート",
"REF": "参考文献"
}
}