Skip to content

Commit 031f56f

Browse files
authored
VCST-2271: Replace Show module bundles checkbox with toolbar button (#2860)
1 parent ca8262f commit 031f56f

13 files changed

+52
-26
lines changed

src/VirtoCommerce.Platform.Web/npm-shrinkwrap.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/de.VirtoCommerce.Common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "Importieren",
2525
"import-sample-data": "Beispieldaten importieren",
2626
"install": "Installieren",
27+
"grouping": "Bündel anzeigen",
28+
"ungrouping": "Bündel ausblenden",
2729
"manage": "Verwalten",
2830
"more": "Mehr",
2931
"no": "Nein",
@@ -185,4 +187,4 @@
185187
"504": "Gateway-Zeitüberschreitung"
186188
}
187189
}
188-
}
190+
}

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/en.VirtoCommerce.Common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "Import",
2525
"import-sample-data": "Import sample data",
2626
"install": "Install",
27+
"grouping": "Show bundles",
28+
"ungrouping": "Hide bundles",
2729
"manage": "Manage",
2830
"more": "More",
2931
"no": "No",

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/es.VirtoCommerce.Common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "Importar",
2525
"import-sample-data": "Importar datos de muestra",
2626
"install": "Instalar",
27+
"grouping": "Mostrar paquetes",
28+
"ungrouping": "Ocultar paquetes",
2729
"manage": "Gestionar",
2830
"more": "Más",
2931
"no": "No",
@@ -185,4 +187,4 @@
185187
"504": "Tiempo de espera de la puerta de enlace"
186188
}
187189
}
188-
}
190+
}

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/fr.VirtoCommerce.Common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "Importer",
2525
"import-sample-data": "Importer des données d'exemple",
2626
"install": "Installer",
27+
"grouping": "Afficher les bundles",
28+
"ungrouping": "Masquer les bundles",
2729
"manage": "Gérer",
2830
"more": "Plus",
2931
"no": "Non",
@@ -185,4 +187,4 @@
185187
"504": "Délai de passerelle dépassé"
186188
}
187189
}
188-
}
190+
}

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/it.VirtoCommerce.Common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "Importa",
2525
"import-sample-data": "Importa dati di esempio",
2626
"install": "Installa",
27+
"grouping": "Mostra pacchetti",
28+
"ungrouping": "Nascondi pacchetti",
2729
"manage": "Gestisci",
2830
"more": "Altro",
2931
"no": "No",

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/ja.VirtoCommerce.Common.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "インポート",
2525
"import-sample-data": "サンプルデータをインポート",
2626
"install": "インストール",
27+
"grouping": "バンドルを表示",
28+
"ungrouping": "バンドルを非表示",
2729
"manage": "管理",
2830
"more": "その他",
2931
"no": "いいえ",

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/pl.VirtoCommerce.Common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "Importuj",
2525
"import-sample-data": "Importuj przykładowe dane",
2626
"install": "Zainstaluj",
27+
"grouping": "Pokaż pakiety",
28+
"ungrouping": "Ukryj pakiety",
2729
"manage": "Zarządzaj",
2830
"more": "Więcej",
2931
"no": "Nie",
@@ -185,4 +187,4 @@
185187
"504": "Przekroczony czas bramy"
186188
}
187189
}
188-
}
190+
}

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/pt.VirtoCommerce.Common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "Importar",
2525
"import-sample-data": "Importar dados de exemplo",
2626
"install": "Instalar",
27+
"grouping": "Mostrar pacotes",
28+
"ungrouping": "Ocultar pacotes",
2729
"manage": "Gerenciar",
2830
"more": "Mais",
2931
"no": "Não",
@@ -185,4 +187,4 @@
185187
"504": "Tempo limite do gateway"
186188
}
187189
}
188-
}
190+
}

src/VirtoCommerce.Platform.Web/wwwroot/Localizations/ru.VirtoCommerce.Common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"import": "Импортировать",
2525
"import-sample-data": "Импортировать примеры данных",
2626
"install": "Установить",
27+
"grouping": "Показать пакеты",
28+
"ungrouping": "Скрыть пакеты",
2729
"manage": "Управлять",
2830
"more": "Ещё",
2931
"no": "Нет",
@@ -185,4 +187,4 @@
185187
"504": "Время ожидания шлюза истекло"
186188
}
187189
}
188-
}
190+
}

0 commit comments

Comments
 (0)