Small fixes

This commit is contained in:
crschnick
2025-04-25 13:59:21 +00:00
parent 50479af068
commit dbf09ff7dc
20 changed files with 30 additions and 19 deletions

View File

@@ -106,6 +106,11 @@ class BrowserFileListNameCell extends TableCell<BrowserEntry, String> {
}
});
InputHelper.onExactKeyCode(tableView, KeyCode.SPACE, true, event -> {
// Don't show when renaming files
if (fileList.getEditing().getValue() != null) {
return;
}
var selection = typedSelection.get() + " ";
var found = fileList.getShown().getValue().stream()
.filter(browserEntry ->

View File

@@ -15,11 +15,15 @@ public class SshCategory extends AppPrefsCategory {
protected Comp<?> create() {
var prefs = AppPrefs.get();
var options = new OptionsBuilder().addTitle("sshConfiguration");
options.sub(new OptionsBuilder().pref(prefs.sshVerboseOutput).addToggle(prefs.sshVerboseOutput));
if (OsType.getLocal() == OsType.WINDOWS) {
options.sub(new OptionsBuilder()
.addComp(prefs.getCustomComp("x11WslInstance").maxWidth(getCompWidth())));
}
return options.buildComp();
}
@Override
protected boolean show() {
return OsType.getLocal() == OsType.WINDOWS;
}
}

View File

@@ -37,8 +37,10 @@ public class TroubleshootCategory extends AppPrefsCategory {
@Override
protected Comp<?> create() {
var prefs = AppPrefs.get();
OptionsBuilder b = new OptionsBuilder()
.addTitle("troubleshootingOptions")
.sub(new OptionsBuilder().pref(prefs.sshVerboseOutput).addToggle(prefs.sshVerboseOutput))
.spacer(19)
.addComp(
new TileButtonComp("reportIssue", "reportIssueDescription", "mdal-bug_report", e -> {

View File

@@ -33,11 +33,11 @@ public class TmuxTerminalMultiplexer implements TerminalMultiplexer {
@Override
public ShellScript launchNewSession(ShellControl control, String command, TerminalInitScriptConfig config) {
return ShellScript.lines(
"tmux kill-session -t xpipe",
"tmux kill-session -t xpipe >/dev/null 2>&1",
"tmux new-session -d -s xpipe",
"tmux rename-window \"" + escape(config.getDisplayName(), true) + "\"",
"tmux send-keys -t xpipe ' stty -echo' Enter C-l",
"tmux send-keys -t xpipe ' " + escape(command, false) + "; exit' Enter",
"tmux send-keys -t xpipe 'C-l'",
"tmux attach -d -t xpipe");
}

View File

@@ -1377,7 +1377,7 @@ refreshOpenpubkey=Opdater openpubkey-identitet
refreshOpenpubkeyDescription=Kør opkssh refresh for at gøre openpubkey-identiteten gyldig igen
all=Alle
terminalPrompt=Terminal-prompt
terminalPromptDescription=Terminalprompt-værktøjet til brug i dine fjernterminaler.\n\nNår du aktiverer en terminalprompt, opsættes og konfigureres prompt-værktøjet automatisk på målsystemet, når du åbner en terminalsession. Dette ændrer ikke eksisterende prompt-konfigurationer eller profilfiler på et system. Det vil øge terminalens indlæsningstid den første tid, mens prompten er ved at blive konfigureret på fjernsystemet.
terminalPromptDescription=Terminalprompt-værktøjet til brug i dine fjernterminaler.\n\nNår du aktiverer en terminalprompt, opsættes og konfigureres prompt-værktøjet automatisk på målsystemet, når du åbner en terminalsession. Dette ændrer ikke eksisterende prompt-konfigurationer eller profilfiler på et system. Det vil øge terminalens indlæsningstid den første tid, mens prompten er ved at blive sat op på fjernsystemet. Din terminal har muligvis brug for en særlig skrifttype fra https://github.com/ryanoasis/nerd-fonts for at vise prompten korrekt.
terminalPromptConfiguration=Konfiguration af terminalprompt
terminalPromptConfig=Konfig-fil
terminalPromptConfigDescription=Den brugerdefinerede konfigurationsfil, der skal anvendes på prompten. Denne konfiguration bliver automatisk sat op på målsystemet, når terminalen initialiseres, og bruges som standardkonfiguration for prompten.\n\nHvis du vil bruge den eksisterende standardkonfigurationsfil på hvert system, kan du lade dette felt være tomt.

View File

@@ -1363,7 +1363,7 @@ refreshOpenpubkey=Openpubkey-Identität aktualisieren
refreshOpenpubkeyDescription=Führe opkssh refresh aus, um die openpubkey-Identität wieder gültig zu machen
all=Alle
terminalPrompt=Terminal-Eingabeaufforderung
terminalPromptDescription=Das Terminalprompt-Tool, das du in deinen Remote-Terminals verwenden kannst.\n\nWenn du einen Terminalprompt aktivierst, wird das Prompt-Tool automatisch auf dem Zielsystem eingerichtet und konfiguriert, wenn du eine Terminalsitzung öffnest. Bestehende Prompt-Konfigurationen oder Profildateien auf einem System werden dabei nicht verändert. Dadurch verlängert sich die Ladezeit des Terminals beim ersten Mal, während der Prompt auf dem entfernten System eingerichtet wird.
terminalPromptDescription=Das Terminalprompt-Tool, das du in deinen Remote-Terminals verwenden kannst.\n\nWenn du einen Terminalprompt aktivierst, wird das Prompt-Tool automatisch auf dem Zielsystem eingerichtet und konfiguriert, wenn du eine Terminalsitzung öffnest. Bestehende Prompt-Konfigurationen oder Profildateien auf einem System werden dabei nicht verändert. Dadurch verlängert sich die Ladezeit des Terminals beim ersten Mal, während der Prompt auf dem entfernten System eingerichtet wird. Dein Terminal benötigt möglicherweise eine spezielle Schriftart von https://github.com/ryanoasis/nerd-fonts, um die Eingabeaufforderung korrekt anzuzeigen.
terminalPromptConfiguration=Konfiguration der Terminal-Eingabeaufforderung
terminalPromptConfig=Config-Datei
terminalPromptConfigDescription=Die benutzerdefinierte Konfigurationsdatei, die auf den Prompt angewendet werden soll. Diese Konfiguration wird automatisch auf dem Zielsystem eingerichtet, wenn das Terminal initialisiert wird, und als Standardkonfiguration für den Prompt verwendet.\n\nWenn du die vorhandene Standardkonfigurationsdatei auf jedem System verwenden willst, kannst du dieses Feld leer lassen.

View File

@@ -1397,7 +1397,7 @@ refreshOpenpubkey=Refresh openpubkey identity
refreshOpenpubkeyDescription=Run opkssh refresh to make the openpubkey identity valid again
all=All
terminalPrompt=Terminal prompt
terminalPromptDescription=The terminal prompt tool to use in your remote terminals.\n\nEnabling a terminal prompt will automatically set up and configure the prompt tool on the target system when opening a terminal session. This does not modify any existing prompt configurations or profile files on a system. This will increase the terminal loading time for the first time while the prompt is being set up on the remote system.
terminalPromptDescription=The terminal prompt tool to use in your remote terminals.\n\nEnabling a terminal prompt will automatically set up and configure the prompt tool on the target system when opening a terminal session. This does not modify any existing prompt configurations or profile files on a system. This will increase the terminal loading time for the first time while the prompt is being set up on the remote system. Your terminal might need a special font from https://github.com/ryanoasis/nerd-fonts to display the prompt correctly.
terminalPromptConfiguration=Terminal prompt configuration
terminalPromptConfig=Config file
terminalPromptConfigDescription=The custom config file to apply to the prompt. This config will be automatically set up on the target system when the terminal is initialized and used as the default prompt config.\n\nIf you want to use the existing default config file on each system, you can leave this field empty.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=Actualizar identidad openpubkey
refreshOpenpubkeyDescription=Ejecuta opkssh refresh para que la identidad openpubkey vuelva a ser válida
all=Todos los
terminalPrompt=Terminal prompt
terminalPromptDescription=La herramienta de aviso de terminal que debes utilizar en tus terminales remotos.\n\nActivar un prompt de terminal establecerá y configurará automáticamente la herramienta prompt en el sistema de destino al abrir una sesión de terminal. Esto no modifica ninguna configuración de avisos o archivos de perfil existentes en un sistema. Esto aumentará el tiempo de carga del terminal por primera vez mientras se configura el prompt en el sistema remoto.
terminalPromptDescription=La herramienta de aviso de terminal que debes utilizar en tus terminales remotos.\n\nActivar un prompt de terminal establecerá y configurará automáticamente la herramienta prompt en el sistema de destino al abrir una sesión de terminal. Esto no modifica ninguna configuración de avisos o archivos de perfil existentes en un sistema. Esto aumentará el tiempo de carga del terminal por primera vez mientras se configura el prompt en el sistema remoto. Es posible que tu terminal necesite una fuente especial de https://github.com/ryanoasis/nerd-fonts para mostrar el prompt correctamente.
terminalPromptConfiguration=Configuración del indicador de terminal
terminalPromptConfig=Archivo de configuración
terminalPromptConfigDescription=El archivo de configuración personalizada que se aplicará al prompt. Esta configuración se establecerá automáticamente en el sistema de destino cuando se inicialice el terminal y se utilizará como configuración predeterminada del indicador.\n\nSi quieres utilizar el archivo de configuración por defecto existente en cada sistema, puedes dejar este campo vacío.

View File

@@ -1371,7 +1371,7 @@ refreshOpenpubkey=Rafraîchir l'identité openpubkey
refreshOpenpubkeyDescription=Exécute opkssh refresh pour que l'identité openpubkey soit à nouveau valide
all=Tous
terminalPrompt=Invite du terminal
terminalPromptDescription=L'outil d'invite de terminal à utiliser dans tes terminaux distants.\n\nL'activation d'une invite de terminal permet d'installer et de configurer automatiquement l'outil d'invite sur le système cible lors de l'ouverture d'une session de terminal. Cela ne modifie pas les configurations d'invite ou les fichiers de profil existants sur un système. Cela augmentera le temps de chargement du terminal pour la première fois pendant que l'invite est en train d'être configurée sur le système distant.
terminalPromptDescription=L'outil d'invite de terminal à utiliser dans tes terminaux distants.\n\nL'activation d'une invite de terminal permet d'installer et de configurer automatiquement l'outil d'invite sur le système cible lors de l'ouverture d'une session de terminal. Cela ne modifie pas les configurations d'invite ou les fichiers de profil existants sur un système. Cela augmentera le temps de chargement du terminal pour la première fois pendant que l'invite est configurée sur le système distant. Ton terminal peut avoir besoin d'une police spéciale provenant de https://github.com/ryanoasis/nerd-fonts pour afficher l'invite correctement.
terminalPromptConfiguration=Configuration de l'invite du terminal
terminalPromptConfig=Fichier de configuration
terminalPromptConfigDescription=Le fichier de configuration personnalisé à appliquer à l'invite. Cette configuration sera automatiquement mise en place sur le système cible lors de l'initialisation du terminal et utilisée comme configuration par défaut de l'invite.\n\nSi tu veux utiliser le fichier de config par défaut existant sur chaque système, tu peux laisser ce champ vide.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=Menyegarkan identitas openpubkey
refreshOpenpubkeyDescription=Jalankan penyegaran opkssh untuk membuat identitas openpubkey kembali valid
all=Semua
terminalPrompt=Perintah terminal
terminalPromptDescription=Alat prompt terminal untuk digunakan di terminal jarak jauh Anda.\n\nMengaktifkan prompt terminal akan secara otomatis mengatur dan mengonfigurasi alat prompt pada sistem target saat membuka sesi terminal. Hal ini tidak akan mengubah konfigurasi prompt atau file profil yang ada pada sistem. Hal ini akan meningkatkan waktu pemuatan terminal untuk pertama kalinya saat prompt sedang disiapkan pada sistem jarak jauh.
terminalPromptDescription=Alat prompt terminal untuk digunakan di terminal jarak jauh Anda.\n\nMengaktifkan prompt terminal akan secara otomatis mengatur dan mengonfigurasi alat prompt pada sistem target saat membuka sesi terminal. Hal ini tidak akan mengubah konfigurasi prompt atau file profil yang ada pada sistem. Hal ini akan meningkatkan waktu pemuatan terminal untuk pertama kalinya saat prompt sedang disiapkan pada sistem jarak jauh. Terminal Anda mungkin memerlukan font khusus dari https://github.com/ryanoasis/nerd-fonts untuk menampilkan prompt dengan benar.
terminalPromptConfiguration=Konfigurasi prompt terminal
terminalPromptConfig=File konfigurasi
terminalPromptConfigDescription=File konfigurasi khusus untuk diterapkan pada prompt. Konfigurasi ini akan secara otomatis diatur pada sistem target saat terminal diinisialisasi dan digunakan sebagai konfigurasi prompt default.\n\nJika Anda ingin menggunakan file konfigurasi default yang ada pada setiap sistem, Anda dapat mengosongkan bidang ini.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=Aggiorna l'identità openpubkey
refreshOpenpubkeyDescription=Esegui opkssh refresh per rendere di nuovo valida l'identità di openpubkey
all=Tutti
terminalPrompt=Prompt del terminale
terminalPromptDescription=Lo strumento di prompt del terminale da utilizzare nei terminali remoti.\n\nL'abilitazione di un prompt del terminale imposta e configura automaticamente lo strumento di prompt sul sistema di destinazione quando si apre una sessione di terminale. Questo non modifica le configurazioni del prompt o i file di profilo esistenti sul sistema. Questo aumenterà il tempo di caricamento del terminale per la prima volta mentre il prompt viene configurato sul sistema remoto.
terminalPromptDescription=Lo strumento di prompt del terminale da utilizzare nei terminali remoti.\n\nL'abilitazione di un prompt del terminale imposta e configura automaticamente lo strumento di prompt sul sistema di destinazione quando si apre una sessione di terminale. Questo non modifica le configurazioni del prompt o i file di profilo esistenti sul sistema. Questo aumenterà il tempo di caricamento del terminale per la prima volta mentre il prompt viene configurato sul sistema remoto. Il tuo terminale potrebbe aver bisogno di un font speciale di https://github.com/ryanoasis/nerd-fonts per visualizzare correttamente il prompt.
terminalPromptConfiguration=Configurazione del prompt del terminale
terminalPromptConfig=File di configurazione
terminalPromptConfigDescription=Il file di configurazione personalizzato da applicare al prompt. Questa configurazione verrà impostata automaticamente sul sistema di destinazione quando il terminale viene inizializzato e verrà utilizzata come configurazione predefinita del prompt.\n\nSe vuoi utilizzare il file di configurazione predefinito esistente su ogni sistema, puoi lasciare questo campo vuoto.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=openpubkeyのIDをリフレッシュする
refreshOpenpubkeyDescription=opkssh refreshを実行し、openpubkeyのIDを再度有効にする。
all=すべて
terminalPrompt=ターミナルプロンプト
terminalPromptDescription=リモート端末で使用する端末プロンプトツール。\n\nターミナルプロンプトを有効にすると、ターミナルセッションを開くときに、 ターゲットシステム上のプロンプトツールが自動的にセットアップされ、 設定される。これは、システム上の既存のプロンプト設定やプロファイルファイルを変更しない。このため、リモートシステム上でプロンプトが設定されている間、 最初のターミナルロード時間が長くなる
terminalPromptDescription=リモート端末で使用する端末プロンプトツール。\n\nターミナルプロンプトを有効にすると、ターミナルセッションを開くときに、 ターゲットシステム上のプロンプトツールが自動的にセットアップされ、 設定される。これは、システム上の既存のプロンプト設定やプロファイルファイルを変更しない。このため、リモートシステム上でプロンプトが設定されている間、 最初の端末読み込み時間が長くなる。端末がプロンプトを正しく表示するには、https://github.com/ryanoasis/nerd-fonts からの特別なフォントが必要になるかもしれない
terminalPromptConfiguration=ターミナルプロンプトの設定
terminalPromptConfig=コンフィグファイル
terminalPromptConfigDescription=プロンプトに適用するカスタムconfigファイル。このコンフィグは、端末が初期化されたときにターゲットシステム上で 自動的に設定され、デフォルトのプロンプトコンフィグとして使われる。\n\n各システムで既存のデフォルトコンフィグファイルを使いたい場合は、 このフィールドを空にしておくことができる。

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=오픈펍키 ID 새로 고침
refreshOpenpubkeyDescription=Opkssh 새로 고침을 실행하여 오픈펍키 ID를 다시 유효하게 만듭니다
all=모두
terminalPrompt=터미널 프롬프트
terminalPromptDescription=원격 터미널에서 사용할 터미널 프롬프트 도구입니다.\n\n터미널 프롬프트를 활성화하면 터미널 세션을 열 때 대상 시스템에서 프롬프트 도구가 자동으로 설정 및 구성됩니다. 이 경우 시스템의 기존 프롬프트 구성이나 프로필 파일은 수정되지 않습니다. 이렇게 하면 원격 시스템에서 프롬프트를 설정하는 동안 처음으로 터미널을 로딩하는 시간이 늘어납니다.
terminalPromptDescription=원격 터미널에서 사용할 터미널 프롬프트 도구입니다.\n\n터미널 프롬프트를 활성화하면 터미널 세션을 열 때 대상 시스템에서 프롬프트 도구가 자동으로 설정 및 구성됩니다. 이 경우 시스템의 기존 프롬프트 구성이나 프로필 파일은 수정되지 않습니다. 이렇게 하면 원격 시스템에서 프롬프트를 설정하는 동안 처음으로 터미널을 로딩하는 시간이 늘어납니다. 프롬프트를 올바르게 표시하려면 터미널에 https://github.com/ryanoasis/nerd-fonts 의 특수 글꼴이 필요할 수 있습니다.
terminalPromptConfiguration=터미널 프롬프트 구성
terminalPromptConfig=구성 파일
terminalPromptConfigDescription=프롬프트에 적용할 사용자 지정 구성 파일입니다. 이 구성은 터미널이 초기화될 때 대상 시스템에서 자동으로 설정되며 기본 프롬프트 구성으로 사용됩니다.\n\n각 시스템에서 기존 기본 구성 파일을 사용하려면 이 필드를 비워 두면 됩니다.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=Vernieuwen openpubkey identiteit
refreshOpenpubkeyDescription=Voer opkssh refresh uit om de openpubkey identiteit weer geldig te maken
all=Alle
terminalPrompt=Terminal prompt
terminalPromptDescription=De terminal prompt tool om te gebruiken in je externe terminals.\n\nDoor een terminal prompt in te schakelen wordt het prompt gereedschap automatisch ingesteld en geconfigureerd op het doelsysteem bij het openen van een terminal sessie. Bestaande promptconfiguraties of profielbestanden op een systeem worden hierdoor niet gewijzigd. Dit verhoogt de laadtijd van de terminal voor de eerste keer terwijl de prompt wordt ingesteld op het externe systeem.
terminalPromptDescription=De terminal prompt tool om te gebruiken in je externe terminals.\n\nDoor een terminal prompt in te schakelen wordt het prompt gereedschap automatisch ingesteld en geconfigureerd op het doelsysteem bij het openen van een terminal sessie. Bestaande promptconfiguraties of profielbestanden op een systeem worden hierdoor niet gewijzigd. Dit verhoogt de laadtijd van de terminal voor de eerste keer terwijl de prompt wordt ingesteld op het externe systeem. Je terminal heeft misschien een speciaal lettertype van https://github.com/ryanoasis/nerd-fonts nodig om de prompt correct weer te geven.
terminalPromptConfiguration=Terminal prompt configuratie
terminalPromptConfig=Configuratiebestand
terminalPromptConfigDescription=Het aangepaste configuratiebestand om toe te passen op de prompt. Deze configuratie wordt automatisch ingesteld op het doelsysteem wanneer de terminal wordt geïnitialiseerd en wordt gebruikt als de standaard configuratie van de prompt.\n\nAls je het bestaande standaard configuratiebestand op elk systeem wilt gebruiken, kun je dit veld leeg laten.

View File

@@ -1333,7 +1333,7 @@ refreshOpenpubkey=Odśwież tożsamość openpubkey
refreshOpenpubkeyDescription=Uruchom odświeżanie opkssh, aby tożsamość openpubkey była ponownie ważna
all=Wszystkie
terminalPrompt=Monit terminala
terminalPromptDescription=Narzędzie zachęty terminala do użycia w twoich zdalnych terminalach.\n\nWłączenie monitu terminala automatycznie ustawi i skonfiguruje narzędzie monitu w systemie docelowym podczas otwierania sesji terminala. Nie modyfikuje to żadnych istniejących konfiguracji monitów ani plików profili w systemie. Spowoduje to wydłużenie czasu ładowania terminala po raz pierwszy podczas konfigurowania monitu w systemie zdalnym.
terminalPromptDescription=Narzędzie zachęty terminala do użycia w twoich zdalnych terminalach.\n\nWłączenie monitu terminala automatycznie ustawi i skonfiguruje narzędzie monitu w systemie docelowym podczas otwierania sesji terminala. Nie modyfikuje to żadnych istniejących konfiguracji monitów ani plików profili w systemie. Spowoduje to wydłużenie czasu ładowania terminala po raz pierwszy podczas konfigurowania monitu w systemie zdalnym. Twój terminal może potrzebować specjalnej czcionki z https://github.com/ryanoasis/nerd-fonts, aby poprawnie wyświetlić znak zachęty.
terminalPromptConfiguration=Konfiguracja monitu terminala
terminalPromptConfig=Plik konfiguracyjny
terminalPromptConfigDescription=Niestandardowy plik konfiguracyjny do zastosowania w monicie. Ta konfiguracja zostanie automatycznie skonfigurowana w systemie docelowym podczas inicjalizacji terminala i będzie używana jako domyślna konfiguracja monitu.\n\nJeśli chcesz użyć istniejącego domyślnego pliku konfiguracyjnego w każdym systemie, możesz pozostawić to pole puste.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=Actualiza a identidade openpubkey
refreshOpenpubkeyDescription=Executa opkssh refresh para tornar a identidade openpubkey válida novamente
all=Tudo
terminalPrompt=Prompt de terminal
terminalPromptDescription=A ferramenta de prompt de terminal a utilizar nos teus terminais remotos.\n\nAo ativar uma linha de comandos de terminal, define e configura automaticamente a ferramenta de linha de comandos no sistema de destino quando abre uma sessão de terminal. Isso não modifica nenhuma configuração de prompt existente ou arquivos de perfil em um sistema. Isso aumentará o tempo de carregamento do terminal pela primeira vez enquanto o prompt estiver sendo configurado no sistema remoto.
terminalPromptDescription=A ferramenta de prompt de terminal a utilizar nos teus terminais remotos.\n\nAo ativar uma linha de comandos de terminal, define e configura automaticamente a ferramenta de linha de comandos no sistema de destino quando abre uma sessão de terminal. Isso não modifica nenhuma configuração de prompt existente ou arquivos de perfil em um sistema. Isso aumentará o tempo de carregamento do terminal pela primeira vez enquanto o prompt estiver sendo configurado no sistema remoto. Seu terminal pode precisar de uma fonte especial de https://github.com/ryanoasis/nerd-fonts para exibir o prompt corretamente.
terminalPromptConfiguration=Configuração da linha de comandos do terminal
terminalPromptConfig=Ficheiro de configuração
terminalPromptConfigDescription=O arquivo de configuração personalizado para aplicar ao prompt. Esta configuração será automaticamente definida no sistema alvo quando o terminal for inicializado e usado como a configuração padrão do prompt.\n\nSe quiseres usar o ficheiro de configuração predefinido existente em cada sistema, podes deixar este campo vazio.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=Обновите идентификатор openpubkey
refreshOpenpubkeyDescription=Запустите opkssh refresh, чтобы идентификатор openpubkey снова стал действительным
all=Все
terminalPrompt=Подсказка терминала
terminalPromptDescription=Инструмент подсказки терминала, который используется в твоих удаленных терминалах.\n\nВключение подсказки терминала автоматически установит и настроит инструмент подсказки на целевой системе при открытии терминальной сессии. При этом не изменяются существующие конфигурации подсказок или файлы профилей в системе. Это увеличит время загрузки терминала в первое время, пока подсказка будет настраиваться на удаленной системе.
terminalPromptDescription=Инструмент подсказки терминала, который используется в твоих удаленных терминалах.\n\nВключение подсказки терминала автоматически установит и настроит инструмент подсказки на целевой системе при открытии терминальной сессии. При этом не изменяются существующие конфигурации подсказок или файлы профилей в системе. Это увеличит время загрузки терминала в первое время, пока подсказка будет настраиваться на удаленной системе. Твоему терминалу может потребоваться специальный шрифт с сайта https://github.com/ryanoasis/nerd-fonts для корректного отображения подсказки.
terminalPromptConfiguration=Настройка подсказки терминала
terminalPromptConfig=Конфигурационный файл
terminalPromptConfigDescription=Файл пользовательского конфига, который нужно применить к подсказке. Этот конфиг будет автоматически установлен на целевой системе при инициализации терминала и использован в качестве конфига подсказки по умолчанию.\n\nЕсли ты хочешь использовать существующий файл конфига по умолчанию на каждой системе, можешь оставить это поле пустым.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=Uppdatera openpubkey-identitet
refreshOpenpubkeyDescription=Kör opkssh refresh för att göra openpubkey-identiteten giltig igen
all=Alla
terminalPrompt=Terminalens prompt
terminalPromptDescription=Terminalpromptverktyget som du kan använda i dina fjärrterminaler.\n\nOm du aktiverar en terminalprompt konfigureras promptverktyget automatiskt på målsystemet när du öppnar en terminalsession. Detta ändrar inte några befintliga promptkonfigurationer eller profilfiler på ett system. Detta ökar terminalens laddningstid första gången medan prompten konfigureras på fjärrsystemet.
terminalPromptDescription=Terminalpromptverktyget som du kan använda i dina fjärrterminaler.\n\nOm du aktiverar en terminalprompt konfigureras promptverktyget automatiskt på målsystemet när du öppnar en terminalsession. Detta ändrar inte några befintliga promptkonfigurationer eller profilfiler på ett system. Detta ökar terminalens laddningstid första gången medan prompten konfigureras på fjärrsystemet. Din terminal kan behöva ett speciellt teckensnitt från https://github.com/ryanoasis/nerd-fonts för att visa prompten korrekt.
terminalPromptConfiguration=Konfiguration av terminalprompt
terminalPromptConfig=Konfigureringsfil
terminalPromptConfigDescription=Den anpassade konfigurationsfilen som ska tillämpas på prompten. Denna konfiguration kommer att installeras automatiskt på målsystemet när terminalen initieras och användas som standardkonfiguration för prompten.\n\nOm du vill använda den befintliga standardkonfigurationsfilen på varje system kan du lämna det här fältet tomt.

View File

@@ -1332,7 +1332,7 @@ refreshOpenpubkey=Openpubkey kimliğini yenileyin
refreshOpenpubkeyDescription=Openpubkey kimliğini tekrar geçerli kılmak için opkssh refresh'i çalıştırın
all=Tümü
terminalPrompt=Terminal istemi
terminalPromptDescription=Uzak terminallerinizde kullanacağınız terminal istemi aracı.\n\nBir terminal isteminin etkinleştirilmesi, bir terminal oturumu açıldığında hedef sistemdeki istem aracını otomatik olarak kurar ve yapılandırır. Bu, sistemdeki mevcut istem yapılandırmalarını veya profil dosyalarını değiştirmez. Bu, istem uzak sistemde kurulurken ilk kez terminal yükleme süresini artıracaktır.
terminalPromptDescription=Uzak terminallerinizde kullanacağınız terminal istemi aracı.\n\nBir terminal isteminin etkinleştirilmesi, bir terminal oturumu açıldığında hedef sistemdeki istem aracını otomatik olarak kurar ve yapılandırır. Bu, sistemdeki mevcut istem yapılandırmalarını veya profil dosyalarını değiştirmez. Bu, istem uzak sistemde kurulurken ilk kez terminal yükleme süresini artıracaktır. Terminaliniz istemi doğru görüntülemek için https://github.com/ryanoasis/nerd-fonts adresinden özel bir yazı tipine ihtiyaç duyabilir.
terminalPromptConfiguration=Terminal istemi yapılandırması
terminalPromptConfig=Yapılandırma dosyası
terminalPromptConfigDescription=Komut istemine uygulanacak özel yapılandırma dosyası. Bu yapılandırma, terminal başlatıldığında hedef sistemde otomatik olarak kurulacak ve varsayılan istem yapılandırması olarak kullanılacaktır.\n\nHer sistemde mevcut varsayılan yapılandırma dosyasını kullanmak istiyorsanız, bu alanı boş bırakabilirsiniz.

View File

@@ -1557,7 +1557,7 @@ refreshOpenpubkey=刷新 openpubkey 身份
refreshOpenpubkeyDescription=运行 opkssh refresh 使 openpubkey 身份重新生效
all=全部
terminalPrompt=终端提示
terminalPromptDescription=用于远程终端的终端提示工具。\n\n打开终端会话时启用终端提示会自动在目标系统上设置和配置提示工具。这不会修改系统上任何现有的提示配置或配置文件。首次在远程系统上设置提示时终端加载时间会增加
terminalPromptDescription=用于远程终端的终端提示工具。\n\n打开终端会话时启用终端提示会自动在目标系统上设置和配置提示工具。这不会修改系统上任何现有的提示配置或配置文件。这将增加首次在远程系统上设置提示时终端加载时间。您的终端可能需要使用 https://github.com/ryanoasis/nerd-fonts 中的特殊字体才能正确显示提示符
terminalPromptConfiguration=终端提示配置
terminalPromptConfig=配置文件
terminalPromptConfigDescription=应用于提示符的自定义配置文件。该配置将在终端初始化时自动在目标系统上设置,并用作默认的提示配置。\n\n如果想在每个系统上使用现有的默认配置文件可以将此字段留空。