material-icon-theme 4.26.0 → 4.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/material-icons.json +5742 -0
- package/icons/file.svg +1 -0
- package/icons/folder-mojo-open.svg +2 -0
- package/icons/folder-mojo.svg +2 -0
- package/icons/folder-open.svg +1 -0
- package/icons/folder-root-open.svg +1 -0
- package/icons/folder-root.svg +1 -0
- package/icons/folder.svg +1 -0
- package/icons/ifanr-cloud.svg +10 -0
- package/icons/mermaid.svg +4 -0
- package/icons/mojo.svg +2 -0
- package/icons/qwik.svg +2 -0
- package/icons/unocss.svg +12 -0
- package/package.json +7 -1
- package/.eslintignore +0 -1
- package/.eslintrc.json +0 -51
- package/.github/FUNDING.yml +0 -3
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -34
- package/.github/ISSUE_TEMPLATE/icon_request.md +0 -27
- package/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -7
- package/.github/workflows/build.yml +0 -45
- package/.github/workflows/color-check.yml +0 -22
- package/.github/workflows/release.yml +0 -73
- package/.prettierrc +0 -7
- package/.vscode/extensions.json +0 -3
- package/.vscode/launch.json +0 -43
- package/.vscode/settings.json +0 -14
- package/.vscode/tasks.json +0 -32
- package/.vscodeignore +0 -22
- package/CHANGELOG.md +0 -1343
- package/CONTRIBUTING.md +0 -232
- package/build/web-extension.webpack.config.js +0 -62
- package/build/webpack.config.js +0 -39
- package/changelog.config.json +0 -4
- package/images/commandPalette.png +0 -0
- package/images/contributors.png +0 -0
- package/images/fileIcons.png +0 -0
- package/images/folderIcons.png +0 -0
- package/images/how-tos/folder-icon-parts.png +0 -0
- package/images/how-tos/pick-folder-colors.png +0 -0
- package/images/how-tos/pick-folder-colors.svg +0 -301
- package/images/how-tos/svg-folder-icon-with-correct-colors.png +0 -0
- package/images/how-tos/svg-folder-icon-with-wrong-colors.png +0 -0
- package/images/how-tos/svg-with-light-color.png +0 -0
- package/images/how-tos/svg-with-spacing.png +0 -0
- package/images/how-tos/svg-with-too-dark-color.png +0 -0
- package/images/how-tos/svg-with-wrong-color.png +0 -0
- package/images/how-tos/svg-without-spacing.png +0 -0
- package/images/set-folder-color.gif +0 -0
- package/images/set-folder-theme.gif +0 -0
- package/logo.png +0 -0
- package/logo.svg +0 -21
- package/material-colors.yml +0 -257
- package/package.nls.de.json +0 -34
- package/package.nls.es.json +0 -29
- package/package.nls.fr.json +0 -29
- package/package.nls.ja.json +0 -32
- package/package.nls.json +0 -34
- package/package.nls.nl.json +0 -32
- package/package.nls.pl.json +0 -32
- package/package.nls.pt-BR.json +0 -29
- package/package.nls.pt-PT.json +0 -29
- package/package.nls.ru.json +0 -29
- package/package.nls.zh-CN.json +0 -29
- package/package.nls.zh-TW.json +0 -29
- package/src/commands/activate.ts +0 -28
- package/src/commands/explorerArrows.ts +0 -55
- package/src/commands/fileColor.ts +0 -96
- package/src/commands/folderColor.ts +0 -96
- package/src/commands/folders.ts +0 -55
- package/src/commands/grayscale.ts +0 -55
- package/src/commands/iconPacks.ts +0 -64
- package/src/commands/index.ts +0 -32
- package/src/commands/opacity.ts +0 -46
- package/src/commands/restoreConfig.ts +0 -15
- package/src/commands/saturation.ts +0 -46
- package/src/extension.ts +0 -37
- package/src/helpers/changeDetection.ts +0 -109
- package/src/helpers/customIcons.ts +0 -8
- package/src/helpers/fileConfig.ts +0 -38
- package/src/helpers/index.ts +0 -88
- package/src/helpers/objects.ts +0 -58
- package/src/helpers/types.ts +0 -7
- package/src/i18n/index.ts +0 -78
- package/src/i18n/lang-de.ts +0 -45
- package/src/i18n/lang-en.ts +0 -45
- package/src/i18n/lang-es.ts +0 -45
- package/src/i18n/lang-fr.ts +0 -45
- package/src/i18n/lang-ja.ts +0 -45
- package/src/i18n/lang-nl.ts +0 -45
- package/src/i18n/lang-pl.ts +0 -45
- package/src/i18n/lang-pt-br.ts +0 -45
- package/src/i18n/lang-pt-pt.ts +0 -45
- package/src/i18n/lang-ru.ts +0 -45
- package/src/i18n/lang-uk.ts +0 -45
- package/src/i18n/lang-zh-cn.ts +0 -45
- package/src/i18n/lang-zh-tw.ts +0 -45
- package/src/icons/fileIcons.ts +0 -2294
- package/src/icons/folderIcons.ts +0 -835
- package/src/icons/generator/constants.ts +0 -29
- package/src/icons/generator/fileGenerator.ts +0 -233
- package/src/icons/generator/folderGenerator.ts +0 -340
- package/src/icons/generator/iconOpacity.ts +0 -111
- package/src/icons/generator/iconSaturation.ts +0 -140
- package/src/icons/generator/index.ts +0 -7
- package/src/icons/generator/jsonGenerator.ts +0 -207
- package/src/icons/generator/languageGenerator.ts +0 -127
- package/src/icons/index.ts +0 -4
- package/src/icons/languageIcons.ts +0 -144
- package/src/models/i18n/index.ts +0 -1
- package/src/models/i18n/translation.ts +0 -43
- package/src/models/iconConfiguration.ts +0 -37
- package/src/models/icons/defaultIcon.ts +0 -16
- package/src/models/icons/files/fileIcon.ts +0 -49
- package/src/models/icons/files/fileTypes.ts +0 -14
- package/src/models/icons/files/index.ts +0 -2
- package/src/models/icons/folders/folderIcon.ts +0 -34
- package/src/models/icons/folders/folderTheme.ts +0 -23
- package/src/models/icons/folders/index.ts +0 -2
- package/src/models/icons/iconJsonOptions.ts +0 -22
- package/src/models/icons/iconPack.ts +0 -12
- package/src/models/icons/index.ts +0 -6
- package/src/models/icons/languages/index.ts +0 -1
- package/src/models/icons/languages/languageIdentifier.ts +0 -26
- package/src/models/index.ts +0 -3
- package/src/models/scripts/contributors/contributor.ts +0 -22
- package/src/models/scripts/contributors/contributorsConfig.ts +0 -10
- package/src/scripts/contributors/contributors.css +0 -24
- package/src/scripts/contributors/index.ts +0 -138
- package/src/scripts/helpers/painter.ts +0 -5
- package/src/scripts/helpers/screenshots.ts +0 -32
- package/src/scripts/helpers/similarity.ts +0 -47
- package/src/scripts/helpers/titleCase.ts +0 -7
- package/src/scripts/icons/checks/checkIconAvailability.ts +0 -215
- package/src/scripts/icons/checks/checkIconConflicts.ts +0 -152
- package/src/scripts/icons/checks/checkIconUsage.ts +0 -137
- package/src/scripts/icons/checks/index.ts +0 -7
- package/src/scripts/icons/generateJson.ts +0 -11
- package/src/scripts/preview/index.ts +0 -40
- package/src/scripts/preview/preview.ts +0 -163
- package/src/scripts/preview/style.css +0 -48
- package/src/test/runTest.ts +0 -26
- package/src/test/spec/i18n/i18n.spec.ts +0 -54
- package/src/test/spec/icons/fileIcons.spec.ts +0 -250
- package/src/test/spec/icons/folderIcons.spec.ts +0 -418
- package/src/test/spec/icons/languageIcons.spec.ts +0 -184
- package/src/test/spec/index.ts +0 -36
- package/src/web/extension.ts +0 -10
- package/svgo.config.js +0 -12
- package/tsconfig.json +0 -23
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/logo.png
DELETED
|
Binary file
|
package/logo.svg
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="100mm" height="100mm" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<defs>
|
|
4
|
-
<linearGradient id="linearGradient4883" x1="180.56" x2="274.83" y1="143.22" y2="300.62" gradientUnits="userSpaceOnUse">
|
|
5
|
-
<stop stop-opacity=".20435" offset="0"/>
|
|
6
|
-
<stop stop-color="#36343d" stop-opacity=".019565" offset="1"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
</defs>
|
|
9
|
-
<g transform="translate(0,-197)">
|
|
10
|
-
<circle cx="50" cy="247" r="50" fill="#01579b"/>
|
|
11
|
-
<path d="m45.656 228.29h-14.045c-2.5983 0-4.6817 2.0834-4.6817 4.6817v28.09a4.6817 4.6817 0 0 0 4.6817 4.6817h37.454a4.6817 4.6817 0 0 0 4.6817 -4.6817v-23.409c0-2.5984-2.1068-4.6817-4.6817-4.6817h-18.727z" fill="#fafafa" stroke-width="2.3409"/>
|
|
12
|
-
<path transform="matrix(.26458 0 0 .26458 0 197)" d="m274.7 142.42c2.511 3.0496 4.0254 6.9574 4.0254 11.236v88.473a17.695 17.695 0 0 1 -17.695 17.695h-141.56a17.695 17.695 0 0 1 -11.936 -4.6562l-0.01172 0.01171 118.84 118.84a188.98 188.98 0 0 0 144.69 -135.24l-96.354-96.355z" fill="url(#linearGradient4883)"/>
|
|
13
|
-
<g fill="#42a5f5">
|
|
14
|
-
<circle cx="50" cy="247" r="0"/>
|
|
15
|
-
<circle cx="50" cy="247" r="0"/>
|
|
16
|
-
<circle cx="50" cy="247" r="0"/>
|
|
17
|
-
<circle cx="50" cy="247" r="0"/>
|
|
18
|
-
<circle cx="50" cy="247" r="0"/>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
package/material-colors.yml
DELETED
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
colors:
|
|
2
|
-
- '#FFEBEE' # red 50
|
|
3
|
-
- '#FFCDD2' # red 100
|
|
4
|
-
- '#EF9A9A' # red 200
|
|
5
|
-
- '#E57373' # red 300
|
|
6
|
-
- '#EF5350' # red 400
|
|
7
|
-
- '#F44336' # red 500
|
|
8
|
-
- '#E53935' # red 600
|
|
9
|
-
- '#D32F2F' # red 700
|
|
10
|
-
- '#C62828' # red 800
|
|
11
|
-
- '#B71C1C' # red 900
|
|
12
|
-
- '#FF8A80' # red A100
|
|
13
|
-
- '#FF5252' # red A200
|
|
14
|
-
- '#FF1744' # red A400
|
|
15
|
-
- '#D50000' # red A700
|
|
16
|
-
- '#FCE4EC' # pink 50
|
|
17
|
-
- '#F8BBD0' # pink 100
|
|
18
|
-
- '#F48FB1' # pink 200
|
|
19
|
-
- '#F06292' # pink 300
|
|
20
|
-
- '#EC407A' # pink 400
|
|
21
|
-
- '#E91E63' # pink 500
|
|
22
|
-
- '#D81B60' # pink 600
|
|
23
|
-
- '#C2185B' # pink 700
|
|
24
|
-
- '#AD1457' # pink 800
|
|
25
|
-
- '#880E4F' # pink 900
|
|
26
|
-
- '#FF80AB' # pink A100
|
|
27
|
-
- '#FF4081' # pink A200
|
|
28
|
-
- '#F50057' # pink A400
|
|
29
|
-
- '#C51162' # pink A700
|
|
30
|
-
- '#F3E5F5' # purple 50
|
|
31
|
-
- '#E1BEE7' # purple 100
|
|
32
|
-
- '#CE93D8' # purple 200
|
|
33
|
-
- '#BA68C8' # purple 300
|
|
34
|
-
- '#AB47BC' # purple 400
|
|
35
|
-
- '#9C27B0' # purple 500
|
|
36
|
-
- '#8E24AA' # purple 600
|
|
37
|
-
- '#7B1FA2' # purple 700
|
|
38
|
-
- '#6A1B9A' # purple 800
|
|
39
|
-
- '#4A148C' # purple 900
|
|
40
|
-
- '#EA80FC' # purple A100
|
|
41
|
-
- '#E040FB' # purple A200
|
|
42
|
-
- '#D500F9' # purple A400
|
|
43
|
-
- '#AA00FF' # purple A700
|
|
44
|
-
- '#EDE7F6' # deep purple 50
|
|
45
|
-
- '#D1C4E9' # deep purple 100
|
|
46
|
-
- '#B39DDB' # deep purple 200
|
|
47
|
-
- '#9575CD' # deep purple 300
|
|
48
|
-
- '#7E57C2' # deep purple 400
|
|
49
|
-
- '#673AB7' # deep purple 500
|
|
50
|
-
- '#5E35B1' # deep purple 600
|
|
51
|
-
- '#512DA8' # deep purple 700
|
|
52
|
-
- '#4527A0' # deep purple 800
|
|
53
|
-
- '#311B92' # deep purple 900
|
|
54
|
-
- '#B388FF' # deep purple A100
|
|
55
|
-
- '#7C4DFF' # deep purple A200
|
|
56
|
-
- '#651FFF' # deep purple A400
|
|
57
|
-
- '#6200EA' # deep purple A700
|
|
58
|
-
- '#E8EAF6' # indigo 50
|
|
59
|
-
- '#C5CAE9' # indigo 100
|
|
60
|
-
- '#9FA8DA' # indigo 200
|
|
61
|
-
- '#7986CB' # indigo 300
|
|
62
|
-
- '#5C6BC0' # indigo 400
|
|
63
|
-
- '#3F51B5' # indigo 500
|
|
64
|
-
- '#3949AB' # indigo 600
|
|
65
|
-
- '#303F9F' # indigo 700
|
|
66
|
-
- '#283593' # indigo 800
|
|
67
|
-
- '#1A237E' # indigo 900
|
|
68
|
-
- '#8C9EFF' # indigo A100
|
|
69
|
-
- '#536DFE' # indigo A200
|
|
70
|
-
- '#3D5AFE' # indigo A400
|
|
71
|
-
- '#304FFE' # indigo A700
|
|
72
|
-
- '#E3F2FD' # blue 50
|
|
73
|
-
- '#BBDEFB' # blue 100
|
|
74
|
-
- '#90CAF9' # blue 200
|
|
75
|
-
- '#64B5F6' # blue 300
|
|
76
|
-
- '#42A5F5' # blue 400
|
|
77
|
-
- '#2196F3' # blue 500
|
|
78
|
-
- '#1E88E5' # blue 600
|
|
79
|
-
- '#1976D2' # blue 700
|
|
80
|
-
- '#1565C0' # blue 800
|
|
81
|
-
- '#0D47A1' # blue 900
|
|
82
|
-
- '#82B1FF' # blue A100
|
|
83
|
-
- '#448AFF' # blue A200
|
|
84
|
-
- '#2979FF' # blue A400
|
|
85
|
-
- '#2962FF' # blue A700
|
|
86
|
-
- '#E1F5FE' # light blue 50
|
|
87
|
-
- '#B3E5FC' # light blue 100
|
|
88
|
-
- '#81D4FA' # light blue 200
|
|
89
|
-
- '#4FC3F7' # light blue 300
|
|
90
|
-
- '#29B6F6' # light blue 400
|
|
91
|
-
- '#03A9F4' # light blue 500
|
|
92
|
-
- '#039BE5' # light blue 600
|
|
93
|
-
- '#0288D1' # light blue 700
|
|
94
|
-
- '#0277BD' # light blue 800
|
|
95
|
-
- '#01579B' # light blue 900
|
|
96
|
-
- '#80D8FF' # light blue A100
|
|
97
|
-
- '#40C4FF' # light blue A200
|
|
98
|
-
- '#00B0FF' # light blue A400
|
|
99
|
-
- '#0091EA' # light blue A700
|
|
100
|
-
- '#E0F7FA' # cyan 50
|
|
101
|
-
- '#B2EBF2' # cyan 100
|
|
102
|
-
- '#80DEEA' # cyan 200
|
|
103
|
-
- '#4DD0E1' # cyan 300
|
|
104
|
-
- '#26C6DA' # cyan 400
|
|
105
|
-
- '#00BCD4' # cyan 500
|
|
106
|
-
- '#00ACC1' # cyan 600
|
|
107
|
-
- '#0097A7' # cyan 700
|
|
108
|
-
- '#00838F' # cyan 800
|
|
109
|
-
- '#006064' # cyan 900
|
|
110
|
-
- '#84FFFF' # cyan A100
|
|
111
|
-
- '#18FFFF' # cyan A200
|
|
112
|
-
- '#00E5FF' # cyan A400
|
|
113
|
-
- '#00B8D4' # cyan A700
|
|
114
|
-
- '#E0F2F1' # teal 50
|
|
115
|
-
- '#B2DFDB' # teal 100
|
|
116
|
-
- '#80CBC4' # teal 200
|
|
117
|
-
- '#4DB6AC' # teal 300
|
|
118
|
-
- '#26A69A' # teal 400
|
|
119
|
-
- '#009688' # teal 500
|
|
120
|
-
- '#00897B' # teal 600
|
|
121
|
-
- '#00796B' # teal 700
|
|
122
|
-
- '#00695C' # teal 800
|
|
123
|
-
- '#004D40' # teal 900
|
|
124
|
-
- '#A7FFEB' # teal A100
|
|
125
|
-
- '#64FFDA' # teal A200
|
|
126
|
-
- '#1DE9B6' # teal A400
|
|
127
|
-
- '#00BFA5' # teal A700
|
|
128
|
-
- '#E8F5E9' # green 50
|
|
129
|
-
- '#C8E6C9' # green 100
|
|
130
|
-
- '#A5D6A7' # green 200
|
|
131
|
-
- '#81C784' # green 300
|
|
132
|
-
- '#66BB6A' # green 400
|
|
133
|
-
- '#4CAF50' # green 500
|
|
134
|
-
- '#43A047' # green 600
|
|
135
|
-
- '#388E3C' # green 700
|
|
136
|
-
- '#2E7D32' # green 800
|
|
137
|
-
- '#1B5E20' # green 900
|
|
138
|
-
- '#B9F6CA' # green A100
|
|
139
|
-
- '#69F0AE' # green A200
|
|
140
|
-
- '#00E676' # green A400
|
|
141
|
-
- '#00C853' # green A700
|
|
142
|
-
- '#F1F8E9' # light green 50
|
|
143
|
-
- '#DCEDC8' # light green 100
|
|
144
|
-
- '#C5E1A5' # light green 200
|
|
145
|
-
- '#AED581' # light green 300
|
|
146
|
-
- '#9CCC65' # light green 400
|
|
147
|
-
- '#8BC34A' # light green 500
|
|
148
|
-
- '#7CB342' # light green 600
|
|
149
|
-
- '#689F38' # light green 700
|
|
150
|
-
- '#558B2F' # light green 800
|
|
151
|
-
- '#33691E' # light green 900
|
|
152
|
-
- '#CCFF90' # light green A100
|
|
153
|
-
- '#B2FF59' # light green A200
|
|
154
|
-
- '#76FF03' # light green A400
|
|
155
|
-
- '#64DD17' # light green A700
|
|
156
|
-
- '#F9FBE7' # lime 50
|
|
157
|
-
- '#F0F4C3' # lime 100
|
|
158
|
-
- '#E6EE9C' # lime 200
|
|
159
|
-
- '#DCE775' # lime 300
|
|
160
|
-
- '#D4E157' # lime 400
|
|
161
|
-
- '#CDDC39' # lime 500
|
|
162
|
-
- '#C0CA33' # lime 600
|
|
163
|
-
- '#AFB42B' # lime 700
|
|
164
|
-
- '#9E9D24' # lime 800
|
|
165
|
-
- '#827717' # lime 900
|
|
166
|
-
- '#F4FF81' # lime A100
|
|
167
|
-
- '#EEFF41' # lime A200
|
|
168
|
-
- '#C6FF00' # lime A400
|
|
169
|
-
- '#AEEA00' # lime A700
|
|
170
|
-
- '#FFFDE7' # yellow 50
|
|
171
|
-
- '#FFF9C4' # yellow 100
|
|
172
|
-
- '#FFF59D' # yellow 200
|
|
173
|
-
- '#FFF176' # yellow 300
|
|
174
|
-
- '#FFEE58' # yellow 400
|
|
175
|
-
- '#FFEB3B' # yellow 500
|
|
176
|
-
- '#FDD835' # yellow 600
|
|
177
|
-
- '#FBC02D' # yellow 700
|
|
178
|
-
- '#F9A825' # yellow 800
|
|
179
|
-
- '#F57F17' # yellow 900
|
|
180
|
-
- '#FFFF8D' # yellow A100
|
|
181
|
-
- '#FFFF00' # yellow A200
|
|
182
|
-
- '#FFEA00' # yellow A400
|
|
183
|
-
- '#FFD600' # yellow A700
|
|
184
|
-
- '#FFF8E1' # amber 50
|
|
185
|
-
- '#FFECB3' # amber 100
|
|
186
|
-
- '#FFE082' # amber 200
|
|
187
|
-
- '#FFD54F' # amber 300
|
|
188
|
-
- '#FFCA28' # amber 400
|
|
189
|
-
- '#FFC107' # amber 500
|
|
190
|
-
- '#FFB300' # amber 600
|
|
191
|
-
- '#FFA000' # amber 700
|
|
192
|
-
- '#FF8F00' # amber 800
|
|
193
|
-
- '#FF6F00' # amber 900
|
|
194
|
-
- '#FFE57F' # amber A100
|
|
195
|
-
- '#FFD740' # amber A200
|
|
196
|
-
- '#FFC400' # amber A400
|
|
197
|
-
- '#FFAB00' # amber A700
|
|
198
|
-
- '#FFF3E0' # orange 50
|
|
199
|
-
- '#FFE0B2' # orange 100
|
|
200
|
-
- '#FFCC80' # orange 200
|
|
201
|
-
- '#FFB74D' # orange 300
|
|
202
|
-
- '#FFA726' # orange 400
|
|
203
|
-
- '#FF9800' # orange 500
|
|
204
|
-
- '#FB8C00' # orange 600
|
|
205
|
-
- '#F57C00' # orange 700
|
|
206
|
-
- '#EF6C00' # orange 800
|
|
207
|
-
- '#E65100' # orange 900
|
|
208
|
-
- '#FFD180' # orange A100
|
|
209
|
-
- '#FFAB40' # orange A200
|
|
210
|
-
- '#FF9100' # orange A400
|
|
211
|
-
- '#FF6D00' # orange A700
|
|
212
|
-
- '#FBE9E7' # deep orange 50
|
|
213
|
-
- '#FFCCBC' # deep orange 100
|
|
214
|
-
- '#FFAB91' # deep orange 200
|
|
215
|
-
- '#FF8A65' # deep orange 300
|
|
216
|
-
- '#FF7043' # deep orange 400
|
|
217
|
-
- '#FF5722' # deep orange 500
|
|
218
|
-
- '#F4511E' # deep orange 600
|
|
219
|
-
- '#E64A19' # deep orange 700
|
|
220
|
-
- '#D84315' # deep orange 800
|
|
221
|
-
- '#BF360C' # deep orange 900
|
|
222
|
-
- '#FF9E80' # deep orange A100
|
|
223
|
-
- '#FF6E40' # deep orange A200
|
|
224
|
-
- '#FF3D00' # deep orange A400
|
|
225
|
-
- '#DD2C00' # deep orange A700
|
|
226
|
-
- '#EFEBE9' # brown 50
|
|
227
|
-
- '#D7CCC8' # brown 100
|
|
228
|
-
- '#BCAAA4' # brown 200
|
|
229
|
-
- '#A1887F' # brown 300
|
|
230
|
-
- '#8D6E63' # brown 400
|
|
231
|
-
- '#795548' # brown 500
|
|
232
|
-
- '#6D4C41' # brown 600
|
|
233
|
-
- '#5D4037' # brown 700
|
|
234
|
-
- '#4E342E' # brown 800
|
|
235
|
-
- '#3E2723' # brown 900
|
|
236
|
-
- '#FAFAFA' # gray 50
|
|
237
|
-
- '#F5F5F5' # gray 100
|
|
238
|
-
- '#EEEEEE' # gray 200
|
|
239
|
-
- '#E0E0E0' # gray 300
|
|
240
|
-
- '#BDBDBD' # gray 400
|
|
241
|
-
- '#9E9E9E' # gray 500
|
|
242
|
-
- '#757575' # gray 600
|
|
243
|
-
- '#616161' # gray 700
|
|
244
|
-
- '#424242' # gray 800
|
|
245
|
-
- '#212121' # gray 900
|
|
246
|
-
- '#ECEFF1' # blue gray 50
|
|
247
|
-
- '#CFD8DC' # blue gray 100
|
|
248
|
-
- '#B0BEC5' # blue gray 200
|
|
249
|
-
- '#90A4AE' # blue gray 300
|
|
250
|
-
- '#78909C' # blue gray 400
|
|
251
|
-
- '#607D8B' # blue gray 500
|
|
252
|
-
- '#546E7A' # blue gray 600
|
|
253
|
-
- '#455A64' # blue gray 700
|
|
254
|
-
- '#37474F' # blue gray 800
|
|
255
|
-
- '#263238' # blue gray 900
|
|
256
|
-
- '#000000' # black
|
|
257
|
-
- '#FFFFFF' # white
|
package/package.nls.de.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: Icon Theme aktivieren",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Icon Packs konfigurieren",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Ordner Thema auswählen",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: Ordner Farbe ändern",
|
|
6
|
-
"command.changeFileColor": "Material Icons: Datei Farbe ändern",
|
|
7
|
-
"command.restoreDefaultConfig": "Material Icons: Standard Einstellungen wiederherstellen",
|
|
8
|
-
"command.toggleExplorerArrows": "Material Icons: Explorer Pfeilsymbole umschalten",
|
|
9
|
-
"command.changeOpacity": "Material Icons: Deckkraft verändern",
|
|
10
|
-
"command.toggleGrayscale": "Material Icons: Graustufen umschalten",
|
|
11
|
-
"command.changeSaturation": "Material Icons: Sättigung verändern",
|
|
12
|
-
"configuration.title": "Material Icons",
|
|
13
|
-
"configuration.files.associations": "Benutzerdefinierte Datei Icons konfigurieren.",
|
|
14
|
-
"configuration.folders.associations": "Benutzerdefinierte Ordner Icons konfigurieren.",
|
|
15
|
-
"configuration.languages.associations": "Benutzerdefinierte Language Icons konfigurieren.",
|
|
16
|
-
"configuration.activeIconPack": "Icon-Pack auswählen, die bestimme Icons aktivieren.",
|
|
17
|
-
"configuration.activeIconPack.angular": "Icons für Angular",
|
|
18
|
-
"configuration.activeIconPack.angular_ngrx": "Icons für Angular und Ngrx",
|
|
19
|
-
"configuration.activeIconPack.react": "Icons für React",
|
|
20
|
-
"configuration.activeIconPack.react_redux": "Icons für React und Redux",
|
|
21
|
-
"configuration.activeIconPack.vue": "Icons für Vue.",
|
|
22
|
-
"configuration.activeIconPack.vue_vuex": "Icons für Vue und Vuex.",
|
|
23
|
-
"configuration.activeIconPack.nest": "Icons für NestJS.",
|
|
24
|
-
"configuration.activeIconPack.none": "Kein Icon-Pack aktiviert.",
|
|
25
|
-
"configuration.folders.theme": "Art der Ordner Icons auswählen.",
|
|
26
|
-
"configuration.folders.theme.specific": "Spezifische Ordner Icons auswählen.",
|
|
27
|
-
"configuration.folders.theme.classic": "Klassische Ordner Icons auswählen.",
|
|
28
|
-
"configuration.folders.theme.none": "Keine Ordner Icons.",
|
|
29
|
-
"configuration.folders.color": "Farbe der Ordner Icons verändern.",
|
|
30
|
-
"configuration.files.color": "Farbe der Datei Icons verändern.",
|
|
31
|
-
"configuration.hidesExplorerArrows": "Pfeile vor den Ordnern deaktivieren.",
|
|
32
|
-
"configuration.opacity": "Deckkraft der Icons anpassen.",
|
|
33
|
-
"configuration.saturation": "Sättigung der Icons anpassen."
|
|
34
|
-
}
|
package/package.nls.es.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icon Theme: Activar los iconos",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Configurar paquetes de iconos",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Personalizar iconos de carpetas",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: Cambiar color de carpeta",
|
|
6
|
-
"command.restoreDefaultConfig": "Material Icons: Restaurar la configuración predeterminada",
|
|
7
|
-
"command.toggleExplorerArrows": "Material Icons: Deshabilitar flechas delante de carpetas",
|
|
8
|
-
"command.changeOpacity": "Material Icons: Cambiar la opacidad",
|
|
9
|
-
"configuration.title": "Material Icons",
|
|
10
|
-
"configuration.files.associations": "Configurar asociaciones personalizadas de iconos de archivos.",
|
|
11
|
-
"configuration.folders.associations": "Configurar asociaciones personalizadas de iconos de carpetas.",
|
|
12
|
-
"configuration.languages.associations": "Configurar asociaciones personalizadas de iconos de idioma.",
|
|
13
|
-
"configuration.activeIconPack": "Seleccione un paquete de iconos que permita iconos específicos.",
|
|
14
|
-
"configuration.activeIconPack.angular": "Iconos de Angular.",
|
|
15
|
-
"configuration.activeIconPack.angular_ngrx": "Iconos de Angular y ngrx.",
|
|
16
|
-
"configuration.activeIconPack.react": "Iconos de React.",
|
|
17
|
-
"configuration.activeIconPack.react_redux": "Iconos de React y Redux.",
|
|
18
|
-
"configuration.activeIconPack.vue": "Iconos de Vue.",
|
|
19
|
-
"configuration.activeIconPack.vue_vuex": "Iconos de Vue y Vuex.",
|
|
20
|
-
"configuration.activeIconPack.nest": "Iconos de NestJS.",
|
|
21
|
-
"configuration.activeIconPack.none": "No hay ningún paquete de iconos activo.",
|
|
22
|
-
"configuration.folders.theme": "Seleccione el tipo de iconos de carpeta.",
|
|
23
|
-
"configuration.folders.theme.specific": "Seleccione iconos de carpeta específicos.",
|
|
24
|
-
"configuration.folders.theme.classic": "Seleccione iconos de carpetas clásicas.",
|
|
25
|
-
"configuration.folders.theme.none": "Sin iconos de carpeta.",
|
|
26
|
-
"configuration.folders.color": "Cambia el color de las carpetas.",
|
|
27
|
-
"configuration.hidesExplorerArrows": "Deshabilitar flechas delante de carpetas.",
|
|
28
|
-
"configuration.opacity": "Cambia la opacidad de los iconos."
|
|
29
|
-
}
|
package/package.nls.fr.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: Activer les icônes",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Configurer les Packs d'icônes",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Changer le thème du dossier",
|
|
5
|
-
"command.restoreDefaultConfig": "Material Icons: Restaurer le paramètre par défaut",
|
|
6
|
-
"command.toggleExplorerArrows": "Material Icons: Configurer les flèches devant les dossiers",
|
|
7
|
-
"command.changeFolderColor": "Material Icons: Changer la couleur du dossier",
|
|
8
|
-
"command.changeOpacity": "Material Icons: Changer l'opacité",
|
|
9
|
-
"configuration.title": "Material Icons",
|
|
10
|
-
"configuration.files.associations": "Configurer des associations d'icônes de fichiers personnalisés.",
|
|
11
|
-
"configuration.folders.associations": "Configurer des associations d'icônes de dossier personnalisées.",
|
|
12
|
-
"configuration.languages.associations": "Configurer des associations d'icônes de langue personnalisées.",
|
|
13
|
-
"configuration.activeIconPack": "Sélectionner un pack d'icônes qui active des icônes spécifiques.",
|
|
14
|
-
"configuration.activeIconPack.angular": "Icônes pour Angular.",
|
|
15
|
-
"configuration.activeIconPack.angular_ngrx": "Icônes pour Angular et ngrx.",
|
|
16
|
-
"configuration.activeIconPack.react": "Icônes pour React.",
|
|
17
|
-
"configuration.activeIconPack.react_redux": "Icônes pour React et Redux.",
|
|
18
|
-
"configuration.activeIconPack.vue": "Icônes pour Vue.",
|
|
19
|
-
"configuration.activeIconPack.vue_vuex": "Icônes pour Vue et Vuex.",
|
|
20
|
-
"configuration.activeIconPack.nest": "Icônes pour NestJS.",
|
|
21
|
-
"configuration.activeIconPack.none": "Aucun pack d'icônes n'est actif.",
|
|
22
|
-
"configuration.folders.theme": "Sélectionner le type d'icônes de dossier.",
|
|
23
|
-
"configuration.folders.theme.specific": "Sélectionner des icônes de dossiers spécifiques.",
|
|
24
|
-
"configuration.folders.theme.classic": "Sélectionner les icônes des dossiers classiques.",
|
|
25
|
-
"configuration.folders.theme.none": "Pas d'icônes de dossier.",
|
|
26
|
-
"configuration.folders.color": "Changer la couleur des icônes du dossier.",
|
|
27
|
-
"configuration.hidesExplorerArrows": "Désactiver les flèches devant les dossiers.",
|
|
28
|
-
"configuration.opacity": "Ajuster l'opacité des icônes."
|
|
29
|
-
}
|
package/package.nls.ja.json
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: アイコンテーマを有効化",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: アイコンパックを設定",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: フォルダーテーマを変更",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: フォルダーの色を変更",
|
|
6
|
-
"command.restoreDefaultConfig": "Material Icons: 初期設定に戻す",
|
|
7
|
-
"command.toggleExplorerArrows": "Material Icons: フォルダーの矢印を切り替え",
|
|
8
|
-
"command.changeOpacity": "Material Icons: 不透明度を変更",
|
|
9
|
-
"command.toggleGrayscale": "Material Icons: グレースケールを切り替え",
|
|
10
|
-
"command.changeSaturation": "Material Icons: 彩度を変更",
|
|
11
|
-
"configuration.title": "Material Icons",
|
|
12
|
-
"configuration.files.associations": "カスタムファイルアイコンの関連付けを設定する。",
|
|
13
|
-
"configuration.folders.associations": "カスタムフォルダーアイコンの関連付けを設定する。",
|
|
14
|
-
"configuration.languages.associations": "カスタム言語アイコンの関連付けを設定する。",
|
|
15
|
-
"configuration.activeIconPack": "特定のアイコンを有効にするアイコンパックを選択する。",
|
|
16
|
-
"configuration.activeIconPack.angular": "Angular 用のアイコンです。",
|
|
17
|
-
"configuration.activeIconPack.angular_ngrx": "Angular と ngrx 用のアイコンです。",
|
|
18
|
-
"configuration.activeIconPack.react": "React 用のアイコンです。",
|
|
19
|
-
"configuration.activeIconPack.react_redux": "React と Redux 用のアイコンです。",
|
|
20
|
-
"configuration.activeIconPack.vue": "Vue 用のアイコンです。",
|
|
21
|
-
"configuration.activeIconPack.vue_vuex": "Vue と Vuex 用のアイコンです。",
|
|
22
|
-
"configuration.activeIconPack.nest": "NestJS 用のアイコンです。",
|
|
23
|
-
"configuration.activeIconPack.none": "アイコンパックは有効ではありません。",
|
|
24
|
-
"configuration.folders.theme": "フォルダーアイコンの種類を設定する。",
|
|
25
|
-
"configuration.folders.theme.specific": "特定のフォルダーアイコンを選択する。",
|
|
26
|
-
"configuration.folders.theme.classic": "クラシックフォルダーアイコンを選択する。",
|
|
27
|
-
"configuration.folders.theme.none": "フォルダーアイコンがありません。",
|
|
28
|
-
"configuration.folders.color": "フォルダーアイコンの色を変更する。",
|
|
29
|
-
"configuration.hidesExplorerArrows": "フォルダーの横にある矢印を隠す。",
|
|
30
|
-
"configuration.opacity": "アイコンの不透明度を変更する。",
|
|
31
|
-
"configuration.saturation": "アイコンの彩度を変更する。"
|
|
32
|
-
}
|
package/package.nls.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: Activate Icon Theme",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Configure Icon Packs",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Change Folder Theme",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: Change Folder Color",
|
|
6
|
-
"command.changeFileColor": "Material Icons: Change File Color",
|
|
7
|
-
"command.restoreDefaultConfig": "Material Icons: Restore Default Configuration",
|
|
8
|
-
"command.toggleExplorerArrows": "Material Icons: Toggle Explorer Arrows",
|
|
9
|
-
"command.changeOpacity": "Material Icons: Change Opacity",
|
|
10
|
-
"command.toggleGrayscale": "Material Icons: Toggle Grayscale",
|
|
11
|
-
"command.changeSaturation": "Material Icons: Change Saturation",
|
|
12
|
-
"configuration.title": "Material Icons",
|
|
13
|
-
"configuration.files.associations": "Set custom file icon associations.",
|
|
14
|
-
"configuration.folders.associations": "Set custom folder icon associations.",
|
|
15
|
-
"configuration.languages.associations": "Set custom language icon associations.",
|
|
16
|
-
"configuration.activeIconPack": "Select an icon pack that enables specific icons.",
|
|
17
|
-
"configuration.activeIconPack.angular": "Icons for Angular.",
|
|
18
|
-
"configuration.activeIconPack.angular_ngrx": "Icons for Angular and ngrx.",
|
|
19
|
-
"configuration.activeIconPack.react": "Icons for React.",
|
|
20
|
-
"configuration.activeIconPack.react_redux": "Icons for React and Redux.",
|
|
21
|
-
"configuration.activeIconPack.vue": "Icons for Vue.",
|
|
22
|
-
"configuration.activeIconPack.vue_vuex": "Icons for Vue and Vuex.",
|
|
23
|
-
"configuration.activeIconPack.nest": "Icons for NestJS.",
|
|
24
|
-
"configuration.activeIconPack.none": "No icon pack enabled.",
|
|
25
|
-
"configuration.folders.theme": "Set the type for the folder icons.",
|
|
26
|
-
"configuration.folders.theme.specific": "Select specific folder icons.",
|
|
27
|
-
"configuration.folders.theme.classic": "Select classic folder icons.",
|
|
28
|
-
"configuration.folders.theme.none": "No folder icons.",
|
|
29
|
-
"configuration.folders.color": "Change the color of the folder icons.",
|
|
30
|
-
"configuration.files.color": "Change the color of the file icons.",
|
|
31
|
-
"configuration.hidesExplorerArrows": "Hide explorer arrows before folder.",
|
|
32
|
-
"configuration.opacity": "Change the opacity of the icons.",
|
|
33
|
-
"configuration.saturation": "Change the saturation of the icons."
|
|
34
|
-
}
|
package/package.nls.nl.json
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: Activeer Icon Thema",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Configureer Icon Packs",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Verander Folder Thema",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: Verander Folder Kleur",
|
|
6
|
-
"command.restoreDefaultConfig": "Material Icons: Zet Standaard Configuratie Terug",
|
|
7
|
-
"command.toggleExplorerArrows": "Material Icons: Configureer Folder Pijlen",
|
|
8
|
-
"command.changeOpacity": "Material Icons: Verander Doorzichtbaarheid",
|
|
9
|
-
"command.toggleGrayscale": "Material Icons: Zet Grijstinten Aan Of Uit",
|
|
10
|
-
"command.changeSaturation": "Material Icons: Verander Saturatie",
|
|
11
|
-
"configuration.title": "Material Icons",
|
|
12
|
-
"configuration.files.associations": "Stel eigen bestandsiconen in.",
|
|
13
|
-
"configuration.folders.associations": "Stel eigen foldericonen in.",
|
|
14
|
-
"configuration.languages.associations": "Stel eigen taaliconen in.",
|
|
15
|
-
"configuration.activeIconPack": "Selecteer een iconpakket dat bepaalde icons inschakelt.",
|
|
16
|
-
"configuration.activeIconPack.angular": "Icons voor Angular.",
|
|
17
|
-
"configuration.activeIconPack.angular_ngrx": "Icons voor Angular en ngrx.",
|
|
18
|
-
"configuration.activeIconPack.react": "Icons voor React.",
|
|
19
|
-
"configuration.activeIconPack.react_redux": "Icons for React en Redux.",
|
|
20
|
-
"configuration.activeIconPack.vue": "Icons voor Vue.",
|
|
21
|
-
"configuration.activeIconPack.vue_vuex": "Icons voor Vue en Vuex.",
|
|
22
|
-
"configuration.activeIconPack.nest": "Icons voor NestJS.",
|
|
23
|
-
"configuration.activeIconPack.none": "Geen iconpakket ingeschakeld.",
|
|
24
|
-
"configuration.folders.theme": "Kies het type foldericons.",
|
|
25
|
-
"configuration.folders.theme.specific": "Selecteer bepaalde foldericons.",
|
|
26
|
-
"configuration.folders.theme.classic": "Selecteer klassieke foldericons.",
|
|
27
|
-
"configuration.folders.theme.none": "Geen foldericons.",
|
|
28
|
-
"configuration.folders.color": "Verander de kleur van de foldericons.",
|
|
29
|
-
"configuration.hidesExplorerArrows": "Verberg verkenner pijlen voor de folder.",
|
|
30
|
-
"configuration.opacity": "Verander de doorzichtbaarheid van de icons.",
|
|
31
|
-
"configuration.saturation": "Verander de saturatie van de icons."
|
|
32
|
-
}
|
package/package.nls.pl.json
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: Aktywuj motyw ikon",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Skonfiguruj paczki ikon",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Zmień motyw folderów",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: Zmień kolor folderów",
|
|
6
|
-
"command.restoreDefaultConfig": "Material Icons: Przywróć domyślne ustawienia",
|
|
7
|
-
"command.toggleExplorerArrows": "Material Icons: Ukryj strzałki przy folderach",
|
|
8
|
-
"command.changeOpacity": "Material Icons: Zmień przezroczystość",
|
|
9
|
-
"command.toggleGrayscale": "Material Icons: Przełącz czarno-białe ikony",
|
|
10
|
-
"command.changeSaturation": "Material Icons: Zmień nasycenie ikon",
|
|
11
|
-
"configuration.title": "Material Icons",
|
|
12
|
-
"configuration.files.associations": "Ustaw niestandardowe ikony plików.",
|
|
13
|
-
"configuration.folders.associations": "Ustaw niestandardowe ikony folderów.",
|
|
14
|
-
"configuration.languages.associations": "Ustaw niestandardowe ikony języków.",
|
|
15
|
-
"configuration.activeIconPack": "Wybierz paczkę dla niektórych ikon.",
|
|
16
|
-
"configuration.activeIconPack.angular": "Ikony dla Angulara.",
|
|
17
|
-
"configuration.activeIconPack.angular_ngrx": "Ikony dla Angulara i ngrx.",
|
|
18
|
-
"configuration.activeIconPack.react": "Ikony dla Reacta.",
|
|
19
|
-
"configuration.activeIconPack.react_redux": "Ikony dla Reacta i Reduxa.",
|
|
20
|
-
"configuration.activeIconPack.vue": "Ikony dla Vue.",
|
|
21
|
-
"configuration.activeIconPack.vue_vuex": "Ikony dla Vue i Vuex.",
|
|
22
|
-
"configuration.activeIconPack.nest": "Ikony dla NestJS.",
|
|
23
|
-
"configuration.activeIconPack.none": "Brak włączonej paczki ikon.",
|
|
24
|
-
"configuration.folders.theme": "Wybierz typ ikon folderów.",
|
|
25
|
-
"configuration.folders.theme.specific": "Wybierz ikony folderów.",
|
|
26
|
-
"configuration.folders.theme.classic": "Wybierz klasyczne ikony folderów.",
|
|
27
|
-
"configuration.folders.theme.none": "Brak ikon folderów.",
|
|
28
|
-
"configuration.folders.color": "Zmień kolor ikon folderów.",
|
|
29
|
-
"configuration.hidesExplorerArrows": "Ukryj strzałki przy folderach.",
|
|
30
|
-
"configuration.opacity": "Zmień przezroczystość ikon.",
|
|
31
|
-
"configuration.saturation": "Zmień nasycenie ikon."
|
|
32
|
-
}
|
package/package.nls.pt-BR.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: Ativar tema de ícones",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Configurar pacote de ícones",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Alterar tema das pastas",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: Alterar cor das pastas",
|
|
6
|
-
"command.restoreDefaultConfig": "Material Icons: Restaurar configuração padrão",
|
|
7
|
-
"command.toggleExplorerArrows": "Material Icons: Ocultar as setas ao lado das pastas",
|
|
8
|
-
"command.changeOpacity": "Material Icons: Alterar a opacidade",
|
|
9
|
-
"configuration.title": "Material Icons",
|
|
10
|
-
"configuration.files.associations": "Definir ícones para associações de arquivos customizadas.",
|
|
11
|
-
"configuration.folders.associations": "Definir ícones para associações de pastas customizadas.",
|
|
12
|
-
"configuration.languages.associations": "Definir ícones para associações de idiomas customizadas.",
|
|
13
|
-
"configuration.activeIconPack": "Selecione um pacote de ícones que habilitam ícones específicos.",
|
|
14
|
-
"configuration.activeIconPack.angular": "Ícones para Angular.",
|
|
15
|
-
"configuration.activeIconPack.angular_ngrx": "Ícones para Angular e ngrx.",
|
|
16
|
-
"configuration.activeIconPack.react": "Ícones para React.",
|
|
17
|
-
"configuration.activeIconPack.react_redux": "Ícones para React e ngrx.",
|
|
18
|
-
"configuration.activeIconPack.vue": "Ícones para Vue.",
|
|
19
|
-
"configuration.activeIconPack.vue_vuex": "Ícones para Vue e Vuex.",
|
|
20
|
-
"configuration.activeIconPack.nest": "Ícones para NestJS.",
|
|
21
|
-
"configuration.activeIconPack.none": "Nenhum pacote de ícones ativado.",
|
|
22
|
-
"configuration.folders.theme": "Definir o tipo dos ícones das pastas.",
|
|
23
|
-
"configuration.folders.theme.specific": "Selecione ícones de pastas específicas.",
|
|
24
|
-
"configuration.folders.theme.classic": "Selecione ícones de pastas clássicas.",
|
|
25
|
-
"configuration.folders.theme.none": "Nenhum ícone de pasta.",
|
|
26
|
-
"configuration.folders.color": "Alterar a cor dos ícones das pastas.",
|
|
27
|
-
"configuration.hidesExplorerArrows": "Ocultar as setas ao lado das pastas no explorador de arquivos.",
|
|
28
|
-
"configuration.opacity": "Alterar a opacidade dos ícones."
|
|
29
|
-
}
|
package/package.nls.pt-PT.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: Habilitar tema de ícones",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Configurar pacote de ícones",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Alterar tema dos directórios",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: Alterar cor dos directórios",
|
|
6
|
-
"command.restoreDefaultConfig": "Material Icons: Restaurar configuração padrão",
|
|
7
|
-
"command.toggleExplorerArrows": "Material Icons: Esconder as setas ao lado dos directórios",
|
|
8
|
-
"command.changeOpacity": "Material Icons: Alterar a opacidade",
|
|
9
|
-
"configuration.title": "Material Icons",
|
|
10
|
-
"configuration.files.associations": "Definir ícones para associações de ficheiros peronslizados.",
|
|
11
|
-
"configuration.folders.associations": "Definir ícones para associações de directórios personalizados.",
|
|
12
|
-
"configuration.languages.associations": "Definir ícones para associações de idiomas personalizados.",
|
|
13
|
-
"configuration.activeIconPack": "Selecciona um pacote de ícones que habilitam ícones específicos.",
|
|
14
|
-
"configuration.activeIconPack.angular": "Ícones para Angular.",
|
|
15
|
-
"configuration.activeIconPack.angular_ngrx": "Ícones para Angular e ngrx.",
|
|
16
|
-
"configuration.activeIconPack.react": "Ícones para React.",
|
|
17
|
-
"configuration.activeIconPack.react_redux": "Ícones para React e ngrx.",
|
|
18
|
-
"configuration.activeIconPack.vue": "Ícones para Vue.",
|
|
19
|
-
"configuration.activeIconPack.vue_vuex": "Ícones para Vue e Vuex.",
|
|
20
|
-
"configuration.activeIconPack.nest": "Ícones para NestJS.",
|
|
21
|
-
"configuration.activeIconPack.none": "Nenhum pacote de ícones ativado.",
|
|
22
|
-
"configuration.folders.theme": "Definir o formato dos ícones dos directórios.",
|
|
23
|
-
"configuration.folders.theme.specific": "Selecciona ícones de pastas específicas.",
|
|
24
|
-
"configuration.folders.theme.classic": "Selecciona ícones de pastas clássicas.",
|
|
25
|
-
"configuration.folders.theme.none": "Nenhum ícone de pasta.",
|
|
26
|
-
"configuration.folders.color": "Alterar a cor dos ícones dos directórios.",
|
|
27
|
-
"configuration.hidesExplorerArrows": "Esconder as setas ao lado dos directórios no explorador de ficheiros.",
|
|
28
|
-
"configuration.opacity": "Alterar a opacidade dos ícones."
|
|
29
|
-
}
|
package/package.nls.ru.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"command.activateIcons": "Material Icons: Активировать иконки темы",
|
|
3
|
-
"command.toggleIconPacks": "Material Icons: Настроить набор иконок",
|
|
4
|
-
"command.changeFolderTheme": "Material Icons: Изменить тему папки",
|
|
5
|
-
"command.changeFolderColor": "Material Icons: Изменить цвет папки",
|
|
6
|
-
"command.restoreDefaultConfig": "Material Icons: Восстановить настройки по умолчанию",
|
|
7
|
-
"command.toggleExplorerArrows": "Material Icons: Скрыть стрелки проводника перед папкой",
|
|
8
|
-
"command.changeOpacity": "Material Icons: Изменение непрозрачности",
|
|
9
|
-
"configuration.title": "Material Icons",
|
|
10
|
-
"configuration.files.associations": "Настройка пользовательских ассоциаций значков файлов.",
|
|
11
|
-
"configuration.folders.associations": "Настройка пользовательских ассоциаций значков папок.",
|
|
12
|
-
"configuration.languages.associations": "Настройка ассоциаций значков пользовательского языка.",
|
|
13
|
-
"configuration.activeIconPack": "Выберите набор значков, которые включают определенные значки.",
|
|
14
|
-
"configuration.activeIconPack.angular": "Иконки для Angular.",
|
|
15
|
-
"configuration.activeIconPack.angular_ngrx": "Иконки для Angular и ngrx.",
|
|
16
|
-
"configuration.activeIconPack.react": "Иконки для React.",
|
|
17
|
-
"configuration.activeIconPack.react_redux": "Иконки для React и Redux.",
|
|
18
|
-
"configuration.activeIconPack.vue": "Иконки для Vue.",
|
|
19
|
-
"configuration.activeIconPack.vue_vuex": "Иконки для Vue и Vuex.",
|
|
20
|
-
"configuration.activeIconPack.nest": "Иконки для NestJS.",
|
|
21
|
-
"configuration.activeIconPack.none": "Папка с иконками не включена.",
|
|
22
|
-
"configuration.folders.theme": "Установить тип иконок для папок.",
|
|
23
|
-
"configuration.folders.theme.specific": "Выберите конкретные значки папок.",
|
|
24
|
-
"configuration.folders.theme.classic": "Выберите классические значки папок.",
|
|
25
|
-
"configuration.folders.theme.none": "Нет значков папок.",
|
|
26
|
-
"configuration.folders.color": "Изменение цвета иконок папок.",
|
|
27
|
-
"configuration.hidesExplorerArrows": "Скрыть стрелки проводника перед папкой.",
|
|
28
|
-
"configuration.opacity": "Измените прозрачность значков."
|
|
29
|
-
}
|