mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Small fixes [stage]
This commit is contained in:
parent
af71e3015d
commit
0ad8df23b6
21 changed files with 21 additions and 21 deletions
|
@ -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());
|
||||
|
|
|
@ -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"));
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@ addService=サービス ...
|
|||
addScript=スクリプト ...
|
||||
addHost=リモートホスト ...
|
||||
addShell=シェル環境 ...
|
||||
addCommand=カスタムコマンド ...
|
||||
addCommand=シェルコマンド ...
|
||||
addAutomatically=自動的に検索する
|
||||
addOther=その他を追加する
|
||||
addConnection=接続を追加する
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@ addService=Сервис ...
|
|||
addScript=Скрипт ...
|
||||
addHost=Удаленный хост ...
|
||||
addShell=Shell Environment ...
|
||||
addCommand=Пользовательская команда ...
|
||||
addCommand=Shell Command ...
|
||||
addAutomatically=Поиск в автоматическом режиме ...
|
||||
addOther=Add Other ...
|
||||
addConnection=Добавить соединение
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@ addService=服务 ...
|
|||
addScript=脚本 ...
|
||||
addHost=远程主机 ...
|
||||
addShell=外壳环境 ...
|
||||
addCommand=自定义命令 ...
|
||||
addCommand=Shell 命令 ...
|
||||
addAutomatically=自动搜索 ...
|
||||
addOther=添加其他 ...
|
||||
addConnection=添加连接
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -154,7 +154,7 @@ fixedServiceGroup.displayDescription=システムで利用可能なサービス
|
|||
mappedService.displayName=サービス
|
||||
mappedService.displayDescription=コンテナによって公開されたサービスとやりとりする
|
||||
customService.displayName=サービス
|
||||
customService.displayDescription=リモートサービスのポートを追加し、ローカルマシンにトンネリングする
|
||||
customService.displayDescription=リモートサービスのポートを追加してローカルマシンにトンネリングする
|
||||
fixedService.displayName=サービス
|
||||
fixedService.displayDescription=定義済みのサービスを使う
|
||||
noServices=利用可能なサービスはない
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -154,7 +154,7 @@ fixedServiceGroup.displayDescription=Список доступных серви
|
|||
mappedService.displayName=Сервис
|
||||
mappedService.displayDescription=Взаимодействие с сервисом, открываемым контейнером
|
||||
customService.displayName=Сервис
|
||||
customService.displayDescription=Добавьте порт удаленного сервиса для туннелирования к локальной машине
|
||||
customService.displayDescription=Добавьте порт удаленного сервиса для туннелирования к вашей локальной машине
|
||||
fixedService.displayName=Сервис
|
||||
fixedService.displayDescription=Использовать предопределенный сервис
|
||||
noServices=Нет доступных сервисов
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
11.0-5
|
||||
11.0-6
|
||||
|
|
Loading…
Reference in a new issue