diff --git a/dist/changelog/23.0.md b/dist/changelog/23.0.md index 056964fde..733a7b77c 100644 --- a/dist/changelog/23.0.md +++ b/dist/changelog/23.0.md @@ -46,6 +46,7 @@ If you are running XPipe in an enterprise environment behind a proxy, you can al - SFTP connections will now automatically adjust the file system root if only a subdirectory is accessible - Make explicit display scale value only accept multiples of 25% to prevent display issues - Add synchronization when multiple FIDO2 SSH connections are started to prevent failures caused by concurrent security key requests +- Switch vault key generation to argon2 for improved post quantum security of the vault ## Fixes diff --git a/lang/strings/translations_da.properties b/lang/strings/translations_da.properties index ea5e6f523..39adfa12a 100644 --- a/lang/strings/translations_da.properties +++ b/lang/strings/translations_da.properties @@ -65,6 +65,8 @@ remove=Fjern createNewCategory=Ny underkategori prompt=Spørg customCommand=Brugerdefineret kommando +customCommandValue=Kommandoer +customCommandValueDescription=Kommandoen/scriptet, der skal udføres i den lokale shell other=En anden setLock=Indstil lås selectConnection=Vælg forbindelse @@ -2121,3 +2123,5 @@ connectionConfiguration=Konfiguration af forbindelse move=Flytte confirmDeletionTitle=Bekræft sletning confirmDeletionContent=Vil du slette de valgte poster? +creationMinimizeNoticeTitle=Dialog minimeret +creationMinimizeNoticeContent=Den aktuelle dialog er blevet minimeret. Du kan åbne den igen ved at klikke på det minimerede ikon i nederste højre hjørne. diff --git a/lang/strings/translations_de.properties b/lang/strings/translations_de.properties index 529f0fbda..9fa3fe3fa 100644 --- a/lang/strings/translations_de.properties +++ b/lang/strings/translations_de.properties @@ -68,6 +68,8 @@ remove=Entfernen createNewCategory=Neue Unterkategorie prompt=Eingabeaufforderung customCommand=Benutzerdefinierter Befehl +customCommandValue=Befehle +customCommandValueDescription=Das Kommando/Skript, das in der lokalen Shell ausgeführt werden soll other=Andere setLock=Sperre setzen selectConnection=Verbindung auswählen @@ -2116,3 +2118,5 @@ connectionConfiguration=Verbindungskonfiguration move=Verschieben confirmDeletionTitle=Bestätigung der Löschung confirmDeletionContent=Willst du die ausgewählten Einträge löschen? +creationMinimizeNoticeTitle=Dialog minimiert +creationMinimizeNoticeContent=Der aktuelle Dialog wurde minimiert. Du kannst ihn wieder öffnen, indem du auf das minimierte Symbol in der rechten unteren Ecke klickst. diff --git a/lang/strings/translations_es.properties b/lang/strings/translations_es.properties index 69bb0768e..701f787ae 100644 --- a/lang/strings/translations_es.properties +++ b/lang/strings/translations_es.properties @@ -65,6 +65,8 @@ remove=Elimina createNewCategory=Nueva subcategoría prompt=Pregunta customCommand=Comando personalizado +customCommandValue=Comandos +customCommandValueDescription=El comando/script a ejecutar en el shell local other=Otros setLock=Fijar bloqueo selectConnection=Seleccionar conexión @@ -2080,3 +2082,5 @@ connectionConfiguration=Configuración de la conexión move=Mover confirmDeletionTitle=Confirmar borrado confirmDeletionContent=¿Quieres borrar las entradas seleccionadas? +creationMinimizeNoticeTitle=Diálogo minimizado +creationMinimizeNoticeContent=El diálogo actual se ha minimizado. Puedes volver a abrirlo haciendo clic en el icono minimizado de la esquina inferior derecha. diff --git a/lang/strings/translations_fr.properties b/lang/strings/translations_fr.properties index 29661340e..afb64e66c 100644 --- a/lang/strings/translations_fr.properties +++ b/lang/strings/translations_fr.properties @@ -68,6 +68,8 @@ remove=Enlever createNewCategory=Nouvelle sous-catégorie prompt=Invite customCommand=Commande personnalisée +customCommandValue=Commandes +customCommandValueDescription=La commande/le script à exécuter dans l'interpréteur de commandes local other=Autre setLock=Set lock selectConnection=Sélectionner une connexion @@ -2120,3 +2122,5 @@ connectionConfiguration=Configuration de la connexion move=Déplacer confirmDeletionTitle=Confirmer la suppression confirmDeletionContent=Veux-tu supprimer les entrées sélectionnées ? +creationMinimizeNoticeTitle=Dialogue minimisé +creationMinimizeNoticeContent=La boîte de dialogue actuelle a été réduite. Tu peux la rouvrir en cliquant sur l'icône de minimisation dans le coin inférieur droit. diff --git a/lang/strings/translations_id.properties b/lang/strings/translations_id.properties index d7f083486..e98f85dfd 100644 --- a/lang/strings/translations_id.properties +++ b/lang/strings/translations_id.properties @@ -65,6 +65,8 @@ remove=Menghapus createNewCategory=Subkategori baru prompt=Prompt customCommand=Perintah khusus +customCommandValue=Perintah +customCommandValueDescription=Perintah/skrip untuk dijalankan di shell lokal other=Lainnya setLock=Mengatur kunci selectConnection=Memilih koneksi @@ -2080,3 +2082,5 @@ connectionConfiguration=Konfigurasi koneksi move=Pindahkan confirmDeletionTitle=Mengonfirmasi penghapusan confirmDeletionContent=Apakah Anda ingin menghapus entri yang dipilih? +creationMinimizeNoticeTitle=Dialog diminimalkan +creationMinimizeNoticeContent=Dialog saat ini telah diperkecil. Anda dapat membukanya kembali dengan mengeklik ikon yang diperkecil di sudut kanan bawah. diff --git a/lang/strings/translations_it.properties b/lang/strings/translations_it.properties index f848a42c1..08528a3dd 100644 --- a/lang/strings/translations_it.properties +++ b/lang/strings/translations_it.properties @@ -65,6 +65,8 @@ remove=Rimuovere createNewCategory=Nuova sottocategoria prompt=Prompt customCommand=Comando personalizzato +customCommandValue=Comandi +customCommandValueDescription=Il comando/script da eseguire nella shell locale other=Altro setLock=Imposta blocco selectConnection=Seleziona la connessione @@ -2080,3 +2082,5 @@ connectionConfiguration=Configurazione della connessione move=Spostare confirmDeletionTitle=Conferma l'eliminazione confirmDeletionContent=Vuoi cancellare le voci selezionate? +creationMinimizeNoticeTitle=Finestra di dialogo ridotta a icona +creationMinimizeNoticeContent=La finestra di dialogo corrente è stata minimizzata. Puoi riaprirla cliccando sull'icona di minimizzazione nell'angolo in basso a destra. diff --git a/lang/strings/translations_ja.properties b/lang/strings/translations_ja.properties index 3f1f7d8ef..cb705827e 100644 --- a/lang/strings/translations_ja.properties +++ b/lang/strings/translations_ja.properties @@ -65,6 +65,8 @@ remove=削除する createNewCategory=新しいサブカテゴリー prompt=プロンプト customCommand=カスタムコマンド +customCommandValue=コマンド +customCommandValueDescription=ローカルシェルで実行するコマンド/スクリプト other=その他 setLock=ロックを設定する selectConnection=接続を選択する @@ -2080,3 +2082,5 @@ connectionConfiguration=接続設定 move=移動する confirmDeletionTitle=削除を確認する confirmDeletionContent=選択したエントリーを削除するか? +creationMinimizeNoticeTitle=ダイアログが最小化される +creationMinimizeNoticeContent=現在のダイアログは最小化されている。右下の最小化されたアイコンをクリックすると再び開くことができる。 diff --git a/lang/strings/translations_ko.properties b/lang/strings/translations_ko.properties index f065374af..70a64061c 100644 --- a/lang/strings/translations_ko.properties +++ b/lang/strings/translations_ko.properties @@ -74,6 +74,8 @@ remove=제거 createNewCategory=새 하위 카테고리 prompt=프롬프트 customCommand=사용자 지정 명령 +customCommandValue=명령 +customCommandValueDescription=로컬 셸에서 실행할 명령/스크립트 other=기타 setLock=잠금 설정 selectConnection=연결 선택 @@ -2131,3 +2133,5 @@ connectionConfiguration=연결 구성 move=이동 confirmDeletionTitle=삭제 확인 confirmDeletionContent=선택한 항목을 삭제하시겠습니까? +creationMinimizeNoticeTitle=대화 상자 최소화 +creationMinimizeNoticeContent=현재 대화 상자가 최소화되었습니다. 오른쪽 하단에 있는 최소화 아이콘을 클릭하여 다시 열 수 있습니다. diff --git a/lang/strings/translations_nl.properties b/lang/strings/translations_nl.properties index d98691760..a59ad50ae 100644 --- a/lang/strings/translations_nl.properties +++ b/lang/strings/translations_nl.properties @@ -65,6 +65,8 @@ remove=Verwijderen createNewCategory=Nieuwe subcategorie prompt=Prompt customCommand=Aangepaste opdracht +customCommandValue=Opdrachten +customCommandValueDescription=Het commando/script om uit te voeren in de lokale shell other=Andere setLock=Slot instellen selectConnection=Verbinding selecteren @@ -2080,3 +2082,5 @@ connectionConfiguration=Verbindingsconfiguratie move=Verplaatsen confirmDeletionTitle=Verwijdering bevestigen confirmDeletionContent=Wil je de geselecteerde items verwijderen? +creationMinimizeNoticeTitle=Dialoog geminimaliseerd +creationMinimizeNoticeContent=Het huidige dialoogvenster is geminimaliseerd. Je kunt het weer openen door op het geminimaliseerde pictogram in de rechterbenedenhoek te klikken. diff --git a/lang/strings/translations_pl.properties b/lang/strings/translations_pl.properties index 7d636e136..394a61692 100644 --- a/lang/strings/translations_pl.properties +++ b/lang/strings/translations_pl.properties @@ -65,6 +65,8 @@ remove=Usuń createNewCategory=Nowa podkategoria prompt=Podpowiedź customCommand=Polecenie niestandardowe +customCommandValue=Polecenia +customCommandValueDescription=Polecenie/skrypt do wykonania w powłoce lokalnej other=Inne setLock=Ustaw blokadę selectConnection=Wybierz połączenie @@ -2081,3 +2083,5 @@ connectionConfiguration=Konfiguracja połączenia move=Przenieś confirmDeletionTitle=Potwierdź usunięcie confirmDeletionContent=Czy chcesz usunąć wybrane wpisy? +creationMinimizeNoticeTitle=Dialog zminimalizowany +creationMinimizeNoticeContent=Bieżące okno dialogowe zostało zminimalizowane. Możesz je ponownie otworzyć, klikając ikonę minimalizacji w prawym dolnym rogu. diff --git a/lang/strings/translations_pt.properties b/lang/strings/translations_pt.properties index 37d179569..1b431b064 100644 --- a/lang/strings/translations_pt.properties +++ b/lang/strings/translations_pt.properties @@ -65,6 +65,8 @@ remove=Remove createNewCategory=Nova subcategoria prompt=Prompt customCommand=Comando personalizado +customCommandValue=Comandos +customCommandValueDescription=O comando/script a executar na shell local other=Outro setLock=Definir bloqueio selectConnection=Selecionar ligação @@ -2080,3 +2082,5 @@ connectionConfiguration=Configuração da ligação move=Deslocar confirmDeletionTitle=Confirma a eliminação confirmDeletionContent=Queres apagar as entradas selecionadas? +creationMinimizeNoticeTitle=Diálogo minimizado +creationMinimizeNoticeContent=A caixa de diálogo atual foi minimizada. Podes voltar a abri-la clicando no ícone de minimização no canto inferior direito. diff --git a/lang/strings/translations_ru.properties b/lang/strings/translations_ru.properties index 983636dd5..57547f885 100644 --- a/lang/strings/translations_ru.properties +++ b/lang/strings/translations_ru.properties @@ -67,6 +67,8 @@ remove=Удалить createNewCategory=Новая подкатегория prompt=Prompt customCommand=Пользовательская команда +customCommandValue=Команды +customCommandValueDescription=Команда/скрипт для выполнения в локальной оболочке other=Другие setLock=Установить блокировку selectConnection=Выберите соединение @@ -2191,3 +2193,5 @@ connectionConfiguration=Конфигурация соединения move=Переместить confirmDeletionTitle=Подтвердите удаление confirmDeletionContent=Хочешь удалить выбранные записи? +creationMinimizeNoticeTitle=Диалог свернут +creationMinimizeNoticeContent=Текущий диалог был свернут. Ты можешь открыть его снова, нажав на значок сворачивания в правом нижнем углу. diff --git a/lang/strings/translations_sv.properties b/lang/strings/translations_sv.properties index e06db6467..201418127 100644 --- a/lang/strings/translations_sv.properties +++ b/lang/strings/translations_sv.properties @@ -65,6 +65,8 @@ remove=Ta bort createNewCategory=Ny underkategori prompt=Uppmaning customCommand=Anpassat kommando +customCommandValue=Kommandon +customCommandValueDescription=Kommandot/skriptet som ska köras i det lokala skalet other=Övrigt setLock=Ställ in lås selectConnection=Välj anslutning @@ -2080,3 +2082,5 @@ connectionConfiguration=Konfiguration av anslutning move=Flytta confirmDeletionTitle=Bekräfta borttagning confirmDeletionContent=Vill du radera de markerade posterna? +creationMinimizeNoticeTitle=Dialog minimerad +creationMinimizeNoticeContent=Den aktuella dialogen har minimerats. Du kan öppna den igen genom att klicka på minimeringsikonen i det nedre högra hörnet. diff --git a/lang/strings/translations_tr.properties b/lang/strings/translations_tr.properties index 7344b6855..b318e5a34 100644 --- a/lang/strings/translations_tr.properties +++ b/lang/strings/translations_tr.properties @@ -65,6 +65,8 @@ remove=Kaldırmak createNewCategory=Yeni alt kategori prompt=İstem customCommand=Özel komut +customCommandValue=Komutlar +customCommandValueDescription=Yerel kabukta çalıştırılacak komut/komut dosyası other=Diğer setLock=Kilidi ayarla selectConnection=Bağlantı seçin @@ -2080,3 +2082,5 @@ connectionConfiguration=Bağlantı yapılandırması move=Hareket confirmDeletionTitle=Silme işlemini onayla confirmDeletionContent=Seçilen girişleri silmek istiyor musunuz? +creationMinimizeNoticeTitle=Diyalog simge durumuna küçültüldü +creationMinimizeNoticeContent=Geçerli iletişim kutusu simge durumuna küçültülmüştür. Sağ alt köşedeki simge durumuna küçültülmüş simgesine tıklayarak yeniden açabilirsiniz. diff --git a/lang/strings/translations_vi.properties b/lang/strings/translations_vi.properties index e4bccc96f..96014600e 100644 --- a/lang/strings/translations_vi.properties +++ b/lang/strings/translations_vi.properties @@ -65,6 +65,8 @@ remove=Xóa createNewCategory=Danh mục con mới prompt=Hướng dẫn customCommand=Lệnh tùy chỉnh +customCommandValue=Các lệnh +customCommandValueDescription=Lệnh/kịch bản cần thực thi trong shell cục bộ other=Khác setLock=Đặt khóa selectConnection=Chọn kết nối @@ -2080,3 +2082,5 @@ connectionConfiguration=Cấu hình kết nối move=Di chuyển confirmDeletionTitle=Xác nhận xóa confirmDeletionContent=Cậu có muốn xóa các mục đã chọn không? +creationMinimizeNoticeTitle=Hộp thoại đã thu nhỏ +creationMinimizeNoticeContent=Hộp thoại hiện tại đã được thu nhỏ. Cậu có thể mở lại bằng cách nhấp vào biểu tượng thu nhỏ ở góc dưới bên phải. diff --git a/lang/strings/translations_zh-Hans.properties b/lang/strings/translations_zh-Hans.properties index 9ddc742cb..d741b4e63 100644 --- a/lang/strings/translations_zh-Hans.properties +++ b/lang/strings/translations_zh-Hans.properties @@ -92,6 +92,8 @@ remove=移除 createNewCategory=新子类别 prompt=提示 customCommand=自定义命令 +customCommandValue=命令 +customCommandValueDescription=在本地 shell 中执行的命令/脚本 other=其他 setLock=设置锁定 selectConnection=选择连接 @@ -2703,3 +2705,5 @@ connectionConfiguration=连接配置 move=移动 confirmDeletionTitle=确认删除 confirmDeletionContent=要删除所选条目吗? +creationMinimizeNoticeTitle=对话框最小化 +creationMinimizeNoticeContent=当前对话框已最小化。单击右下角的最小化图标可以重新打开。 diff --git a/lang/strings/translations_zh-Hant.properties b/lang/strings/translations_zh-Hant.properties index 31f4dfd11..34e0de7db 100644 --- a/lang/strings/translations_zh-Hant.properties +++ b/lang/strings/translations_zh-Hant.properties @@ -65,6 +65,8 @@ remove=移除 createNewCategory=新的子類別 prompt=提示 customCommand=自訂指令 +customCommandValue=指令 +customCommandValueDescription=在本機 shell 中執行的命令/指令碼 other=其他 setLock=設定鎖定 selectConnection=選擇連線 @@ -2080,3 +2082,5 @@ connectionConfiguration=連接配置 move=移動 confirmDeletionTitle=確認刪除 confirmDeletionContent=您要刪除選取的項目嗎? +creationMinimizeNoticeTitle=對話最小化 +creationMinimizeNoticeContent=目前的對話框已最小化。您可以按一下右下角的最小化圖示,重新開啟它。 diff --git a/version b/version index d32985aad..863430618 100644 --- a/version +++ b/version @@ -1 +1 @@ -23.0-3 +23.0-4