Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: give blueprint pages a distinct name #7254

Merged
merged 5 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui/src/override/components/useLeftMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function useLeftMenu() {
},
child: [
{
title: t("flows"),
title: t("blueprints.flows"),
routes: routeStartWith("blueprints/flow"),
icon: {
element: shallowRef(FileTreeOutline),
Expand All @@ -138,7 +138,7 @@ export function useLeftMenu() {
href: {name: "blueprints", params: {kind: "flow", tab: "community"}},
},
{
title: t("homeDashboard.title"),
title: t("blueprints.dashboards"),
routes: routeStartWith("blueprints/dashboard"),
icon: {
element: shallowRef(ViewDashboardVariantOutline),
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "Keine Blueprints zum Anzeigen.",
"custom": "Benutzerdefinierte Blueprints",
"community": "Gemeinschaft"
"community": "Gemeinschaft",
"dashboards": "Dashboard-Blueprints",
"flows": "Flow-Blueprints",
"apps": "App-Blueprints"
},
"use": "Verwenden",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,10 @@
"2": "Explore blueprints to kick-start your next {kind}."
},
"alt": "Blueprints Icon"
}
},
"flows": "Flow Blueprints",
"apps": "App Blueprints",
"dashboards": "Dashboard Blueprints"
},
"use": "Use",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "No hay blueprints para mostrar.",
"custom": "Planos personalizados",
"community": "Comunidad"
"community": "Comunidad",
"dashboards": "Planos del Dashboard",
"flows": "Planos de Flow",
"apps": "Planos de la Aplicación"
},
"use": "Usar",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "Aucun blueprint à afficher.",
"custom": "Plans personnalisés",
"community": "Communauté"
"community": "Communauté",
"dashboards": "Tableaux de bord Blueprints",
"flows": "Plans de Flow",
"apps": "Plans d'application"
},
"use": "Utiliser",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "कोई blueprints दिखाने के लिए नहीं हैं।",
"custom": "कस्टम blueprints",
"community": "समुदाय"
"community": "समुदाय",
"dashboards": "डैशबोर्ड Blueprints",
"flows": "फ्लो Blueprints",
"apps": "ऐप Blueprints"
},
"use": "उपयोग करें",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "Nessun blueprint da mostrare.",
"custom": "Blueprint personalizzati",
"community": "Comunità"
"community": "Comunità",
"dashboards": "Blueprint del Dashboard",
"flows": "Blueprint dei Flow",
"apps": "Blueprint delle App"
},
"use": "Usa",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "設計図が表示されていません。",
"custom": "カスタムblueprint",
"community": "コミュニティ"
"community": "コミュニティ",
"dashboards": "ダッシュボード Blueprints",
"flows": "フローBlueprints",
"apps": "アプリケーションBlueprints"
},
"use": "使用",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "블루프린트가 없습니다.",
"custom": "사용자 정의 blueprints",
"community": "커뮤니티"
"community": "커뮤니티",
"dashboards": "대시보드 Blueprints",
"flows": "플로우 Blueprints",
"apps": "앱 Blueprints"
},
"use": "사용",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "Brak blueprintów do wyświetlenia.",
"custom": "Niestandardowe blueprints",
"community": "Społeczność"
"community": "Społeczność",
"dashboards": "Dashboard Blueprinty",
"flows": "Schematy Flow",
"apps": "Szablony Aplikacji"
},
"use": "Użyj",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "Nenhum blueprint para mostrar.",
"custom": "Blueprints personalizados",
"community": "Comunidade"
"community": "Comunidade",
"dashboards": "Blueprints do Dashboard",
"flows": "Blueprints de Flow",
"apps": "Blueprints do Aplicativo"
},
"use": "Usar",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "Нет blueprints для отображения.",
"custom": "Пользовательские blueprints",
"community": "Сообщество"
"community": "Сообщество",
"dashboards": "Панель управления Blueprints",
"flows": "Черновики Flow",
"apps": "Шаблоны приложений"
},
"use": "Использовать",
"plugins": {
Expand Down
5 changes: 4 additions & 1 deletion ui/src/translations/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
},
"empty": "没有可显示的blueprints。",
"custom": "自定义blueprints",
"community": "社区"
"community": "社区",
"dashboards": "仪表板 Blueprints",
"flows": "流程蓝图",
"apps": "应用Blueprints"
},
"use": "使用",
"plugins": {
Expand Down