mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
feat(updater): show the WinGet update command in the Windows update modal (#1202)
* feat(updater): show WinGet update command in the Windows update modal * docs(changelog): WinGet update command in the Windows update dialog
This commit is contained in:
@@ -48,6 +48,7 @@ export const common = {
|
||||
updaterShowFolder: 'Im Ordner anzeigen',
|
||||
updaterInstallHint: 'Psysonic schließen und das Installationsprogramm manuell ausführen.',
|
||||
updaterAurHint: 'Update über AUR installieren:',
|
||||
updaterWingetHint: 'Oder per WinGet aktualisieren:',
|
||||
updaterErrorMsg: 'Download fehlgeschlagen',
|
||||
updaterInstallNow: 'Jetzt installieren',
|
||||
updaterMacReadyTitle: 'Bereit zur Installation',
|
||||
|
||||
@@ -48,6 +48,7 @@ export const common = {
|
||||
updaterShowFolder: 'Show in Folder',
|
||||
updaterInstallHint: 'Close Psysonic and run the installer manually.',
|
||||
updaterAurHint: 'Install the update via AUR:',
|
||||
updaterWingetHint: 'Or update via WinGet:',
|
||||
updaterErrorMsg: 'Download failed',
|
||||
updaterRetryBtn: 'Retry',
|
||||
updaterInstallNow: 'Install now',
|
||||
|
||||
@@ -47,6 +47,7 @@ export const common = {
|
||||
updaterShowFolder: 'Mostrar en Carpeta',
|
||||
updaterInstallHint: 'Cierra Psysonic y ejecuta el instalador manualmente.',
|
||||
updaterAurHint: 'Instala la actualización vía AUR:',
|
||||
updaterWingetHint: 'O actualiza vía WinGet:',
|
||||
updaterErrorMsg: 'Error de descarga',
|
||||
updaterRetryBtn: 'Reintentar',
|
||||
durationHoursMinutes: '{{hours}}h {{minutes}}m',
|
||||
|
||||
@@ -47,6 +47,7 @@ export const common = {
|
||||
updaterShowFolder: 'Afficher dans le dossier',
|
||||
updaterInstallHint: 'Fermez Psysonic et lancez le programme d\'installation manuellement.',
|
||||
updaterAurHint: 'Installer la mise à jour via AUR :',
|
||||
updaterWingetHint: 'Ou mettez à jour via WinGet :',
|
||||
updaterErrorMsg: 'Échec du téléchargement',
|
||||
updaterRetryBtn: 'Réessayer',
|
||||
durationHoursMinutes: '{{hours}} h {{minutes}} min',
|
||||
|
||||
@@ -48,6 +48,7 @@ export const common = {
|
||||
updaterShowFolder: 'Megjelenítés a mappában',
|
||||
updaterInstallHint: 'Zárd be a Psysonicot, és futtasd a telepítőt kézzel.',
|
||||
updaterAurHint: 'Telepítsd a frissítést az AUR-on keresztül:',
|
||||
updaterWingetHint: 'Vagy frissíts a WinGeten keresztül:',
|
||||
updaterErrorMsg: 'A letöltés nem sikerült',
|
||||
updaterRetryBtn: 'Újra',
|
||||
updaterInstallNow: 'Telepítés most',
|
||||
|
||||
@@ -48,6 +48,7 @@ export const common = {
|
||||
updaterShowFolder: 'フォルダーに表示',
|
||||
updaterInstallHint: 'Psysonic を閉じて、インストーラーを手動で実行してください。',
|
||||
updaterAurHint: 'AUR からアップデートをインストール:',
|
||||
updaterWingetHint: 'または WinGet で更新:',
|
||||
updaterErrorMsg: 'ダウンロードに失敗しました',
|
||||
updaterRetryBtn: '再試行',
|
||||
updaterInstallNow: '今すぐインストール',
|
||||
|
||||
@@ -47,6 +47,7 @@ export const common = {
|
||||
updaterShowFolder: 'Vis i mappe',
|
||||
updaterInstallHint: 'Lukk Psysonic og kjør installasjonsprogrammet manuelt.',
|
||||
updaterAurHint: 'Installer oppdateringen via AUR:',
|
||||
updaterWingetHint: 'Eller oppdater via WinGet:',
|
||||
updaterErrorMsg: 'Nedlasting mislyktes',
|
||||
updaterRetryBtn: 'Prøv igjen',
|
||||
durationHoursMinutes: '{{hours}} t {{minutes}} min',
|
||||
|
||||
@@ -47,6 +47,7 @@ export const common = {
|
||||
updaterShowFolder: 'Tonen in map',
|
||||
updaterInstallHint: 'Sluit Psysonic en voer het installatieprogramma handmatig uit.',
|
||||
updaterAurHint: 'Update installeren via AUR:',
|
||||
updaterWingetHint: 'Of bijwerken via WinGet:',
|
||||
updaterErrorMsg: 'Downloaden mislukt',
|
||||
updaterRetryBtn: 'Opnieuw proberen',
|
||||
durationHoursMinutes: '{{hours}} u {{minutes}} min',
|
||||
|
||||
@@ -48,6 +48,7 @@ export const common = {
|
||||
updaterShowFolder: 'Pokaż w folderze',
|
||||
updaterInstallHint: 'Zamknij PsySonic i uruchom instalator ręcznie.',
|
||||
updaterAurHint: 'Zainstaluj aktualizację przez AUR:',
|
||||
updaterWingetHint: 'Lub zaktualizuj przez WinGet:',
|
||||
updaterErrorMsg: 'Pobieranie nie powiodło się',
|
||||
updaterRetryBtn: 'Spróbuj ponownie',
|
||||
updaterInstallNow: 'Zainstaluj teraz',
|
||||
|
||||
@@ -48,6 +48,7 @@ export const common = {
|
||||
updaterShowFolder: 'Arată în Folder',
|
||||
updaterInstallHint: 'Închide Psysonic și rulează programul de instalare manual.',
|
||||
updaterAurHint: 'Instalează update-ul prin AUR:',
|
||||
updaterWingetHint: 'Sau actualizează prin WinGet:',
|
||||
updaterErrorMsg: 'Descărcare eșuată',
|
||||
updaterRetryBtn: 'Reîncearcă',
|
||||
updaterInstallNow: 'Instalează acum',
|
||||
|
||||
@@ -48,6 +48,7 @@ export const common = {
|
||||
updaterShowFolder: 'Показать в папке',
|
||||
updaterInstallHint: 'Закройте Psysonic и запустите установщик вручную.',
|
||||
updaterAurHint: 'Установить обновление через AUR:',
|
||||
updaterWingetHint: 'Или обновить через WinGet:',
|
||||
updaterErrorMsg: 'Ошибка загрузки',
|
||||
updaterRetryBtn: 'Повторить',
|
||||
updaterInstallNow: 'Установить сейчас',
|
||||
|
||||
@@ -47,6 +47,7 @@ export const common = {
|
||||
updaterShowFolder: '在文件夹中显示',
|
||||
updaterInstallHint: '请关闭 Psysonic 并手动运行安装程序。',
|
||||
updaterAurHint: '通过 AUR 安装更新:',
|
||||
updaterWingetHint: '或通过 WinGet 更新:',
|
||||
updaterErrorMsg: '下载失败',
|
||||
updaterRetryBtn: '重试',
|
||||
durationHoursMinutes: '{{hours}}小时{{minutes}}分钟',
|
||||
|
||||
Reference in New Issue
Block a user