Small fixes [stage]

This commit is contained in:
crschnick 2024-08-11 08:40:32 +00:00
parent af71e3015d
commit 0ad8df23b6
21 changed files with 21 additions and 21 deletions

View file

@ -413,7 +413,7 @@ public class StoreCreationComp extends DialogComp {
var layout = new BorderPane();
layout.getStyleClass().add("store-creator");
var providerChoice = new StoreProviderChoiceComp(filter, provider, staticDisplay);
var showProviders = (!staticDisplay && providerChoice.getProviders().size() > 1) ||
var showProviders = (!staticDisplay && (providerChoice.getProviders().size() > 1 || providerChoice.getProviders().getFirst().showProviderChoice())) ||
(staticDisplay && provider.getValue().showProviderChoice());
if (showProviders) {
providerChoice.onSceneAssign(struc -> struc.get().requestFocus());

View file

@ -40,7 +40,7 @@ public class StoreCreationMenu {
menu.getItems()
.add(category("addTunnel", "mdi2v-vector-polyline-plus", DataStoreCreationCategory.TUNNEL, null));
menu.getItems().add(category("addCommand", "mdi2c-code-greater-than", DataStoreCreationCategory.COMMAND, "cmd"));
menu.getItems().add(category("addCommand", "mdi2c-code-greater-than", DataStoreCreationCategory.COMMAND, null));
menu.getItems().add(category("addSerial", "mdi2s-serial-port", DataStoreCreationCategory.SERIAL, "serial"));

View file

@ -29,7 +29,7 @@ addService=Service ...
addScript=Script ...
addHost=Fjernvært ...
addShell=Shell-miljø ...
addCommand=Brugerdefineret kommando ...
addCommand=Shell-kommando ...
addAutomatically=Søg automatisk ...
addOther=Tilføj andet ...
addConnection=Tilføj forbindelse

View file

@ -30,7 +30,7 @@ addScript=Skript ...
#custom
addHost=Remote Host ...
addShell=Shell-Umgebung ...
addCommand=Benutzerdefinierter Befehl ...
addCommand=Shell-Befehl ...
addAutomatically=Automatisch suchen ...
addOther=Andere hinzufügen ...
addConnection=Verbindung hinzufügen

View file

@ -29,7 +29,7 @@ addService=Service ...
addScript=Script ...
addHost=Remote Host ...
addShell=Shell Environment ...
addCommand=Custom Command ...
addCommand=Shell Command ...
addAutomatically=Search Automatically ...
addOther=Add Other ...
addConnection=Add Connection

View file

@ -28,7 +28,7 @@ addService=Servicio ...
addScript=Script ...
addHost=Host remoto ...
addShell=Entorno Shell ...
addCommand=Comando personalizado ...
addCommand=Comandos Shell ...
addAutomatically=Buscar automáticamente ...
addOther=Añadir otros ...
addConnection=Añadir conexión

View file

@ -28,7 +28,7 @@ addService=Service ...
addScript=Script ...
addHost=Hôte distant ...
addShell=Environnement Shell ...
addCommand=Commande personnalisée ...
addCommand=Commande Shell ...
addAutomatically=Recherche automatique ...
addOther=Ajouter d'autres...
addConnection=Ajouter une connexion

View file

@ -28,7 +28,7 @@ addService=Servizio ...
addScript=Script ...
addHost=Host remoto ...
addShell=Ambiente Shell ...
addCommand=Comando personalizzato ...
addCommand=Comando Shell ...
addAutomatically=Ricerca automatica ...
addOther=Aggiungi altro ...
addConnection=Aggiungi connessione

View file

@ -28,7 +28,7 @@ addService=サービス ...
addScript=スクリプト ...
addHost=リモートホスト ...
addShell=シェル環境 ...
addCommand=カスタムコマンド ...
addCommand=シェルコマンド ...
addAutomatically=自動的に検索する
addOther=その他を追加する
addConnection=接続を追加する

View file

@ -28,7 +28,7 @@ addService=Service ...
addScript=Script ...
addHost=Externe host ...
addShell=Shell-omgeving ...
addCommand=Aangepaste opdracht ...
addCommand=Shell-commando ...
addAutomatically=Automatisch zoeken ...
addOther=Andere toevoegen ...
addConnection=Verbinding toevoegen

View file

@ -28,7 +28,7 @@ addService=Serviço ...
addScript=Script ...
addHost=Anfitrião remoto ...
addShell=Ambiente Shell ...
addCommand=Comando personalizado ...
addCommand=Comando Shell ...
addAutomatically=Pesquisa automaticamente ...
addOther=Adiciona outro ...
addConnection=Adicionar ligação

View file

@ -28,7 +28,7 @@ addService=Сервис ...
addScript=Скрипт ...
addHost=Удаленный хост ...
addShell=Shell Environment ...
addCommand=Пользовательская команда ...
addCommand=Shell Command ...
addAutomatically=Поиск в автоматическом режиме ...
addOther=Add Other ...
addConnection=Добавить соединение

View file

@ -28,7 +28,7 @@ addService=Hizmet ...
addScript=Senaryo ...
addHost=Uzak Ana Bilgisayar ...
addShell=Shell Çevre ...
addCommand=Özel Komut ...
addCommand=Kabuk Komutu ...
addAutomatically=Otomatik Olarak Ara ...
addOther=Diğerlerini Ekle ...
addConnection=Bağlantı Ekle

View file

@ -28,7 +28,7 @@ addService=服务 ...
addScript=脚本 ...
addHost=远程主机 ...
addShell=外壳环境 ...
addCommand=自定义命令 ...
addCommand=Shell 命令 ...
addAutomatically=自动搜索 ...
addOther=添加其他 ...
addConnection=添加连接

View file

@ -156,7 +156,7 @@ fixedServiceGroup.displayDescription=Liste der verfügbaren Dienste auf einem Sy
mappedService.displayName=Dienst
mappedService.displayDescription=Interaktion mit einem Dienst, der von einem Container angeboten wird
customService.displayName=Dienst
customService.displayDescription=Hinzufügen eines Remote Service Ports zum Tunneln zu deinem lokalen Rechner
customService.displayDescription=Füge einen Remote Service Port hinzu, um einen Tunnel zu deinem lokalen Rechner zu erstellen
fixedService.displayName=Dienst
fixedService.displayDescription=Einen vordefinierten Dienst verwenden
noServices=Keine verfügbaren Dienste

View file

@ -154,7 +154,7 @@ fixedServiceGroup.displayDescription=List the available services on a system
mappedService.displayName=Service
mappedService.displayDescription=Interact with a service exposed by a container
customService.displayName=Service
customService.displayDescription=Add a remote service port to tunnel to you local machine
customService.displayDescription=Add a remote service port to tunnel to your local machine
fixedService.displayName=Service
fixedService.displayDescription=Use a predefined service
noServices=No available services

View file

@ -154,7 +154,7 @@ fixedServiceGroup.displayDescription=Enumerar los servicios disponibles en un si
mappedService.displayName=Servicio
mappedService.displayDescription=Interactúa con un servicio expuesto por un contenedor
customService.displayName=Servicio
customService.displayDescription=Añade un puerto de servicio remoto para hacer un túnel hacia tu máquina local
customService.displayDescription=Añade un puerto de servicio remoto para hacer un túnel a tu máquina local
fixedService.displayName=Servicio
fixedService.displayDescription=Utilizar un servicio predefinido
noServices=No hay servicios disponibles

View file

@ -154,7 +154,7 @@ fixedServiceGroup.displayDescription=システムで利用可能なサービス
mappedService.displayName=サービス
mappedService.displayDescription=コンテナによって公開されたサービスとやりとりする
customService.displayName=サービス
customService.displayDescription=リモートサービスのポートを追加しローカルマシンにトンネリングする
customService.displayDescription=リモートサービスのポートを追加しローカルマシンにトンネリングする
fixedService.displayName=サービス
fixedService.displayDescription=定義済みのサービスを使う
noServices=利用可能なサービスはない

View file

@ -154,7 +154,7 @@ fixedServiceGroup.displayDescription=Lista os serviços disponíveis num sistema
mappedService.displayName=Serviço
mappedService.displayDescription=Interage com um serviço exposto por um contentor
customService.displayName=Serviço
customService.displayDescription=Adiciona uma porta de serviço remoto para fazer um túnel para a tua máquina local
customService.displayDescription=Adiciona uma porta de serviço remoto para criar um túnel para a tua máquina local
fixedService.displayName=Serviço
fixedService.displayDescription=Utiliza um serviço predefinido
noServices=Não há serviços disponíveis

View file

@ -154,7 +154,7 @@ fixedServiceGroup.displayDescription=Список доступных серви
mappedService.displayName=Сервис
mappedService.displayDescription=Взаимодействие с сервисом, открываемым контейнером
customService.displayName=Сервис
customService.displayDescription=Добавьте порт удаленного сервиса для туннелирования к локальной машине
customService.displayDescription=Добавьте порт удаленного сервиса для туннелирования к вашей локальной машине
fixedService.displayName=Сервис
fixedService.displayDescription=Использовать предопределенный сервис
noServices=Нет доступных сервисов

View file

@ -1 +1 @@
11.0-5
11.0-6