-
-
Notifications
You must be signed in to change notification settings - Fork 260
Expand file tree
/
Copy pathmenu.json
More file actions
95 lines (95 loc) · 2.75 KB
/
Copy pathmenu.json
File metadata and controls
95 lines (95 loc) · 2.75 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"app": {
"label": "massCode",
"preferences": "環境設定",
"devtools": "開発者ツール",
"update": "アップデートを確認...",
"quit": "massCodeを終了",
"about": "massCodeについて",
"hide": "massCodeを隠す",
"mathNotebook": "数学ノートブック"
},
"help": {
"label": "ヘルプ",
"website": "ウェブサイト",
"documentation": "ドキュメント",
"viewInGitHub": "GitHubで表示",
"changeLog": "変更履歴",
"reportIssue": "問題を報告",
"giveStar": "スターを付ける",
"extension": {
"vscode": "VS Code拡張機能",
"raycast": "Raycast拡張機能",
"alfred": "Alfred拡張機能"
},
"donate": {
"openCollective": "Open Collectiveで寄付",
"payPal": "PayPalで寄付",
"gumroad": "Gumroadで寄付(Visa、Mastercard等)"
},
"twitter": "X",
"devTools": "開発者ツールの切り替え",
"links": {
"snippets": "スニペットコレクション"
}
},
"view": {
"label": "表示",
"showSidebar": "サイドバーの表示/非表示",
"sortBy": {
"label": "スニペットの並び替え",
"dateModified": "更新日時",
"dateCreated": "作成日時",
"name": "名前"
},
"compactMode": "コンパクトモード",
"layout": {
"label": "レイアウト",
"allPanels": "すべてのパネル",
"listEditor": "リスト + エディタ",
"editorOnly": "エディタのみ"
}
},
"edit": {
"label": "編集",
"find": "検索"
},
"editor": {
"label": "エディタ",
"copy": "スニペットをクリップボードにコピー",
"format": "フォーマット",
"previewCode": "コードのプレビュー",
"previewScreenshot": "スクリーンショットのプレビュー",
"previewJson": "JSON プレビュー",
"fontSizeIncrease": "フォントサイズを大きく",
"fontSizeDecrease": "フォントサイズを小さく",
"fontSizeReset": "フォントサイズをリセット",
"mode": "モード",
"modeRaw": "RAWデータ",
"modeLivePreview": "ライブプレビュー",
"modePreview": "プレビュー"
},
"markdown": {
"label": "Markdown",
"preview": "プレビュー",
"previewMarkdown": "Markdownのプレビュー",
"presentationMode": "プレゼンテーションモード",
"previewMindmap": "マインドマップのプレビュー"
},
"history": {
"label": "履歴",
"back": "戻る",
"forward": "進む"
},
"devtools": {
"label": "開発者ツール"
},
"window": {
"label": "ウィンドウ",
"minimize": "最小化"
},
"file": {
"label": "ファイル",
"new": "新規作成"
}
}