-
-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathmenu.json
More file actions
73 lines (73 loc) · 2.1 KB
/
menu.json
File metadata and controls
73 lines (73 loc) · 2.1 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
{
"app": {
"label": "massCode",
"preferences": "環境設定",
"update": "アップデートを確認...",
"quit": "massCodeを終了",
"about": "massCodeについて",
"hide": "massCodeを隠す"
},
"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": "Twitter",
"devTools": "開発者ツールの切り替え",
"links": {
"snippets": "スニペットコレクション"
}
},
"edit": {
"label": "編集",
"find": "検索"
},
"view": {
"label": "表示",
"sortBy": {
"label": "スニペットの並び替え",
"dateModified": "更新日時",
"dateCreated": "作成日時",
"name": "名前"
},
"compactMode": "コンパクトモード"
},
"editor": {
"label": "エディタ",
"copy": "スニペットをクリップボードにコピー",
"format": "フォーマット",
"previewCode": "コードのプレビュー",
"previewScreenshot": "スクリーンショットのプレビュー",
"fontSizeIncrease": "フォントサイズを大きく",
"fontSizeDecrease": "フォントサイズを小さく",
"fontSizeReset": "フォントサイズをリセット"
},
"markdown": {
"label": "Markdown",
"presentationMode": "プレゼンテーションモード",
"preview": "プレビュー",
"previewMarkdown": "Markdownのプレビュー",
"previewMindmap": "マインドマップのプレビュー"
},
"history": {
"label": "履歴",
"back": "戻る",
"forward": "進む"
},
"devtools": {
"label": "開発者ツール"
}
}