Skip to content

Commit 505a8a0

Browse files
fix: set folder custom icon (#607)
closes #607
1 parent 48b7f56 commit 505a8a0

File tree

21 files changed

+262
-53
lines changed

21 files changed

+262
-53
lines changed

src/main/i18n/locales/cs_CZ/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "Duplikovat",
3636
"rename": "Přejmenovat",
3737
"restore": "Obnovit",
38-
"setCustomIcon": "Nastavit vlastní ikonu",
38+
"setCustomIcon": "Nastavit ikonu",
39+
"removeCustomIcon": "Odebrat ikonu",
3940
"show": "Zobrazit",
4041
"hide": "Skrýt",
4142
"new": {

src/main/i18n/locales/de_DE/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "Duplizieren",
3636
"rename": "Umbenennen",
3737
"restore": "Wiederherstellen",
38-
"setCustomIcon": "Benutzerdefiniertes Icon festlegen",
38+
"setCustomIcon": "Icon festlegen",
39+
"removeCustomIcon": "Icon entfernen",
3940
"show": "Anzeigen",
4041
"hide": "Ausblenden",
4142
"new": {

src/main/i18n/locales/el_GR/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "Αντίγραφο",
3636
"rename": "Μετονομασία",
3737
"restore": "Επαναφορά",
38-
"setCustomIcon": "Ορισμός Προσαρμοσμένου Εικονιδίου",
38+
"setCustomIcon": "Ορισμός Εικονιδίου",
39+
"removeCustomIcon": "Αφαίρεση Εικονιδίου",
3940
"show": "Εμφάνιση",
4041
"hide": "Απόκρυψη",
4142
"new": {

src/main/i18n/locales/en_US/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "Duplicate",
3636
"rename": "Rename",
3737
"restore": "Restore",
38-
"setCustomIcon": "Set Custom Icon",
38+
"setCustomIcon": "Set Icon",
39+
"removeCustomIcon": "Remove Icon",
3940
"show": "Show",
4041
"hide": "Hide",
4142
"new": {

src/main/i18n/locales/es_ES/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "Duplicar",
3636
"rename": "Renombrar",
3737
"restore": "Restaurar",
38-
"setCustomIcon": "Establecer Icono Personalizado",
38+
"setCustomIcon": "Establecer Icono",
39+
"removeCustomIcon": "Eliminar Icono",
3940
"show": "Mostrar",
4041
"hide": "Ocultar",
4142
"new": {

src/main/i18n/locales/fa_IR/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "تکثیر",
3636
"rename": "تغییر نام",
3737
"restore": "بازیابی",
38-
"setCustomIcon": "تنظیم آیکون سفارشی",
38+
"setCustomIcon": "تنظیم آیکون",
39+
"removeCustomIcon": "حذف آیکون",
3940
"show": "نمایش",
4041
"hide": "پنهان",
4142
"new": {

src/main/i18n/locales/fr_FR/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "Dupliquer",
3636
"rename": "Renommer",
3737
"restore": "Restaurer",
38-
"setCustomIcon": "Définir une icône personnalisée",
38+
"setCustomIcon": "Définir une icône",
39+
"removeCustomIcon": "Supprimer l'icône",
3940
"show": "Afficher",
4041
"hide": "Masquer",
4142
"new": {

src/main/i18n/locales/ja_JP/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "複製",
3636
"rename": "名前変更",
3737
"restore": "復元",
38-
"setCustomIcon": "カスタムアイコンを設定",
38+
"setCustomIcon": "アイコンを設定",
39+
"removeCustomIcon": "アイコンを削除",
3940
"show": "表示",
4041
"hide": "非表示",
4142
"new": {

src/main/i18n/locales/pl_PL/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "Duplikuj",
3636
"rename": "Zmień nazwę",
3737
"restore": "Przywróć",
38-
"setCustomIcon": "Ustaw własną ikonę",
38+
"setCustomIcon": "Ustaw ikonę",
39+
"removeCustomIcon": "Usuń ikonę",
3940
"show": "Pokaż",
4041
"hide": "Ukryj",
4142
"new": {

src/main/i18n/locales/pt_BR/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"duplicate": "Duplicar",
3636
"rename": "Renomear",
3737
"restore": "Restaurar",
38-
"setCustomIcon": "Definir Ícone Personalizado",
38+
"setCustomIcon": "Definir Ícone",
39+
"removeCustomIcon": "Remover Ícone",
3940
"show": "Mostrar",
4041
"hide": "Ocultar",
4142
"new": {

0 commit comments

Comments
 (0)