Qt: Further simplify BIOS setup wizard page

pull/3780/head
Stenzek 2 months ago
parent 57b952ab2d
commit 7c93a61ee1
No known key found for this signature in database

@ -350,36 +350,18 @@
<item>
<widget class="CollapsibleWidget" name="biosDirectoryGroupBox">
<property name="title">
<string>BIOS Directory</string>
<string>Advanced Settings</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0">
<item>
<widget class="QLabel" name="directoryGroupBoxLabel">
<property name="text">
<string>DuckStation will search for BIOS images in this directory.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="biosDirectoryLayout">
<item>
<widget class="QPushButton" name="openBiosSearchDirectory">
<widget class="QLabel" name="biosDirectoryLabel">
<property name="text">
<string>Open in Explorer...</string>
</property>
<property name="icon">
<iconset resource="resources/duckstation-qt.qrc">
<normaloff>:/icons/monochrome/svg/open-folder-line.svg</normaloff>:/icons/monochrome/svg/open-folder-line.svg</iconset>
<string>BIOS Directory:</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLineEdit" name="biosSearchDirectory"/>
</item>
@ -407,68 +389,63 @@
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="CollapsibleWidget" name="biosSelectionBox">
<property name="title">
<string>BIOS Selection</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnminimumwidth="175,0">
<item row="0" column="0">
<widget class="QLabel" name="imageNTSCJLabel">
<property name="text">
<string>NTSC-J (Japan):</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="imageNTSCJ">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="imageNTSCULabel">
<property name="text">
<string>NTSC-U/C (US/Canada):</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="imageNTSCU">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="imagePALLabel">
<property name="text">
<string>PAL (Europe, Australia):</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="imagePAL">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<item>
<layout class="QGridLayout" name="biosImagesLayout" columnstretch="0,1" columnminimumwidth="175,0">
<item row="0" column="0">
<widget class="QLabel" name="imageNTSCJLabel">
<property name="text">
<string>NTSC-J (Japan):</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="imageNTSCJ">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="imageNTSCULabel">
<property name="text">
<string>NTSC-U/C (US/Canada):</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="imageNTSCU">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="imagePALLabel">
<property name="text">
<string>PAL (Europe, Australia):</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="imagePAL">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0" colspan="2">
<layout class="QHBoxLayout" name="biosSelectionActionLayout" stretch="1,0">
<item>
<layout class="QHBoxLayout" name="biosButtonsLayout">
<item>
<spacer name="biosButtonsSpacer">
<property name="orientation">
@ -482,6 +459,17 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="openBiosSearchDirectory">
<property name="text">
<string>Open in Explorer...</string>
</property>
<property name="icon">
<iconset resource="resources/duckstation-qt.qrc">
<normaloff>:/icons/monochrome/svg/open-folder-line.svg</normaloff>:/icons/monochrome/svg/open-folder-line.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="refreshBiosList">
<property name="text">
@ -505,8 +493,8 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>1</height>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>

@ -17699,18 +17699,6 @@ Möchten Sie fortfahren?</translation>
<source>Install BIOS...</source>
<translation>BIOS installieren ...</translation>
</message>
<message>
<source>BIOS Directory</source>
<translation>BIOS-Verzeichnis</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation sucht in diesem Verzeichnis nach BIOS-Images.</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>BIOS-Auswahl</translation>
</message>
<message>
<source>Refresh List</source>
<translation>Liste aktualisieren</translation>
@ -17739,6 +17727,14 @@ Möchten Sie fortfahren?</translation>
<source>Controller Type:</source>
<translation>Controllertyp:</translation>
</message>
<message>
<source>Advanced Settings</source>
<translation>Erweiterte Einstellungen</translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>BIOS-Verzeichnis:</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation durchsucht und erkennt die unten ausgewählten Verzeichnisse automatisch nach Spielen und füllt die Spielliste. Diese Spiele sollten von Discs stammen, die Sie besitzen. Mit Hilfsprogrammen wie ImgBurn können Abbilddateien von Spiele-Discs im .bin/.cue-Format erstellt werden.&lt;/p&gt;&lt;p&gt;Unterstützte Formate für Abbilder sind: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17690,18 +17690,6 @@ Voulez-vous continuer ?</translation>
<source>Install BIOS...</source>
<translation>Installer le BIOS...</translation>
</message>
<message>
<source>BIOS Directory</source>
<translation>Répertoire du BIOS</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation recherchera les images BIOS dans ce répertoire.</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>Sélection du BIOS</translation>
</message>
<message>
<source>Refresh List</source>
<translation>Actualiser la liste</translation>
@ -17746,6 +17734,14 @@ Voulez-vous continuer ?</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation analysera automatiquement les jeux présents dans les répertoires sélectionnés ci-dessous et remplira la liste des jeux. Ces jeux doivent avoir été extraits de disques que vous possédez. Des utilitaires tels qu&apos;ImgBurn peuvent être utilisés pour créer des images de disques de jeux au format .bin/.cue.&lt;/p&gt;&lt;p&gt;Les formats d&apos;extraction pris en charge comprennent : %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Advanced Settings</source>
<translation>Paramètres avancés</translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>Répertoire du BIOS</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By default, DuckStation will map your keyboard to the virtual controller. &lt;span style=&quot; font-weight:700;&quot;&gt;To use an external controller, you must map it first. &lt;/span&gt;On this screen, you can automatically map any controller which is currently connected. If your controller is not currently connected, you can plug it in now.&lt;/p&gt;&lt;p&gt;To change controller bindings in more detail, or use multi-tap, open the Settings menu and choose Controllers once you have completed the Setup Wizard.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Par défaut, DuckStation associera votre clavier à la manette virtuelle. &lt;span style=&quot; font-weight:700;&quot;&gt;Pour utiliser une manette externe, vous devez d&apos;abord l&apos;associer. &lt;/span&gt;Sur cet écran, vous pouvez associer automatiquement toute manette actuellement connectée. Si votre manette n&apos;est pas connectée, vous pouvez la brancher maintenant.&lt;/p&gt;&lt;p&gt;Pour modifier plus précisément les associations de touches ou utiliser le multitap, ouvrez le menu Paramètres et choisissez Manettes une fois l&apos;assistant de configuration terminé.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17670,6 +17670,14 @@ Apakah Anda ingin melanjutkan?</translation>
<source>Enable Automatic Updates</source>
<translation>Aktifkan Pembaruan Otomatis</translation>
</message>
<message>
<source>Advanced Settings</source>
<translation>Pengaturan Lanjutan</translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>Direktori BIOS:</translation>
</message>
<message>
<source>NTSC-J (Japan):</source>
<translation>NTSC-J (Jepang):</translation>
@ -17891,18 +17899,6 @@ Anda dapat mengubah opsi ini nanti dengan menggunakan bilah alat dalam Mode Desk
<source>Install BIOS...</source>
<translation>Pasang BIOS...</translation>
</message>
<message>
<source>BIOS Directory</source>
<translation>Direktori BIOS</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation akan mencari image BIOS dalam direktori ini.</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>Pilihan BIOS</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation akan secara otomatis memindai dan mengenali game dari direktori yang dipilih di bawah, lalu mengisi daftar game. Game ini harus didump dari cakram yang Anda miliki. Utilitas seperti ImgBurn dapat digunakan untuk membuat citra cakram game dalam format .bin/.cue.&lt;/p&gt;&lt;p&gt;Format yang didukung untuk dump meliputi: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17691,6 +17691,14 @@ Do you want to continue?</source>
<source>Controller Type:</source>
<translation>:</translation>
</message>
<message>
<source>Advanced Settings</source>
<translation></translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>BIOS :</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By default, DuckStation will map your keyboard to the virtual controller. &lt;span style=&quot; font-weight:700;&quot;&gt;To use an external controller, you must map it first. &lt;/span&gt;On this screen, you can automatically map any controller which is currently connected. If your controller is not currently connected, you can plug it in now.&lt;/p&gt;&lt;p&gt;To change controller bindings in more detail, or use multi-tap, open the Settings menu and choose Controllers once you have completed the Setup Wizard.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation &lt;span style=&quot; font-weight:700;&quot;&gt;使&lt;/span&gt;&lt;/p&gt;&lt;p&gt;使&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
@ -17836,18 +17844,6 @@ Do you want to continue?</source>
<source>Install BIOS...</source>
<translation>BIOS...</translation>
</message>
<message>
<source>BIOS Directory</source>
<translation>BIOS </translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation BIOS </translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>BIOS </translation>
</message>
<message>
<source>Login...</source>
<translation>...</translation>

@ -17719,6 +17719,14 @@ Do you want to continue?</source>
<source>Enable Automatic Updates</source>
<translation> </translation>
</message>
<message>
<source>Advanced Settings</source>
<translation> </translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>BIOS :</translation>
</message>
<message>
<source>Browse...</source>
<translation>...</translation>
@ -17779,18 +17787,6 @@ Do you want to continue?</source>
<source>Install BIOS...</source>
<translation> ...</translation>
</message>
<message>
<source>BIOS Directory</source>
<translation> </translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation .</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation> </translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation . . ImgBurn .bin/.cue .&lt;/p&gt;&lt;p&gt; : %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17709,6 +17709,14 @@ Czy chcesz kontynuować?</translation>
<source>Enable Automatic Updates</source>
<translation>Włącz automatyczne aktualizacje</translation>
</message>
<message>
<source>Advanced Settings</source>
<translation>Zaawansowane ustawienia</translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>Katalog BIOS:</translation>
</message>
<message>
<source>Browse...</source>
<translation>Przeglądaj...</translation>
@ -17769,18 +17777,6 @@ Czy chcesz kontynuować?</translation>
<source>Install BIOS...</source>
<translation>Zainstaluj BIOS...</translation>
</message>
<message>
<source>BIOS Directory</source>
<translation>Katalog BIOS</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation wyszuka obrazy BIOS w tym katalogu.</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>Wybór systemu BIOS</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation automatycznie przeskanuje i rozpozna gry z wybranych poniżej katalogów oraz wypełni listę gier. Gry powinny pochodzić z własnych płyt. Narzędzia takie jak ImgBurn mogą tworzyć obrazy płyt z grami w formacie .bin/.cue.&lt;/p&gt;&lt;p&gt;Obsługiwane formaty zrzutów obejmują: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17704,18 +17704,6 @@ Scanning recursively takes more time, but will identify files in subdirectories.
<source>Install BIOS...</source>
<translation> BIOS</translation>
</message>
<message>
<source>BIOS Directory</source>
<translation>BIOS</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStationBIOS</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>BIOS</translation>
</message>
<message>
<source>Default (Keyboard)</source>
<translation> ()</translation>
@ -17808,6 +17796,14 @@ Scanning recursively takes more time, but will identify files in subdirectories.
<source>View Selection</source>
<translation></translation>
</message>
<message>
<source>Advanced Settings</source>
<translation></translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>BIOS:</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStationImgburn.bin/.cue&lt;/p&gt;&lt;p&gt;: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

Loading…
Cancel
Save