material-icon-theme 4.15.0 → 4.16.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.
Files changed (181) hide show
  1. package/.eslintrc.json +51 -51
  2. package/.github/FUNDING.yml +3 -3
  3. package/.github/ISSUE_TEMPLATE/bug_report.md +34 -34
  4. package/.github/ISSUE_TEMPLATE/icon_request.md +27 -27
  5. package/.github/workflows/build.yml +45 -45
  6. package/.github/workflows/color-check.yml +22 -22
  7. package/.github/workflows/release.yml +73 -73
  8. package/.prettierrc +7 -7
  9. package/.vscode/extensions.json +3 -3
  10. package/.vscode/launch.json +43 -43
  11. package/.vscode/settings.json +14 -14
  12. package/.vscode/tasks.json +32 -32
  13. package/.vscodeignore +20 -20
  14. package/CHANGELOG.md +1135 -1125
  15. package/CONTRIBUTING.md +62 -62
  16. package/LICENSE.md +8 -8
  17. package/README.md +209 -209
  18. package/build/web-extension.webpack.config.js +62 -62
  19. package/build/webpack.config.js +39 -39
  20. package/changelog.config.json +4 -4
  21. package/icons/astyle.svg +4 -4
  22. package/icons/blitz.svg +4 -4
  23. package/icons/cypress.svg +4 -4
  24. package/icons/dependabot.svg +4 -4
  25. package/icons/dinophp.svg +16 -16
  26. package/icons/figma.svg +10 -10
  27. package/icons/folder-angular-open.svg +2 -2
  28. package/icons/folder-angular.svg +2 -2
  29. package/icons/folder-cypress-open.svg +5 -5
  30. package/icons/folder-cypress.svg +5 -5
  31. package/icons/folder-java-open.svg +2 -2
  32. package/icons/folder-java.svg +2 -2
  33. package/icons/folder-next-open.svg +2 -2
  34. package/icons/folder-next.svg +2 -2
  35. package/icons/folder-queue-open.svg +2 -2
  36. package/icons/folder-queue.svg +2 -2
  37. package/icons/folder-resolver-open.svg +2 -2
  38. package/icons/folder-resolver.svg +2 -2
  39. package/icons/folder-serverless-open.svg +5 -5
  40. package/icons/folder-serverless.svg +5 -5
  41. package/icons/folder-target-open.svg +2 -2
  42. package/icons/folder-target.svg +2 -2
  43. package/icons/folder-unity-open.svg +2 -2
  44. package/icons/folder-unity.svg +2 -2
  45. package/icons/folder-vercel-open.svg +4 -4
  46. package/icons/folder-vercel.svg +4 -4
  47. package/icons/gleam.svg +4 -4
  48. package/icons/gridsome.svg +4 -4
  49. package/icons/hardhat.svg +3 -3
  50. package/icons/lighthouse.svg +2 -2
  51. package/icons/ndst.svg +7 -7
  52. package/icons/next.svg +3 -3
  53. package/icons/next_light.svg +2 -2
  54. package/icons/odin.svg +6 -6
  55. package/icons/parcel.svg +4 -4
  56. package/icons/playwright.svg +7 -7
  57. package/icons/pnpm.svg +9 -9
  58. package/icons/pnpm_light.svg +7 -7
  59. package/icons/poetry.svg +1 -1
  60. package/icons/processing.svg +10 -10
  61. package/icons/remix.svg +4 -4
  62. package/icons/remix_light.svg +4 -4
  63. package/icons/rome.svg +5 -5
  64. package/icons/serverless.svg +4 -4
  65. package/icons/siyuan.svg +9 -9
  66. package/icons/steadybit.svg +1 -1
  67. package/icons/svgr.svg +4 -4
  68. package/icons/tauri.svg +9 -9
  69. package/icons/template.svg +4 -4
  70. package/icons/tobi.svg +4 -4
  71. package/icons/tobimake.svg +14 -14
  72. package/icons/turborepo.svg +12 -12
  73. package/icons/turborepo_light.svg +12 -12
  74. package/images/contributors.png +0 -0
  75. package/logo.svg +21 -21
  76. package/material-colors.yml +257 -257
  77. package/package.json +264 -264
  78. package/package.nls.de.json +35 -35
  79. package/package.nls.es.json +32 -32
  80. package/package.nls.fr.json +32 -32
  81. package/package.nls.ja.json +35 -35
  82. package/package.nls.json +35 -35
  83. package/package.nls.nl.json +35 -35
  84. package/package.nls.pl.json +35 -35
  85. package/package.nls.pt-BR.json +32 -32
  86. package/package.nls.pt-PT.json +32 -32
  87. package/package.nls.ru.json +32 -32
  88. package/package.nls.zh-CN.json +32 -32
  89. package/package.nls.zh-TW.json +32 -32
  90. package/src/commands/activate.ts +26 -26
  91. package/src/commands/explorerArrows.ts +55 -55
  92. package/src/commands/folderColor.ts +96 -96
  93. package/src/commands/folders.ts +55 -55
  94. package/src/commands/grayscale.ts +55 -55
  95. package/src/commands/iconPacks.ts +68 -68
  96. package/src/commands/index.ts +30 -30
  97. package/src/commands/opacity.ts +46 -46
  98. package/src/commands/restoreConfig.ts +14 -14
  99. package/src/commands/saturation.ts +46 -46
  100. package/src/extension.ts +35 -35
  101. package/src/helpers/changeDetection.ts +68 -68
  102. package/src/helpers/customIcons.ts +8 -8
  103. package/src/helpers/fileConfig.ts +37 -37
  104. package/src/helpers/index.ts +100 -100
  105. package/src/helpers/objects.ts +58 -58
  106. package/src/helpers/types.ts +7 -7
  107. package/src/helpers/versioning.ts +73 -73
  108. package/src/i18n/index.ts +78 -78
  109. package/src/i18n/lang-de.ts +54 -54
  110. package/src/i18n/lang-en.ts +53 -53
  111. package/src/i18n/lang-es.ts +53 -53
  112. package/src/i18n/lang-fr.ts +53 -53
  113. package/src/i18n/lang-ja.ts +54 -54
  114. package/src/i18n/lang-nl.ts +54 -54
  115. package/src/i18n/lang-pl.ts +52 -52
  116. package/src/i18n/lang-pt-br.ts +53 -53
  117. package/src/i18n/lang-pt-pt.ts +53 -53
  118. package/src/i18n/lang-ru.ts +52 -52
  119. package/src/i18n/lang-uk.ts +54 -54
  120. package/src/i18n/lang-zh-cn.ts +52 -52
  121. package/src/i18n/lang-zh-tw.ts +52 -52
  122. package/src/icons/fileIcons.ts +1854 -1836
  123. package/src/icons/folderIcons.ts +754 -750
  124. package/src/icons/generator/constants.ts +29 -29
  125. package/src/icons/generator/fileGenerator.ts +216 -216
  126. package/src/icons/generator/folderGenerator.ts +340 -340
  127. package/src/icons/generator/iconOpacity.ts +111 -111
  128. package/src/icons/generator/iconSaturation.ts +140 -140
  129. package/src/icons/generator/index.ts +7 -7
  130. package/src/icons/generator/jsonGenerator.ts +187 -187
  131. package/src/icons/generator/languageGenerator.ts +127 -127
  132. package/src/icons/index.ts +4 -4
  133. package/src/icons/languageIcons.ts +134 -134
  134. package/src/messages/outdated.ts +33 -33
  135. package/src/messages/reload.ts +32 -32
  136. package/src/messages/start.ts +12 -12
  137. package/src/messages/update.ts +48 -48
  138. package/src/messages/welcome.ts +47 -47
  139. package/src/models/helpers/index.ts +1 -1
  140. package/src/models/helpers/themeStatus.ts +5 -5
  141. package/src/models/i18n/index.ts +1 -1
  142. package/src/models/i18n/translation.ts +50 -50
  143. package/src/models/iconConfiguration.ts +37 -37
  144. package/src/models/icons/defaultIcon.ts +16 -16
  145. package/src/models/icons/files/fileIcon.ts +49 -49
  146. package/src/models/icons/files/fileTypes.ts +14 -14
  147. package/src/models/icons/files/index.ts +2 -2
  148. package/src/models/icons/folders/folderIcon.ts +34 -34
  149. package/src/models/icons/folders/folderTheme.ts +23 -23
  150. package/src/models/icons/folders/index.ts +2 -2
  151. package/src/models/icons/iconJsonOptions.ts +23 -23
  152. package/src/models/icons/iconPack.ts +12 -12
  153. package/src/models/icons/index.ts +6 -6
  154. package/src/models/icons/languages/index.ts +1 -1
  155. package/src/models/icons/languages/languageIdentifier.ts +26 -26
  156. package/src/models/index.ts +4 -4
  157. package/src/models/scripts/contributors/contributor.ts +22 -22
  158. package/src/models/scripts/contributors/contributorsConfig.ts +10 -10
  159. package/src/scripts/contributors/contributors.css +24 -24
  160. package/src/scripts/contributors/index.ts +138 -138
  161. package/src/scripts/helpers/painter.ts +5 -5
  162. package/src/scripts/helpers/screenshots.ts +32 -32
  163. package/src/scripts/helpers/similarity.ts +47 -47
  164. package/src/scripts/helpers/titleCase.ts +7 -7
  165. package/src/scripts/icons/checks/checkIconAvailability.ts +215 -215
  166. package/src/scripts/icons/checks/checkIconConflicts.ts +154 -154
  167. package/src/scripts/icons/checks/checkIconUsage.ts +141 -141
  168. package/src/scripts/icons/checks/index.ts +7 -7
  169. package/src/scripts/icons/generateJson.ts +11 -11
  170. package/src/scripts/preview/index.ts +40 -40
  171. package/src/scripts/preview/preview.ts +165 -165
  172. package/src/scripts/preview/style.css +48 -48
  173. package/src/test/runTest.ts +26 -26
  174. package/src/test/spec/i18n/i18n.spec.ts +61 -61
  175. package/src/test/spec/icons/fileIcons.spec.ts +250 -250
  176. package/src/test/spec/icons/folderIcons.spec.ts +418 -418
  177. package/src/test/spec/icons/languageIcons.spec.ts +184 -184
  178. package/src/test/spec/index.ts +36 -36
  179. package/src/web/extension.ts +10 -10
  180. package/svgo.config.js +11 -11
  181. package/tsconfig.json +23 -23
@@ -1,32 +1,32 @@
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.showWelcomeMessage": "Mostrar mensaje de bienvenida después de la primera instalación.",
14
- "configuration.showUpdateMessage": "Mostrar mensaje al actualizar.",
15
- "configuration.showReloadMessage": "Mostrar mensaje de reinicio.",
16
- "configuration.activeIconPack": "Seleccione un paquete de iconos que permita iconos específicos.",
17
- "configuration.activeIconPack.angular": "Iconos de Angular.",
18
- "configuration.activeIconPack.angular_ngrx": "Iconos de Angular y ngrx.",
19
- "configuration.activeIconPack.react": "Iconos de React.",
20
- "configuration.activeIconPack.react_redux": "Iconos de React y Redux.",
21
- "configuration.activeIconPack.vue": "Iconos de Vue.",
22
- "configuration.activeIconPack.vue_vuex": "Iconos de Vue y Vuex.",
23
- "configuration.activeIconPack.nest": "Iconos de NestJS.",
24
- "configuration.activeIconPack.none": "No hay ningún paquete de iconos activo.",
25
- "configuration.folders.theme": "Seleccione el tipo de iconos de carpeta.",
26
- "configuration.folders.theme.specific": "Seleccione iconos de carpeta específicos.",
27
- "configuration.folders.theme.classic": "Seleccione iconos de carpetas clásicas.",
28
- "configuration.folders.theme.none": "Sin iconos de carpeta.",
29
- "configuration.folders.color": "Cambia el color de las carpetas.",
30
- "configuration.hidesExplorerArrows": "Deshabilitar flechas delante de carpetas.",
31
- "configuration.opacity": "Cambia la opacidad de los iconos."
32
- }
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.showWelcomeMessage": "Mostrar mensaje de bienvenida después de la primera instalación.",
14
+ "configuration.showUpdateMessage": "Mostrar mensaje al actualizar.",
15
+ "configuration.showReloadMessage": "Mostrar mensaje de reinicio.",
16
+ "configuration.activeIconPack": "Seleccione un paquete de iconos que permita iconos específicos.",
17
+ "configuration.activeIconPack.angular": "Iconos de Angular.",
18
+ "configuration.activeIconPack.angular_ngrx": "Iconos de Angular y ngrx.",
19
+ "configuration.activeIconPack.react": "Iconos de React.",
20
+ "configuration.activeIconPack.react_redux": "Iconos de React y Redux.",
21
+ "configuration.activeIconPack.vue": "Iconos de Vue.",
22
+ "configuration.activeIconPack.vue_vuex": "Iconos de Vue y Vuex.",
23
+ "configuration.activeIconPack.nest": "Iconos de NestJS.",
24
+ "configuration.activeIconPack.none": "No hay ningún paquete de iconos activo.",
25
+ "configuration.folders.theme": "Seleccione el tipo de iconos de carpeta.",
26
+ "configuration.folders.theme.specific": "Seleccione iconos de carpeta específicos.",
27
+ "configuration.folders.theme.classic": "Seleccione iconos de carpetas clásicas.",
28
+ "configuration.folders.theme.none": "Sin iconos de carpeta.",
29
+ "configuration.folders.color": "Cambia el color de las carpetas.",
30
+ "configuration.hidesExplorerArrows": "Deshabilitar flechas delante de carpetas.",
31
+ "configuration.opacity": "Cambia la opacidad de los iconos."
32
+ }
@@ -1,32 +1,32 @@
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.showWelcomeMessage": "Afficher le message de bienvenue après l'installation initiale",
14
- "configuration.showUpdateMessage": "Afficher le message de mise à jour.",
15
- "configuration.showReloadMessage": "Afficher le message de redémarrage.",
16
- "configuration.activeIconPack": "Sélectionner un pack d'icônes qui active des icônes spécifiques.",
17
- "configuration.activeIconPack.angular": "Icônes pour Angular.",
18
- "configuration.activeIconPack.angular_ngrx": "Icônes pour Angular et ngrx.",
19
- "configuration.activeIconPack.react": "Icônes pour React.",
20
- "configuration.activeIconPack.react_redux": "Icônes pour React et Redux.",
21
- "configuration.activeIconPack.vue": "Icônes pour Vue.",
22
- "configuration.activeIconPack.vue_vuex": "Icônes pour Vue et Vuex.",
23
- "configuration.activeIconPack.nest": "Icônes pour NestJS.",
24
- "configuration.activeIconPack.none": "Aucun pack d'icônes n'est actif.",
25
- "configuration.folders.theme": "Sélectionner le type d'icônes de dossier.",
26
- "configuration.folders.theme.specific": "Sélectionner des icônes de dossiers spécifiques.",
27
- "configuration.folders.theme.classic": "Sélectionner les icônes des dossiers classiques.",
28
- "configuration.folders.theme.none": "Pas d'icônes de dossier.",
29
- "configuration.folders.color": "Changer la couleur des icônes du dossier.",
30
- "configuration.hidesExplorerArrows": "Désactiver les flèches devant les dossiers.",
31
- "configuration.opacity": "Ajuster l'opacité des icônes."
32
- }
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.showWelcomeMessage": "Afficher le message de bienvenue après l'installation initiale",
14
+ "configuration.showUpdateMessage": "Afficher le message de mise à jour.",
15
+ "configuration.showReloadMessage": "Afficher le message de redémarrage.",
16
+ "configuration.activeIconPack": "Sélectionner un pack d'icônes qui active des icônes spécifiques.",
17
+ "configuration.activeIconPack.angular": "Icônes pour Angular.",
18
+ "configuration.activeIconPack.angular_ngrx": "Icônes pour Angular et ngrx.",
19
+ "configuration.activeIconPack.react": "Icônes pour React.",
20
+ "configuration.activeIconPack.react_redux": "Icônes pour React et Redux.",
21
+ "configuration.activeIconPack.vue": "Icônes pour Vue.",
22
+ "configuration.activeIconPack.vue_vuex": "Icônes pour Vue et Vuex.",
23
+ "configuration.activeIconPack.nest": "Icônes pour NestJS.",
24
+ "configuration.activeIconPack.none": "Aucun pack d'icônes n'est actif.",
25
+ "configuration.folders.theme": "Sélectionner le type d'icônes de dossier.",
26
+ "configuration.folders.theme.specific": "Sélectionner des icônes de dossiers spécifiques.",
27
+ "configuration.folders.theme.classic": "Sélectionner les icônes des dossiers classiques.",
28
+ "configuration.folders.theme.none": "Pas d'icônes de dossier.",
29
+ "configuration.folders.color": "Changer la couleur des icônes du dossier.",
30
+ "configuration.hidesExplorerArrows": "Désactiver les flèches devant les dossiers.",
31
+ "configuration.opacity": "Ajuster l'opacité des icônes."
32
+ }
@@ -1,35 +1,35 @@
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.showWelcomeMessage": "初回インストール時にウェルカムメッセージを表示する。",
16
- "configuration.showUpdateMessage": "更新のたびに更新メッセージを表示する。",
17
- "configuration.showReloadMessage": "再起動通知を表示する。",
18
- "configuration.activeIconPack": "特定のアイコンを有効にするアイコンパックを選択する。",
19
- "configuration.activeIconPack.angular": "Angular 用のアイコンです。",
20
- "configuration.activeIconPack.angular_ngrx": "Angular と ngrx 用のアイコンです。",
21
- "configuration.activeIconPack.react": "React 用のアイコンです。",
22
- "configuration.activeIconPack.react_redux": "React と Redux 用のアイコンです。",
23
- "configuration.activeIconPack.vue": "Vue 用のアイコンです。",
24
- "configuration.activeIconPack.vue_vuex": "Vue と Vuex 用のアイコンです。",
25
- "configuration.activeIconPack.nest": "NestJS 用のアイコンです。",
26
- "configuration.activeIconPack.none": "アイコンパックは有効ではありません。",
27
- "configuration.folders.theme": "フォルダーアイコンの種類を設定する。",
28
- "configuration.folders.theme.specific": "特定のフォルダーアイコンを選択する。",
29
- "configuration.folders.theme.classic": "クラシックフォルダーアイコンを選択する。",
30
- "configuration.folders.theme.none": "フォルダーアイコンがありません。",
31
- "configuration.folders.color": "フォルダーアイコンの色を変更する。",
32
- "configuration.hidesExplorerArrows": "フォルダーの横にある矢印を隠す。",
33
- "configuration.opacity": "アイコンの不透明度を変更する。",
34
- "configuration.saturation": "アイコンの彩度を変更する。"
35
- }
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.showWelcomeMessage": "初回インストール時にウェルカムメッセージを表示する。",
16
+ "configuration.showUpdateMessage": "更新のたびに更新メッセージを表示する。",
17
+ "configuration.showReloadMessage": "再起動通知を表示する。",
18
+ "configuration.activeIconPack": "特定のアイコンを有効にするアイコンパックを選択する。",
19
+ "configuration.activeIconPack.angular": "Angular 用のアイコンです。",
20
+ "configuration.activeIconPack.angular_ngrx": "Angular と ngrx 用のアイコンです。",
21
+ "configuration.activeIconPack.react": "React 用のアイコンです。",
22
+ "configuration.activeIconPack.react_redux": "React と Redux 用のアイコンです。",
23
+ "configuration.activeIconPack.vue": "Vue 用のアイコンです。",
24
+ "configuration.activeIconPack.vue_vuex": "Vue と Vuex 用のアイコンです。",
25
+ "configuration.activeIconPack.nest": "NestJS 用のアイコンです。",
26
+ "configuration.activeIconPack.none": "アイコンパックは有効ではありません。",
27
+ "configuration.folders.theme": "フォルダーアイコンの種類を設定する。",
28
+ "configuration.folders.theme.specific": "特定のフォルダーアイコンを選択する。",
29
+ "configuration.folders.theme.classic": "クラシックフォルダーアイコンを選択する。",
30
+ "configuration.folders.theme.none": "フォルダーアイコンがありません。",
31
+ "configuration.folders.color": "フォルダーアイコンの色を変更する。",
32
+ "configuration.hidesExplorerArrows": "フォルダーの横にある矢印を隠す。",
33
+ "configuration.opacity": "アイコンの不透明度を変更する。",
34
+ "configuration.saturation": "アイコンの彩度を変更する。"
35
+ }
package/package.nls.json CHANGED
@@ -1,35 +1,35 @@
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.restoreDefaultConfig": "Material Icons: Restore Default Configuration",
7
- "command.toggleExplorerArrows": "Material Icons: Toggle Explorer Arrows",
8
- "command.changeOpacity": "Material Icons: Change Opacity",
9
- "command.toggleGrayscale": "Material Icons: Toggle Grayscale",
10
- "command.changeSaturation": "Material Icons: Change Saturation",
11
- "configuration.title": "Material Icons",
12
- "configuration.files.associations": "Set custom file icon associations.",
13
- "configuration.folders.associations": "Set custom folder icon associations.",
14
- "configuration.languages.associations": "Set custom language icon associations.",
15
- "configuration.showWelcomeMessage": "Show the welcome message after first installation.",
16
- "configuration.showUpdateMessage": "Show the update message after each update.",
17
- "configuration.showReloadMessage": "Show restart notification.",
18
- "configuration.activeIconPack": "Select an icon pack that enables specific icons.",
19
- "configuration.activeIconPack.angular": "Icons for Angular.",
20
- "configuration.activeIconPack.angular_ngrx": "Icons for Angular and ngrx.",
21
- "configuration.activeIconPack.react": "Icons for React.",
22
- "configuration.activeIconPack.react_redux": "Icons for React and Redux.",
23
- "configuration.activeIconPack.vue": "Icons for Vue.",
24
- "configuration.activeIconPack.vue_vuex": "Icons for Vue and Vuex.",
25
- "configuration.activeIconPack.nest": "Icons for NestJS.",
26
- "configuration.activeIconPack.none": "No icon pack enabled.",
27
- "configuration.folders.theme": "Set the type for the folder icons.",
28
- "configuration.folders.theme.specific": "Select specific folder icons.",
29
- "configuration.folders.theme.classic": "Select classic folder icons.",
30
- "configuration.folders.theme.none": "No folder icons.",
31
- "configuration.folders.color": "Change the color of the folder icons.",
32
- "configuration.hidesExplorerArrows": "Hide explorer arrows before folder.",
33
- "configuration.opacity": "Change the opacity of the icons.",
34
- "configuration.saturation": "Change the saturation of the icons."
35
- }
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.restoreDefaultConfig": "Material Icons: Restore Default Configuration",
7
+ "command.toggleExplorerArrows": "Material Icons: Toggle Explorer Arrows",
8
+ "command.changeOpacity": "Material Icons: Change Opacity",
9
+ "command.toggleGrayscale": "Material Icons: Toggle Grayscale",
10
+ "command.changeSaturation": "Material Icons: Change Saturation",
11
+ "configuration.title": "Material Icons",
12
+ "configuration.files.associations": "Set custom file icon associations.",
13
+ "configuration.folders.associations": "Set custom folder icon associations.",
14
+ "configuration.languages.associations": "Set custom language icon associations.",
15
+ "configuration.showWelcomeMessage": "Show the welcome message after first installation.",
16
+ "configuration.showUpdateMessage": "Show the update message after each update.",
17
+ "configuration.showReloadMessage": "Show restart notification.",
18
+ "configuration.activeIconPack": "Select an icon pack that enables specific icons.",
19
+ "configuration.activeIconPack.angular": "Icons for Angular.",
20
+ "configuration.activeIconPack.angular_ngrx": "Icons for Angular and ngrx.",
21
+ "configuration.activeIconPack.react": "Icons for React.",
22
+ "configuration.activeIconPack.react_redux": "Icons for React and Redux.",
23
+ "configuration.activeIconPack.vue": "Icons for Vue.",
24
+ "configuration.activeIconPack.vue_vuex": "Icons for Vue and Vuex.",
25
+ "configuration.activeIconPack.nest": "Icons for NestJS.",
26
+ "configuration.activeIconPack.none": "No icon pack enabled.",
27
+ "configuration.folders.theme": "Set the type for the folder icons.",
28
+ "configuration.folders.theme.specific": "Select specific folder icons.",
29
+ "configuration.folders.theme.classic": "Select classic folder icons.",
30
+ "configuration.folders.theme.none": "No folder icons.",
31
+ "configuration.folders.color": "Change the color of the folder icons.",
32
+ "configuration.hidesExplorerArrows": "Hide explorer arrows before folder.",
33
+ "configuration.opacity": "Change the opacity of the icons.",
34
+ "configuration.saturation": "Change the saturation of the icons."
35
+ }
@@ -1,35 +1,35 @@
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.showWelcomeMessage": "Laat het welkomstbericht zien na de eerste installatie.",
16
- "configuration.showUpdateMessage": "Laat het updatebericht zien na elke update.",
17
- "configuration.showReloadMessage": "Laat de herstartnotificatie zien.",
18
- "configuration.activeIconPack": "Selecteer een iconpakket dat bepaalde icons inschakelt.",
19
- "configuration.activeIconPack.angular": "Icons voor Angular.",
20
- "configuration.activeIconPack.angular_ngrx": "Icons voor Angular en ngrx.",
21
- "configuration.activeIconPack.react": "Icons voor React.",
22
- "configuration.activeIconPack.react_redux": "Icons for React en Redux.",
23
- "configuration.activeIconPack.vue": "Icons voor Vue.",
24
- "configuration.activeIconPack.vue_vuex": "Icons voor Vue en Vuex.",
25
- "configuration.activeIconPack.nest": "Icons voor NestJS.",
26
- "configuration.activeIconPack.none": "Geen iconpakket ingeschakeld.",
27
- "configuration.folders.theme": "Kies het type foldericons.",
28
- "configuration.folders.theme.specific": "Selecteer bepaalde foldericons.",
29
- "configuration.folders.theme.classic": "Selecteer klassieke foldericons.",
30
- "configuration.folders.theme.none": "Geen foldericons.",
31
- "configuration.folders.color": "Verander de kleur van de foldericons.",
32
- "configuration.hidesExplorerArrows": "Verberg verkenner pijlen voor de folder.",
33
- "configuration.opacity": "Verander de doorzichtbaarheid van de icons.",
34
- "configuration.saturation": "Verander de saturatie van de icons."
35
- }
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.showWelcomeMessage": "Laat het welkomstbericht zien na de eerste installatie.",
16
+ "configuration.showUpdateMessage": "Laat het updatebericht zien na elke update.",
17
+ "configuration.showReloadMessage": "Laat de herstartnotificatie zien.",
18
+ "configuration.activeIconPack": "Selecteer een iconpakket dat bepaalde icons inschakelt.",
19
+ "configuration.activeIconPack.angular": "Icons voor Angular.",
20
+ "configuration.activeIconPack.angular_ngrx": "Icons voor Angular en ngrx.",
21
+ "configuration.activeIconPack.react": "Icons voor React.",
22
+ "configuration.activeIconPack.react_redux": "Icons for React en Redux.",
23
+ "configuration.activeIconPack.vue": "Icons voor Vue.",
24
+ "configuration.activeIconPack.vue_vuex": "Icons voor Vue en Vuex.",
25
+ "configuration.activeIconPack.nest": "Icons voor NestJS.",
26
+ "configuration.activeIconPack.none": "Geen iconpakket ingeschakeld.",
27
+ "configuration.folders.theme": "Kies het type foldericons.",
28
+ "configuration.folders.theme.specific": "Selecteer bepaalde foldericons.",
29
+ "configuration.folders.theme.classic": "Selecteer klassieke foldericons.",
30
+ "configuration.folders.theme.none": "Geen foldericons.",
31
+ "configuration.folders.color": "Verander de kleur van de foldericons.",
32
+ "configuration.hidesExplorerArrows": "Verberg verkenner pijlen voor de folder.",
33
+ "configuration.opacity": "Verander de doorzichtbaarheid van de icons.",
34
+ "configuration.saturation": "Verander de saturatie van de icons."
35
+ }
@@ -1,35 +1,35 @@
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.showWelcomeMessage": "Wyświetl wiadomość powitalną przy pierwszej instalacji.",
16
- "configuration.showUpdateMessage": "Wyświetl wiadomość po każdej aktualizacji.",
17
- "configuration.showReloadMessage": "Wyświetl wiadomość o restarcie.",
18
- "configuration.activeIconPack": "Wybierz paczkę dla niektórych ikon.",
19
- "configuration.activeIconPack.angular": "Ikony dla Angulara.",
20
- "configuration.activeIconPack.angular_ngrx": "Ikony dla Angulara i ngrx.",
21
- "configuration.activeIconPack.react": "Ikony dla Reacta.",
22
- "configuration.activeIconPack.react_redux": "Ikony dla Reacta i Reduxa.",
23
- "configuration.activeIconPack.vue": "Ikony dla Vue.",
24
- "configuration.activeIconPack.vue_vuex": "Ikony dla Vue i Vuex.",
25
- "configuration.activeIconPack.nest": "Ikony dla NestJS.",
26
- "configuration.activeIconPack.none": "Brak włączonej paczki ikon.",
27
- "configuration.folders.theme": "Wybierz typ ikon folderów.",
28
- "configuration.folders.theme.specific": "Wybierz ikony folderów.",
29
- "configuration.folders.theme.classic": "Wybierz klasyczne ikony folderów.",
30
- "configuration.folders.theme.none": "Brak ikon folderów.",
31
- "configuration.folders.color": "Zmień kolor ikon folderów.",
32
- "configuration.hidesExplorerArrows": "Ukryj strzałki przy folderach.",
33
- "configuration.opacity": "Zmień przezroczystość ikon.",
34
- "configuration.saturation": "Zmień nasycenie ikon."
35
- }
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.showWelcomeMessage": "Wyświetl wiadomość powitalną przy pierwszej instalacji.",
16
+ "configuration.showUpdateMessage": "Wyświetl wiadomość po każdej aktualizacji.",
17
+ "configuration.showReloadMessage": "Wyświetl wiadomość o restarcie.",
18
+ "configuration.activeIconPack": "Wybierz paczkę dla niektórych ikon.",
19
+ "configuration.activeIconPack.angular": "Ikony dla Angulara.",
20
+ "configuration.activeIconPack.angular_ngrx": "Ikony dla Angulara i ngrx.",
21
+ "configuration.activeIconPack.react": "Ikony dla Reacta.",
22
+ "configuration.activeIconPack.react_redux": "Ikony dla Reacta i Reduxa.",
23
+ "configuration.activeIconPack.vue": "Ikony dla Vue.",
24
+ "configuration.activeIconPack.vue_vuex": "Ikony dla Vue i Vuex.",
25
+ "configuration.activeIconPack.nest": "Ikony dla NestJS.",
26
+ "configuration.activeIconPack.none": "Brak włączonej paczki ikon.",
27
+ "configuration.folders.theme": "Wybierz typ ikon folderów.",
28
+ "configuration.folders.theme.specific": "Wybierz ikony folderów.",
29
+ "configuration.folders.theme.classic": "Wybierz klasyczne ikony folderów.",
30
+ "configuration.folders.theme.none": "Brak ikon folderów.",
31
+ "configuration.folders.color": "Zmień kolor ikon folderów.",
32
+ "configuration.hidesExplorerArrows": "Ukryj strzałki przy folderach.",
33
+ "configuration.opacity": "Zmień przezroczystość ikon.",
34
+ "configuration.saturation": "Zmień nasycenie ikon."
35
+ }
@@ -1,32 +1,32 @@
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.showWelcomeMessage": "Mostrar mensagem de bem-vindo após a primeira instalação.",
14
- "configuration.showUpdateMessage": "Mostrar mensagem de atualização após cada atualização.",
15
- "configuration.showReloadMessage": "Mostrar mensagem da reinicialização.",
16
- "configuration.activeIconPack": "Selecione um pacote de ícones que habilitam ícones específicos.",
17
- "configuration.activeIconPack.angular": "Ícones para Angular.",
18
- "configuration.activeIconPack.angular_ngrx": "Ícones para Angular e ngrx.",
19
- "configuration.activeIconPack.react": "Ícones para React.",
20
- "configuration.activeIconPack.react_redux": "Ícones para React e ngrx.",
21
- "configuration.activeIconPack.vue": "Ícones para Vue.",
22
- "configuration.activeIconPack.vue_vuex": "Ícones para Vue e Vuex.",
23
- "configuration.activeIconPack.nest": "Ícones para NestJS.",
24
- "configuration.activeIconPack.none": "Nenhum pacote de ícones ativado.",
25
- "configuration.folders.theme": "Definir o tipo dos ícones das pastas.",
26
- "configuration.folders.theme.specific": "Selecione ícones de pastas específicas.",
27
- "configuration.folders.theme.classic": "Selecione ícones de pastas clássicas.",
28
- "configuration.folders.theme.none": "Nenhum ícone de pasta.",
29
- "configuration.folders.color": "Alterar a cor dos ícones das pastas.",
30
- "configuration.hidesExplorerArrows": "Ocultar as setas ao lado das pastas no explorador de arquivos.",
31
- "configuration.opacity": "Alterar a opacidade dos ícones."
32
- }
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.showWelcomeMessage": "Mostrar mensagem de bem-vindo após a primeira instalação.",
14
+ "configuration.showUpdateMessage": "Mostrar mensagem de atualização após cada atualização.",
15
+ "configuration.showReloadMessage": "Mostrar mensagem da reinicialização.",
16
+ "configuration.activeIconPack": "Selecione um pacote de ícones que habilitam ícones específicos.",
17
+ "configuration.activeIconPack.angular": "Ícones para Angular.",
18
+ "configuration.activeIconPack.angular_ngrx": "Ícones para Angular e ngrx.",
19
+ "configuration.activeIconPack.react": "Ícones para React.",
20
+ "configuration.activeIconPack.react_redux": "Ícones para React e ngrx.",
21
+ "configuration.activeIconPack.vue": "Ícones para Vue.",
22
+ "configuration.activeIconPack.vue_vuex": "Ícones para Vue e Vuex.",
23
+ "configuration.activeIconPack.nest": "Ícones para NestJS.",
24
+ "configuration.activeIconPack.none": "Nenhum pacote de ícones ativado.",
25
+ "configuration.folders.theme": "Definir o tipo dos ícones das pastas.",
26
+ "configuration.folders.theme.specific": "Selecione ícones de pastas específicas.",
27
+ "configuration.folders.theme.classic": "Selecione ícones de pastas clássicas.",
28
+ "configuration.folders.theme.none": "Nenhum ícone de pasta.",
29
+ "configuration.folders.color": "Alterar a cor dos ícones das pastas.",
30
+ "configuration.hidesExplorerArrows": "Ocultar as setas ao lado das pastas no explorador de arquivos.",
31
+ "configuration.opacity": "Alterar a opacidade dos ícones."
32
+ }
@@ -1,32 +1,32 @@
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.showWelcomeMessage": "Exibir mensagem de boas-vindas após a primeira instalação.",
14
- "configuration.showUpdateMessage": "Exibir mensagem de actualização após cada actualização.",
15
- "configuration.showReloadMessage": "Exibir mensagem da reinicialização.",
16
- "configuration.activeIconPack": "Selecciona um pacote de ícones que habilitam ícones específicos.",
17
- "configuration.activeIconPack.angular": "Ícones para Angular.",
18
- "configuration.activeIconPack.angular_ngrx": "Ícones para Angular e ngrx.",
19
- "configuration.activeIconPack.react": "Ícones para React.",
20
- "configuration.activeIconPack.react_redux": "Ícones para React e ngrx.",
21
- "configuration.activeIconPack.vue": "Ícones para Vue.",
22
- "configuration.activeIconPack.vue_vuex": "Ícones para Vue e Vuex.",
23
- "configuration.activeIconPack.nest": "Ícones para NestJS.",
24
- "configuration.activeIconPack.none": "Nenhum pacote de ícones ativado.",
25
- "configuration.folders.theme": "Definir o formato dos ícones dos directórios.",
26
- "configuration.folders.theme.specific": "Selecciona ícones de pastas específicas.",
27
- "configuration.folders.theme.classic": "Selecciona ícones de pastas clássicas.",
28
- "configuration.folders.theme.none": "Nenhum ícone de pasta.",
29
- "configuration.folders.color": "Alterar a cor dos ícones dos directórios.",
30
- "configuration.hidesExplorerArrows": "Esconder as setas ao lado dos directórios no explorador de ficheiros.",
31
- "configuration.opacity": "Alterar a opacidade dos ícones."
32
- }
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.showWelcomeMessage": "Exibir mensagem de boas-vindas após a primeira instalação.",
14
+ "configuration.showUpdateMessage": "Exibir mensagem de actualização após cada actualização.",
15
+ "configuration.showReloadMessage": "Exibir mensagem da reinicialização.",
16
+ "configuration.activeIconPack": "Selecciona um pacote de ícones que habilitam ícones específicos.",
17
+ "configuration.activeIconPack.angular": "Ícones para Angular.",
18
+ "configuration.activeIconPack.angular_ngrx": "Ícones para Angular e ngrx.",
19
+ "configuration.activeIconPack.react": "Ícones para React.",
20
+ "configuration.activeIconPack.react_redux": "Ícones para React e ngrx.",
21
+ "configuration.activeIconPack.vue": "Ícones para Vue.",
22
+ "configuration.activeIconPack.vue_vuex": "Ícones para Vue e Vuex.",
23
+ "configuration.activeIconPack.nest": "Ícones para NestJS.",
24
+ "configuration.activeIconPack.none": "Nenhum pacote de ícones ativado.",
25
+ "configuration.folders.theme": "Definir o formato dos ícones dos directórios.",
26
+ "configuration.folders.theme.specific": "Selecciona ícones de pastas específicas.",
27
+ "configuration.folders.theme.classic": "Selecciona ícones de pastas clássicas.",
28
+ "configuration.folders.theme.none": "Nenhum ícone de pasta.",
29
+ "configuration.folders.color": "Alterar a cor dos ícones dos directórios.",
30
+ "configuration.hidesExplorerArrows": "Esconder as setas ao lado dos directórios no explorador de ficheiros.",
31
+ "configuration.opacity": "Alterar a opacidade dos ícones."
32
+ }