material-icon-theme 4.23.0 → 4.23.1
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/.eslintrc.json +51 -51
- package/.github/workflows/build.yml +45 -45
- package/.github/workflows/color-check.yml +22 -22
- package/.github/workflows/release.yml +73 -73
- package/.vscodeignore +21 -21
- package/CHANGELOG.md +1292 -1281
- package/README.md +199 -199
- package/icons/craco.svg +45 -45
- package/icons/folder-changesets-open.svg +5 -5
- package/icons/folder-changesets.svg +2 -2
- package/icons/folder-decorators-open.svg +2 -2
- package/icons/folder-decorators.svg +5 -5
- package/icons/folder-supabase-open.svg +5 -5
- package/icons/folder-supabase.svg +2 -2
- package/icons/sonarcloud.svg +4 -4
- package/icons/stylable.svg +10 -10
- package/icons/supabase.svg +4 -4
- package/icons/vitest.svg +6 -0
- package/images/contributors.png +0 -0
- package/images/fileIcons.png +0 -0
- package/package.json +252 -252
- package/package.nls.de.json +32 -32
- package/package.nls.es.json +29 -29
- package/package.nls.fr.json +29 -29
- package/package.nls.ja.json +32 -32
- package/package.nls.json +32 -32
- package/package.nls.nl.json +32 -32
- package/package.nls.pl.json +32 -32
- package/package.nls.pt-BR.json +29 -29
- package/package.nls.pt-PT.json +29 -29
- package/package.nls.ru.json +29 -29
- package/package.nls.zh-CN.json +29 -29
- package/package.nls.zh-TW.json +29 -29
- package/src/commands/activate.ts +28 -28
- package/src/commands/explorerArrows.ts +55 -55
- package/src/commands/folderColor.ts +96 -96
- package/src/commands/folders.ts +55 -55
- package/src/commands/grayscale.ts +55 -55
- package/src/commands/iconPacks.ts +64 -64
- package/src/commands/index.ts +30 -30
- package/src/commands/opacity.ts +46 -46
- package/src/commands/saturation.ts +46 -46
- package/src/extension.ts +37 -37
- package/src/helpers/customIcons.ts +8 -8
- package/src/helpers/index.ts +88 -88
- package/src/i18n/index.ts +78 -78
- package/src/i18n/lang-de.ts +43 -43
- package/src/i18n/lang-en.ts +43 -43
- package/src/i18n/lang-es.ts +43 -43
- package/src/i18n/lang-fr.ts +43 -43
- package/src/i18n/lang-ja.ts +43 -43
- package/src/i18n/lang-nl.ts +43 -43
- package/src/i18n/lang-pl.ts +43 -43
- package/src/i18n/lang-pt-br.ts +43 -43
- package/src/i18n/lang-pt-pt.ts +43 -43
- package/src/i18n/lang-ru.ts +43 -43
- package/src/i18n/lang-uk.ts +43 -43
- package/src/i18n/lang-zh-cn.ts +43 -43
- package/src/i18n/lang-zh-tw.ts +43 -43
- package/src/icons/fileIcons.ts +2197 -2182
- package/src/icons/folderIcons.ts +806 -806
- package/src/icons/generator/folderGenerator.ts +340 -340
- package/src/icons/generator/iconOpacity.ts +111 -111
- package/src/icons/generator/iconSaturation.ts +140 -140
- package/src/icons/generator/jsonGenerator.ts +191 -191
- package/src/icons/languageIcons.ts +141 -141
- package/src/models/i18n/translation.ts +41 -41
- package/src/models/iconConfiguration.ts +37 -37
- package/src/models/icons/iconJsonOptions.ts +21 -21
- package/src/models/index.ts +3 -3
- package/src/scripts/contributors/index.ts +138 -138
- package/src/scripts/helpers/screenshots.ts +32 -32
- package/src/scripts/icons/checks/checkIconAvailability.ts +215 -215
- package/src/scripts/icons/checks/checkIconConflicts.ts +152 -152
- package/src/scripts/icons/checks/checkIconUsage.ts +137 -137
- package/src/scripts/icons/checks/index.ts +7 -7
- package/src/scripts/preview/index.ts +40 -40
- package/src/scripts/preview/preview.ts +163 -163
- package/src/test/runTest.ts +26 -26
- package/src/test/spec/i18n/i18n.spec.ts +54 -54
- package/src/test/spec/icons/fileIcons.spec.ts +250 -250
- package/src/test/spec/icons/folderIcons.spec.ts +418 -418
- package/src/test/spec/icons/languageIcons.spec.ts +184 -184
package/src/i18n/lang-fr.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { Translation } from '../models';
|
|
2
|
-
|
|
3
|
-
export const translation: Translation = {
|
|
4
|
-
activate: 'Activer',
|
|
5
|
-
activated: 'Material Icon Theme est actif.',
|
|
6
|
-
iconPacks: {
|
|
7
|
-
selectPack: "Sélectionnez un pack d'icônes",
|
|
8
|
-
description: "Sélectionner le pack d'icônes '%0'",
|
|
9
|
-
disabled: "Désactiver les paquets d'icônes",
|
|
10
|
-
},
|
|
11
|
-
folders: {
|
|
12
|
-
toggleIcons: 'Basculer les icônes de dossiers',
|
|
13
|
-
color: 'Choisissez une couleur de dossier',
|
|
14
|
-
hexCode: 'Insérer un code couleur HEX',
|
|
15
|
-
wrongHexCode: 'Code couleur HEX non valide!',
|
|
16
|
-
disabled: 'Aucune icônes de dossiers',
|
|
17
|
-
theme: {
|
|
18
|
-
description: "Icônes de dossiers '%0'",
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
opacity: {
|
|
22
|
-
inputPlaceholder: "Valeur d'opacité (entre 0 et 1)",
|
|
23
|
-
wrongValue: 'La valeur doit être comprise entre 0 et 1!',
|
|
24
|
-
},
|
|
25
|
-
toggleSwitch: {
|
|
26
|
-
on: 'ON',
|
|
27
|
-
off: 'OFF',
|
|
28
|
-
},
|
|
29
|
-
explorerArrows: {
|
|
30
|
-
toggle: 'Basculer les flèches du dossier',
|
|
31
|
-
enable: 'Afficher les flèches du dossier',
|
|
32
|
-
disable: 'Cacher les flèches de dossier',
|
|
33
|
-
},
|
|
34
|
-
grayscale: {
|
|
35
|
-
toggle: 'Basculer les icônes en niveaux de gris',
|
|
36
|
-
enable: 'Activer les icônes en niveaux de gris',
|
|
37
|
-
disable: 'Désactiver les icônes en niveaux de gris',
|
|
38
|
-
},
|
|
39
|
-
saturation: {
|
|
40
|
-
inputPlaceholder: 'Valeur de saturation (entre 0 et 1)',
|
|
41
|
-
wrongValue: 'La valeur doit être comprise entre 0 et 1 !',
|
|
42
|
-
},
|
|
43
|
-
};
|
|
1
|
+
import { Translation } from '../models';
|
|
2
|
+
|
|
3
|
+
export const translation: Translation = {
|
|
4
|
+
activate: 'Activer',
|
|
5
|
+
activated: 'Material Icon Theme est actif.',
|
|
6
|
+
iconPacks: {
|
|
7
|
+
selectPack: "Sélectionnez un pack d'icônes",
|
|
8
|
+
description: "Sélectionner le pack d'icônes '%0'",
|
|
9
|
+
disabled: "Désactiver les paquets d'icônes",
|
|
10
|
+
},
|
|
11
|
+
folders: {
|
|
12
|
+
toggleIcons: 'Basculer les icônes de dossiers',
|
|
13
|
+
color: 'Choisissez une couleur de dossier',
|
|
14
|
+
hexCode: 'Insérer un code couleur HEX',
|
|
15
|
+
wrongHexCode: 'Code couleur HEX non valide!',
|
|
16
|
+
disabled: 'Aucune icônes de dossiers',
|
|
17
|
+
theme: {
|
|
18
|
+
description: "Icônes de dossiers '%0'",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
opacity: {
|
|
22
|
+
inputPlaceholder: "Valeur d'opacité (entre 0 et 1)",
|
|
23
|
+
wrongValue: 'La valeur doit être comprise entre 0 et 1!',
|
|
24
|
+
},
|
|
25
|
+
toggleSwitch: {
|
|
26
|
+
on: 'ON',
|
|
27
|
+
off: 'OFF',
|
|
28
|
+
},
|
|
29
|
+
explorerArrows: {
|
|
30
|
+
toggle: 'Basculer les flèches du dossier',
|
|
31
|
+
enable: 'Afficher les flèches du dossier',
|
|
32
|
+
disable: 'Cacher les flèches de dossier',
|
|
33
|
+
},
|
|
34
|
+
grayscale: {
|
|
35
|
+
toggle: 'Basculer les icônes en niveaux de gris',
|
|
36
|
+
enable: 'Activer les icônes en niveaux de gris',
|
|
37
|
+
disable: 'Désactiver les icônes en niveaux de gris',
|
|
38
|
+
},
|
|
39
|
+
saturation: {
|
|
40
|
+
inputPlaceholder: 'Valeur de saturation (entre 0 et 1)',
|
|
41
|
+
wrongValue: 'La valeur doit être comprise entre 0 et 1 !',
|
|
42
|
+
},
|
|
43
|
+
};
|
package/src/i18n/lang-ja.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { Translation } from '../models';
|
|
2
|
-
|
|
3
|
-
export const translation: Translation = {
|
|
4
|
-
activate: '有効化',
|
|
5
|
-
activated: 'Material Icon Theme は有効です。',
|
|
6
|
-
iconPacks: {
|
|
7
|
-
selectPack: 'アイコンパックを選択する',
|
|
8
|
-
description: "アイコンパック '%0' を選択する",
|
|
9
|
-
disabled: 'アイコンパックを無効化する',
|
|
10
|
-
},
|
|
11
|
-
folders: {
|
|
12
|
-
toggleIcons: 'フォルダーアイコンを切り替える',
|
|
13
|
-
color: 'フォルダーの色を切り替える',
|
|
14
|
-
hexCode: 'HEX カラーコードを入力する',
|
|
15
|
-
wrongHexCode: '無効な HEX カラーコードです!',
|
|
16
|
-
disabled: 'フォルダーアイコンを表示しない',
|
|
17
|
-
theme: {
|
|
18
|
-
description: "フォルダーテーマ '%0' を選択する",
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
opacity: {
|
|
22
|
-
inputPlaceholder: '不透明度(0〜1)',
|
|
23
|
-
wrongValue: '値は0から1の間にしてください!',
|
|
24
|
-
},
|
|
25
|
-
toggleSwitch: {
|
|
26
|
-
on: 'ON',
|
|
27
|
-
off: 'OFF',
|
|
28
|
-
},
|
|
29
|
-
explorerArrows: {
|
|
30
|
-
toggle: 'フォルダーの矢印を切り替える',
|
|
31
|
-
enable: 'フォルダーの矢印を表示する',
|
|
32
|
-
disable: 'フォルダーの矢印を隠す',
|
|
33
|
-
},
|
|
34
|
-
grayscale: {
|
|
35
|
-
toggle: 'グレースケールアイコンを切り替える',
|
|
36
|
-
enable: 'グレースケールアイコンを有効にする',
|
|
37
|
-
disable: 'グレースケールアイコンを無効にする',
|
|
38
|
-
},
|
|
39
|
-
saturation: {
|
|
40
|
-
inputPlaceholder: '彩度(0〜1)',
|
|
41
|
-
wrongValue: '値は0から1の間にしてください!',
|
|
42
|
-
},
|
|
43
|
-
};
|
|
1
|
+
import { Translation } from '../models';
|
|
2
|
+
|
|
3
|
+
export const translation: Translation = {
|
|
4
|
+
activate: '有効化',
|
|
5
|
+
activated: 'Material Icon Theme は有効です。',
|
|
6
|
+
iconPacks: {
|
|
7
|
+
selectPack: 'アイコンパックを選択する',
|
|
8
|
+
description: "アイコンパック '%0' を選択する",
|
|
9
|
+
disabled: 'アイコンパックを無効化する',
|
|
10
|
+
},
|
|
11
|
+
folders: {
|
|
12
|
+
toggleIcons: 'フォルダーアイコンを切り替える',
|
|
13
|
+
color: 'フォルダーの色を切り替える',
|
|
14
|
+
hexCode: 'HEX カラーコードを入力する',
|
|
15
|
+
wrongHexCode: '無効な HEX カラーコードです!',
|
|
16
|
+
disabled: 'フォルダーアイコンを表示しない',
|
|
17
|
+
theme: {
|
|
18
|
+
description: "フォルダーテーマ '%0' を選択する",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
opacity: {
|
|
22
|
+
inputPlaceholder: '不透明度(0〜1)',
|
|
23
|
+
wrongValue: '値は0から1の間にしてください!',
|
|
24
|
+
},
|
|
25
|
+
toggleSwitch: {
|
|
26
|
+
on: 'ON',
|
|
27
|
+
off: 'OFF',
|
|
28
|
+
},
|
|
29
|
+
explorerArrows: {
|
|
30
|
+
toggle: 'フォルダーの矢印を切り替える',
|
|
31
|
+
enable: 'フォルダーの矢印を表示する',
|
|
32
|
+
disable: 'フォルダーの矢印を隠す',
|
|
33
|
+
},
|
|
34
|
+
grayscale: {
|
|
35
|
+
toggle: 'グレースケールアイコンを切り替える',
|
|
36
|
+
enable: 'グレースケールアイコンを有効にする',
|
|
37
|
+
disable: 'グレースケールアイコンを無効にする',
|
|
38
|
+
},
|
|
39
|
+
saturation: {
|
|
40
|
+
inputPlaceholder: '彩度(0〜1)',
|
|
41
|
+
wrongValue: '値は0から1の間にしてください!',
|
|
42
|
+
},
|
|
43
|
+
};
|
package/src/i18n/lang-nl.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { Translation } from '../models';
|
|
2
|
-
|
|
3
|
-
export const translation: Translation = {
|
|
4
|
-
activate: 'Activeer',
|
|
5
|
-
activated: 'Material Icon Thema is actief.',
|
|
6
|
-
iconPacks: {
|
|
7
|
-
selectPack: 'Selecteer een iconpakket',
|
|
8
|
-
description: "Selecteer het '%0' iconpakket",
|
|
9
|
-
disabled: 'Zet iconpaketten uit',
|
|
10
|
-
},
|
|
11
|
-
folders: {
|
|
12
|
-
toggleIcons: 'Kies een folderthema',
|
|
13
|
-
color: 'Kies een folderkleur',
|
|
14
|
-
hexCode: 'Voeg een HEX kleurcode in',
|
|
15
|
-
wrongHexCode: 'Ongeldige HEX kleurcode!',
|
|
16
|
-
disabled: 'Geen foldericons',
|
|
17
|
-
theme: {
|
|
18
|
-
description: "Selecteer het '%0' folderthema",
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
opacity: {
|
|
22
|
-
inputPlaceholder: 'Doorzichtbaarheidswaarde (tussen 0 en 1)',
|
|
23
|
-
wrongValue: 'De waarde moet tussen de 0 en 1 zijn!',
|
|
24
|
-
},
|
|
25
|
-
toggleSwitch: {
|
|
26
|
-
on: 'AAN',
|
|
27
|
-
off: 'UIT',
|
|
28
|
-
},
|
|
29
|
-
explorerArrows: {
|
|
30
|
-
toggle: 'Zet folderpijlen aan of uit',
|
|
31
|
-
enable: 'Laat folderpijlen zien',
|
|
32
|
-
disable: 'Verberg folderpijlen',
|
|
33
|
-
},
|
|
34
|
-
grayscale: {
|
|
35
|
-
toggle: 'Zet grijsgetinte icons aan of uit',
|
|
36
|
-
enable: 'Zet grijsgetinte icons aan',
|
|
37
|
-
disable: 'Zet grijsgetinte icons uit',
|
|
38
|
-
},
|
|
39
|
-
saturation: {
|
|
40
|
-
inputPlaceholder: 'Saturatiewaarde (tussen 0 en 1)',
|
|
41
|
-
wrongValue: 'De waarde moet tussen de 0 en 1 zijn!',
|
|
42
|
-
},
|
|
43
|
-
};
|
|
1
|
+
import { Translation } from '../models';
|
|
2
|
+
|
|
3
|
+
export const translation: Translation = {
|
|
4
|
+
activate: 'Activeer',
|
|
5
|
+
activated: 'Material Icon Thema is actief.',
|
|
6
|
+
iconPacks: {
|
|
7
|
+
selectPack: 'Selecteer een iconpakket',
|
|
8
|
+
description: "Selecteer het '%0' iconpakket",
|
|
9
|
+
disabled: 'Zet iconpaketten uit',
|
|
10
|
+
},
|
|
11
|
+
folders: {
|
|
12
|
+
toggleIcons: 'Kies een folderthema',
|
|
13
|
+
color: 'Kies een folderkleur',
|
|
14
|
+
hexCode: 'Voeg een HEX kleurcode in',
|
|
15
|
+
wrongHexCode: 'Ongeldige HEX kleurcode!',
|
|
16
|
+
disabled: 'Geen foldericons',
|
|
17
|
+
theme: {
|
|
18
|
+
description: "Selecteer het '%0' folderthema",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
opacity: {
|
|
22
|
+
inputPlaceholder: 'Doorzichtbaarheidswaarde (tussen 0 en 1)',
|
|
23
|
+
wrongValue: 'De waarde moet tussen de 0 en 1 zijn!',
|
|
24
|
+
},
|
|
25
|
+
toggleSwitch: {
|
|
26
|
+
on: 'AAN',
|
|
27
|
+
off: 'UIT',
|
|
28
|
+
},
|
|
29
|
+
explorerArrows: {
|
|
30
|
+
toggle: 'Zet folderpijlen aan of uit',
|
|
31
|
+
enable: 'Laat folderpijlen zien',
|
|
32
|
+
disable: 'Verberg folderpijlen',
|
|
33
|
+
},
|
|
34
|
+
grayscale: {
|
|
35
|
+
toggle: 'Zet grijsgetinte icons aan of uit',
|
|
36
|
+
enable: 'Zet grijsgetinte icons aan',
|
|
37
|
+
disable: 'Zet grijsgetinte icons uit',
|
|
38
|
+
},
|
|
39
|
+
saturation: {
|
|
40
|
+
inputPlaceholder: 'Saturatiewaarde (tussen 0 en 1)',
|
|
41
|
+
wrongValue: 'De waarde moet tussen de 0 en 1 zijn!',
|
|
42
|
+
},
|
|
43
|
+
};
|
package/src/i18n/lang-pl.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { Translation } from '../models';
|
|
2
|
-
|
|
3
|
-
export const translation: Translation = {
|
|
4
|
-
activate: 'Aktywuj',
|
|
5
|
-
activated: 'Motyw Material Icon jest aktywny.',
|
|
6
|
-
iconPacks: {
|
|
7
|
-
selectPack: 'Wybierz paczkę ikon',
|
|
8
|
-
description: "Wybierz paczkę ikon '%0'",
|
|
9
|
-
disabled: 'Wyłącz paczki ikon',
|
|
10
|
-
},
|
|
11
|
-
folders: {
|
|
12
|
-
toggleIcons: 'Wybierz motyw folderów',
|
|
13
|
-
color: 'Wybierz kolor folderów',
|
|
14
|
-
hexCode: 'Podaj kolor w formacie HEX',
|
|
15
|
-
wrongHexCode: 'Nieprawidłowy kolor HEX!',
|
|
16
|
-
disabled: 'Brak ikon folderów',
|
|
17
|
-
theme: {
|
|
18
|
-
description: "Wybierz motyw folderów '%0'",
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
opacity: {
|
|
22
|
-
inputPlaceholder: 'Wartość przezroczystości (pomiędzy 0 a 1)',
|
|
23
|
-
wrongValue: 'Wartość musi być pomiędzy 0 i 1!',
|
|
24
|
-
},
|
|
25
|
-
toggleSwitch: {
|
|
26
|
-
on: 'WŁĄCZONE',
|
|
27
|
-
off: 'WYŁĄCZONE',
|
|
28
|
-
},
|
|
29
|
-
explorerArrows: {
|
|
30
|
-
toggle: 'Przełącz strzałki przy folderach',
|
|
31
|
-
enable: 'Pokaż strzałki przy folderach',
|
|
32
|
-
disable: 'Schowaj strzałki przy folderach',
|
|
33
|
-
},
|
|
34
|
-
grayscale: {
|
|
35
|
-
toggle: 'Przełącz czarno-białe ikony',
|
|
36
|
-
enable: 'Włącz czarno-białe ikony',
|
|
37
|
-
disable: 'Wyłącz czarno-białe ikony',
|
|
38
|
-
},
|
|
39
|
-
saturation: {
|
|
40
|
-
inputPlaceholder: 'Wartość nasycenia (pomiędzy 0 a 1)',
|
|
41
|
-
wrongValue: 'Wartość musi być pomiędzy 0 i 1!',
|
|
42
|
-
},
|
|
43
|
-
};
|
|
1
|
+
import { Translation } from '../models';
|
|
2
|
+
|
|
3
|
+
export const translation: Translation = {
|
|
4
|
+
activate: 'Aktywuj',
|
|
5
|
+
activated: 'Motyw Material Icon jest aktywny.',
|
|
6
|
+
iconPacks: {
|
|
7
|
+
selectPack: 'Wybierz paczkę ikon',
|
|
8
|
+
description: "Wybierz paczkę ikon '%0'",
|
|
9
|
+
disabled: 'Wyłącz paczki ikon',
|
|
10
|
+
},
|
|
11
|
+
folders: {
|
|
12
|
+
toggleIcons: 'Wybierz motyw folderów',
|
|
13
|
+
color: 'Wybierz kolor folderów',
|
|
14
|
+
hexCode: 'Podaj kolor w formacie HEX',
|
|
15
|
+
wrongHexCode: 'Nieprawidłowy kolor HEX!',
|
|
16
|
+
disabled: 'Brak ikon folderów',
|
|
17
|
+
theme: {
|
|
18
|
+
description: "Wybierz motyw folderów '%0'",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
opacity: {
|
|
22
|
+
inputPlaceholder: 'Wartość przezroczystości (pomiędzy 0 a 1)',
|
|
23
|
+
wrongValue: 'Wartość musi być pomiędzy 0 i 1!',
|
|
24
|
+
},
|
|
25
|
+
toggleSwitch: {
|
|
26
|
+
on: 'WŁĄCZONE',
|
|
27
|
+
off: 'WYŁĄCZONE',
|
|
28
|
+
},
|
|
29
|
+
explorerArrows: {
|
|
30
|
+
toggle: 'Przełącz strzałki przy folderach',
|
|
31
|
+
enable: 'Pokaż strzałki przy folderach',
|
|
32
|
+
disable: 'Schowaj strzałki przy folderach',
|
|
33
|
+
},
|
|
34
|
+
grayscale: {
|
|
35
|
+
toggle: 'Przełącz czarno-białe ikony',
|
|
36
|
+
enable: 'Włącz czarno-białe ikony',
|
|
37
|
+
disable: 'Wyłącz czarno-białe ikony',
|
|
38
|
+
},
|
|
39
|
+
saturation: {
|
|
40
|
+
inputPlaceholder: 'Wartość nasycenia (pomiędzy 0 a 1)',
|
|
41
|
+
wrongValue: 'Wartość musi być pomiędzy 0 i 1!',
|
|
42
|
+
},
|
|
43
|
+
};
|
package/src/i18n/lang-pt-br.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { Translation } from '../models';
|
|
2
|
-
|
|
3
|
-
export const translation: Translation = {
|
|
4
|
-
activate: 'Ativar',
|
|
5
|
-
activated: 'O Material Icon Theme está ativo.',
|
|
6
|
-
iconPacks: {
|
|
7
|
-
selectPack: 'Selecione um pacote de ícones',
|
|
8
|
-
description: "Selecionar o pacote de ícones '%0'",
|
|
9
|
-
disabled: 'Desabilitar pacotes de ícones',
|
|
10
|
-
},
|
|
11
|
-
folders: {
|
|
12
|
-
toggleIcons: 'Escolha um tema para as pastas',
|
|
13
|
-
color: 'Escolha uma cor para as pastas',
|
|
14
|
-
hexCode: 'Insira um código de cor hexadecimal',
|
|
15
|
-
wrongHexCode: 'Código de cor hexadecimal inválido!',
|
|
16
|
-
disabled: 'Nenhum ícone de pasta',
|
|
17
|
-
theme: {
|
|
18
|
-
description: "Selecionar o tema para pastas '%0'",
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
opacity: {
|
|
22
|
-
inputPlaceholder: 'Valor de opacidade (entre 0 e 1)',
|
|
23
|
-
wrongValue: 'O valor deve estar entre 0 e 1!',
|
|
24
|
-
},
|
|
25
|
-
toggleSwitch: {
|
|
26
|
-
on: 'ON',
|
|
27
|
-
off: 'OFF',
|
|
28
|
-
},
|
|
29
|
-
explorerArrows: {
|
|
30
|
-
toggle: 'Alternar setas do explorador de arquivos',
|
|
31
|
-
enable: 'Exibir setas do explorador de arquivos',
|
|
32
|
-
disable: 'Ocultar setas do explorador de arquivos',
|
|
33
|
-
},
|
|
34
|
-
grayscale: {
|
|
35
|
-
toggle: 'Alternar os ícones em escala de cinza',
|
|
36
|
-
enable: 'Habilitar ícones em escala de cinza',
|
|
37
|
-
disable: 'Desativar ícones em escala de cinza',
|
|
38
|
-
},
|
|
39
|
-
saturation: {
|
|
40
|
-
inputPlaceholder: 'Valor de saturação (entre 0 e 1)',
|
|
41
|
-
wrongValue: 'O valor deve estar entre 0 e 1!',
|
|
42
|
-
},
|
|
43
|
-
};
|
|
1
|
+
import { Translation } from '../models';
|
|
2
|
+
|
|
3
|
+
export const translation: Translation = {
|
|
4
|
+
activate: 'Ativar',
|
|
5
|
+
activated: 'O Material Icon Theme está ativo.',
|
|
6
|
+
iconPacks: {
|
|
7
|
+
selectPack: 'Selecione um pacote de ícones',
|
|
8
|
+
description: "Selecionar o pacote de ícones '%0'",
|
|
9
|
+
disabled: 'Desabilitar pacotes de ícones',
|
|
10
|
+
},
|
|
11
|
+
folders: {
|
|
12
|
+
toggleIcons: 'Escolha um tema para as pastas',
|
|
13
|
+
color: 'Escolha uma cor para as pastas',
|
|
14
|
+
hexCode: 'Insira um código de cor hexadecimal',
|
|
15
|
+
wrongHexCode: 'Código de cor hexadecimal inválido!',
|
|
16
|
+
disabled: 'Nenhum ícone de pasta',
|
|
17
|
+
theme: {
|
|
18
|
+
description: "Selecionar o tema para pastas '%0'",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
opacity: {
|
|
22
|
+
inputPlaceholder: 'Valor de opacidade (entre 0 e 1)',
|
|
23
|
+
wrongValue: 'O valor deve estar entre 0 e 1!',
|
|
24
|
+
},
|
|
25
|
+
toggleSwitch: {
|
|
26
|
+
on: 'ON',
|
|
27
|
+
off: 'OFF',
|
|
28
|
+
},
|
|
29
|
+
explorerArrows: {
|
|
30
|
+
toggle: 'Alternar setas do explorador de arquivos',
|
|
31
|
+
enable: 'Exibir setas do explorador de arquivos',
|
|
32
|
+
disable: 'Ocultar setas do explorador de arquivos',
|
|
33
|
+
},
|
|
34
|
+
grayscale: {
|
|
35
|
+
toggle: 'Alternar os ícones em escala de cinza',
|
|
36
|
+
enable: 'Habilitar ícones em escala de cinza',
|
|
37
|
+
disable: 'Desativar ícones em escala de cinza',
|
|
38
|
+
},
|
|
39
|
+
saturation: {
|
|
40
|
+
inputPlaceholder: 'Valor de saturação (entre 0 e 1)',
|
|
41
|
+
wrongValue: 'O valor deve estar entre 0 e 1!',
|
|
42
|
+
},
|
|
43
|
+
};
|
package/src/i18n/lang-pt-pt.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { Translation } from '../models';
|
|
2
|
-
|
|
3
|
-
export const translation: Translation = {
|
|
4
|
-
activate: 'Habilitar',
|
|
5
|
-
activated: 'O Material Icon Theme está habilitado.',
|
|
6
|
-
iconPacks: {
|
|
7
|
-
selectPack: 'Seleccione um pacote de ícones',
|
|
8
|
-
description: "Seleccionar o pacote de ícones '%0'",
|
|
9
|
-
disabled: 'Desabilitar pacotes de ícones',
|
|
10
|
-
},
|
|
11
|
-
folders: {
|
|
12
|
-
toggleIcons: 'Escolhe um tema para os directórios',
|
|
13
|
-
color: 'Escolhe uma cor para os directórios',
|
|
14
|
-
hexCode: 'Insira um código de cor hexadecimal',
|
|
15
|
-
wrongHexCode: 'Código de cor hexadecimal inválido!',
|
|
16
|
-
disabled: 'Nenhum ícone do directório',
|
|
17
|
-
theme: {
|
|
18
|
-
description: "Seleccionar o tema para directórios '%0'",
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
opacity: {
|
|
22
|
-
inputPlaceholder: 'Valor de opacidade (entre 0 e 1)',
|
|
23
|
-
wrongValue: 'O valor deve estar entre 0 e 1!',
|
|
24
|
-
},
|
|
25
|
-
toggleSwitch: {
|
|
26
|
-
on: 'ON',
|
|
27
|
-
off: 'OFF',
|
|
28
|
-
},
|
|
29
|
-
explorerArrows: {
|
|
30
|
-
toggle: 'Alternar setas do explorador de ficheiros',
|
|
31
|
-
enable: 'Exibir setas do explorador de ficheiros',
|
|
32
|
-
disable: 'Ocultar setas do explorador de ficheiros',
|
|
33
|
-
},
|
|
34
|
-
grayscale: {
|
|
35
|
-
toggle: 'Alternar ícones em escala de cinzentos',
|
|
36
|
-
enable: 'Habilitar ícones em escala de cinzentos',
|
|
37
|
-
disable: 'Desactivar ícones em escala de cinzentos',
|
|
38
|
-
},
|
|
39
|
-
saturation: {
|
|
40
|
-
inputPlaceholder: 'Valor de saturação (entre 0 e 1)',
|
|
41
|
-
wrongValue: 'O valor deve estar entre 0 e 1!',
|
|
42
|
-
},
|
|
43
|
-
};
|
|
1
|
+
import { Translation } from '../models';
|
|
2
|
+
|
|
3
|
+
export const translation: Translation = {
|
|
4
|
+
activate: 'Habilitar',
|
|
5
|
+
activated: 'O Material Icon Theme está habilitado.',
|
|
6
|
+
iconPacks: {
|
|
7
|
+
selectPack: 'Seleccione um pacote de ícones',
|
|
8
|
+
description: "Seleccionar o pacote de ícones '%0'",
|
|
9
|
+
disabled: 'Desabilitar pacotes de ícones',
|
|
10
|
+
},
|
|
11
|
+
folders: {
|
|
12
|
+
toggleIcons: 'Escolhe um tema para os directórios',
|
|
13
|
+
color: 'Escolhe uma cor para os directórios',
|
|
14
|
+
hexCode: 'Insira um código de cor hexadecimal',
|
|
15
|
+
wrongHexCode: 'Código de cor hexadecimal inválido!',
|
|
16
|
+
disabled: 'Nenhum ícone do directório',
|
|
17
|
+
theme: {
|
|
18
|
+
description: "Seleccionar o tema para directórios '%0'",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
opacity: {
|
|
22
|
+
inputPlaceholder: 'Valor de opacidade (entre 0 e 1)',
|
|
23
|
+
wrongValue: 'O valor deve estar entre 0 e 1!',
|
|
24
|
+
},
|
|
25
|
+
toggleSwitch: {
|
|
26
|
+
on: 'ON',
|
|
27
|
+
off: 'OFF',
|
|
28
|
+
},
|
|
29
|
+
explorerArrows: {
|
|
30
|
+
toggle: 'Alternar setas do explorador de ficheiros',
|
|
31
|
+
enable: 'Exibir setas do explorador de ficheiros',
|
|
32
|
+
disable: 'Ocultar setas do explorador de ficheiros',
|
|
33
|
+
},
|
|
34
|
+
grayscale: {
|
|
35
|
+
toggle: 'Alternar ícones em escala de cinzentos',
|
|
36
|
+
enable: 'Habilitar ícones em escala de cinzentos',
|
|
37
|
+
disable: 'Desactivar ícones em escala de cinzentos',
|
|
38
|
+
},
|
|
39
|
+
saturation: {
|
|
40
|
+
inputPlaceholder: 'Valor de saturação (entre 0 e 1)',
|
|
41
|
+
wrongValue: 'O valor deve estar entre 0 e 1!',
|
|
42
|
+
},
|
|
43
|
+
};
|
package/src/i18n/lang-ru.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { Translation } from '../models';
|
|
2
|
-
|
|
3
|
-
export const translation: Translation = {
|
|
4
|
-
activate: 'Активировать',
|
|
5
|
-
activated: 'Material Icon Theme активен.',
|
|
6
|
-
iconPacks: {
|
|
7
|
-
selectPack: 'Выбрать набор иконок',
|
|
8
|
-
description: "Выбрать '%0' набор иконок",
|
|
9
|
-
disabled: 'Выключить набор иконок',
|
|
10
|
-
},
|
|
11
|
-
folders: {
|
|
12
|
-
toggleIcons: 'Выбрать тему папки',
|
|
13
|
-
color: 'Выбрать цвет папки',
|
|
14
|
-
hexCode: 'Вставить HEX-код цвета',
|
|
15
|
-
wrongHexCode: 'Неверный HEX-код цвета!',
|
|
16
|
-
disabled: 'Нет иконок для папки',
|
|
17
|
-
theme: {
|
|
18
|
-
description: "Выбрать '%0' тему папки",
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
opacity: {
|
|
22
|
-
inputPlaceholder: 'Значение непрозрачности (между 0 и 1)',
|
|
23
|
-
wrongValue: 'Значение должно быть между 0 и 1!',
|
|
24
|
-
},
|
|
25
|
-
toggleSwitch: {
|
|
26
|
-
on: 'Включить',
|
|
27
|
-
off: 'Выключить',
|
|
28
|
-
},
|
|
29
|
-
explorerArrows: {
|
|
30
|
-
toggle: 'Показать/скрыть стрелки у папок',
|
|
31
|
-
enable: 'Показать стрелки у папок',
|
|
32
|
-
disable: 'Скрыть стрелки у папок',
|
|
33
|
-
},
|
|
34
|
-
grayscale: {
|
|
35
|
-
toggle: 'Переключение серых значков',
|
|
36
|
-
enable: 'Включить значки в оттенках серого',
|
|
37
|
-
disable: 'Отключить значки в оттенках серого',
|
|
38
|
-
},
|
|
39
|
-
saturation: {
|
|
40
|
-
inputPlaceholder: 'Значение насыщенности (между 0 и 1)',
|
|
41
|
-
wrongValue: 'Значение должно быть между 0 и 1!',
|
|
42
|
-
},
|
|
43
|
-
};
|
|
1
|
+
import { Translation } from '../models';
|
|
2
|
+
|
|
3
|
+
export const translation: Translation = {
|
|
4
|
+
activate: 'Активировать',
|
|
5
|
+
activated: 'Material Icon Theme активен.',
|
|
6
|
+
iconPacks: {
|
|
7
|
+
selectPack: 'Выбрать набор иконок',
|
|
8
|
+
description: "Выбрать '%0' набор иконок",
|
|
9
|
+
disabled: 'Выключить набор иконок',
|
|
10
|
+
},
|
|
11
|
+
folders: {
|
|
12
|
+
toggleIcons: 'Выбрать тему папки',
|
|
13
|
+
color: 'Выбрать цвет папки',
|
|
14
|
+
hexCode: 'Вставить HEX-код цвета',
|
|
15
|
+
wrongHexCode: 'Неверный HEX-код цвета!',
|
|
16
|
+
disabled: 'Нет иконок для папки',
|
|
17
|
+
theme: {
|
|
18
|
+
description: "Выбрать '%0' тему папки",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
opacity: {
|
|
22
|
+
inputPlaceholder: 'Значение непрозрачности (между 0 и 1)',
|
|
23
|
+
wrongValue: 'Значение должно быть между 0 и 1!',
|
|
24
|
+
},
|
|
25
|
+
toggleSwitch: {
|
|
26
|
+
on: 'Включить',
|
|
27
|
+
off: 'Выключить',
|
|
28
|
+
},
|
|
29
|
+
explorerArrows: {
|
|
30
|
+
toggle: 'Показать/скрыть стрелки у папок',
|
|
31
|
+
enable: 'Показать стрелки у папок',
|
|
32
|
+
disable: 'Скрыть стрелки у папок',
|
|
33
|
+
},
|
|
34
|
+
grayscale: {
|
|
35
|
+
toggle: 'Переключение серых значков',
|
|
36
|
+
enable: 'Включить значки в оттенках серого',
|
|
37
|
+
disable: 'Отключить значки в оттенках серого',
|
|
38
|
+
},
|
|
39
|
+
saturation: {
|
|
40
|
+
inputPlaceholder: 'Значение насыщенности (между 0 и 1)',
|
|
41
|
+
wrongValue: 'Значение должно быть между 0 и 1!',
|
|
42
|
+
},
|
|
43
|
+
};
|