forked from material-extensions/vscode-material-icon-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.ja.json
33 lines (33 loc) · 2.61 KB
/
package.nls.ja.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
{
"command.activateIcons": "Material Icons: アイコンテーマを有効化",
"command.toggleIconPacks": "Material Icons: アイコンパックを設定",
"command.changeFolderTheme": "Material Icons: フォルダーテーマを変更",
"command.changeFolderColor": "Material Icons: フォルダーの色を変更",
"command.restoreDefaultConfig": "Material Icons: 初期設定に戻す",
"command.toggleExplorerArrows": "Material Icons: フォルダーの矢印を切り替え",
"command.changeOpacity": "Material Icons: 不透明度を変更",
"command.toggleGrayscale": "Material Icons: グレースケールを切り替え",
"command.changeSaturation": "Material Icons: 彩度を変更",
"configuration.title": "Material Icons",
"configuration.files.associations": "カスタムファイルアイコンの関連付けを設定する。",
"configuration.folders.associations": "カスタムフォルダーアイコンの関連付けを設定する。",
"configuration.languages.associations": "カスタム言語アイコンの関連付けを設定する。",
"configuration.activeIconPack": "特定のアイコンを有効にするアイコンパックを選択する。",
"configuration.activeIconPack.angular": "Angular 用のアイコンです。",
"configuration.activeIconPack.angular_ngrx": "Angular と ngrx 用のアイコンです。",
"configuration.activeIconPack.react": "React 用のアイコンです。",
"configuration.activeIconPack.react_redux": "React と Redux 用のアイコンです。",
"configuration.activeIconPack.qwik": "Qwik 用のアイコンです。",
"configuration.activeIconPack.vue": "Vue 用のアイコンです。",
"configuration.activeIconPack.vue_vuex": "Vue と Vuex 用のアイコンです。",
"configuration.activeIconPack.nest": "NestJS 用のアイコンです。",
"configuration.activeIconPack.none": "アイコンパックは有効ではありません。",
"configuration.folders.theme": "フォルダーアイコンの種類を設定する。",
"configuration.folders.theme.specific": "特定のフォルダーアイコンを選択する。",
"configuration.folders.theme.classic": "クラシックフォルダーアイコンを選択する。",
"configuration.folders.theme.none": "フォルダーアイコンがありません。",
"configuration.folders.color": "フォルダーアイコンの色を変更する。",
"configuration.hidesExplorerArrows": "フォルダーの横にある矢印を隠す。",
"configuration.opacity": "アイコンの不透明度を変更する。",
"configuration.saturation": "アイコンの彩度を変更する。"
}