-
Notifications
You must be signed in to change notification settings - Fork 161
/
shell-strings.json
54 lines (54 loc) · 1.92 KB
/
shell-strings.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
{
"jp": {
"Returns": "返却",
"Parameters": "パラメーター",
"Type parameters": "型パラメーター",
"Globals": "グローバル",
"Hierarchy": "階層",
"Implements": "実装",
"Implemented by": "次で実装:",
"Callable": "呼び出し可能",
"Implementation of": "次の実装:",
"Inherited from": "継承元",
"Overrides": "オーバーライド",
"Defined in": "次で定義",
"Properties": "プロパティ",
"Methods": "メソッド",
"Accessors": "アクセサー",
"Constructor": "コンストラクタ",
"Constructors": "コンストラクタ",
"Enumeration members": "列挙型メンバー",
"Class": "クラス",
"Interface": "インターフェイス",
"Enumeration": "列挙",
"Static": "スタティック",
"Components": "コンポーネント",
"Get Started": "はじめに",
"Name": "名前",
"Description": "説明",
"Type": "型",
"Default Value": "デフォルト値",
"Authors": "作者",
"Example": "例",
"Used by": "次で使用",
"See": "参照先",
"Requires": "必須",
"Default value": "デフォルト値",
"Optional": "オプション",
"Rest": "残りの引数",
"All": "すべて",
"Public": "パブリック",
"Public/Protected": "パブリック/保護",
"Inherited": "継承",
"Externals": "外部",
"Only exported": "エクスポートされたのみ",
"Search API": "検索 API...",
"Classes": "クラス",
"Interfaces": "インターフェイス",
"Enumerations": "列挙体",
"Variables": "変数",
"Functions": "関数",
"Object literals": "オブジェクト リテラル",
"GLOBALS": "グローバル"
}
}