mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
SD card -> storage
- Change a few more SD card -> storage references - Regen .ts files
This commit is contained in:
parent
88c6afba33
commit
8a54544808
9 changed files with 2237 additions and 689 deletions
|
@ -4,28 +4,28 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadExtractThread</name>
|
<name>DownloadExtractThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="166"/>
|
<location filename="../downloadextractthread.cpp" line="167"/>
|
||||||
<source>Error writing to storage</source>
|
<source>Error writing to storage</source>
|
||||||
<translation>Fehler beim Schreiben auf den Speicher</translation>
|
<translation>Fehler beim Schreiben auf den Speicher</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="188"/>
|
<location filename="../downloadextractthread.cpp" line="189"/>
|
||||||
<location filename="../downloadextractthread.cpp" line="348"/>
|
<location filename="../downloadextractthread.cpp" line="349"/>
|
||||||
<source>Error extracting archive: %1</source>
|
<source>Error extracting archive: %1</source>
|
||||||
<translation>Fehler beim Entpacken des Archivs: %1</translation>
|
<translation>Fehler beim Entpacken des Archivs: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="234"/>
|
<location filename="../downloadextractthread.cpp" line="235"/>
|
||||||
<source>Error mounting FAT32 partition</source>
|
<source>Error mounting FAT32 partition</source>
|
||||||
<translation>Fehler beim Einbinden der FAT32-Partition</translation>
|
<translation>Fehler beim Einbinden der FAT32-Partition</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="244"/>
|
<location filename="../downloadextractthread.cpp" line="245"/>
|
||||||
<source>Operating system did not mount FAT32 partition</source>
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
<translation>Das Betriebssystem band die FAT32-Partition nicht ein</translation>
|
<translation>Das Betriebssystem band die FAT32-Partition nicht ein</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="267"/>
|
<location filename="../downloadextractthread.cpp" line="268"/>
|
||||||
<source>Error changing to directory '%1'</source>
|
<source>Error changing to directory '%1'</source>
|
||||||
<translation>Fehler beim Wechseln in den Ordner "%1"</translation>
|
<translation>Fehler beim Wechseln in den Ordner "%1"</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -33,32 +33,32 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadThread</name>
|
<name>DownloadThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="110"/>
|
<location filename="../downloadthread.cpp" line="113"/>
|
||||||
<source>opening drive</source>
|
<source>opening drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="143"/>
|
<location filename="../downloadthread.cpp" line="146"/>
|
||||||
<source>Error running diskpart: %1</source>
|
<source>Error running diskpart: %1</source>
|
||||||
<translation>Fehler beim Ausführen von Diskpart: %1</translation>
|
<translation>Fehler beim Ausführen von Diskpart: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="164"/>
|
<location filename="../downloadthread.cpp" line="167"/>
|
||||||
<source>Error removing existing partitions</source>
|
<source>Error removing existing partitions</source>
|
||||||
<translation>Fehler beim Entfernen von existierenden Partitionen</translation>
|
<translation>Fehler beim Entfernen von existierenden Partitionen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="190"/>
|
<location filename="../downloadthread.cpp" line="193"/>
|
||||||
<source>Authentication cancelled</source>
|
<source>Authentication cancelled</source>
|
||||||
<translation>Authentifizierung abgebrochen</translation>
|
<translation>Authentifizierung abgebrochen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="193"/>
|
<location filename="../downloadthread.cpp" line="196"/>
|
||||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||||
<translation>Fehler beim Ausführen von authopen, um Zugriff auf Geräte zu erhalten '%1'</translation>
|
<translation>Fehler beim Ausführen von authopen, um Zugriff auf Geräte zu erhalten '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="194"/>
|
<location filename="../downloadthread.cpp" line="197"/>
|
||||||
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
||||||
<translatorcomment>I don't use Mac OS, I would need help here. Unfinished translation:
|
<translatorcomment>I don't use Mac OS, I would need help here. Unfinished translation:
|
||||||
|
|
||||||
|
@ -66,47 +66,82 @@ Bitte stellen Sie sicher, dass 'Raspberry Pi Imager' Zugriff auf &apos
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="215"/>
|
<location filename="../downloadthread.cpp" line="218"/>
|
||||||
<source>Cannot open storage device '%1'.</source>
|
<source>Cannot open storage device '%1'.</source>
|
||||||
<translation>Speichergerät '%1' kann nicht geöffnet werden.</translation>
|
<translation>Speichergerät '%1' kann nicht geöffnet werden.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="257"/>
|
<location filename="../downloadthread.cpp" line="260"/>
|
||||||
<source>discarding existing data on drive</source>
|
<source>discarding existing data on drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="277"/>
|
<location filename="../downloadthread.cpp" line="280"/>
|
||||||
<source>zeroing out first and last MB of drive</source>
|
<source>zeroing out first and last MB of drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="283"/>
|
<location filename="../downloadthread.cpp" line="286"/>
|
||||||
<source>Write error while zero'ing out MBR</source>
|
<source>Write error while zero'ing out MBR</source>
|
||||||
<translation>Schreibfehler während dem Löschen des MBR</translation>
|
<translation>Schreibfehler während dem Löschen des MBR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="295"/>
|
<location filename="../downloadthread.cpp" line="298"/>
|
||||||
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
||||||
<translation>Fehler beim Löschen des letzten Teiles der Speicherkarte.<br>Die Speicherkarte könnte mit einer falschen Größe beworben sein (möglicherweise Betrug).</translation>
|
<translation>Fehler beim Löschen des letzten Teiles der Speicherkarte.<br>Die Speicherkarte könnte mit einer falschen Größe beworben sein (möglicherweise Betrug).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="353"/>
|
<location filename="../downloadthread.cpp" line="356"/>
|
||||||
<source>starting download</source>
|
<source>starting download</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="741"/>
|
<location filename="../downloadthread.cpp" line="740"/>
|
||||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||||
<translation>Fehler beim Lesen vom Speicher.<br>Die SD-Karte könnte kaputt sein.</translation>
|
<translation>Fehler beim Lesen vom Speicher.<br>Die SD-Karte könnte kaputt sein.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="395"/>
|
<location filename="../downloadthread.cpp" line="812"/>
|
||||||
|
<source>Waiting for FAT partition to be mounted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="860"/>
|
||||||
|
<source>Error mounting FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Fehler beim Einbinden der FAT32-Partition</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="882"/>
|
||||||
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Das Betriebssystem band die FAT32-Partition nicht ein</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="886"/>
|
||||||
|
<source>Customizing image</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="898"/>
|
||||||
|
<source>Error creating firstrun.sh on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="939"/>
|
||||||
|
<source>Error writing to config.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="963"/>
|
||||||
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="398"/>
|
||||||
<source>Access denied error while writing file to disk.</source>
|
<source>Access denied error while writing file to disk.</source>
|
||||||
<translation>Zugriff verweigert-Fehler beim Schreiben auf den Datenträger.</translation>
|
<translation>Zugriff verweigert-Fehler beim Schreiben auf den Datenträger.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="400"/>
|
<location filename="../downloadthread.cpp" line="403"/>
|
||||||
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
||||||
<translatorcomment>I don't use Windows either. What is "Controlled Folder Access" in the German version?
|
<translatorcomment>I don't use Windows either. What is "Controlled Folder Access" in the German version?
|
||||||
|
|
||||||
|
@ -114,37 +149,37 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="406"/>
|
<location filename="../downloadthread.cpp" line="409"/>
|
||||||
<source>Error writing file to disk</source>
|
<source>Error writing file to disk</source>
|
||||||
<translation>Fehler beim Schreiben der Datei auf den Speicher</translation>
|
<translation>Fehler beim Schreiben der Datei auf den Speicher</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="425"/>
|
<location filename="../downloadthread.cpp" line="428"/>
|
||||||
<source>Error downloading: %1</source>
|
<source>Error downloading: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="632"/>
|
<location filename="../downloadthread.cpp" line="635"/>
|
||||||
<source>Download corrupt. Hash does not match</source>
|
<source>Download corrupt. Hash does not match</source>
|
||||||
<translation>Download beschädigt. Prüfsumme stimmt nicht überein</translation>
|
<translation>Download beschädigt. Prüfsumme stimmt nicht überein</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="644"/>
|
<location filename="../downloadthread.cpp" line="647"/>
|
||||||
<source>Error writing to storage (while flushing)</source>
|
<source>Error writing to storage (while flushing)</source>
|
||||||
<translation>Fehler beim Schreiben auf den Speicher (während flushing)</translation>
|
<translation>Fehler beim Schreiben auf den Speicher (während flushing)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="651"/>
|
<location filename="../downloadthread.cpp" line="654"/>
|
||||||
<source>Error writing to storage (while fsync)</source>
|
<source>Error writing to storage (while fsync)</source>
|
||||||
<translation>Fehler beim Schreiben auf den Speicher (während fsync)</translation>
|
<translation>Fehler beim Schreiben auf den Speicher (während fsync)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="685"/>
|
<location filename="../downloadthread.cpp" line="680"/>
|
||||||
<source>Error writing first block (partition table)</source>
|
<source>Error writing first block (partition table)</source>
|
||||||
<translation>Fehler beim Schreiben auf des ersten Blocks (Partitionstabelle)</translation>
|
<translation>Fehler beim Schreiben auf des ersten Blocks (Partitionstabelle)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="760"/>
|
<location filename="../downloadthread.cpp" line="759"/>
|
||||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||||
<translation>Verifizierung fehlgeschlagen. Der Inhalt der SD-Karte weicht von dem Inhalt ab, der geschrieben werden sollte.</translation>
|
<translation>Verifizierung fehlgeschlagen. Der Inhalt der SD-Karte weicht von dem Inhalt ab, der geschrieben werden sollte.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -207,22 +242,22 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
||||||
<context>
|
<context>
|
||||||
<name>ImageWriter</name>
|
<name>ImageWriter</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="171"/>
|
<location filename="../imagewriter.cpp" line="182"/>
|
||||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||||
<translation>Die Speicherkapazität ist nicht groß genug.<br>Sie muss mindestens %1 GB betragen.</translation>
|
<translation>Die Speicherkapazität ist nicht groß genug.<br>Sie muss mindestens %1 GB betragen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="177"/>
|
<location filename="../imagewriter.cpp" line="188"/>
|
||||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||||
<translation>Die Eingabedatei ist kein gültiges Disk-Image.<br>Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
<translation>Die Eingabedatei ist kein gültiges Disk-Image.<br>Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="201"/>
|
<location filename="../imagewriter.cpp" line="370"/>
|
||||||
<source>Downloading and writing image</source>
|
<source>Downloading and writing image</source>
|
||||||
<translation>Image herunterladen und schreiben</translation>
|
<translation>Image herunterladen und schreiben</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="424"/>
|
<location filename="../imagewriter.cpp" line="503"/>
|
||||||
<source>Select image</source>
|
<source>Select image</source>
|
||||||
<translation>Image wählen</translation>
|
<translation>Image wählen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -258,6 +293,134 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
||||||
<translation>WEITER</translation>
|
<translation>WEITER</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>OptionsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="74"/>
|
||||||
|
<source>Advanced options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="91"/>
|
||||||
|
<source>Image customization options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="99"/>
|
||||||
|
<source>for this session only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="100"/>
|
||||||
|
<source>to always use</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="112"/>
|
||||||
|
<source>Disable overscan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="117"/>
|
||||||
|
<source>Set hostname:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="136"/>
|
||||||
|
<source>Enable SSH</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="155"/>
|
||||||
|
<source>Use password authentication</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="171"/>
|
||||||
|
<source>Set password for 'pi' user:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="193"/>
|
||||||
|
<source>Allow public-key authentication only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="208"/>
|
||||||
|
<source>Set authorized_keys for 'pi':</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="220"/>
|
||||||
|
<source>Configure wifi</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="239"/>
|
||||||
|
<source>SSID:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="248"/>
|
||||||
|
<source>Password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="260"/>
|
||||||
|
<source>Show password</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="265"/>
|
||||||
|
<source>Wifi country:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="276"/>
|
||||||
|
<source>Set locale settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="286"/>
|
||||||
|
<source>Time zone:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="296"/>
|
||||||
|
<source>Keyboard layout:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="306"/>
|
||||||
|
<source>Skip first-run wizard</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="313"/>
|
||||||
|
<source>Persistent settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="321"/>
|
||||||
|
<source>Play sound when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="325"/>
|
||||||
|
<source>Eject media when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="329"/>
|
||||||
|
<source>Enable telemetry</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="342"/>
|
||||||
|
<source>SAVE</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -266,6 +429,34 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
||||||
<translation>Interner SD-Kartenleser</translation>
|
<translation>Interner SD-Kartenleser</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>UseSavedSettingsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||||
|
<source>Warning: advanced settings set</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||||
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||||
|
<source>NO, CLEAR SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||||
|
<source>YES</source>
|
||||||
|
<translation type="unfinished">JA</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||||
|
<source>EDIT SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>main</name>
|
<name>main</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -274,222 +465,225 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
||||||
<translation>Raspberry Pi Imager v%1</translation>
|
<translation>Raspberry Pi Imager v%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="90"/>
|
<location filename="../main.qml" line="98"/>
|
||||||
<location filename="../main.qml" line="303"/>
|
<location filename="../main.qml" line="314"/>
|
||||||
<source>Operating System</source>
|
<source>Operating System</source>
|
||||||
<translation>Betriebssystem</translation>
|
<translation>Betriebssystem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="102"/>
|
<location filename="../main.qml" line="110"/>
|
||||||
<source>CHOOSE OS</source>
|
<source>CHOOSE OS</source>
|
||||||
<translation>OS WÄHLEN</translation>
|
<translation>OS WÄHLEN</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="120"/>
|
<location filename="../main.qml" line="125"/>
|
||||||
<source>Select this button to change the operating system</source>
|
<source>Select this button to change the operating system</source>
|
||||||
<translation>Klicke auf diesen Knopf, um das Betriebssystem zu ändern</translation>
|
<translation>Klicke auf diesen Knopf, um das Betriebssystem zu ändern</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="133"/>
|
<location filename="../main.qml" line="138"/>
|
||||||
<location filename="../main.qml" line="587"/>
|
<location filename="../main.qml" line="598"/>
|
||||||
<source>Storage</source>
|
<source>Storage</source>
|
||||||
<translation>SD-Karte</translation>
|
<translation>SD-Karte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="145"/>
|
<location filename="../main.qml" line="150"/>
|
||||||
<location filename="../main.qml" line="877"/>
|
<location filename="../main.qml" line="908"/>
|
||||||
<source>CHOOSE STORAGE</source>
|
<source>CHOOSE STORAGE</source>
|
||||||
<translation>SD-KARTE WÄHLEN</translation>
|
<translation>SD-KARTE WÄHLEN</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="158"/>
|
|
||||||
<source>Select this button to change the destination SD card</source>
|
<source>Select this button to change the destination SD card</source>
|
||||||
<translation>Klicke auf diesen Knopf, um die Zeil-SD-Karte zu ändern</translation>
|
<translation type="vanished">Klicke auf diesen Knopf, um die Zeil-SD-Karte zu ändern</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="175"/>
|
<location filename="../main.qml" line="180"/>
|
||||||
<source>WRITE</source>
|
<source>WRITE</source>
|
||||||
<translation>SCHREIBEN</translation>
|
<translation>SCHREIBEN</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="180"/>
|
<location filename="../main.qml" line="185"/>
|
||||||
<source>Select this button to start writing the image</source>
|
<source>Select this button to start writing the image</source>
|
||||||
<translation>Klicke auf diesen Knopf, um mit dem Schreiben zu beginnen</translation>
|
<translation>Klicke auf diesen Knopf, um mit dem Schreiben zu beginnen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="220"/>
|
<location filename="../main.qml" line="230"/>
|
||||||
<source>CANCEL WRITE</source>
|
<source>CANCEL WRITE</source>
|
||||||
<translation>SCHREIBEN ABBRECHEN</translation>
|
<translation>SCHREIBEN ABBRECHEN</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="223"/>
|
<location filename="../main.qml" line="233"/>
|
||||||
<location filename="../main.qml" line="815"/>
|
<location filename="../main.qml" line="846"/>
|
||||||
<source>Cancelling...</source>
|
<source>Cancelling...</source>
|
||||||
<translation>Abbrechen...</translation>
|
<translation>Abbrechen...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="235"/>
|
<location filename="../main.qml" line="245"/>
|
||||||
<source>CANCEL VERIFY</source>
|
<source>CANCEL VERIFY</source>
|
||||||
<translation>VERIFIZIERUNG ABBRECHEN</translation>
|
<translation>VERIFIZIERUNG ABBRECHEN</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="238"/>
|
<location filename="../main.qml" line="248"/>
|
||||||
<location filename="../main.qml" line="838"/>
|
<location filename="../main.qml" line="869"/>
|
||||||
<location filename="../main.qml" line="895"/>
|
<location filename="../main.qml" line="926"/>
|
||||||
<source>Finalizing...</source>
|
<source>Finalizing...</source>
|
||||||
<translation>Finalisieren...</translation>
|
<translation>Finalisieren...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="384"/>
|
<location filename="../main.qml" line="414"/>
|
||||||
<location filename="../main.qml" line="871"/>
|
<location filename="../main.qml" line="902"/>
|
||||||
<source>Erase</source>
|
<source>Erase</source>
|
||||||
<translation>Löschen</translation>
|
<translation>Löschen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="385"/>
|
<location filename="../main.qml" line="415"/>
|
||||||
<source>Format card as FAT32</source>
|
<source>Format card as FAT32</source>
|
||||||
<translation>Karte als FAT32 formatieren</translation>
|
<translation>Karte als FAT32 formatieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="392"/>
|
<location filename="../main.qml" line="422"/>
|
||||||
<source>Use custom</source>
|
<source>Use custom</source>
|
||||||
<translation>Eigenes Image</translation>
|
<translation>Eigenes Image</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="393"/>
|
<location filename="../main.qml" line="423"/>
|
||||||
<source>Select a custom .img from your computer</source>
|
<source>Select a custom .img from your computer</source>
|
||||||
<translation>Wählen Sie eine eigene .img-Datei von Ihrem Computer</translation>
|
<translation>Wählen Sie eine eigene .img-Datei von Ihrem Computer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="416"/>
|
<location filename="../main.qml" line="374"/>
|
||||||
<source>Back</source>
|
<source>Back</source>
|
||||||
<translation>Zurück</translation>
|
<translation>Zurück</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="417"/>
|
<location filename="../main.qml" line="163"/>
|
||||||
|
<source>Select this button to change the destination storage device</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../main.qml" line="375"/>
|
||||||
<source>Go back to main menu</source>
|
<source>Go back to main menu</source>
|
||||||
<translation>Zurück zum Hauptmenü</translation>
|
<translation>Zurück zum Hauptmenü</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="474"/>
|
<location filename="../main.qml" line="485"/>
|
||||||
<source>Released: %1</source>
|
<source>Released: %1</source>
|
||||||
<translation>Veröffentlicht: %1</translation>
|
<translation>Veröffentlicht: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="477"/>
|
<location filename="../main.qml" line="488"/>
|
||||||
<source>Cached on your computer</source>
|
<source>Cached on your computer</source>
|
||||||
<translation>Auf Ihrem Computer zwischengespeichert</translation>
|
<translation>Auf Ihrem Computer zwischengespeichert</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="479"/>
|
<location filename="../main.qml" line="490"/>
|
||||||
<source>Local file</source>
|
<source>Local file</source>
|
||||||
<translation>Lokale Datei</translation>
|
<translation>Lokale Datei</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="481"/>
|
<location filename="../main.qml" line="492"/>
|
||||||
<source>Online - %1 GB download</source>
|
<source>Online - %1 GB download</source>
|
||||||
<translation>Online - %1 GB Download</translation>
|
<translation>Online - %1 GB Download</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="638"/>
|
<location filename="../main.qml" line="649"/>
|
||||||
<location filename="../main.qml" line="690"/>
|
<location filename="../main.qml" line="701"/>
|
||||||
<location filename="../main.qml" line="696"/>
|
<location filename="../main.qml" line="707"/>
|
||||||
<source>Mounted as %1</source>
|
<source>Mounted as %1</source>
|
||||||
<translation>Als %1 eingebunden</translation>
|
<translation>Als %1 eingebunden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="692"/>
|
<location filename="../main.qml" line="703"/>
|
||||||
<source>[WRITE PROTECTED]</source>
|
<source>[WRITE PROTECTED]</source>
|
||||||
<translation>[SCHREIBGESCHÜTZT]</translation>
|
<translation>[SCHREIBGESCHÜTZT]</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="734"/>
|
<location filename="../main.qml" line="745"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation>Sind Sie sicher, dass Sie beenden möchten?</translation>
|
<translation>Sind Sie sicher, dass Sie beenden möchten?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="735"/>
|
<location filename="../main.qml" line="746"/>
|
||||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||||
<translation>Der Raspberry Pi Imager ist noch beschäftigt. <br>Möchten Sie wirklich beenden?</translation>
|
<translation>Der Raspberry Pi Imager ist noch beschäftigt. <br>Möchten Sie wirklich beenden?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="746"/>
|
<location filename="../main.qml" line="757"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Warnung</translation>
|
<translation>Warnung</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="752"/>
|
<location filename="../main.qml" line="763"/>
|
||||||
<source>Preparing to write...</source>
|
<source>Preparing to write...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="776"/>
|
<location filename="../main.qml" line="787"/>
|
||||||
<source>Update available</source>
|
<source>Update available</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="777"/>
|
<location filename="../main.qml" line="788"/>
|
||||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="818"/>
|
<location filename="../main.qml" line="849"/>
|
||||||
<source>Writing... %1%</source>
|
<source>Writing... %1%</source>
|
||||||
<translation>Schreiben... %1%</translation>
|
<translation>Schreiben... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="765"/>
|
<location filename="../main.qml" line="776"/>
|
||||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||||
<translation>Alle vorhandenen Daten auf '%1' werden gelöscht.<br>Möchten sie wirklich fortfahren?</translation>
|
<translation>Alle vorhandenen Daten auf '%1' werden gelöscht.<br>Möchten sie wirklich fortfahren?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="797"/>
|
<location filename="../main.qml" line="828"/>
|
||||||
<source>Error downloading OS list from Internet</source>
|
<source>Error downloading OS list from Internet</source>
|
||||||
<translation>Fehler beim Herunterladen der Betriebssystemsliste aus dem Internet</translation>
|
<translation>Fehler beim Herunterladen der Betriebssystemsliste aus dem Internet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="841"/>
|
<location filename="../main.qml" line="872"/>
|
||||||
<source>Verifying... %1%</source>
|
<source>Verifying... %1%</source>
|
||||||
<translation>Verifizierung... %1%</translation>
|
<translation>Verifizierung... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="848"/>
|
<location filename="../main.qml" line="879"/>
|
||||||
<source>Preparing to write... (%1)</source>
|
<source>Preparing to write... (%1)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="863"/>
|
<location filename="../main.qml" line="894"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation>Fehler</translation>
|
<translation>Fehler</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="870"/>
|
<location filename="../main.qml" line="901"/>
|
||||||
<source>Write Successful</source>
|
<source>Write Successful</source>
|
||||||
<translation>Schreiben erfolgreich</translation>
|
<translation>Schreiben erfolgreich</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="872"/>
|
<location filename="../main.qml" line="903"/>
|
||||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> wurde geleert<br><br>Sie können die SD-Karte nun aus dem Lesegerät entfernen</translation>
|
<translation><b>%1</b> wurde geleert<br><br>Sie können die SD-Karte nun aus dem Lesegerät entfernen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="874"/>
|
<location filename="../main.qml" line="905"/>
|
||||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> wurde auf<b>%2</b> geschrieben<br><br>Sie können die SD-Karte nun aus dem Lesegerät entfernen</translation>
|
<translation><b>%1</b> wurde auf<b>%2</b> geschrieben<br><br>Sie können die SD-Karte nun aus dem Lesegerät entfernen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="902"/>
|
<location filename="../main.qml" line="942"/>
|
||||||
<location filename="../main.qml" line="955"/>
|
|
||||||
<source>Error parsing os_list.json</source>
|
<source>Error parsing os_list.json</source>
|
||||||
<translation>Fehler beim Parsen von os_list.json</translation>
|
<translation>Fehler beim Parsen von os_list.json</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="993"/>
|
<location filename="../main.qml" line="1043"/>
|
||||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||||
<translation>Verbinden Sie zuerst einen USB-Stick mit Images.<br>Die Images müssen sich im Wurzelverzeichnes des USB-Sticks befinden.</translation>
|
<translation>Verbinden Sie zuerst einen USB-Stick mit Images.<br>Die Images müssen sich im Wurzelverzeichnes des USB-Sticks befinden.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="1008"/>
|
<location filename="../main.qml" line="1058"/>
|
||||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||||
<translation>Die Speicherkarte ist schreibgeschützt.<br>Drücken Sie den Schutzschalter auf der linken Seite nach oben, und versuchen Sie es erneut.</translation>
|
<translation>Die Speicherkarte ist schreibgeschützt.<br>Drücken Sie den Schutzschalter auf der linken Seite nach oben, und versuchen Sie es erneut.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -4,28 +4,28 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadExtractThread</name>
|
<name>DownloadExtractThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="166"/>
|
<location filename="../downloadextractthread.cpp" line="167"/>
|
||||||
<source>Error writing to storage</source>
|
<source>Error writing to storage</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="188"/>
|
<location filename="../downloadextractthread.cpp" line="189"/>
|
||||||
<location filename="../downloadextractthread.cpp" line="348"/>
|
<location filename="../downloadextractthread.cpp" line="349"/>
|
||||||
<source>Error extracting archive: %1</source>
|
<source>Error extracting archive: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="234"/>
|
<location filename="../downloadextractthread.cpp" line="235"/>
|
||||||
<source>Error mounting FAT32 partition</source>
|
<source>Error mounting FAT32 partition</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="244"/>
|
<location filename="../downloadextractthread.cpp" line="245"/>
|
||||||
<source>Operating system did not mount FAT32 partition</source>
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="267"/>
|
<location filename="../downloadextractthread.cpp" line="268"/>
|
||||||
<source>Error changing to directory '%1'</source>
|
<source>Error changing to directory '%1'</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -33,112 +33,147 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadThread</name>
|
<name>DownloadThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="143"/>
|
<location filename="../downloadthread.cpp" line="146"/>
|
||||||
<source>Error running diskpart: %1</source>
|
<source>Error running diskpart: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="164"/>
|
<location filename="../downloadthread.cpp" line="167"/>
|
||||||
<source>Error removing existing partitions</source>
|
<source>Error removing existing partitions</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="190"/>
|
<location filename="../downloadthread.cpp" line="193"/>
|
||||||
<source>Authentication cancelled</source>
|
<source>Authentication cancelled</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="193"/>
|
<location filename="../downloadthread.cpp" line="196"/>
|
||||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="194"/>
|
<location filename="../downloadthread.cpp" line="197"/>
|
||||||
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="215"/>
|
<location filename="../downloadthread.cpp" line="218"/>
|
||||||
<source>Cannot open storage device '%1'.</source>
|
<source>Cannot open storage device '%1'.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="257"/>
|
<location filename="../downloadthread.cpp" line="260"/>
|
||||||
<source>discarding existing data on drive</source>
|
<source>discarding existing data on drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="277"/>
|
<location filename="../downloadthread.cpp" line="280"/>
|
||||||
<source>zeroing out first and last MB of drive</source>
|
<source>zeroing out first and last MB of drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="283"/>
|
<location filename="../downloadthread.cpp" line="286"/>
|
||||||
<source>Write error while zero'ing out MBR</source>
|
<source>Write error while zero'ing out MBR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="741"/>
|
<location filename="../downloadthread.cpp" line="740"/>
|
||||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="395"/>
|
<location filename="../downloadthread.cpp" line="812"/>
|
||||||
|
<source>Waiting for FAT partition to be mounted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="860"/>
|
||||||
|
<source>Error mounting FAT32 partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="882"/>
|
||||||
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="886"/>
|
||||||
|
<source>Customizing image</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="898"/>
|
||||||
|
<source>Error creating firstrun.sh on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="939"/>
|
||||||
|
<source>Error writing to config.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="963"/>
|
||||||
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="398"/>
|
||||||
<source>Access denied error while writing file to disk.</source>
|
<source>Access denied error while writing file to disk.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="400"/>
|
<location filename="../downloadthread.cpp" line="403"/>
|
||||||
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="406"/>
|
<location filename="../downloadthread.cpp" line="409"/>
|
||||||
<source>Error writing file to disk</source>
|
<source>Error writing file to disk</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="425"/>
|
<location filename="../downloadthread.cpp" line="428"/>
|
||||||
<source>Error downloading: %1</source>
|
<source>Error downloading: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="644"/>
|
<location filename="../downloadthread.cpp" line="647"/>
|
||||||
<source>Error writing to storage (while flushing)</source>
|
<source>Error writing to storage (while flushing)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="651"/>
|
<location filename="../downloadthread.cpp" line="654"/>
|
||||||
<source>Error writing to storage (while fsync)</source>
|
<source>Error writing to storage (while fsync)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="632"/>
|
<location filename="../downloadthread.cpp" line="635"/>
|
||||||
<source>Download corrupt. Hash does not match</source>
|
<source>Download corrupt. Hash does not match</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="110"/>
|
<location filename="../downloadthread.cpp" line="113"/>
|
||||||
<source>opening drive</source>
|
<source>opening drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="295"/>
|
<location filename="../downloadthread.cpp" line="298"/>
|
||||||
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="353"/>
|
<location filename="../downloadthread.cpp" line="356"/>
|
||||||
<source>starting download</source>
|
<source>starting download</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="685"/>
|
<location filename="../downloadthread.cpp" line="680"/>
|
||||||
<source>Error writing first block (partition table)</source>
|
<source>Error writing first block (partition table)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="760"/>
|
<location filename="../downloadthread.cpp" line="759"/>
|
||||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -201,22 +236,22 @@
|
||||||
<context>
|
<context>
|
||||||
<name>ImageWriter</name>
|
<name>ImageWriter</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="171"/>
|
<location filename="../imagewriter.cpp" line="182"/>
|
||||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="177"/>
|
<location filename="../imagewriter.cpp" line="188"/>
|
||||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="201"/>
|
<location filename="../imagewriter.cpp" line="370"/>
|
||||||
<source>Downloading and writing image</source>
|
<source>Downloading and writing image</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="424"/>
|
<location filename="../imagewriter.cpp" line="503"/>
|
||||||
<source>Select image</source>
|
<source>Select image</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -252,6 +287,134 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>OptionsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="74"/>
|
||||||
|
<source>Advanced options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="91"/>
|
||||||
|
<source>Image customization options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="99"/>
|
||||||
|
<source>for this session only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="100"/>
|
||||||
|
<source>to always use</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="112"/>
|
||||||
|
<source>Disable overscan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="117"/>
|
||||||
|
<source>Set hostname:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="136"/>
|
||||||
|
<source>Enable SSH</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="155"/>
|
||||||
|
<source>Use password authentication</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="171"/>
|
||||||
|
<source>Set password for 'pi' user:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="193"/>
|
||||||
|
<source>Allow public-key authentication only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="208"/>
|
||||||
|
<source>Set authorized_keys for 'pi':</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="220"/>
|
||||||
|
<source>Configure wifi</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="239"/>
|
||||||
|
<source>SSID:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="248"/>
|
||||||
|
<source>Password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="260"/>
|
||||||
|
<source>Show password</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="265"/>
|
||||||
|
<source>Wifi country:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="276"/>
|
||||||
|
<source>Set locale settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="286"/>
|
||||||
|
<source>Time zone:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="296"/>
|
||||||
|
<source>Keyboard layout:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="306"/>
|
||||||
|
<source>Skip first-run wizard</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="313"/>
|
||||||
|
<source>Persistent settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="321"/>
|
||||||
|
<source>Play sound when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="325"/>
|
||||||
|
<source>Eject media when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="329"/>
|
||||||
|
<source>Enable telemetry</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="342"/>
|
||||||
|
<source>SAVE</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -260,6 +423,34 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>UseSavedSettingsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||||
|
<source>Warning: advanced settings set</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||||
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||||
|
<source>NO, CLEAR SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||||
|
<source>YES</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||||
|
<source>EDIT SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>main</name>
|
<name>main</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -268,222 +459,221 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="90"/>
|
<location filename="../main.qml" line="98"/>
|
||||||
<location filename="../main.qml" line="303"/>
|
<location filename="../main.qml" line="314"/>
|
||||||
<source>Operating System</source>
|
<source>Operating System</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="102"/>
|
<location filename="../main.qml" line="110"/>
|
||||||
<source>CHOOSE OS</source>
|
<source>CHOOSE OS</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="120"/>
|
<location filename="../main.qml" line="125"/>
|
||||||
<source>Select this button to change the operating system</source>
|
<source>Select this button to change the operating system</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="133"/>
|
<location filename="../main.qml" line="138"/>
|
||||||
<location filename="../main.qml" line="587"/>
|
<location filename="../main.qml" line="598"/>
|
||||||
<source>Storage</source>
|
<source>Storage</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="145"/>
|
<location filename="../main.qml" line="150"/>
|
||||||
<location filename="../main.qml" line="877"/>
|
<location filename="../main.qml" line="908"/>
|
||||||
<source>CHOOSE STORAGE</source>
|
<source>CHOOSE STORAGE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="158"/>
|
<location filename="../main.qml" line="180"/>
|
||||||
<source>Select this button to change the destination SD card</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../main.qml" line="175"/>
|
|
||||||
<source>WRITE</source>
|
<source>WRITE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="180"/>
|
<location filename="../main.qml" line="185"/>
|
||||||
<source>Select this button to start writing the image</source>
|
<source>Select this button to start writing the image</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="220"/>
|
<location filename="../main.qml" line="230"/>
|
||||||
<source>CANCEL WRITE</source>
|
<source>CANCEL WRITE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="223"/>
|
<location filename="../main.qml" line="233"/>
|
||||||
<location filename="../main.qml" line="815"/>
|
<location filename="../main.qml" line="846"/>
|
||||||
<source>Cancelling...</source>
|
<source>Cancelling...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="235"/>
|
<location filename="../main.qml" line="245"/>
|
||||||
<source>CANCEL VERIFY</source>
|
<source>CANCEL VERIFY</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="238"/>
|
<location filename="../main.qml" line="248"/>
|
||||||
<location filename="../main.qml" line="838"/>
|
<location filename="../main.qml" line="869"/>
|
||||||
<location filename="../main.qml" line="895"/>
|
<location filename="../main.qml" line="926"/>
|
||||||
<source>Finalizing...</source>
|
<source>Finalizing...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="384"/>
|
<location filename="../main.qml" line="414"/>
|
||||||
<location filename="../main.qml" line="871"/>
|
<location filename="../main.qml" line="902"/>
|
||||||
<source>Erase</source>
|
<source>Erase</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="385"/>
|
<location filename="../main.qml" line="415"/>
|
||||||
<source>Format card as FAT32</source>
|
<source>Format card as FAT32</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="392"/>
|
<location filename="../main.qml" line="422"/>
|
||||||
<source>Use custom</source>
|
<source>Use custom</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="393"/>
|
<location filename="../main.qml" line="423"/>
|
||||||
<source>Select a custom .img from your computer</source>
|
<source>Select a custom .img from your computer</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="416"/>
|
<location filename="../main.qml" line="374"/>
|
||||||
<source>Back</source>
|
<source>Back</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="417"/>
|
<location filename="../main.qml" line="163"/>
|
||||||
|
<source>Select this button to change the destination storage device</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../main.qml" line="375"/>
|
||||||
<source>Go back to main menu</source>
|
<source>Go back to main menu</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="474"/>
|
<location filename="../main.qml" line="485"/>
|
||||||
<source>Released: %1</source>
|
<source>Released: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="477"/>
|
<location filename="../main.qml" line="488"/>
|
||||||
<source>Cached on your computer</source>
|
<source>Cached on your computer</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="479"/>
|
<location filename="../main.qml" line="490"/>
|
||||||
<source>Local file</source>
|
<source>Local file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="481"/>
|
<location filename="../main.qml" line="492"/>
|
||||||
<source>Online - %1 GB download</source>
|
<source>Online - %1 GB download</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="638"/>
|
<location filename="../main.qml" line="649"/>
|
||||||
<location filename="../main.qml" line="690"/>
|
<location filename="../main.qml" line="701"/>
|
||||||
<location filename="../main.qml" line="696"/>
|
<location filename="../main.qml" line="707"/>
|
||||||
<source>Mounted as %1</source>
|
<source>Mounted as %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="692"/>
|
<location filename="../main.qml" line="703"/>
|
||||||
<source>[WRITE PROTECTED]</source>
|
<source>[WRITE PROTECTED]</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="734"/>
|
<location filename="../main.qml" line="745"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="735"/>
|
<location filename="../main.qml" line="746"/>
|
||||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="746"/>
|
<location filename="../main.qml" line="757"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="752"/>
|
<location filename="../main.qml" line="763"/>
|
||||||
<source>Preparing to write...</source>
|
<source>Preparing to write...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="776"/>
|
<location filename="../main.qml" line="787"/>
|
||||||
<source>Update available</source>
|
<source>Update available</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="777"/>
|
<location filename="../main.qml" line="788"/>
|
||||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="818"/>
|
<location filename="../main.qml" line="849"/>
|
||||||
<source>Writing... %1%</source>
|
<source>Writing... %1%</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="765"/>
|
<location filename="../main.qml" line="776"/>
|
||||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="797"/>
|
<location filename="../main.qml" line="828"/>
|
||||||
<source>Error downloading OS list from Internet</source>
|
<source>Error downloading OS list from Internet</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="841"/>
|
<location filename="../main.qml" line="872"/>
|
||||||
<source>Verifying... %1%</source>
|
<source>Verifying... %1%</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="848"/>
|
<location filename="../main.qml" line="879"/>
|
||||||
<source>Preparing to write... (%1)</source>
|
<source>Preparing to write... (%1)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="863"/>
|
<location filename="../main.qml" line="894"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="870"/>
|
<location filename="../main.qml" line="901"/>
|
||||||
<source>Write Successful</source>
|
<source>Write Successful</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="872"/>
|
<location filename="../main.qml" line="903"/>
|
||||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="874"/>
|
<location filename="../main.qml" line="905"/>
|
||||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="902"/>
|
<location filename="../main.qml" line="942"/>
|
||||||
<location filename="../main.qml" line="955"/>
|
|
||||||
<source>Error parsing os_list.json</source>
|
<source>Error parsing os_list.json</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="993"/>
|
<location filename="../main.qml" line="1043"/>
|
||||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="1008"/>
|
<location filename="../main.qml" line="1058"/>
|
||||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -4,28 +4,28 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadExtractThread</name>
|
<name>DownloadExtractThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="166"/>
|
<location filename="../downloadextractthread.cpp" line="167"/>
|
||||||
<source>Error writing to storage</source>
|
<source>Error writing to storage</source>
|
||||||
<translation>Erreur d'écriture dans le stockage</translation>
|
<translation>Erreur d'écriture dans le stockage</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="188"/>
|
<location filename="../downloadextractthread.cpp" line="189"/>
|
||||||
<location filename="../downloadextractthread.cpp" line="348"/>
|
<location filename="../downloadextractthread.cpp" line="349"/>
|
||||||
<source>Error extracting archive: %1</source>
|
<source>Error extracting archive: %1</source>
|
||||||
<translation>Erreur lors de l'extraction de l'archive : %1</translation>
|
<translation>Erreur lors de l'extraction de l'archive : %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="234"/>
|
<location filename="../downloadextractthread.cpp" line="235"/>
|
||||||
<source>Error mounting FAT32 partition</source>
|
<source>Error mounting FAT32 partition</source>
|
||||||
<translation>Erreur lors du montage de la partition FAT32</translation>
|
<translation>Erreur lors du montage de la partition FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="244"/>
|
<location filename="../downloadextractthread.cpp" line="245"/>
|
||||||
<source>Operating system did not mount FAT32 partition</source>
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
<translation>Le système d'exploitation n'a pas monté la partition FAT32</translation>
|
<translation>Le système d'exploitation n'a pas monté la partition FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="267"/>
|
<location filename="../downloadextractthread.cpp" line="268"/>
|
||||||
<source>Error changing to directory '%1'</source>
|
<source>Error changing to directory '%1'</source>
|
||||||
<translation>Erreur lors du changement du répertoire '%1'</translation>
|
<translation>Erreur lors du changement du répertoire '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -33,112 +33,147 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadThread</name>
|
<name>DownloadThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="143"/>
|
<location filename="../downloadthread.cpp" line="146"/>
|
||||||
<source>Error running diskpart: %1</source>
|
<source>Error running diskpart: %1</source>
|
||||||
<translation>Erreur lors de l'exécution de diskpart : %1</translation>
|
<translation>Erreur lors de l'exécution de diskpart : %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="164"/>
|
<location filename="../downloadthread.cpp" line="167"/>
|
||||||
<source>Error removing existing partitions</source>
|
<source>Error removing existing partitions</source>
|
||||||
<translation>Erreur lors de la suppression des partitions existantes</translation>
|
<translation>Erreur lors de la suppression des partitions existantes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="190"/>
|
<location filename="../downloadthread.cpp" line="193"/>
|
||||||
<source>Authentication cancelled</source>
|
<source>Authentication cancelled</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="193"/>
|
<location filename="../downloadthread.cpp" line="196"/>
|
||||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||||
<translation>Erreur lors de l'exécution d'authopen pour accéder au périphérique du stockage '%1'</translation>
|
<translation>Erreur lors de l'exécution d'authopen pour accéder au périphérique du stockage '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="194"/>
|
<location filename="../downloadthread.cpp" line="197"/>
|
||||||
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="215"/>
|
<location filename="../downloadthread.cpp" line="218"/>
|
||||||
<source>Cannot open storage device '%1'.</source>
|
<source>Cannot open storage device '%1'.</source>
|
||||||
<translation>Impossible d'ouvrir le périphérique de stockage '%1'.</translation>
|
<translation>Impossible d'ouvrir le périphérique de stockage '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="257"/>
|
<location filename="../downloadthread.cpp" line="260"/>
|
||||||
<source>discarding existing data on drive</source>
|
<source>discarding existing data on drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="277"/>
|
<location filename="../downloadthread.cpp" line="280"/>
|
||||||
<source>zeroing out first and last MB of drive</source>
|
<source>zeroing out first and last MB of drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="283"/>
|
<location filename="../downloadthread.cpp" line="286"/>
|
||||||
<source>Write error while zero'ing out MBR</source>
|
<source>Write error while zero'ing out MBR</source>
|
||||||
<translation>Erreur d'écriture lors du formatage du MBR</translation>
|
<translation>Erreur d'écriture lors du formatage du MBR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="741"/>
|
<location filename="../downloadthread.cpp" line="740"/>
|
||||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||||
<translation>Erreur de lecture du stockage.<br>La carte SD pourrait être défectueuse.</translation>
|
<translation>Erreur de lecture du stockage.<br>La carte SD pourrait être défectueuse.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="395"/>
|
<location filename="../downloadthread.cpp" line="812"/>
|
||||||
|
<source>Waiting for FAT partition to be mounted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="860"/>
|
||||||
|
<source>Error mounting FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Erreur lors du montage de la partition FAT32</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="882"/>
|
||||||
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Le système d'exploitation n'a pas monté la partition FAT32</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="886"/>
|
||||||
|
<source>Customizing image</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="898"/>
|
||||||
|
<source>Error creating firstrun.sh on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="939"/>
|
||||||
|
<source>Error writing to config.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="963"/>
|
||||||
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="398"/>
|
||||||
<source>Access denied error while writing file to disk.</source>
|
<source>Access denied error while writing file to disk.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="400"/>
|
<location filename="../downloadthread.cpp" line="403"/>
|
||||||
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="406"/>
|
<location filename="../downloadthread.cpp" line="409"/>
|
||||||
<source>Error writing file to disk</source>
|
<source>Error writing file to disk</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="425"/>
|
<location filename="../downloadthread.cpp" line="428"/>
|
||||||
<source>Error downloading: %1</source>
|
<source>Error downloading: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="644"/>
|
<location filename="../downloadthread.cpp" line="647"/>
|
||||||
<source>Error writing to storage (while flushing)</source>
|
<source>Error writing to storage (while flushing)</source>
|
||||||
<translation>Erreur d'écriture dans le stockage (lors du formatage)</translation>
|
<translation>Erreur d'écriture dans le stockage (lors du formatage)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="651"/>
|
<location filename="../downloadthread.cpp" line="654"/>
|
||||||
<source>Error writing to storage (while fsync)</source>
|
<source>Error writing to storage (while fsync)</source>
|
||||||
<translation>Erreur d'écriture dans le stockage (pendant l'exécution de fsync)</translation>
|
<translation>Erreur d'écriture dans le stockage (pendant l'exécution de fsync)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="632"/>
|
<location filename="../downloadthread.cpp" line="635"/>
|
||||||
<source>Download corrupt. Hash does not match</source>
|
<source>Download corrupt. Hash does not match</source>
|
||||||
<translation>Téléchargement corrompu. La signature ne correspond pas</translation>
|
<translation>Téléchargement corrompu. La signature ne correspond pas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="110"/>
|
<location filename="../downloadthread.cpp" line="113"/>
|
||||||
<source>opening drive</source>
|
<source>opening drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="295"/>
|
<location filename="../downloadthread.cpp" line="298"/>
|
||||||
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
||||||
<translation>Erreur d'écriture lors de la tentative de formatage de la dernière partie de la carte.<br>Le stockage pourrait annoncer une mauvaise capacité (contrefaçon possible).</translation>
|
<translation>Erreur d'écriture lors de la tentative de formatage de la dernière partie de la carte.<br>Le stockage pourrait annoncer une mauvaise capacité (contrefaçon possible).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="353"/>
|
<location filename="../downloadthread.cpp" line="356"/>
|
||||||
<source>starting download</source>
|
<source>starting download</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="685"/>
|
<location filename="../downloadthread.cpp" line="680"/>
|
||||||
<source>Error writing first block (partition table)</source>
|
<source>Error writing first block (partition table)</source>
|
||||||
<translation>Erreur lors de l'écriture du premier bloc (table de partion)</translation>
|
<translation>Erreur lors de l'écriture du premier bloc (table de partion)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="760"/>
|
<location filename="../downloadthread.cpp" line="759"/>
|
||||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||||
<translation>La vérification de l'écriture à échoué. Le contenu de la carte SD est différent de ce qui y a été écrit.</translation>
|
<translation>La vérification de l'écriture à échoué. Le contenu de la carte SD est différent de ce qui y a été écrit.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -201,22 +236,22 @@
|
||||||
<context>
|
<context>
|
||||||
<name>ImageWriter</name>
|
<name>ImageWriter</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="171"/>
|
<location filename="../imagewriter.cpp" line="182"/>
|
||||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||||
<translation>La capacité de stockage n'est pas assez grande.<br>Elle nécessite d'être d'au moins %1 GO.</translation>
|
<translation>La capacité de stockage n'est pas assez grande.<br>Elle nécessite d'être d'au moins %1 GO.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="177"/>
|
<location filename="../imagewriter.cpp" line="188"/>
|
||||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||||
<translation>Le fichier source n'est pas une image disque valide.<br>La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets.</translation>
|
<translation>Le fichier source n'est pas une image disque valide.<br>La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="201"/>
|
<location filename="../imagewriter.cpp" line="370"/>
|
||||||
<source>Downloading and writing image</source>
|
<source>Downloading and writing image</source>
|
||||||
<translation>Téléchargement et écriture de l'image</translation>
|
<translation>Téléchargement et écriture de l'image</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="424"/>
|
<location filename="../imagewriter.cpp" line="503"/>
|
||||||
<source>Select image</source>
|
<source>Select image</source>
|
||||||
<translation>Sélectionnez l'image</translation>
|
<translation>Sélectionnez l'image</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -252,6 +287,134 @@
|
||||||
<translation>CONTINUER</translation>
|
<translation>CONTINUER</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>OptionsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="74"/>
|
||||||
|
<source>Advanced options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="91"/>
|
||||||
|
<source>Image customization options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="99"/>
|
||||||
|
<source>for this session only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="100"/>
|
||||||
|
<source>to always use</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="112"/>
|
||||||
|
<source>Disable overscan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="117"/>
|
||||||
|
<source>Set hostname:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="136"/>
|
||||||
|
<source>Enable SSH</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="155"/>
|
||||||
|
<source>Use password authentication</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="171"/>
|
||||||
|
<source>Set password for 'pi' user:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="193"/>
|
||||||
|
<source>Allow public-key authentication only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="208"/>
|
||||||
|
<source>Set authorized_keys for 'pi':</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="220"/>
|
||||||
|
<source>Configure wifi</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="239"/>
|
||||||
|
<source>SSID:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="248"/>
|
||||||
|
<source>Password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="260"/>
|
||||||
|
<source>Show password</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="265"/>
|
||||||
|
<source>Wifi country:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="276"/>
|
||||||
|
<source>Set locale settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="286"/>
|
||||||
|
<source>Time zone:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="296"/>
|
||||||
|
<source>Keyboard layout:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="306"/>
|
||||||
|
<source>Skip first-run wizard</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="313"/>
|
||||||
|
<source>Persistent settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="321"/>
|
||||||
|
<source>Play sound when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="325"/>
|
||||||
|
<source>Eject media when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="329"/>
|
||||||
|
<source>Enable telemetry</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="342"/>
|
||||||
|
<source>SAVE</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -260,6 +423,34 @@
|
||||||
<translation>Lecteur de carte SD interne</translation>
|
<translation>Lecteur de carte SD interne</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>UseSavedSettingsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||||
|
<source>Warning: advanced settings set</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||||
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||||
|
<source>NO, CLEAR SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||||
|
<source>YES</source>
|
||||||
|
<translation type="unfinished">OUI</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||||
|
<source>EDIT SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>main</name>
|
<name>main</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -268,222 +459,225 @@
|
||||||
<translation>Raspberry Pi Imager v%1</translation>
|
<translation>Raspberry Pi Imager v%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="90"/>
|
<location filename="../main.qml" line="98"/>
|
||||||
<location filename="../main.qml" line="303"/>
|
<location filename="../main.qml" line="314"/>
|
||||||
<source>Operating System</source>
|
<source>Operating System</source>
|
||||||
<translation>Système d'exploitation</translation>
|
<translation>Système d'exploitation</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="102"/>
|
<location filename="../main.qml" line="110"/>
|
||||||
<source>CHOOSE OS</source>
|
<source>CHOOSE OS</source>
|
||||||
<translation>CHOISISSEZ L'OS</translation>
|
<translation>CHOISISSEZ L'OS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="120"/>
|
<location filename="../main.qml" line="125"/>
|
||||||
<source>Select this button to change the operating system</source>
|
<source>Select this button to change the operating system</source>
|
||||||
<translation>Sélectionnez ce bouton pour changer le système d'exploitation</translation>
|
<translation>Sélectionnez ce bouton pour changer le système d'exploitation</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="133"/>
|
<location filename="../main.qml" line="138"/>
|
||||||
<location filename="../main.qml" line="587"/>
|
<location filename="../main.qml" line="598"/>
|
||||||
<source>Storage</source>
|
<source>Storage</source>
|
||||||
<translation>Stockage</translation>
|
<translation>Stockage</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="145"/>
|
<location filename="../main.qml" line="150"/>
|
||||||
<location filename="../main.qml" line="877"/>
|
<location filename="../main.qml" line="908"/>
|
||||||
<source>CHOOSE STORAGE</source>
|
<source>CHOOSE STORAGE</source>
|
||||||
<translation>CHOISISSEZ LE STOCKAGE</translation>
|
<translation>CHOISISSEZ LE STOCKAGE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="158"/>
|
|
||||||
<source>Select this button to change the destination SD card</source>
|
<source>Select this button to change the destination SD card</source>
|
||||||
<translation>Sélectionnez ce bouton pour changer la carte SD de destination</translation>
|
<translation type="vanished">Sélectionnez ce bouton pour changer la carte SD de destination</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="175"/>
|
<location filename="../main.qml" line="180"/>
|
||||||
<source>WRITE</source>
|
<source>WRITE</source>
|
||||||
<translation>ÉCRIRE</translation>
|
<translation>ÉCRIRE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="180"/>
|
<location filename="../main.qml" line="185"/>
|
||||||
<source>Select this button to start writing the image</source>
|
<source>Select this button to start writing the image</source>
|
||||||
<translation>Sélectionnez ce bouton pour commencer l'écriture de l'image</translation>
|
<translation>Sélectionnez ce bouton pour commencer l'écriture de l'image</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="220"/>
|
<location filename="../main.qml" line="230"/>
|
||||||
<source>CANCEL WRITE</source>
|
<source>CANCEL WRITE</source>
|
||||||
<translation>ANNULER L'ÉCRITURE</translation>
|
<translation>ANNULER L'ÉCRITURE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="223"/>
|
<location filename="../main.qml" line="233"/>
|
||||||
<location filename="../main.qml" line="815"/>
|
<location filename="../main.qml" line="846"/>
|
||||||
<source>Cancelling...</source>
|
<source>Cancelling...</source>
|
||||||
<translation>Annulation...</translation>
|
<translation>Annulation...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="235"/>
|
<location filename="../main.qml" line="245"/>
|
||||||
<source>CANCEL VERIFY</source>
|
<source>CANCEL VERIFY</source>
|
||||||
<translation>ANNULER LA VÉRIFICATION</translation>
|
<translation>ANNULER LA VÉRIFICATION</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="238"/>
|
<location filename="../main.qml" line="248"/>
|
||||||
<location filename="../main.qml" line="838"/>
|
<location filename="../main.qml" line="869"/>
|
||||||
<location filename="../main.qml" line="895"/>
|
<location filename="../main.qml" line="926"/>
|
||||||
<source>Finalizing...</source>
|
<source>Finalizing...</source>
|
||||||
<translation>Finalisation...</translation>
|
<translation>Finalisation...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="384"/>
|
<location filename="../main.qml" line="414"/>
|
||||||
<location filename="../main.qml" line="871"/>
|
<location filename="../main.qml" line="902"/>
|
||||||
<source>Erase</source>
|
<source>Erase</source>
|
||||||
<translation>Formatter</translation>
|
<translation>Formatter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="385"/>
|
<location filename="../main.qml" line="415"/>
|
||||||
<source>Format card as FAT32</source>
|
<source>Format card as FAT32</source>
|
||||||
<translation>Formater la carte SD en FAT32</translation>
|
<translation>Formater la carte SD en FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="392"/>
|
<location filename="../main.qml" line="422"/>
|
||||||
<source>Use custom</source>
|
<source>Use custom</source>
|
||||||
<translation>Utiliser image personnalisée</translation>
|
<translation>Utiliser image personnalisée</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="393"/>
|
<location filename="../main.qml" line="423"/>
|
||||||
<source>Select a custom .img from your computer</source>
|
<source>Select a custom .img from your computer</source>
|
||||||
<translation>Sélectionnez une image disque personnalisée (.img) depuis votre ordinateur</translation>
|
<translation>Sélectionnez une image disque personnalisée (.img) depuis votre ordinateur</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="416"/>
|
<location filename="../main.qml" line="374"/>
|
||||||
<source>Back</source>
|
<source>Back</source>
|
||||||
<translation>Retour</translation>
|
<translation>Retour</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="417"/>
|
<location filename="../main.qml" line="163"/>
|
||||||
|
<source>Select this button to change the destination storage device</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../main.qml" line="375"/>
|
||||||
<source>Go back to main menu</source>
|
<source>Go back to main menu</source>
|
||||||
<translation>Retour au menu principal</translation>
|
<translation>Retour au menu principal</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="474"/>
|
<location filename="../main.qml" line="485"/>
|
||||||
<source>Released: %1</source>
|
<source>Released: %1</source>
|
||||||
<translation>Sorti le : %1</translation>
|
<translation>Sorti le : %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="477"/>
|
<location filename="../main.qml" line="488"/>
|
||||||
<source>Cached on your computer</source>
|
<source>Cached on your computer</source>
|
||||||
<translation>Mis en cache sur votre ordinateur</translation>
|
<translation>Mis en cache sur votre ordinateur</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="479"/>
|
<location filename="../main.qml" line="490"/>
|
||||||
<source>Local file</source>
|
<source>Local file</source>
|
||||||
<translation>Fichier local</translation>
|
<translation>Fichier local</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="481"/>
|
<location filename="../main.qml" line="492"/>
|
||||||
<source>Online - %1 GB download</source>
|
<source>Online - %1 GB download</source>
|
||||||
<translation>En ligne - %1 GO téléchargé</translation>
|
<translation>En ligne - %1 GO téléchargé</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="638"/>
|
<location filename="../main.qml" line="649"/>
|
||||||
<location filename="../main.qml" line="690"/>
|
<location filename="../main.qml" line="701"/>
|
||||||
<location filename="../main.qml" line="696"/>
|
<location filename="../main.qml" line="707"/>
|
||||||
<source>Mounted as %1</source>
|
<source>Mounted as %1</source>
|
||||||
<translation>Mounté à %1</translation>
|
<translation>Mounté à %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="692"/>
|
<location filename="../main.qml" line="703"/>
|
||||||
<source>[WRITE PROTECTED]</source>
|
<source>[WRITE PROTECTED]</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="734"/>
|
<location filename="../main.qml" line="745"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation>Êtes-vous sûr de vouloir quitter ?</translation>
|
<translation>Êtes-vous sûr de vouloir quitter ?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="735"/>
|
<location filename="../main.qml" line="746"/>
|
||||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="752"/>
|
<location filename="../main.qml" line="763"/>
|
||||||
<source>Preparing to write...</source>
|
<source>Preparing to write...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="776"/>
|
<location filename="../main.qml" line="787"/>
|
||||||
<source>Update available</source>
|
<source>Update available</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="777"/>
|
<location filename="../main.qml" line="788"/>
|
||||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="848"/>
|
<location filename="../main.qml" line="879"/>
|
||||||
<source>Preparing to write... (%1)</source>
|
<source>Preparing to write... (%1)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="1008"/>
|
<location filename="../main.qml" line="1058"/>
|
||||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="746"/>
|
<location filename="../main.qml" line="757"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Attention</translation>
|
<translation>Attention</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="818"/>
|
<location filename="../main.qml" line="849"/>
|
||||||
<source>Writing... %1%</source>
|
<source>Writing... %1%</source>
|
||||||
<translation>Écriture... %1%</translation>
|
<translation>Écriture... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="765"/>
|
<location filename="../main.qml" line="776"/>
|
||||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||||
<translation>Toutes les données sur le stockage '%1' vont être supprimées.<br>Êtes-vous sûr de vouloir continuer ?</translation>
|
<translation>Toutes les données sur le stockage '%1' vont être supprimées.<br>Êtes-vous sûr de vouloir continuer ?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="797"/>
|
<location filename="../main.qml" line="828"/>
|
||||||
<source>Error downloading OS list from Internet</source>
|
<source>Error downloading OS list from Internet</source>
|
||||||
<translation>Erreur lors du téléchargement de la liste des systèmes d'exploitation à partir d'Internet</translation>
|
<translation>Erreur lors du téléchargement de la liste des systèmes d'exploitation à partir d'Internet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="841"/>
|
<location filename="../main.qml" line="872"/>
|
||||||
<source>Verifying... %1%</source>
|
<source>Verifying... %1%</source>
|
||||||
<translation>Vérification... %1%</translation>
|
<translation>Vérification... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="863"/>
|
<location filename="../main.qml" line="894"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation>Erreur</translation>
|
<translation>Erreur</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="870"/>
|
<location filename="../main.qml" line="901"/>
|
||||||
<source>Write Successful</source>
|
<source>Write Successful</source>
|
||||||
<translation>Écriture réussie</translation>
|
<translation>Écriture réussie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="872"/>
|
<location filename="../main.qml" line="903"/>
|
||||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> a bien été formaté<br><br>Vous pouvez retirer la carte SD du lecteur.</translation>
|
<translation><b>%1</b> a bien été formaté<br><br>Vous pouvez retirer la carte SD du lecteur.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="874"/>
|
<location filename="../main.qml" line="905"/>
|
||||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> a bien été écrit sur <b>%2</b><br><br>Vous pouvez retirer la carte SD du lecteur.</translation>
|
<translation><b>%1</b> a bien été écrit sur <b>%2</b><br><br>Vous pouvez retirer la carte SD du lecteur.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="902"/>
|
<location filename="../main.qml" line="942"/>
|
||||||
<location filename="../main.qml" line="955"/>
|
|
||||||
<source>Error parsing os_list.json</source>
|
<source>Error parsing os_list.json</source>
|
||||||
<translation>Erreur de lecture du fichier os_list.json</translation>
|
<translation>Erreur de lecture du fichier os_list.json</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="993"/>
|
<location filename="../main.qml" line="1043"/>
|
||||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||||
<translation>Connectez en premier une clé USB contenant les images.<br>Les images doivent se trouver dans le dossier racine de la clé USB.</translation>
|
<translation>Connectez en premier une clé USB contenant les images.<br>Les images doivent se trouver dans le dossier racine de la clé USB.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -4,28 +4,28 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadExtractThread</name>
|
<name>DownloadExtractThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="166"/>
|
<location filename="../downloadextractthread.cpp" line="167"/>
|
||||||
<source>Error writing to storage</source>
|
<source>Error writing to storage</source>
|
||||||
<translation>Errore scrittura nello storage</translation>
|
<translation>Errore scrittura nello storage</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="188"/>
|
<location filename="../downloadextractthread.cpp" line="189"/>
|
||||||
<location filename="../downloadextractthread.cpp" line="348"/>
|
<location filename="../downloadextractthread.cpp" line="349"/>
|
||||||
<source>Error extracting archive: %1</source>
|
<source>Error extracting archive: %1</source>
|
||||||
<translation>Errore estrazione archivio: %1</translation>
|
<translation>Errore estrazione archivio: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="234"/>
|
<location filename="../downloadextractthread.cpp" line="235"/>
|
||||||
<source>Error mounting FAT32 partition</source>
|
<source>Error mounting FAT32 partition</source>
|
||||||
<translation>Errore montaggio partizione FAT32</translation>
|
<translation>Errore montaggio partizione FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="244"/>
|
<location filename="../downloadextractthread.cpp" line="245"/>
|
||||||
<source>Operating system did not mount FAT32 partition</source>
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
<translation>Il sistema operativo non ha montato la partizione FAT32</translation>
|
<translation>Il sistema operativo non ha montato la partizione FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="267"/>
|
<location filename="../downloadextractthread.cpp" line="268"/>
|
||||||
<source>Error changing to directory '%1'</source>
|
<source>Error changing to directory '%1'</source>
|
||||||
<translation>Errore passaggio a cartella '%1'</translation>
|
<translation>Errore passaggio a cartella '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -33,113 +33,148 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadThread</name>
|
<name>DownloadThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="143"/>
|
<location filename="../downloadthread.cpp" line="146"/>
|
||||||
<source>Error running diskpart: %1</source>
|
<source>Error running diskpart: %1</source>
|
||||||
<translation>Errore esecuzione diskpart: %1</translation>
|
<translation>Errore esecuzione diskpart: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="164"/>
|
<location filename="../downloadthread.cpp" line="167"/>
|
||||||
<source>Error removing existing partitions</source>
|
<source>Error removing existing partitions</source>
|
||||||
<translation>Errore rimozione partizioni esistenti</translation>
|
<translation>Errore rimozione partizioni esistenti</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="190"/>
|
<location filename="../downloadthread.cpp" line="193"/>
|
||||||
<source>Authentication cancelled</source>
|
<source>Authentication cancelled</source>
|
||||||
<translation>Autenticazione annullata</translation>
|
<translation>Autenticazione annullata</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="193"/>
|
<location filename="../downloadthread.cpp" line="196"/>
|
||||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||||
<translation>Errore esecuzione auhopen per ottenere accesso al dispositivo disco %1</translation>
|
<translation>Errore esecuzione auhopen per ottenere accesso al dispositivo disco %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="194"/>
|
<location filename="../downloadthread.cpp" line="197"/>
|
||||||
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
||||||
<translation>Verifica se a 'Raspberry Pi Imager' è consentito l'accesso a 'volumi rimovibili' nelle impostazioni privacy (in 'file e cartelle' o in alternativa concedi 'accesso completo al disco').</translation>
|
<translation>Verifica se a 'Raspberry Pi Imager' è consentito l'accesso a 'volumi rimovibili' nelle impostazioni privacy (in 'file e cartelle' o in alternativa concedi 'accesso completo al disco').</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="215"/>
|
<location filename="../downloadthread.cpp" line="218"/>
|
||||||
<source>Cannot open storage device '%1'.</source>
|
<source>Cannot open storage device '%1'.</source>
|
||||||
<translation>Impossibile aprire dispositivo storage '%1'.</translation>
|
<translation>Impossibile aprire dispositivo storage '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="257"/>
|
<location filename="../downloadthread.cpp" line="260"/>
|
||||||
<source>discarding existing data on drive</source>
|
<source>discarding existing data on drive</source>
|
||||||
<translation>elimina i dati esistenti nell'unità</translation>
|
<translation>elimina i dati esistenti nell'unità</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="277"/>
|
<location filename="../downloadthread.cpp" line="280"/>
|
||||||
<source>zeroing out first and last MB of drive</source>
|
<source>zeroing out first and last MB of drive</source>
|
||||||
<translation>azzera il primo e l'ultimo MB dell'unità</translation>
|
<translation>azzera il primo e l'ultimo MB dell'unità</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="283"/>
|
<location filename="../downloadthread.cpp" line="286"/>
|
||||||
<source>Write error while zero'ing out MBR</source>
|
<source>Write error while zero'ing out MBR</source>
|
||||||
<translation>Errore scrittura durante azzeramento MBR</translation>
|
<translation>Errore scrittura durante azzeramento MBR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="741"/>
|
<location filename="../downloadthread.cpp" line="740"/>
|
||||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||||
<translation>Errore lettura dallo storage.<br>La scheda SD potrebbe essere danneggiata.</translation>
|
<translation>Errore lettura dallo storage.<br>La scheda SD potrebbe essere danneggiata.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="395"/>
|
<location filename="../downloadthread.cpp" line="812"/>
|
||||||
|
<source>Waiting for FAT partition to be mounted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="860"/>
|
||||||
|
<source>Error mounting FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Errore montaggio partizione FAT32</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="882"/>
|
||||||
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Il sistema operativo non ha montato la partizione FAT32</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="886"/>
|
||||||
|
<source>Customizing image</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="898"/>
|
||||||
|
<source>Error creating firstrun.sh on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="939"/>
|
||||||
|
<source>Error writing to config.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="963"/>
|
||||||
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="398"/>
|
||||||
<source>Access denied error while writing file to disk.</source>
|
<source>Access denied error while writing file to disk.</source>
|
||||||
<translation>Errore accesso negato durante la scrittura del file su disco.</translation>
|
<translation>Errore accesso negato durante la scrittura del file su disco.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="400"/>
|
<location filename="../downloadthread.cpp" line="403"/>
|
||||||
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
||||||
<translation>Sembra sia abilitato l'accesso controllato alle cartelle.
|
<translation>Sembra sia abilitato l'accesso controllato alle cartelle.
|
||||||
Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all'elenco delle app consentite e riprova.</translation>
|
Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all'elenco delle app consentite e riprova.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="406"/>
|
<location filename="../downloadthread.cpp" line="409"/>
|
||||||
<source>Error writing file to disk</source>
|
<source>Error writing file to disk</source>
|
||||||
<translation>Errore scrittura file su disco</translation>
|
<translation>Errore scrittura file su disco</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="425"/>
|
<location filename="../downloadthread.cpp" line="428"/>
|
||||||
<source>Error downloading: %1</source>
|
<source>Error downloading: %1</source>
|
||||||
<translation>Errore download: %1</translation>
|
<translation>Errore download: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="644"/>
|
<location filename="../downloadthread.cpp" line="647"/>
|
||||||
<source>Error writing to storage (while flushing)</source>
|
<source>Error writing to storage (while flushing)</source>
|
||||||
<translation>Errore scrittura nello storage (durante flushing)</translation>
|
<translation>Errore scrittura nello storage (durante flushing)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="651"/>
|
<location filename="../downloadthread.cpp" line="654"/>
|
||||||
<source>Error writing to storage (while fsync)</source>
|
<source>Error writing to storage (while fsync)</source>
|
||||||
<translation>Errore scrittura nello storage (durante fsync)</translation>
|
<translation>Errore scrittura nello storage (durante fsync)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="632"/>
|
<location filename="../downloadthread.cpp" line="635"/>
|
||||||
<source>Download corrupt. Hash does not match</source>
|
<source>Download corrupt. Hash does not match</source>
|
||||||
<translation>Download corrotto.<br>L'hash non corrisponde</translation>
|
<translation>Download corrotto.<br>L'hash non corrisponde</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="110"/>
|
<location filename="../downloadthread.cpp" line="113"/>
|
||||||
<source>opening drive</source>
|
<source>opening drive</source>
|
||||||
<translation>apertura unità</translation>
|
<translation>apertura unità</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="295"/>
|
<location filename="../downloadthread.cpp" line="298"/>
|
||||||
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
||||||
<translation>Errore di scrittura durante il tentativo di azzerare l'ultima parte della scheda.<br>La scheda potrebbe riportare una capacità maggiore di quella reale (possibile contraffazione).</translation>
|
<translation>Errore di scrittura durante il tentativo di azzerare l'ultima parte della scheda.<br>La scheda potrebbe riportare una capacità maggiore di quella reale (possibile contraffazione).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="353"/>
|
<location filename="../downloadthread.cpp" line="356"/>
|
||||||
<source>starting download</source>
|
<source>starting download</source>
|
||||||
<translation>avvio download</translation>
|
<translation>avvio download</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="685"/>
|
<location filename="../downloadthread.cpp" line="680"/>
|
||||||
<source>Error writing first block (partition table)</source>
|
<source>Error writing first block (partition table)</source>
|
||||||
<translation>Errore scrittura primo blocco (tabella partizione)</translation>
|
<translation>Errore scrittura primo blocco (tabella partizione)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="760"/>
|
<location filename="../downloadthread.cpp" line="759"/>
|
||||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||||
<translation>Verifica scrittura fallita.<br>Il contenuto della SD è differente da quello che vi è stato scritto.</translation>
|
<translation>Verifica scrittura fallita.<br>Il contenuto della SD è differente da quello che vi è stato scritto.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -202,22 +237,22 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
||||||
<context>
|
<context>
|
||||||
<name>ImageWriter</name>
|
<name>ImageWriter</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="171"/>
|
<location filename="../imagewriter.cpp" line="182"/>
|
||||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||||
<translation>La capacità dello storage non è sufficiente.<br>Sono necessari almeno %1 GB.</translation>
|
<translation>La capacità dello storage non è sufficiente.<br>Sono necessari almeno %1 GB.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="177"/>
|
<location filename="../imagewriter.cpp" line="188"/>
|
||||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||||
<translation>Il file sorgente non è un'immagine disco valida.<br>La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
<translation>Il file sorgente non è un'immagine disco valida.<br>La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="201"/>
|
<location filename="../imagewriter.cpp" line="370"/>
|
||||||
<source>Downloading and writing image</source>
|
<source>Downloading and writing image</source>
|
||||||
<translation>Download e scrittura file immagine</translation>
|
<translation>Download e scrittura file immagine</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="424"/>
|
<location filename="../imagewriter.cpp" line="503"/>
|
||||||
<source>Select image</source>
|
<source>Select image</source>
|
||||||
<translation>Seleziona file immagine</translation>
|
<translation>Seleziona file immagine</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -253,6 +288,134 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
||||||
<translation>CONTINUA</translation>
|
<translation>CONTINUA</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>OptionsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="74"/>
|
||||||
|
<source>Advanced options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="91"/>
|
||||||
|
<source>Image customization options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="99"/>
|
||||||
|
<source>for this session only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="100"/>
|
||||||
|
<source>to always use</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="112"/>
|
||||||
|
<source>Disable overscan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="117"/>
|
||||||
|
<source>Set hostname:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="136"/>
|
||||||
|
<source>Enable SSH</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="155"/>
|
||||||
|
<source>Use password authentication</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="171"/>
|
||||||
|
<source>Set password for 'pi' user:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="193"/>
|
||||||
|
<source>Allow public-key authentication only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="208"/>
|
||||||
|
<source>Set authorized_keys for 'pi':</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="220"/>
|
||||||
|
<source>Configure wifi</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="239"/>
|
||||||
|
<source>SSID:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="248"/>
|
||||||
|
<source>Password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="260"/>
|
||||||
|
<source>Show password</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="265"/>
|
||||||
|
<source>Wifi country:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="276"/>
|
||||||
|
<source>Set locale settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="286"/>
|
||||||
|
<source>Time zone:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="296"/>
|
||||||
|
<source>Keyboard layout:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="306"/>
|
||||||
|
<source>Skip first-run wizard</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="313"/>
|
||||||
|
<source>Persistent settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="321"/>
|
||||||
|
<source>Play sound when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="325"/>
|
||||||
|
<source>Eject media when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="329"/>
|
||||||
|
<source>Enable telemetry</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="342"/>
|
||||||
|
<source>SAVE</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -261,6 +424,34 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
||||||
<translation>Lettore scheda SD interno</translation>
|
<translation>Lettore scheda SD interno</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>UseSavedSettingsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||||
|
<source>Warning: advanced settings set</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||||
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||||
|
<source>NO, CLEAR SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||||
|
<source>YES</source>
|
||||||
|
<translation type="unfinished">SI</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||||
|
<source>EDIT SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>main</name>
|
<name>main</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -269,222 +460,225 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
||||||
<translation>Raspberry Pi Imager v. %1</translation>
|
<translation>Raspberry Pi Imager v. %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="90"/>
|
<location filename="../main.qml" line="98"/>
|
||||||
<location filename="../main.qml" line="303"/>
|
<location filename="../main.qml" line="314"/>
|
||||||
<source>Operating System</source>
|
<source>Operating System</source>
|
||||||
<translation>Sistema operativo</translation>
|
<translation>Sistema operativo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="102"/>
|
<location filename="../main.qml" line="110"/>
|
||||||
<source>CHOOSE OS</source>
|
<source>CHOOSE OS</source>
|
||||||
<translation>SCEGLI SO</translation>
|
<translation>SCEGLI SO</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="120"/>
|
<location filename="../main.qml" line="125"/>
|
||||||
<source>Select this button to change the operating system</source>
|
<source>Select this button to change the operating system</source>
|
||||||
<translation>Seleziona questo pulsante per modificare il sistema operativo scelto</translation>
|
<translation>Seleziona questo pulsante per modificare il sistema operativo scelto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="133"/>
|
<location filename="../main.qml" line="138"/>
|
||||||
<location filename="../main.qml" line="587"/>
|
<location filename="../main.qml" line="598"/>
|
||||||
<source>Storage</source>
|
<source>Storage</source>
|
||||||
<translation>Scheda SD</translation>
|
<translation>Scheda SD</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="145"/>
|
<location filename="../main.qml" line="150"/>
|
||||||
<location filename="../main.qml" line="877"/>
|
<location filename="../main.qml" line="908"/>
|
||||||
<source>CHOOSE STORAGE</source>
|
<source>CHOOSE STORAGE</source>
|
||||||
<translation>SCEGLI SCHEDA SD</translation>
|
<translation>SCEGLI SCHEDA SD</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="158"/>
|
|
||||||
<source>Select this button to change the destination SD card</source>
|
<source>Select this button to change the destination SD card</source>
|
||||||
<translation>Seleziona questo pulsante per modificare la scheda SD destinazione</translation>
|
<translation type="vanished">Seleziona questo pulsante per modificare la scheda SD destinazione</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="175"/>
|
<location filename="../main.qml" line="180"/>
|
||||||
<source>WRITE</source>
|
<source>WRITE</source>
|
||||||
<translation>SCRIVI</translation>
|
<translation>SCRIVI</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="180"/>
|
<location filename="../main.qml" line="185"/>
|
||||||
<source>Select this button to start writing the image</source>
|
<source>Select this button to start writing the image</source>
|
||||||
<translation>Seleziona questo pulsante per avviare la scrittura del file immagine</translation>
|
<translation>Seleziona questo pulsante per avviare la scrittura del file immagine</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="220"/>
|
<location filename="../main.qml" line="230"/>
|
||||||
<source>CANCEL WRITE</source>
|
<source>CANCEL WRITE</source>
|
||||||
<translation>ANNULLA SCRITTURA</translation>
|
<translation>ANNULLA SCRITTURA</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="223"/>
|
<location filename="../main.qml" line="233"/>
|
||||||
<location filename="../main.qml" line="815"/>
|
<location filename="../main.qml" line="846"/>
|
||||||
<source>Cancelling...</source>
|
<source>Cancelling...</source>
|
||||||
<translation>Annullamento...</translation>
|
<translation>Annullamento...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="235"/>
|
<location filename="../main.qml" line="245"/>
|
||||||
<source>CANCEL VERIFY</source>
|
<source>CANCEL VERIFY</source>
|
||||||
<translation>ANNULLA VERIFICA</translation>
|
<translation>ANNULLA VERIFICA</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="238"/>
|
<location filename="../main.qml" line="248"/>
|
||||||
<location filename="../main.qml" line="838"/>
|
<location filename="../main.qml" line="869"/>
|
||||||
<location filename="../main.qml" line="895"/>
|
<location filename="../main.qml" line="926"/>
|
||||||
<source>Finalizing...</source>
|
<source>Finalizing...</source>
|
||||||
<translation>Finalizzazione...</translation>
|
<translation>Finalizzazione...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="384"/>
|
<location filename="../main.qml" line="414"/>
|
||||||
<location filename="../main.qml" line="871"/>
|
<location filename="../main.qml" line="902"/>
|
||||||
<source>Erase</source>
|
<source>Erase</source>
|
||||||
<translation>Cancella</translation>
|
<translation>Cancella</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="385"/>
|
<location filename="../main.qml" line="415"/>
|
||||||
<source>Format card as FAT32</source>
|
<source>Format card as FAT32</source>
|
||||||
<translation>Formatta scheda come FAT32</translation>
|
<translation>Formatta scheda come FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="392"/>
|
<location filename="../main.qml" line="422"/>
|
||||||
<source>Use custom</source>
|
<source>Use custom</source>
|
||||||
<translation>Usa immagine personalizzata</translation>
|
<translation>Usa immagine personalizzata</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="393"/>
|
<location filename="../main.qml" line="423"/>
|
||||||
<source>Select a custom .img from your computer</source>
|
<source>Select a custom .img from your computer</source>
|
||||||
<translation>Seleziona un file immagine .img personalizzato</translation>
|
<translation>Seleziona un file immagine .img personalizzato</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="416"/>
|
<location filename="../main.qml" line="374"/>
|
||||||
<source>Back</source>
|
<source>Back</source>
|
||||||
<translation>Indietro</translation>
|
<translation>Indietro</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="417"/>
|
<location filename="../main.qml" line="163"/>
|
||||||
|
<source>Select this button to change the destination storage device</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../main.qml" line="375"/>
|
||||||
<source>Go back to main menu</source>
|
<source>Go back to main menu</source>
|
||||||
<translation>Torna al menu principale</translation>
|
<translation>Torna al menu principale</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="474"/>
|
<location filename="../main.qml" line="485"/>
|
||||||
<source>Released: %1</source>
|
<source>Released: %1</source>
|
||||||
<translation>Rilasciato: %1</translation>
|
<translation>Rilasciato: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="477"/>
|
<location filename="../main.qml" line="488"/>
|
||||||
<source>Cached on your computer</source>
|
<source>Cached on your computer</source>
|
||||||
<translation>Memorizzato temporaneamente nel computer</translation>
|
<translation>Memorizzato temporaneamente nel computer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="479"/>
|
<location filename="../main.qml" line="490"/>
|
||||||
<source>Local file</source>
|
<source>Local file</source>
|
||||||
<translation>File locale</translation>
|
<translation>File locale</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="481"/>
|
<location filename="../main.qml" line="492"/>
|
||||||
<source>Online - %1 GB download</source>
|
<source>Online - %1 GB download</source>
|
||||||
<translation>Online - Download %1 GB</translation>
|
<translation>Online - Download %1 GB</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="638"/>
|
<location filename="../main.qml" line="649"/>
|
||||||
<location filename="../main.qml" line="690"/>
|
<location filename="../main.qml" line="701"/>
|
||||||
<location filename="../main.qml" line="696"/>
|
<location filename="../main.qml" line="707"/>
|
||||||
<source>Mounted as %1</source>
|
<source>Mounted as %1</source>
|
||||||
<translation>Montato come %1</translation>
|
<translation>Montato come %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="692"/>
|
<location filename="../main.qml" line="703"/>
|
||||||
<source>[WRITE PROTECTED]</source>
|
<source>[WRITE PROTECTED]</source>
|
||||||
<translation>[PROTETTA DA SCRITTURA]</translation>
|
<translation>[PROTETTA DA SCRITTURA]</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="734"/>
|
<location filename="../main.qml" line="745"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation>Sei sicuro di voler uscire?</translation>
|
<translation>Sei sicuro di voler uscire?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="735"/>
|
<location filename="../main.qml" line="746"/>
|
||||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||||
<translation>Raspberry Pi Image è occupato.<br>Sei sicuro di voler uscire?</translation>
|
<translation>Raspberry Pi Image è occupato.<br>Sei sicuro di voler uscire?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="746"/>
|
<location filename="../main.qml" line="757"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Attenzione</translation>
|
<translation>Attenzione</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="752"/>
|
<location filename="../main.qml" line="763"/>
|
||||||
<source>Preparing to write...</source>
|
<source>Preparing to write...</source>
|
||||||
<translation>Preparazione scrittura...</translation>
|
<translation>Preparazione scrittura...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="776"/>
|
<location filename="../main.qml" line="787"/>
|
||||||
<source>Update available</source>
|
<source>Update available</source>
|
||||||
<translation>Aggiornamento disponibile</translation>
|
<translation>Aggiornamento disponibile</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="777"/>
|
<location filename="../main.qml" line="788"/>
|
||||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||||
<translation>È disponibile una nuova versione di Imager.<br>Vuoi visitare il sito web per scaricare la nuova versione?</translation>
|
<translation>È disponibile una nuova versione di Imager.<br>Vuoi visitare il sito web per scaricare la nuova versione?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="818"/>
|
<location filename="../main.qml" line="849"/>
|
||||||
<source>Writing... %1%</source>
|
<source>Writing... %1%</source>
|
||||||
<translation>Scrittura...%1</translation>
|
<translation>Scrittura...%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="765"/>
|
<location filename="../main.qml" line="776"/>
|
||||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||||
<translation>Tutti i dati esistenti in '%1' verranno eliminati.<br>Sei sicuro di voler continuare?</translation>
|
<translation>Tutti i dati esistenti in '%1' verranno eliminati.<br>Sei sicuro di voler continuare?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="797"/>
|
<location filename="../main.qml" line="828"/>
|
||||||
<source>Error downloading OS list from Internet</source>
|
<source>Error downloading OS list from Internet</source>
|
||||||
<translation>Errore durante download elenco SO da internet</translation>
|
<translation>Errore durante download elenco SO da internet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="841"/>
|
<location filename="../main.qml" line="872"/>
|
||||||
<source>Verifying... %1%</source>
|
<source>Verifying... %1%</source>
|
||||||
<translation>Verifica...%1</translation>
|
<translation>Verifica...%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="848"/>
|
<location filename="../main.qml" line="879"/>
|
||||||
<source>Preparing to write... (%1)</source>
|
<source>Preparing to write... (%1)</source>
|
||||||
<translation>Preparazione scrittura... (%1)</translation>
|
<translation>Preparazione scrittura... (%1)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="863"/>
|
<location filename="../main.qml" line="894"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation>Errore</translation>
|
<translation>Errore</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="870"/>
|
<location filename="../main.qml" line="901"/>
|
||||||
<source>Write Successful</source>
|
<source>Write Successful</source>
|
||||||
<translation>Scrittura completata senza errori</translation>
|
<translation>Scrittura completata senza errori</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="872"/>
|
<location filename="../main.qml" line="903"/>
|
||||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation>Azzeramento di <b>%1</b> completato<br><br>Ora puoi rimuovere la scheda SD dal lettore</translation>
|
<translation>Azzeramento di <b>%1</b> completato<br><br>Ora puoi rimuovere la scheda SD dal lettore</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="874"/>
|
<location filename="../main.qml" line="905"/>
|
||||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation>Scrittura di <b>%1</b> in <b>%2</b>completata<br><br>Ora puoi rimuovere la scheda SD dal lettore</translation>
|
<translation>Scrittura di <b>%1</b> in <b>%2</b>completata<br><br>Ora puoi rimuovere la scheda SD dal lettore</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="902"/>
|
<location filename="../main.qml" line="942"/>
|
||||||
<location filename="../main.qml" line="955"/>
|
|
||||||
<source>Error parsing os_list.json</source>
|
<source>Error parsing os_list.json</source>
|
||||||
<translation>Errore durante analisi file os_list.json</translation>
|
<translation>Errore durante analisi file os_list.json</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="993"/>
|
<location filename="../main.qml" line="1043"/>
|
||||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||||
<translation>Prima collega una chiavetta USB contenente il file immagine.<br>Il file immagine deve essere presente nella cartella principale della chiavetta USB.</translation>
|
<translation>Prima collega una chiavetta USB contenente il file immagine.<br>Il file immagine deve essere presente nella cartella principale della chiavetta USB.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="1008"/>
|
<location filename="../main.qml" line="1058"/>
|
||||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||||
<translation>La scheda SD è protetta da scrittura.<br>Sposta verso l'alto l'interruttore LOCK sul lato sinistro della scheda SD e riprova.</translation>
|
<translation>La scheda SD è protetta da scrittura.<br>Sposta verso l'alto l'interruttore LOCK sul lato sinistro della scheda SD e riprova.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -4,28 +4,28 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadExtractThread</name>
|
<name>DownloadExtractThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="166"/>
|
<location filename="../downloadextractthread.cpp" line="167"/>
|
||||||
<source>Error writing to storage</source>
|
<source>Error writing to storage</source>
|
||||||
<translation>Fout bij schrijven naar opslag</translation>
|
<translation>Fout bij schrijven naar opslag</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="188"/>
|
<location filename="../downloadextractthread.cpp" line="189"/>
|
||||||
<location filename="../downloadextractthread.cpp" line="348"/>
|
<location filename="../downloadextractthread.cpp" line="349"/>
|
||||||
<source>Error extracting archive: %1</source>
|
<source>Error extracting archive: %1</source>
|
||||||
<translation>Fout bij uitpakken archiefbestand: %1</translation>
|
<translation>Fout bij uitpakken archiefbestand: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="234"/>
|
<location filename="../downloadextractthread.cpp" line="235"/>
|
||||||
<source>Error mounting FAT32 partition</source>
|
<source>Error mounting FAT32 partition</source>
|
||||||
<translation>Fout bij mounten FAT32 partitie</translation>
|
<translation>Fout bij mounten FAT32 partitie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="244"/>
|
<location filename="../downloadextractthread.cpp" line="245"/>
|
||||||
<source>Operating system did not mount FAT32 partition</source>
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
<translation>Besturingssysteem heeft FAT32 partitie niet gemount</translation>
|
<translation>Besturingssysteem heeft FAT32 partitie niet gemount</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="267"/>
|
<location filename="../downloadextractthread.cpp" line="268"/>
|
||||||
<source>Error changing to directory '%1'</source>
|
<source>Error changing to directory '%1'</source>
|
||||||
<translation>Fout bij openen map '%1'</translation>
|
<translation>Fout bij openen map '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -33,112 +33,147 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadThread</name>
|
<name>DownloadThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="143"/>
|
<location filename="../downloadthread.cpp" line="146"/>
|
||||||
<source>Error running diskpart: %1</source>
|
<source>Error running diskpart: %1</source>
|
||||||
<translation>Fout bij uitvoeren diskpart: %1</translation>
|
<translation>Fout bij uitvoeren diskpart: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="164"/>
|
<location filename="../downloadthread.cpp" line="167"/>
|
||||||
<source>Error removing existing partitions</source>
|
<source>Error removing existing partitions</source>
|
||||||
<translation>Fout bij verwijderen bestaande partities</translation>
|
<translation>Fout bij verwijderen bestaande partities</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="190"/>
|
<location filename="../downloadthread.cpp" line="193"/>
|
||||||
<source>Authentication cancelled</source>
|
<source>Authentication cancelled</source>
|
||||||
<translation>Authenticatie geannuleerd</translation>
|
<translation>Authenticatie geannuleerd</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="193"/>
|
<location filename="../downloadthread.cpp" line="196"/>
|
||||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||||
<translation>Fout bij uitvoeren authopen: '%1'</translation>
|
<translation>Fout bij uitvoeren authopen: '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="194"/>
|
<location filename="../downloadthread.cpp" line="197"/>
|
||||||
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
||||||
<translation>Gelieve te controlleren of 'Raspberry Pi Imager' toegang heeft tot 'verwijderbare volumes' in de privacy instellingen (onder 'bestanden en mappen' of anders via 'volledige schijftoegang').</translation>
|
<translation>Gelieve te controlleren of 'Raspberry Pi Imager' toegang heeft tot 'verwijderbare volumes' in de privacy instellingen (onder 'bestanden en mappen' of anders via 'volledige schijftoegang').</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="215"/>
|
<location filename="../downloadthread.cpp" line="218"/>
|
||||||
<source>Cannot open storage device '%1'.</source>
|
<source>Cannot open storage device '%1'.</source>
|
||||||
<translation>Fout bij openen opslagapparaat '%1'.</translation>
|
<translation>Fout bij openen opslagapparaat '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="257"/>
|
<location filename="../downloadthread.cpp" line="260"/>
|
||||||
<source>discarding existing data on drive</source>
|
<source>discarding existing data on drive</source>
|
||||||
<translation>wissen bestaande gegevens</translation>
|
<translation>wissen bestaande gegevens</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="277"/>
|
<location filename="../downloadthread.cpp" line="280"/>
|
||||||
<source>zeroing out first and last MB of drive</source>
|
<source>zeroing out first and last MB of drive</source>
|
||||||
<translation>wissen eerste en laatste MB van opslag</translation>
|
<translation>wissen eerste en laatste MB van opslag</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="283"/>
|
<location filename="../downloadthread.cpp" line="286"/>
|
||||||
<source>Write error while zero'ing out MBR</source>
|
<source>Write error while zero'ing out MBR</source>
|
||||||
<translation>Fout bij wissen MBR</translation>
|
<translation>Fout bij wissen MBR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="741"/>
|
<location filename="../downloadthread.cpp" line="740"/>
|
||||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||||
<translation>Fout bij lezen van SD kaart.<br>Kaart is mogelijk defect.</translation>
|
<translation>Fout bij lezen van SD kaart.<br>Kaart is mogelijk defect.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="395"/>
|
<location filename="../downloadthread.cpp" line="812"/>
|
||||||
|
<source>Waiting for FAT partition to be mounted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="860"/>
|
||||||
|
<source>Error mounting FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Fout bij mounten FAT32 partitie</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="882"/>
|
||||||
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Besturingssysteem heeft FAT32 partitie niet gemount</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="886"/>
|
||||||
|
<source>Customizing image</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="898"/>
|
||||||
|
<source>Error creating firstrun.sh on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="939"/>
|
||||||
|
<source>Error writing to config.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="963"/>
|
||||||
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="398"/>
|
||||||
<source>Access denied error while writing file to disk.</source>
|
<source>Access denied error while writing file to disk.</source>
|
||||||
<translation>Toegang geweigerd bij het schrijven naar opslag.</translation>
|
<translation>Toegang geweigerd bij het schrijven naar opslag.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="400"/>
|
<location filename="../downloadthread.cpp" line="403"/>
|
||||||
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
||||||
<translation>Controller Folder Access lijkt aan te staan. Gelieve zowel rpi-imager.exe als fat32format.exe toe te voegen aan de lijst met uitsluitingen en het nogmaals te proberen.</translation>
|
<translation>Controller Folder Access lijkt aan te staan. Gelieve zowel rpi-imager.exe als fat32format.exe toe te voegen aan de lijst met uitsluitingen en het nogmaals te proberen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="406"/>
|
<location filename="../downloadthread.cpp" line="409"/>
|
||||||
<source>Error writing file to disk</source>
|
<source>Error writing file to disk</source>
|
||||||
<translation>Fout bij schrijven naar opslag</translation>
|
<translation>Fout bij schrijven naar opslag</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="425"/>
|
<location filename="../downloadthread.cpp" line="428"/>
|
||||||
<source>Error downloading: %1</source>
|
<source>Error downloading: %1</source>
|
||||||
<translation>Fout bij downloaden: %1</translation>
|
<translation>Fout bij downloaden: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="644"/>
|
<location filename="../downloadthread.cpp" line="647"/>
|
||||||
<source>Error writing to storage (while flushing)</source>
|
<source>Error writing to storage (while flushing)</source>
|
||||||
<translation>Fout bij schrijven naar opslag (tijdens flushen)</translation>
|
<translation>Fout bij schrijven naar opslag (tijdens flushen)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="651"/>
|
<location filename="../downloadthread.cpp" line="654"/>
|
||||||
<source>Error writing to storage (while fsync)</source>
|
<source>Error writing to storage (while fsync)</source>
|
||||||
<translation>Fout bij schrijven naar opslag (tijdens fsync)</translation>
|
<translation>Fout bij schrijven naar opslag (tijdens fsync)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="632"/>
|
<location filename="../downloadthread.cpp" line="635"/>
|
||||||
<source>Download corrupt. Hash does not match</source>
|
<source>Download corrupt. Hash does not match</source>
|
||||||
<translation>Download corrupt. Hash komt niet overeen</translation>
|
<translation>Download corrupt. Hash komt niet overeen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="110"/>
|
<location filename="../downloadthread.cpp" line="113"/>
|
||||||
<source>opening drive</source>
|
<source>opening drive</source>
|
||||||
<translation>openen van opslag</translation>
|
<translation>openen van opslag</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="295"/>
|
<location filename="../downloadthread.cpp" line="298"/>
|
||||||
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
||||||
<translation>Fout bij wissen laatste deel van de SD kaart.<br>Kaart geeft mogelijk onjuiste capaciteit aan (mogelijk counterfeit).</translation>
|
<translation>Fout bij wissen laatste deel van de SD kaart.<br>Kaart geeft mogelijk onjuiste capaciteit aan (mogelijk counterfeit).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="353"/>
|
<location filename="../downloadthread.cpp" line="356"/>
|
||||||
<source>starting download</source>
|
<source>starting download</source>
|
||||||
<translation>beginnen met downloaden</translation>
|
<translation>beginnen met downloaden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="685"/>
|
<location filename="../downloadthread.cpp" line="680"/>
|
||||||
<source>Error writing first block (partition table)</source>
|
<source>Error writing first block (partition table)</source>
|
||||||
<translation>Fout bij schrijven naar eerste deel van kaart (partitie tabel)</translation>
|
<translation>Fout bij schrijven naar eerste deel van kaart (partitie tabel)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="760"/>
|
<location filename="../downloadthread.cpp" line="759"/>
|
||||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||||
<translation>Verificatie mislukt. De gegevens die op de SD kaart staan wijken af van wat er naar geschreven is.</translation>
|
<translation>Verificatie mislukt. De gegevens die op de SD kaart staan wijken af van wat er naar geschreven is.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -201,22 +236,22 @@
|
||||||
<context>
|
<context>
|
||||||
<name>ImageWriter</name>
|
<name>ImageWriter</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="171"/>
|
<location filename="../imagewriter.cpp" line="182"/>
|
||||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||||
<translation>Opslagcapaciteit niet groot genoeg.<br>Deze dient minimaal %1 GB te zijn.</translation>
|
<translation>Opslagcapaciteit niet groot genoeg.<br>Deze dient minimaal %1 GB te zijn.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="177"/>
|
<location filename="../imagewriter.cpp" line="188"/>
|
||||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||||
<translation>Invoerbestand is geen disk image.<br>Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
<translation>Invoerbestand is geen disk image.<br>Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="201"/>
|
<location filename="../imagewriter.cpp" line="370"/>
|
||||||
<source>Downloading and writing image</source>
|
<source>Downloading and writing image</source>
|
||||||
<translation>Downloaden en schrijven van image</translation>
|
<translation>Downloaden en schrijven van image</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="424"/>
|
<location filename="../imagewriter.cpp" line="503"/>
|
||||||
<source>Select image</source>
|
<source>Select image</source>
|
||||||
<translation>Selecteer image</translation>
|
<translation>Selecteer image</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -252,6 +287,134 @@
|
||||||
<translation>VERDER GAAN</translation>
|
<translation>VERDER GAAN</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>OptionsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="74"/>
|
||||||
|
<source>Advanced options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="91"/>
|
||||||
|
<source>Image customization options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="99"/>
|
||||||
|
<source>for this session only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="100"/>
|
||||||
|
<source>to always use</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="112"/>
|
||||||
|
<source>Disable overscan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="117"/>
|
||||||
|
<source>Set hostname:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="136"/>
|
||||||
|
<source>Enable SSH</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="155"/>
|
||||||
|
<source>Use password authentication</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="171"/>
|
||||||
|
<source>Set password for 'pi' user:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="193"/>
|
||||||
|
<source>Allow public-key authentication only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="208"/>
|
||||||
|
<source>Set authorized_keys for 'pi':</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="220"/>
|
||||||
|
<source>Configure wifi</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="239"/>
|
||||||
|
<source>SSID:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="248"/>
|
||||||
|
<source>Password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="260"/>
|
||||||
|
<source>Show password</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="265"/>
|
||||||
|
<source>Wifi country:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="276"/>
|
||||||
|
<source>Set locale settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="286"/>
|
||||||
|
<source>Time zone:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="296"/>
|
||||||
|
<source>Keyboard layout:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="306"/>
|
||||||
|
<source>Skip first-run wizard</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="313"/>
|
||||||
|
<source>Persistent settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="321"/>
|
||||||
|
<source>Play sound when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="325"/>
|
||||||
|
<source>Eject media when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="329"/>
|
||||||
|
<source>Enable telemetry</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="342"/>
|
||||||
|
<source>SAVE</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -260,6 +423,34 @@
|
||||||
<translation>Interne SD kaart lezer</translation>
|
<translation>Interne SD kaart lezer</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>UseSavedSettingsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||||
|
<source>Warning: advanced settings set</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||||
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||||
|
<source>NO, CLEAR SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||||
|
<source>YES</source>
|
||||||
|
<translation type="unfinished">Ja</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||||
|
<source>EDIT SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>main</name>
|
<name>main</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -268,222 +459,225 @@
|
||||||
<translation>Raspberry Pi Imager v%1</translation>
|
<translation>Raspberry Pi Imager v%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="734"/>
|
<location filename="../main.qml" line="745"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation>Weet u zeker dat u wilt afsluiten?</translation>
|
<translation>Weet u zeker dat u wilt afsluiten?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="735"/>
|
<location filename="../main.qml" line="746"/>
|
||||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||||
<translation>Raspberry Pi Imager is nog niet klaar.<br>Weet u zeker dat u wilt afsluiten?</translation>
|
<translation>Raspberry Pi Imager is nog niet klaar.<br>Weet u zeker dat u wilt afsluiten?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="90"/>
|
<location filename="../main.qml" line="98"/>
|
||||||
<location filename="../main.qml" line="303"/>
|
<location filename="../main.qml" line="314"/>
|
||||||
<source>Operating System</source>
|
<source>Operating System</source>
|
||||||
<translation>Besturingssysteem</translation>
|
<translation>Besturingssysteem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="102"/>
|
<location filename="../main.qml" line="110"/>
|
||||||
<source>CHOOSE OS</source>
|
<source>CHOOSE OS</source>
|
||||||
<translation>SELECTEER OS</translation>
|
<translation>SELECTEER OS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="133"/>
|
<location filename="../main.qml" line="138"/>
|
||||||
<location filename="../main.qml" line="587"/>
|
<location filename="../main.qml" line="598"/>
|
||||||
<source>Storage</source>
|
<source>Storage</source>
|
||||||
<translation>Opslagapparaat</translation>
|
<translation>Opslagapparaat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="145"/>
|
<location filename="../main.qml" line="150"/>
|
||||||
<location filename="../main.qml" line="877"/>
|
<location filename="../main.qml" line="908"/>
|
||||||
<source>CHOOSE STORAGE</source>
|
<source>CHOOSE STORAGE</source>
|
||||||
<translation>KIES OPSLAGAPPARAAT</translation>
|
<translation>KIES OPSLAGAPPARAAT</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="175"/>
|
<location filename="../main.qml" line="180"/>
|
||||||
<source>WRITE</source>
|
<source>WRITE</source>
|
||||||
<translation>SCHRIJF</translation>
|
<translation>SCHRIJF</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="818"/>
|
<location filename="../main.qml" line="849"/>
|
||||||
<source>Writing... %1%</source>
|
<source>Writing... %1%</source>
|
||||||
<translation>Schrijven... %1%</translation>
|
<translation>Schrijven... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="220"/>
|
<location filename="../main.qml" line="230"/>
|
||||||
<source>CANCEL WRITE</source>
|
<source>CANCEL WRITE</source>
|
||||||
<translation>Annuleer schrijven</translation>
|
<translation>Annuleer schrijven</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="120"/>
|
<location filename="../main.qml" line="125"/>
|
||||||
<source>Select this button to change the operating system</source>
|
<source>Select this button to change the operating system</source>
|
||||||
<translation>Kies deze knop om een besturingssysteem te kiezen</translation>
|
<translation>Kies deze knop om een besturingssysteem te kiezen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="158"/>
|
|
||||||
<source>Select this button to change the destination SD card</source>
|
<source>Select this button to change the destination SD card</source>
|
||||||
<translation>Kies deze knop om de SD kaart te kiezen</translation>
|
<translation type="vanished">Kies deze knop om de SD kaart te kiezen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="180"/>
|
<location filename="../main.qml" line="185"/>
|
||||||
<source>Select this button to start writing the image</source>
|
<source>Select this button to start writing the image</source>
|
||||||
<translation>Kies deze knop om te beginnen met het schrijven van de image</translation>
|
<translation>Kies deze knop om te beginnen met het schrijven van de image</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="223"/>
|
<location filename="../main.qml" line="233"/>
|
||||||
<location filename="../main.qml" line="815"/>
|
<location filename="../main.qml" line="846"/>
|
||||||
<source>Cancelling...</source>
|
<source>Cancelling...</source>
|
||||||
<translation>Annuleren...</translation>
|
<translation>Annuleren...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="235"/>
|
<location filename="../main.qml" line="245"/>
|
||||||
<source>CANCEL VERIFY</source>
|
<source>CANCEL VERIFY</source>
|
||||||
<translation>ANNULEER VERIFICATIE</translation>
|
<translation>ANNULEER VERIFICATIE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="238"/>
|
<location filename="../main.qml" line="248"/>
|
||||||
<location filename="../main.qml" line="838"/>
|
<location filename="../main.qml" line="869"/>
|
||||||
<location filename="../main.qml" line="895"/>
|
<location filename="../main.qml" line="926"/>
|
||||||
<source>Finalizing...</source>
|
<source>Finalizing...</source>
|
||||||
<translation>Afronden...</translation>
|
<translation>Afronden...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="384"/>
|
<location filename="../main.qml" line="414"/>
|
||||||
<location filename="../main.qml" line="871"/>
|
<location filename="../main.qml" line="902"/>
|
||||||
<source>Erase</source>
|
<source>Erase</source>
|
||||||
<translation>Wissen</translation>
|
<translation>Wissen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="385"/>
|
<location filename="../main.qml" line="415"/>
|
||||||
<source>Format card as FAT32</source>
|
<source>Format card as FAT32</source>
|
||||||
<translation>Formatteer kaart als FAT32</translation>
|
<translation>Formatteer kaart als FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="392"/>
|
<location filename="../main.qml" line="422"/>
|
||||||
<source>Use custom</source>
|
<source>Use custom</source>
|
||||||
<translation>Gebruik eigen bestand</translation>
|
<translation>Gebruik eigen bestand</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="393"/>
|
<location filename="../main.qml" line="423"/>
|
||||||
<source>Select a custom .img from your computer</source>
|
<source>Select a custom .img from your computer</source>
|
||||||
<translation>Selecteer een eigen .img bestand</translation>
|
<translation>Selecteer een eigen .img bestand</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="479"/>
|
<location filename="../main.qml" line="490"/>
|
||||||
<source>Local file</source>
|
<source>Local file</source>
|
||||||
<translation>Lokaal bestand</translation>
|
<translation>Lokaal bestand</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="692"/>
|
<location filename="../main.qml" line="703"/>
|
||||||
<source>[WRITE PROTECTED]</source>
|
<source>[WRITE PROTECTED]</source>
|
||||||
<translation>[ALLEEN LEZEN]</translation>
|
<translation>[ALLEEN LEZEN]</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="746"/>
|
<location filename="../main.qml" line="757"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Waarschuwing</translation>
|
<translation>Waarschuwing</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="752"/>
|
<location filename="../main.qml" line="763"/>
|
||||||
<source>Preparing to write...</source>
|
<source>Preparing to write...</source>
|
||||||
<translation>Voorbereiden...</translation>
|
<translation>Voorbereiden...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="765"/>
|
<location filename="../main.qml" line="776"/>
|
||||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||||
<translation>Alle bestaande gegevens op '%1' zullen verwijderd worden.<br>Weet u zeker dat u door wilt gaan?</translation>
|
<translation>Alle bestaande gegevens op '%1' zullen verwijderd worden.<br>Weet u zeker dat u door wilt gaan?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="776"/>
|
<location filename="../main.qml" line="787"/>
|
||||||
<source>Update available</source>
|
<source>Update available</source>
|
||||||
<translation>Update beschikbaar</translation>
|
<translation>Update beschikbaar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="777"/>
|
<location filename="../main.qml" line="788"/>
|
||||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||||
<translation>Er is een nieuwere versie van Imager beschikbaar.<br>Wilt u de website bezoeken om deze te downloaden?</translation>
|
<translation>Er is een nieuwere versie van Imager beschikbaar.<br>Wilt u de website bezoeken om deze te downloaden?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="848"/>
|
<location filename="../main.qml" line="879"/>
|
||||||
<source>Preparing to write... (%1)</source>
|
<source>Preparing to write... (%1)</source>
|
||||||
<translation>Voorbereiden... (%1)</translation>
|
<translation>Voorbereiden... (%1)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="872"/>
|
<location filename="../main.qml" line="903"/>
|
||||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> is gewist<br><br>U kunt nu de SD kaart uit de lezer halen</translation>
|
<translation><b>%1</b> is gewist<br><br>U kunt nu de SD kaart uit de lezer halen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="902"/>
|
<location filename="../main.qml" line="942"/>
|
||||||
<location filename="../main.qml" line="955"/>
|
|
||||||
<source>Error parsing os_list.json</source>
|
<source>Error parsing os_list.json</source>
|
||||||
<translation>Fout bij parsen os_list.json</translation>
|
<translation>Fout bij parsen os_list.json</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="993"/>
|
<location filename="../main.qml" line="1043"/>
|
||||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||||
<translation>Sluit eerst een USB stick met images aan.<br>De images moeten in de hoofdmap van de USB stick staan.</translation>
|
<translation>Sluit eerst een USB stick met images aan.<br>De images moeten in de hoofdmap van de USB stick staan.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="1008"/>
|
<location filename="../main.qml" line="1058"/>
|
||||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||||
<translation>SD kaart is tegen schrijven beveiligd.<br>Druk het schuifje aan de linkerkant van de SD kaart omhoog, en probeer nogmaals.</translation>
|
<translation>SD kaart is tegen schrijven beveiligd.<br>Druk het schuifje aan de linkerkant van de SD kaart omhoog, en probeer nogmaals.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="416"/>
|
<location filename="../main.qml" line="374"/>
|
||||||
<source>Back</source>
|
<source>Back</source>
|
||||||
<translation>Terug</translation>
|
<translation>Terug</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="417"/>
|
<location filename="../main.qml" line="163"/>
|
||||||
|
<source>Select this button to change the destination storage device</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../main.qml" line="375"/>
|
||||||
<source>Go back to main menu</source>
|
<source>Go back to main menu</source>
|
||||||
<translation>Terug naar hoofdmenu</translation>
|
<translation>Terug naar hoofdmenu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="474"/>
|
<location filename="../main.qml" line="485"/>
|
||||||
<source>Released: %1</source>
|
<source>Released: %1</source>
|
||||||
<translation>Release datum: %1</translation>
|
<translation>Release datum: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="477"/>
|
<location filename="../main.qml" line="488"/>
|
||||||
<source>Cached on your computer</source>
|
<source>Cached on your computer</source>
|
||||||
<translation>Opgeslagen op computer</translation>
|
<translation>Opgeslagen op computer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="481"/>
|
<location filename="../main.qml" line="492"/>
|
||||||
<source>Online - %1 GB download</source>
|
<source>Online - %1 GB download</source>
|
||||||
<translation>Online %1 GB download</translation>
|
<translation>Online %1 GB download</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="638"/>
|
<location filename="../main.qml" line="649"/>
|
||||||
<location filename="../main.qml" line="690"/>
|
<location filename="../main.qml" line="701"/>
|
||||||
<location filename="../main.qml" line="696"/>
|
<location filename="../main.qml" line="707"/>
|
||||||
<source>Mounted as %1</source>
|
<source>Mounted as %1</source>
|
||||||
<translation>Mounted op %1</translation>
|
<translation>Mounted op %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="797"/>
|
<location filename="../main.qml" line="828"/>
|
||||||
<source>Error downloading OS list from Internet</source>
|
<source>Error downloading OS list from Internet</source>
|
||||||
<translation>Fout bij downloaden van lijst met besturingssystemen</translation>
|
<translation>Fout bij downloaden van lijst met besturingssystemen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="841"/>
|
<location filename="../main.qml" line="872"/>
|
||||||
<source>Verifying... %1%</source>
|
<source>Verifying... %1%</source>
|
||||||
<translation>Verifiëren... %1%</translation>
|
<translation>Verifiëren... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="863"/>
|
<location filename="../main.qml" line="894"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation>Fout</translation>
|
<translation>Fout</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="870"/>
|
<location filename="../main.qml" line="901"/>
|
||||||
<source>Write Successful</source>
|
<source>Write Successful</source>
|
||||||
<translation>Klaar met schrijven</translation>
|
<translation>Klaar met schrijven</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="874"/>
|
<location filename="../main.qml" line="905"/>
|
||||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> is geschreven naar <b>%2</b><br><br>U kunt nu de SD kaart uit de lezer halen</translation>
|
<translation><b>%1</b> is geschreven naar <b>%2</b><br><br>U kunt nu de SD kaart uit de lezer halen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -4,28 +4,28 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadExtractThread</name>
|
<name>DownloadExtractThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="166"/>
|
<location filename="../downloadextractthread.cpp" line="167"/>
|
||||||
<source>Error writing to storage</source>
|
<source>Error writing to storage</source>
|
||||||
<translation>Chyba pri zápise na úložisko</translation>
|
<translation>Chyba pri zápise na úložisko</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="188"/>
|
<location filename="../downloadextractthread.cpp" line="189"/>
|
||||||
<location filename="../downloadextractthread.cpp" line="348"/>
|
<location filename="../downloadextractthread.cpp" line="349"/>
|
||||||
<source>Error extracting archive: %1</source>
|
<source>Error extracting archive: %1</source>
|
||||||
<translation>Chyba pri rozbaľovaní archívu: %1</translation>
|
<translation>Chyba pri rozbaľovaní archívu: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="234"/>
|
<location filename="../downloadextractthread.cpp" line="235"/>
|
||||||
<source>Error mounting FAT32 partition</source>
|
<source>Error mounting FAT32 partition</source>
|
||||||
<translation>Chyba pri pripájaní partície FAT32</translation>
|
<translation>Chyba pri pripájaní partície FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="244"/>
|
<location filename="../downloadextractthread.cpp" line="245"/>
|
||||||
<source>Operating system did not mount FAT32 partition</source>
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
<translation>Operačný systém nepripojil partíciu FAT32</translation>
|
<translation>Operačný systém nepripojil partíciu FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="267"/>
|
<location filename="../downloadextractthread.cpp" line="268"/>
|
||||||
<source>Error changing to directory '%1'</source>
|
<source>Error changing to directory '%1'</source>
|
||||||
<translation>Chyba pri vstupe do adresára '%1'</translation>
|
<translation>Chyba pri vstupe do adresára '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -33,112 +33,147 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadThread</name>
|
<name>DownloadThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="143"/>
|
<location filename="../downloadthread.cpp" line="146"/>
|
||||||
<source>Error running diskpart: %1</source>
|
<source>Error running diskpart: %1</source>
|
||||||
<translation>Chyba počas behu diskpart: %1</translation>
|
<translation>Chyba počas behu diskpart: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="164"/>
|
<location filename="../downloadthread.cpp" line="167"/>
|
||||||
<source>Error removing existing partitions</source>
|
<source>Error removing existing partitions</source>
|
||||||
<translation>Chyba pri odstraňovaní existujúcich partiícií</translation>
|
<translation>Chyba pri odstraňovaní existujúcich partiícií</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="190"/>
|
<location filename="../downloadthread.cpp" line="193"/>
|
||||||
<source>Authentication cancelled</source>
|
<source>Authentication cancelled</source>
|
||||||
<translation>Zrušená autentifikácia</translation>
|
<translation>Zrušená autentifikácia</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="193"/>
|
<location filename="../downloadthread.cpp" line="196"/>
|
||||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||||
<translation>Chyba pri spúšťaní authopen v snahe o získanie prístupu na diskové zariadenie '%1'</translation>
|
<translation>Chyba pri spúšťaní authopen v snahe o získanie prístupu na diskové zariadenie '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="194"/>
|
<location filename="../downloadthread.cpp" line="197"/>
|
||||||
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
||||||
<translation>Preverte, prosím, či má 'Raspberry Pi Imager' prístup k 'vymeniteľným nosičom' v nastaveniach súkromia (pod 'súbormi a priečinkami', prípadne mu udeľte 'plný prístup k diskom').</translation>
|
<translation>Preverte, prosím, či má 'Raspberry Pi Imager' prístup k 'vymeniteľným nosičom' v nastaveniach súkromia (pod 'súbormi a priečinkami', prípadne mu udeľte 'plný prístup k diskom').</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="215"/>
|
<location filename="../downloadthread.cpp" line="218"/>
|
||||||
<source>Cannot open storage device '%1'.</source>
|
<source>Cannot open storage device '%1'.</source>
|
||||||
<translation>Nepodarilo sa otvoriť zariadenie úložiska '%1'.</translation>
|
<translation>Nepodarilo sa otvoriť zariadenie úložiska '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="257"/>
|
<location filename="../downloadthread.cpp" line="260"/>
|
||||||
<source>discarding existing data on drive</source>
|
<source>discarding existing data on drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="277"/>
|
<location filename="../downloadthread.cpp" line="280"/>
|
||||||
<source>zeroing out first and last MB of drive</source>
|
<source>zeroing out first and last MB of drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="283"/>
|
<location filename="../downloadthread.cpp" line="286"/>
|
||||||
<source>Write error while zero'ing out MBR</source>
|
<source>Write error while zero'ing out MBR</source>
|
||||||
<translation>Chyba zápisu pri prepisovaní MBR nulami</translation>
|
<translation>Chyba zápisu pri prepisovaní MBR nulami</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="741"/>
|
<location filename="../downloadthread.cpp" line="740"/>
|
||||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||||
<translation>Chyba pri čítaní z úložiska.<br>Karta SD môže byť poškodená.</translation>
|
<translation>Chyba pri čítaní z úložiska.<br>Karta SD môže byť poškodená.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="395"/>
|
<location filename="../downloadthread.cpp" line="812"/>
|
||||||
|
<source>Waiting for FAT partition to be mounted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="860"/>
|
||||||
|
<source>Error mounting FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Chyba pri pripájaní partície FAT32</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="882"/>
|
||||||
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
|
<translation type="unfinished">Operačný systém nepripojil partíciu FAT32</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="886"/>
|
||||||
|
<source>Customizing image</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="898"/>
|
||||||
|
<source>Error creating firstrun.sh on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="939"/>
|
||||||
|
<source>Error writing to config.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="963"/>
|
||||||
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="398"/>
|
||||||
<source>Access denied error while writing file to disk.</source>
|
<source>Access denied error while writing file to disk.</source>
|
||||||
<translation>Odopretý prístup pri zápise súboru na disk.</translation>
|
<translation>Odopretý prístup pri zápise súboru na disk.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="400"/>
|
<location filename="../downloadthread.cpp" line="403"/>
|
||||||
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
||||||
<translation>Vyzerá, že máte zapnutý Controlled Folder Access. Pridajte, prosím, rpi-imager.exe a fat32format.exe do zoznamu povolených aplikácií a skúste to znovu.</translation>
|
<translation>Vyzerá, že máte zapnutý Controlled Folder Access. Pridajte, prosím, rpi-imager.exe a fat32format.exe do zoznamu povolených aplikácií a skúste to znovu.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="406"/>
|
<location filename="../downloadthread.cpp" line="409"/>
|
||||||
<source>Error writing file to disk</source>
|
<source>Error writing file to disk</source>
|
||||||
<translation>Chyba pri zápise na disk</translation>
|
<translation>Chyba pri zápise na disk</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="425"/>
|
<location filename="../downloadthread.cpp" line="428"/>
|
||||||
<source>Error downloading: %1</source>
|
<source>Error downloading: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="644"/>
|
<location filename="../downloadthread.cpp" line="647"/>
|
||||||
<source>Error writing to storage (while flushing)</source>
|
<source>Error writing to storage (while flushing)</source>
|
||||||
<translation>Chyba pri zápise na úložisko (počas volania flush)</translation>
|
<translation>Chyba pri zápise na úložisko (počas volania flush)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="651"/>
|
<location filename="../downloadthread.cpp" line="654"/>
|
||||||
<source>Error writing to storage (while fsync)</source>
|
<source>Error writing to storage (while fsync)</source>
|
||||||
<translation>Chyba pri zápise na úložisko (počas volania fsync)</translation>
|
<translation>Chyba pri zápise na úložisko (počas volania fsync)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="632"/>
|
<location filename="../downloadthread.cpp" line="635"/>
|
||||||
<source>Download corrupt. Hash does not match</source>
|
<source>Download corrupt. Hash does not match</source>
|
||||||
<translation>Stiahnutý súbor je poškodený. Kontrolný súčet nesedí</translation>
|
<translation>Stiahnutý súbor je poškodený. Kontrolný súčet nesedí</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="110"/>
|
<location filename="../downloadthread.cpp" line="113"/>
|
||||||
<source>opening drive</source>
|
<source>opening drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="295"/>
|
<location filename="../downloadthread.cpp" line="298"/>
|
||||||
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
||||||
<translation>Chyba zápisu pri prepisovaní poslednej časti karty nulami.<br>Karta pravdepodobne udáva nesprávnu kapacitu (a môže byť falošná).</translation>
|
<translation>Chyba zápisu pri prepisovaní poslednej časti karty nulami.<br>Karta pravdepodobne udáva nesprávnu kapacitu (a môže byť falošná).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="353"/>
|
<location filename="../downloadthread.cpp" line="356"/>
|
||||||
<source>starting download</source>
|
<source>starting download</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="685"/>
|
<location filename="../downloadthread.cpp" line="680"/>
|
||||||
<source>Error writing first block (partition table)</source>
|
<source>Error writing first block (partition table)</source>
|
||||||
<translation>Chyba pri zápise prvého bloku (tabuľky partícií)</translation>
|
<translation>Chyba pri zápise prvého bloku (tabuľky partícií)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="760"/>
|
<location filename="../downloadthread.cpp" line="759"/>
|
||||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||||
<translation>Overovanie zápisu skončilo s chybou. Obsah karty SD sa nezhoduje s tým, čo na ňu bolo zapísané.</translation>
|
<translation>Overovanie zápisu skončilo s chybou. Obsah karty SD sa nezhoduje s tým, čo na ňu bolo zapísané.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -201,22 +236,22 @@
|
||||||
<context>
|
<context>
|
||||||
<name>ImageWriter</name>
|
<name>ImageWriter</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="171"/>
|
<location filename="../imagewriter.cpp" line="182"/>
|
||||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||||
<translation>Kapacita úložiska je nedostatočná<br>Musí byť aspoň %1 GB.</translation>
|
<translation>Kapacita úložiska je nedostatočná<br>Musí byť aspoň %1 GB.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="177"/>
|
<location filename="../imagewriter.cpp" line="188"/>
|
||||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||||
<translation>Vstupný súbor nie je platným obrazom disku.<br>Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
<translation>Vstupný súbor nie je platným obrazom disku.<br>Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="201"/>
|
<location filename="../imagewriter.cpp" line="370"/>
|
||||||
<source>Downloading and writing image</source>
|
<source>Downloading and writing image</source>
|
||||||
<translation>Sťahujem a zapisujem obraz</translation>
|
<translation>Sťahujem a zapisujem obraz</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="424"/>
|
<location filename="../imagewriter.cpp" line="503"/>
|
||||||
<source>Select image</source>
|
<source>Select image</source>
|
||||||
<translation>Vyberte obraz</translation>
|
<translation>Vyberte obraz</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -252,6 +287,134 @@
|
||||||
<translation>POKRAČOVAŤ</translation>
|
<translation>POKRAČOVAŤ</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>OptionsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="74"/>
|
||||||
|
<source>Advanced options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="91"/>
|
||||||
|
<source>Image customization options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="99"/>
|
||||||
|
<source>for this session only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="100"/>
|
||||||
|
<source>to always use</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="112"/>
|
||||||
|
<source>Disable overscan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="117"/>
|
||||||
|
<source>Set hostname:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="136"/>
|
||||||
|
<source>Enable SSH</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="155"/>
|
||||||
|
<source>Use password authentication</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="171"/>
|
||||||
|
<source>Set password for 'pi' user:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="193"/>
|
||||||
|
<source>Allow public-key authentication only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="208"/>
|
||||||
|
<source>Set authorized_keys for 'pi':</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="220"/>
|
||||||
|
<source>Configure wifi</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="239"/>
|
||||||
|
<source>SSID:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="248"/>
|
||||||
|
<source>Password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="260"/>
|
||||||
|
<source>Show password</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="265"/>
|
||||||
|
<source>Wifi country:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="276"/>
|
||||||
|
<source>Set locale settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="286"/>
|
||||||
|
<source>Time zone:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="296"/>
|
||||||
|
<source>Keyboard layout:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="306"/>
|
||||||
|
<source>Skip first-run wizard</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="313"/>
|
||||||
|
<source>Persistent settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="321"/>
|
||||||
|
<source>Play sound when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="325"/>
|
||||||
|
<source>Eject media when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="329"/>
|
||||||
|
<source>Enable telemetry</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="342"/>
|
||||||
|
<source>SAVE</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -260,6 +423,34 @@
|
||||||
<translation>Interná čítačka SD kariet</translation>
|
<translation>Interná čítačka SD kariet</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>UseSavedSettingsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||||
|
<source>Warning: advanced settings set</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||||
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||||
|
<source>NO, CLEAR SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||||
|
<source>YES</source>
|
||||||
|
<translation type="unfinished">ÁNO</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||||
|
<source>EDIT SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>main</name>
|
<name>main</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -268,222 +459,225 @@
|
||||||
<translation>Raspberry Pi Imager v%1</translation>
|
<translation>Raspberry Pi Imager v%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="734"/>
|
<location filename="../main.qml" line="745"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation>Skutočne chcete skončiť?</translation>
|
<translation>Skutočne chcete skončiť?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="735"/>
|
<location filename="../main.qml" line="746"/>
|
||||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||||
<translation>Raspberry Pi Imager ešte neskončil.<br>Ste si istý, že chcete skončiť?</translation>
|
<translation>Raspberry Pi Imager ešte neskončil.<br>Ste si istý, že chcete skončiť?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="90"/>
|
<location filename="../main.qml" line="98"/>
|
||||||
<location filename="../main.qml" line="303"/>
|
<location filename="../main.qml" line="314"/>
|
||||||
<source>Operating System</source>
|
<source>Operating System</source>
|
||||||
<translation>Operačný systém</translation>
|
<translation>Operačný systém</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="102"/>
|
<location filename="../main.qml" line="110"/>
|
||||||
<source>CHOOSE OS</source>
|
<source>CHOOSE OS</source>
|
||||||
<translation>VÝBER OS</translation>
|
<translation>VÝBER OS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="133"/>
|
<location filename="../main.qml" line="138"/>
|
||||||
<location filename="../main.qml" line="587"/>
|
<location filename="../main.qml" line="598"/>
|
||||||
<source>Storage</source>
|
<source>Storage</source>
|
||||||
<translation>SD karta</translation>
|
<translation>SD karta</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="145"/>
|
<location filename="../main.qml" line="150"/>
|
||||||
<location filename="../main.qml" line="877"/>
|
<location filename="../main.qml" line="908"/>
|
||||||
<source>CHOOSE STORAGE</source>
|
<source>CHOOSE STORAGE</source>
|
||||||
<translation>VYBERTE SD KARTU</translation>
|
<translation>VYBERTE SD KARTU</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="175"/>
|
<location filename="../main.qml" line="180"/>
|
||||||
<source>WRITE</source>
|
<source>WRITE</source>
|
||||||
<translation>ZÁPIS</translation>
|
<translation>ZÁPIS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="818"/>
|
<location filename="../main.qml" line="849"/>
|
||||||
<source>Writing... %1%</source>
|
<source>Writing... %1%</source>
|
||||||
<translation>Zapisujem... %1%</translation>
|
<translation>Zapisujem... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="220"/>
|
<location filename="../main.qml" line="230"/>
|
||||||
<source>CANCEL WRITE</source>
|
<source>CANCEL WRITE</source>
|
||||||
<translation>ZRUŠIŤ ZÁPIS</translation>
|
<translation>ZRUŠIŤ ZÁPIS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="120"/>
|
<location filename="../main.qml" line="125"/>
|
||||||
<source>Select this button to change the operating system</source>
|
<source>Select this button to change the operating system</source>
|
||||||
<translation>Pre zmenu operačného systému kliknite na toto tlačidlo</translation>
|
<translation>Pre zmenu operačného systému kliknite na toto tlačidlo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="158"/>
|
|
||||||
<source>Select this button to change the destination SD card</source>
|
<source>Select this button to change the destination SD card</source>
|
||||||
<translation>Pre zmenu cieľovej SD karty kliknite na toto tlačidlo</translation>
|
<translation type="vanished">Pre zmenu cieľovej SD karty kliknite na toto tlačidlo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="180"/>
|
<location filename="../main.qml" line="185"/>
|
||||||
<source>Select this button to start writing the image</source>
|
<source>Select this button to start writing the image</source>
|
||||||
<translation>Kliknutím na toto tlačidlo spustíte zápis</translation>
|
<translation>Kliknutím na toto tlačidlo spustíte zápis</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="223"/>
|
<location filename="../main.qml" line="233"/>
|
||||||
<location filename="../main.qml" line="815"/>
|
<location filename="../main.qml" line="846"/>
|
||||||
<source>Cancelling...</source>
|
<source>Cancelling...</source>
|
||||||
<translation>Ruším operáciu...</translation>
|
<translation>Ruším operáciu...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="235"/>
|
<location filename="../main.qml" line="245"/>
|
||||||
<source>CANCEL VERIFY</source>
|
<source>CANCEL VERIFY</source>
|
||||||
<translation>ZRUŠIŤ OVEROVANIE</translation>
|
<translation>ZRUŠIŤ OVEROVANIE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="238"/>
|
<location filename="../main.qml" line="248"/>
|
||||||
<location filename="../main.qml" line="838"/>
|
<location filename="../main.qml" line="869"/>
|
||||||
<location filename="../main.qml" line="895"/>
|
<location filename="../main.qml" line="926"/>
|
||||||
<source>Finalizing...</source>
|
<source>Finalizing...</source>
|
||||||
<translation>Ukončujem...</translation>
|
<translation>Ukončujem...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="384"/>
|
<location filename="../main.qml" line="414"/>
|
||||||
<location filename="../main.qml" line="871"/>
|
<location filename="../main.qml" line="902"/>
|
||||||
<source>Erase</source>
|
<source>Erase</source>
|
||||||
<translation>Vymazať</translation>
|
<translation>Vymazať</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="385"/>
|
<location filename="../main.qml" line="415"/>
|
||||||
<source>Format card as FAT32</source>
|
<source>Format card as FAT32</source>
|
||||||
<translation>Formátovať kartu ako FAT32</translation>
|
<translation>Formátovať kartu ako FAT32</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="392"/>
|
<location filename="../main.qml" line="422"/>
|
||||||
<source>Use custom</source>
|
<source>Use custom</source>
|
||||||
<translation>Použiť vlastný</translation>
|
<translation>Použiť vlastný</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="393"/>
|
<location filename="../main.qml" line="423"/>
|
||||||
<source>Select a custom .img from your computer</source>
|
<source>Select a custom .img from your computer</source>
|
||||||
<translation>Použiť vlastný súbor img. na Vašom počítači</translation>
|
<translation>Použiť vlastný súbor img. na Vašom počítači</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="479"/>
|
<location filename="../main.qml" line="490"/>
|
||||||
<source>Local file</source>
|
<source>Local file</source>
|
||||||
<translation>Miestny súbor</translation>
|
<translation>Miestny súbor</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="692"/>
|
<location filename="../main.qml" line="703"/>
|
||||||
<source>[WRITE PROTECTED]</source>
|
<source>[WRITE PROTECTED]</source>
|
||||||
<translation>[OCHRANA PROTI ZÁPISU]</translation>
|
<translation>[OCHRANA PROTI ZÁPISU]</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="746"/>
|
<location filename="../main.qml" line="757"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Varovanie</translation>
|
<translation>Varovanie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="752"/>
|
<location filename="../main.qml" line="763"/>
|
||||||
<source>Preparing to write...</source>
|
<source>Preparing to write...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="765"/>
|
<location filename="../main.qml" line="776"/>
|
||||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||||
<translation>Všetky existujúce dáta na '%1' budú odstránené.<br>Naozaj chcete pokračovať?</translation>
|
<translation>Všetky existujúce dáta na '%1' budú odstránené.<br>Naozaj chcete pokračovať?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="776"/>
|
<location filename="../main.qml" line="787"/>
|
||||||
<source>Update available</source>
|
<source>Update available</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="777"/>
|
<location filename="../main.qml" line="788"/>
|
||||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="848"/>
|
<location filename="../main.qml" line="879"/>
|
||||||
<source>Preparing to write... (%1)</source>
|
<source>Preparing to write... (%1)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="872"/>
|
<location filename="../main.qml" line="903"/>
|
||||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> bola vymazaná<br><br>Teraz môžete odstrániť SD kartu z čítačky</translation>
|
<translation><b>%1</b> bola vymazaná<br><br>Teraz môžete odstrániť SD kartu z čítačky</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="902"/>
|
<location filename="../main.qml" line="942"/>
|
||||||
<location filename="../main.qml" line="955"/>
|
|
||||||
<source>Error parsing os_list.json</source>
|
<source>Error parsing os_list.json</source>
|
||||||
<translation>Chyba pri spracovaní os_list.json</translation>
|
<translation>Chyba pri spracovaní os_list.json</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="993"/>
|
<location filename="../main.qml" line="1043"/>
|
||||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||||
<translation>Najprv pripojte USB kľúč, ktorý obsahuje diskové obrazy.<br>Obrazy sa musia nachádzať v koreňovom priečinku USB kľúča.</translation>
|
<translation>Najprv pripojte USB kľúč, ktorý obsahuje diskové obrazy.<br>Obrazy sa musia nachádzať v koreňovom priečinku USB kľúča.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="1008"/>
|
<location filename="../main.qml" line="1058"/>
|
||||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||||
<translation>SD karta je chránená proti zápisu.<br>Presuňte prepínač zámku na ľavej strane karty smerom hore a skúste to znova.</translation>
|
<translation>SD karta je chránená proti zápisu.<br>Presuňte prepínač zámku na ľavej strane karty smerom hore a skúste to znova.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="416"/>
|
<location filename="../main.qml" line="374"/>
|
||||||
<source>Back</source>
|
<source>Back</source>
|
||||||
<translation>Späť</translation>
|
<translation>Späť</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="417"/>
|
<location filename="../main.qml" line="163"/>
|
||||||
|
<source>Select this button to change the destination storage device</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../main.qml" line="375"/>
|
||||||
<source>Go back to main menu</source>
|
<source>Go back to main menu</source>
|
||||||
<translation>Prejsť do hlavnej ponuky</translation>
|
<translation>Prejsť do hlavnej ponuky</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="474"/>
|
<location filename="../main.qml" line="485"/>
|
||||||
<source>Released: %1</source>
|
<source>Released: %1</source>
|
||||||
<translation>Vydané: %1</translation>
|
<translation>Vydané: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="477"/>
|
<location filename="../main.qml" line="488"/>
|
||||||
<source>Cached on your computer</source>
|
<source>Cached on your computer</source>
|
||||||
<translation>Uložené na počítači</translation>
|
<translation>Uložené na počítači</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="481"/>
|
<location filename="../main.qml" line="492"/>
|
||||||
<source>Online - %1 GB download</source>
|
<source>Online - %1 GB download</source>
|
||||||
<translation>Online %1 GB na stiahnutie</translation>
|
<translation>Online %1 GB na stiahnutie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="638"/>
|
<location filename="../main.qml" line="649"/>
|
||||||
<location filename="../main.qml" line="690"/>
|
<location filename="../main.qml" line="701"/>
|
||||||
<location filename="../main.qml" line="696"/>
|
<location filename="../main.qml" line="707"/>
|
||||||
<source>Mounted as %1</source>
|
<source>Mounted as %1</source>
|
||||||
<translation>Pripojená ako %1</translation>
|
<translation>Pripojená ako %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="797"/>
|
<location filename="../main.qml" line="828"/>
|
||||||
<source>Error downloading OS list from Internet</source>
|
<source>Error downloading OS list from Internet</source>
|
||||||
<translation>Chyba pri sťahovaní zoznamu OS z Internetu</translation>
|
<translation>Chyba pri sťahovaní zoznamu OS z Internetu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="841"/>
|
<location filename="../main.qml" line="872"/>
|
||||||
<source>Verifying... %1%</source>
|
<source>Verifying... %1%</source>
|
||||||
<translation>Overujem... %1%</translation>
|
<translation>Overujem... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="863"/>
|
<location filename="../main.qml" line="894"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation>Chyba</translation>
|
<translation>Chyba</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="870"/>
|
<location filename="../main.qml" line="901"/>
|
||||||
<source>Write Successful</source>
|
<source>Write Successful</source>
|
||||||
<translation>Zápis úspešne skončil</translation>
|
<translation>Zápis úspešne skončil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="874"/>
|
<location filename="../main.qml" line="905"/>
|
||||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> bol zapísaný na <b>%2</b><br><br>Teraz môžete odstrániť SD kartu z čítačky</translation>
|
<translation><b>%1</b> bol zapísaný na <b>%2</b><br><br>Teraz môžete odstrániť SD kartu z čítačky</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -4,28 +4,28 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadExtractThread</name>
|
<name>DownloadExtractThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="166"/>
|
<location filename="../downloadextractthread.cpp" line="167"/>
|
||||||
<source>Error writing to storage</source>
|
<source>Error writing to storage</source>
|
||||||
<translation>Depolama birimine yazma hatası</translation>
|
<translation>Depolama birimine yazma hatası</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="188"/>
|
<location filename="../downloadextractthread.cpp" line="189"/>
|
||||||
<location filename="../downloadextractthread.cpp" line="348"/>
|
<location filename="../downloadextractthread.cpp" line="349"/>
|
||||||
<source>Error extracting archive: %1</source>
|
<source>Error extracting archive: %1</source>
|
||||||
<translation>Arşiv çıkarılırken hata oluştu: %1</translation>
|
<translation>Arşiv çıkarılırken hata oluştu: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="234"/>
|
<location filename="../downloadextractthread.cpp" line="235"/>
|
||||||
<source>Error mounting FAT32 partition</source>
|
<source>Error mounting FAT32 partition</source>
|
||||||
<translation>FAT32 bölümü bağlanırken hata oluştu</translation>
|
<translation>FAT32 bölümü bağlanırken hata oluştu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="244"/>
|
<location filename="../downloadextractthread.cpp" line="245"/>
|
||||||
<source>Operating system did not mount FAT32 partition</source>
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
<translation>İşletim sistemi FAT32 bölümünü bağlamadı</translation>
|
<translation>İşletim sistemi FAT32 bölümünü bağlamadı</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="267"/>
|
<location filename="../downloadextractthread.cpp" line="268"/>
|
||||||
<source>Error changing to directory '%1'</source>
|
<source>Error changing to directory '%1'</source>
|
||||||
<translation>Dizin değiştirirken hata oluştu '%1'</translation>
|
<translation>Dizin değiştirirken hata oluştu '%1'</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -33,112 +33,147 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadThread</name>
|
<name>DownloadThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="143"/>
|
<location filename="../downloadthread.cpp" line="146"/>
|
||||||
<source>Error running diskpart: %1</source>
|
<source>Error running diskpart: %1</source>
|
||||||
<translation>Diskpart çalıştırılırken hata oluştu: %1</translation>
|
<translation>Diskpart çalıştırılırken hata oluştu: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="164"/>
|
<location filename="../downloadthread.cpp" line="167"/>
|
||||||
<source>Error removing existing partitions</source>
|
<source>Error removing existing partitions</source>
|
||||||
<translation>Mevcut bölümler kaldırılırken hata oluştu </translation>
|
<translation>Mevcut bölümler kaldırılırken hata oluştu </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="190"/>
|
<location filename="../downloadthread.cpp" line="193"/>
|
||||||
<source>Authentication cancelled</source>
|
<source>Authentication cancelled</source>
|
||||||
<translation>Kimlik doğrulama iptal edildi</translation>
|
<translation>Kimlik doğrulama iptal edildi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="193"/>
|
<location filename="../downloadthread.cpp" line="196"/>
|
||||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||||
<translation>'%1' disk aygıtına erişmek için authopen çalıştırılırken hata oluştu</translation>
|
<translation>'%1' disk aygıtına erişmek için authopen çalıştırılırken hata oluştu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="194"/>
|
<location filename="../downloadthread.cpp" line="197"/>
|
||||||
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
||||||
<translation>Lütfen 'Raspberry Pi Imager'ın gizlilik ayarlarında ('dosyalar ve klasörler' altında veya alternatif olarak 'tam disk erişimi') 'çıkarılabilir birimlere erişim' izin verilip verilmediğini doğrulayın.</translation>
|
<translation>Lütfen 'Raspberry Pi Imager'ın gizlilik ayarlarında ('dosyalar ve klasörler' altında veya alternatif olarak 'tam disk erişimi') 'çıkarılabilir birimlere erişim' izin verilip verilmediğini doğrulayın.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="215"/>
|
<location filename="../downloadthread.cpp" line="218"/>
|
||||||
<source>Cannot open storage device '%1'.</source>
|
<source>Cannot open storage device '%1'.</source>
|
||||||
<translation>Depolama cihazı açılamıyor '%1'.</translation>
|
<translation>Depolama cihazı açılamıyor '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="257"/>
|
<location filename="../downloadthread.cpp" line="260"/>
|
||||||
<source>discarding existing data on drive</source>
|
<source>discarding existing data on drive</source>
|
||||||
<translation>sürücüdeki mevcut verileri sil</translation>
|
<translation>sürücüdeki mevcut verileri sil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="277"/>
|
<location filename="../downloadthread.cpp" line="280"/>
|
||||||
<source>zeroing out first and last MB of drive</source>
|
<source>zeroing out first and last MB of drive</source>
|
||||||
<translation>sürücünün ilk ve son MB'sini sıfırlama</translation>
|
<translation>sürücünün ilk ve son MB'sini sıfırlama</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="283"/>
|
<location filename="../downloadthread.cpp" line="286"/>
|
||||||
<source>Write error while zero'ing out MBR</source>
|
<source>Write error while zero'ing out MBR</source>
|
||||||
<translation>MBR sıfırlanırken yazma hatası</translation>
|
<translation>MBR sıfırlanırken yazma hatası</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="741"/>
|
<location filename="../downloadthread.cpp" line="740"/>
|
||||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||||
<translation>Depolamadan okuma hatası.<br>SD kart arızalı olabilir.</translation>
|
<translation>Depolamadan okuma hatası.<br>SD kart arızalı olabilir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="395"/>
|
<location filename="../downloadthread.cpp" line="812"/>
|
||||||
|
<source>Waiting for FAT partition to be mounted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="860"/>
|
||||||
|
<source>Error mounting FAT32 partition</source>
|
||||||
|
<translation type="unfinished">FAT32 bölümü bağlanırken hata oluştu</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="882"/>
|
||||||
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
|
<translation type="unfinished">İşletim sistemi FAT32 bölümünü bağlamadı</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="886"/>
|
||||||
|
<source>Customizing image</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="898"/>
|
||||||
|
<source>Error creating firstrun.sh on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="939"/>
|
||||||
|
<source>Error writing to config.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="963"/>
|
||||||
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="398"/>
|
||||||
<source>Access denied error while writing file to disk.</source>
|
<source>Access denied error while writing file to disk.</source>
|
||||||
<translation>Dosyayı diske yazarken erişim reddedildi hatası</translation>
|
<translation>Dosyayı diske yazarken erişim reddedildi hatası</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="400"/>
|
<location filename="../downloadthread.cpp" line="403"/>
|
||||||
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
||||||
<translation>Kontrollü Klasör Erişimi etkin görünüyor. Lütfen izin verilen uygulamalar listesine hem rpi-imager.exe'yi hem de fat32format.exe'yi ekleyin ve tekrar deneyin.</translation>
|
<translation>Kontrollü Klasör Erişimi etkin görünüyor. Lütfen izin verilen uygulamalar listesine hem rpi-imager.exe'yi hem de fat32format.exe'yi ekleyin ve tekrar deneyin.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="406"/>
|
<location filename="../downloadthread.cpp" line="409"/>
|
||||||
<source>Error writing file to disk</source>
|
<source>Error writing file to disk</source>
|
||||||
<translation>Dosyayı diske yazma hatası</translation>
|
<translation>Dosyayı diske yazma hatası</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="425"/>
|
<location filename="../downloadthread.cpp" line="428"/>
|
||||||
<source>Error downloading: %1</source>
|
<source>Error downloading: %1</source>
|
||||||
<translation>İndirilirken hata oluştu: %1</translation>
|
<translation>İndirilirken hata oluştu: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="644"/>
|
<location filename="../downloadthread.cpp" line="647"/>
|
||||||
<source>Error writing to storage (while flushing)</source>
|
<source>Error writing to storage (while flushing)</source>
|
||||||
<translation>Depolama alanına yazma hatası (flushing sırasında)</translation>
|
<translation>Depolama alanına yazma hatası (flushing sırasında)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="651"/>
|
<location filename="../downloadthread.cpp" line="654"/>
|
||||||
<source>Error writing to storage (while fsync)</source>
|
<source>Error writing to storage (while fsync)</source>
|
||||||
<translation>Depoya yazma hatası (fsync sırasında)</translation>
|
<translation>Depoya yazma hatası (fsync sırasında)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="632"/>
|
<location filename="../downloadthread.cpp" line="635"/>
|
||||||
<source>Download corrupt. Hash does not match</source>
|
<source>Download corrupt. Hash does not match</source>
|
||||||
<translation>İndirme bozuk. Hash eşleşmiyor</translation>
|
<translation>İndirme bozuk. Hash eşleşmiyor</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="110"/>
|
<location filename="../downloadthread.cpp" line="113"/>
|
||||||
<source>opening drive</source>
|
<source>opening drive</source>
|
||||||
<translation>sürücü açılıyor</translation>
|
<translation>sürücü açılıyor</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="295"/>
|
<location filename="../downloadthread.cpp" line="298"/>
|
||||||
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
||||||
<translation>Kartın son kısmını sıfırlamaya çalışırken yazma hatası. Kart yanlış kapasitenin tanımını yapıyor olabilir (olası sahte bölüm boyutu tanımı)</translation>
|
<translation>Kartın son kısmını sıfırlamaya çalışırken yazma hatası. Kart yanlış kapasitenin tanımını yapıyor olabilir (olası sahte bölüm boyutu tanımı)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="353"/>
|
<location filename="../downloadthread.cpp" line="356"/>
|
||||||
<source>starting download</source>
|
<source>starting download</source>
|
||||||
<translation>indirmeye başlanıyor</translation>
|
<translation>indirmeye başlanıyor</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="685"/>
|
<location filename="../downloadthread.cpp" line="680"/>
|
||||||
<source>Error writing first block (partition table)</source>
|
<source>Error writing first block (partition table)</source>
|
||||||
<translation>İlk bloğu yazma hatası (bölüm tablosu)</translation>
|
<translation>İlk bloğu yazma hatası (bölüm tablosu)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="760"/>
|
<location filename="../downloadthread.cpp" line="759"/>
|
||||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||||
<translation>Yazma doğrulanamadı. SD kartın içeriği, üzerine yazılandan farklı.</translation>
|
<translation>Yazma doğrulanamadı. SD kartın içeriği, üzerine yazılandan farklı.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -201,22 +236,22 @@
|
||||||
<context>
|
<context>
|
||||||
<name>ImageWriter</name>
|
<name>ImageWriter</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="171"/>
|
<location filename="../imagewriter.cpp" line="182"/>
|
||||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||||
<translation>Depolama kapasitesi yeterince büyük değil.<br>En az %1 GB olması gerekiyor</translation>
|
<translation>Depolama kapasitesi yeterince büyük değil.<br>En az %1 GB olması gerekiyor</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="177"/>
|
<location filename="../imagewriter.cpp" line="188"/>
|
||||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||||
<translation>Giriş dosyası geçerli bir disk görüntüsü değil.<br>%1 bayt dosya boyutu 512 baytın katı değil.</translation>
|
<translation>Giriş dosyası geçerli bir disk görüntüsü değil.<br>%1 bayt dosya boyutu 512 baytın katı değil.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="201"/>
|
<location filename="../imagewriter.cpp" line="370"/>
|
||||||
<source>Downloading and writing image</source>
|
<source>Downloading and writing image</source>
|
||||||
<translation>Görüntü indirme ve yazma</translation>
|
<translation>Görüntü indirme ve yazma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="424"/>
|
<location filename="../imagewriter.cpp" line="503"/>
|
||||||
<source>Select image</source>
|
<source>Select image</source>
|
||||||
<translation>Imaj seç</translation>
|
<translation>Imaj seç</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -252,6 +287,134 @@
|
||||||
<translation>DEVAM ET</translation>
|
<translation>DEVAM ET</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>OptionsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="74"/>
|
||||||
|
<source>Advanced options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="91"/>
|
||||||
|
<source>Image customization options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="99"/>
|
||||||
|
<source>for this session only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="100"/>
|
||||||
|
<source>to always use</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="112"/>
|
||||||
|
<source>Disable overscan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="117"/>
|
||||||
|
<source>Set hostname:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="136"/>
|
||||||
|
<source>Enable SSH</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="155"/>
|
||||||
|
<source>Use password authentication</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="171"/>
|
||||||
|
<source>Set password for 'pi' user:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="193"/>
|
||||||
|
<source>Allow public-key authentication only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="208"/>
|
||||||
|
<source>Set authorized_keys for 'pi':</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="220"/>
|
||||||
|
<source>Configure wifi</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="239"/>
|
||||||
|
<source>SSID:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="248"/>
|
||||||
|
<source>Password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="260"/>
|
||||||
|
<source>Show password</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="265"/>
|
||||||
|
<source>Wifi country:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="276"/>
|
||||||
|
<source>Set locale settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="286"/>
|
||||||
|
<source>Time zone:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="296"/>
|
||||||
|
<source>Keyboard layout:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="306"/>
|
||||||
|
<source>Skip first-run wizard</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="313"/>
|
||||||
|
<source>Persistent settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="321"/>
|
||||||
|
<source>Play sound when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="325"/>
|
||||||
|
<source>Eject media when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="329"/>
|
||||||
|
<source>Enable telemetry</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="342"/>
|
||||||
|
<source>SAVE</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -260,6 +423,34 @@
|
||||||
<translation>Dahili SD kart okuyucu</translation>
|
<translation>Dahili SD kart okuyucu</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>UseSavedSettingsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||||
|
<source>Warning: advanced settings set</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||||
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||||
|
<source>NO, CLEAR SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||||
|
<source>YES</source>
|
||||||
|
<translation type="unfinished">EVET</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||||
|
<source>EDIT SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>main</name>
|
<name>main</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -268,223 +459,226 @@
|
||||||
<translation>Raspberry Pi Imaj Yöneticisi v%1</translation>
|
<translation>Raspberry Pi Imaj Yöneticisi v%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="90"/>
|
<location filename="../main.qml" line="98"/>
|
||||||
<location filename="../main.qml" line="303"/>
|
<location filename="../main.qml" line="314"/>
|
||||||
<source>Operating System</source>
|
<source>Operating System</source>
|
||||||
<translation>İşletim sistemi</translation>
|
<translation>İşletim sistemi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="102"/>
|
<location filename="../main.qml" line="110"/>
|
||||||
<source>CHOOSE OS</source>
|
<source>CHOOSE OS</source>
|
||||||
<translation>İŞLETİM SİSTEMİ SEÇİN</translation>
|
<translation>İŞLETİM SİSTEMİ SEÇİN</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="120"/>
|
<location filename="../main.qml" line="125"/>
|
||||||
<source>Select this button to change the operating system</source>
|
<source>Select this button to change the operating system</source>
|
||||||
<translation>İşletim sistemini değiştirmek için bu düğmeyi seçin</translation>
|
<translation>İşletim sistemini değiştirmek için bu düğmeyi seçin</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="133"/>
|
<location filename="../main.qml" line="138"/>
|
||||||
<location filename="../main.qml" line="587"/>
|
<location filename="../main.qml" line="598"/>
|
||||||
<source>Storage</source>
|
<source>Storage</source>
|
||||||
<translation>SD Kart</translation>
|
<translation>SD Kart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="145"/>
|
<location filename="../main.qml" line="150"/>
|
||||||
<location filename="../main.qml" line="877"/>
|
<location filename="../main.qml" line="908"/>
|
||||||
<source>CHOOSE STORAGE</source>
|
<source>CHOOSE STORAGE</source>
|
||||||
<translation>SD KART SEÇİN</translation>
|
<translation>SD KART SEÇİN</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="158"/>
|
|
||||||
<source>Select this button to change the destination SD card</source>
|
<source>Select this button to change the destination SD card</source>
|
||||||
<translation>Hedef SD kartı değiştirmek için bu düğmeyi seçin</translation>
|
<translation type="vanished">Hedef SD kartı değiştirmek için bu düğmeyi seçin</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="175"/>
|
<location filename="../main.qml" line="180"/>
|
||||||
<source>WRITE</source>
|
<source>WRITE</source>
|
||||||
<translation>YAZ</translation>
|
<translation>YAZ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="180"/>
|
<location filename="../main.qml" line="185"/>
|
||||||
<source>Select this button to start writing the image</source>
|
<source>Select this button to start writing the image</source>
|
||||||
<translation>Görüntüyü yazmaya başlamak için bu düğmeyi seçin</translation>
|
<translation>Görüntüyü yazmaya başlamak için bu düğmeyi seçin</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="220"/>
|
<location filename="../main.qml" line="230"/>
|
||||||
<source>CANCEL WRITE</source>
|
<source>CANCEL WRITE</source>
|
||||||
<translation>YAZMAYI İPTAL ET</translation>
|
<translation>YAZMAYI İPTAL ET</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="223"/>
|
<location filename="../main.qml" line="233"/>
|
||||||
<location filename="../main.qml" line="815"/>
|
<location filename="../main.qml" line="846"/>
|
||||||
<source>Cancelling...</source>
|
<source>Cancelling...</source>
|
||||||
<translation>İptal ediliyor...</translation>
|
<translation>İptal ediliyor...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="235"/>
|
<location filename="../main.qml" line="245"/>
|
||||||
<source>CANCEL VERIFY</source>
|
<source>CANCEL VERIFY</source>
|
||||||
<translation>DOĞRULAMA İPTALİ</translation>
|
<translation>DOĞRULAMA İPTALİ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="238"/>
|
<location filename="../main.qml" line="248"/>
|
||||||
<location filename="../main.qml" line="838"/>
|
<location filename="../main.qml" line="869"/>
|
||||||
<location filename="../main.qml" line="895"/>
|
<location filename="../main.qml" line="926"/>
|
||||||
<source>Finalizing...</source>
|
<source>Finalizing...</source>
|
||||||
<translation>Bitiriliyor...</translation>
|
<translation>Bitiriliyor...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="384"/>
|
<location filename="../main.qml" line="414"/>
|
||||||
<location filename="../main.qml" line="871"/>
|
<location filename="../main.qml" line="902"/>
|
||||||
<source>Erase</source>
|
<source>Erase</source>
|
||||||
<translation>Sil</translation>
|
<translation>Sil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="385"/>
|
<location filename="../main.qml" line="415"/>
|
||||||
<source>Format card as FAT32</source>
|
<source>Format card as FAT32</source>
|
||||||
<translation>Kartı FAT32 olarak biçimlendir</translation>
|
<translation>Kartı FAT32 olarak biçimlendir</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="392"/>
|
<location filename="../main.qml" line="422"/>
|
||||||
<source>Use custom</source>
|
<source>Use custom</source>
|
||||||
<translation>Özel imaj kullan</translation>
|
<translation>Özel imaj kullan</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="393"/>
|
<location filename="../main.qml" line="423"/>
|
||||||
<source>Select a custom .img from your computer</source>
|
<source>Select a custom .img from your computer</source>
|
||||||
<translation>Bilgisayarınızdan özel bir .img seçin</translation>
|
<translation>Bilgisayarınızdan özel bir .img seçin</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="416"/>
|
<location filename="../main.qml" line="374"/>
|
||||||
<source>Back</source>
|
<source>Back</source>
|
||||||
<translation>Geri</translation>
|
<translation>Geri</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="417"/>
|
<location filename="../main.qml" line="163"/>
|
||||||
|
<source>Select this button to change the destination storage device</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../main.qml" line="375"/>
|
||||||
<source>Go back to main menu</source>
|
<source>Go back to main menu</source>
|
||||||
<translation>Ana menüye dön</translation>
|
<translation>Ana menüye dön</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="474"/>
|
<location filename="../main.qml" line="485"/>
|
||||||
<source>Released: %1</source>
|
<source>Released: %1</source>
|
||||||
<translation>Yayın: %1</translation>
|
<translation>Yayın: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="477"/>
|
<location filename="../main.qml" line="488"/>
|
||||||
<source>Cached on your computer</source>
|
<source>Cached on your computer</source>
|
||||||
<translation>Bilgisayarınızda önbelleğe alındı
|
<translation>Bilgisayarınızda önbelleğe alındı
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="479"/>
|
<location filename="../main.qml" line="490"/>
|
||||||
<source>Local file</source>
|
<source>Local file</source>
|
||||||
<translation>Yerel dosya</translation>
|
<translation>Yerel dosya</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="481"/>
|
<location filename="../main.qml" line="492"/>
|
||||||
<source>Online - %1 GB download</source>
|
<source>Online - %1 GB download</source>
|
||||||
<translation>Çevrimiçi -%1 GB indir</translation>
|
<translation>Çevrimiçi -%1 GB indir</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="638"/>
|
<location filename="../main.qml" line="649"/>
|
||||||
<location filename="../main.qml" line="690"/>
|
<location filename="../main.qml" line="701"/>
|
||||||
<location filename="../main.qml" line="696"/>
|
<location filename="../main.qml" line="707"/>
|
||||||
<source>Mounted as %1</source>
|
<source>Mounted as %1</source>
|
||||||
<translation>%1 olarak bağlandı.</translation>
|
<translation>%1 olarak bağlandı.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="692"/>
|
<location filename="../main.qml" line="703"/>
|
||||||
<source>[WRITE PROTECTED]</source>
|
<source>[WRITE PROTECTED]</source>
|
||||||
<translation>[YAZMA KORUMALI]</translation>
|
<translation>[YAZMA KORUMALI]</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="734"/>
|
<location filename="../main.qml" line="745"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation>Çıkmak istediğine emin misin?</translation>
|
<translation>Çıkmak istediğine emin misin?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="735"/>
|
<location filename="../main.qml" line="746"/>
|
||||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||||
<translation>Raspberry Pi Imager hala meşgul.<br>Çıkmak istediğinizden emin misiniz?</translation>
|
<translation>Raspberry Pi Imager hala meşgul.<br>Çıkmak istediğinizden emin misiniz?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="746"/>
|
<location filename="../main.qml" line="757"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Uyarı</translation>
|
<translation>Uyarı</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="752"/>
|
<location filename="../main.qml" line="763"/>
|
||||||
<source>Preparing to write...</source>
|
<source>Preparing to write...</source>
|
||||||
<translation>Yazdırmaya hazırlanıyor...</translation>
|
<translation>Yazdırmaya hazırlanıyor...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="776"/>
|
<location filename="../main.qml" line="787"/>
|
||||||
<source>Update available</source>
|
<source>Update available</source>
|
||||||
<translation>Güncelleme bulunuyor</translation>
|
<translation>Güncelleme bulunuyor</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="777"/>
|
<location filename="../main.qml" line="788"/>
|
||||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||||
<translation>Görüntüleyicinin daha yeni bir sürümü var. <br> İndirmek için web sitesini ziyaret etmek ister misiniz?</translation>
|
<translation>Görüntüleyicinin daha yeni bir sürümü var. <br> İndirmek için web sitesini ziyaret etmek ister misiniz?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="818"/>
|
<location filename="../main.qml" line="849"/>
|
||||||
<source>Writing... %1%</source>
|
<source>Writing... %1%</source>
|
||||||
<translation>Yazılıyor... %1%</translation>
|
<translation>Yazılıyor... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="765"/>
|
<location filename="../main.qml" line="776"/>
|
||||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||||
<translation>'%1' üzerindeki mevcut tüm veriler silinecek.<br>Devam etmek istediğinizden emin misiniz?</translation>
|
<translation>'%1' üzerindeki mevcut tüm veriler silinecek.<br>Devam etmek istediğinizden emin misiniz?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="797"/>
|
<location filename="../main.qml" line="828"/>
|
||||||
<source>Error downloading OS list from Internet</source>
|
<source>Error downloading OS list from Internet</source>
|
||||||
<translation>İnternetten işletim sistemi listesi indirilirken hata oluştu</translation>
|
<translation>İnternetten işletim sistemi listesi indirilirken hata oluştu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="841"/>
|
<location filename="../main.qml" line="872"/>
|
||||||
<source>Verifying... %1%</source>
|
<source>Verifying... %1%</source>
|
||||||
<translation>Doğrulanıyor... %1%</translation>
|
<translation>Doğrulanıyor... %1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="848"/>
|
<location filename="../main.qml" line="879"/>
|
||||||
<source>Preparing to write... (%1)</source>
|
<source>Preparing to write... (%1)</source>
|
||||||
<translation>Yazdırmaya hazırlanıyor... (%1)</translation>
|
<translation>Yazdırmaya hazırlanıyor... (%1)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="863"/>
|
<location filename="../main.qml" line="894"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation>Hata</translation>
|
<translation>Hata</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="870"/>
|
<location filename="../main.qml" line="901"/>
|
||||||
<source>Write Successful</source>
|
<source>Write Successful</source>
|
||||||
<translation>Başarılı Yazıldı</translation>
|
<translation>Başarılı Yazıldı</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="872"/>
|
<location filename="../main.qml" line="903"/>
|
||||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> silindi <br><br> Artık SD kartı okuyucudan çıkarabilirsiniz</translation>
|
<translation><b>%1</b> silindi <br><br> Artık SD kartı okuyucudan çıkarabilirsiniz</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="874"/>
|
<location filename="../main.qml" line="905"/>
|
||||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> <b>%2</b><br><br> üzerine yazıldı. Artık SD kartı okuyucudan çıkarabilirsiniz</translation>
|
<translation><b>%1</b> <b>%2</b><br><br> üzerine yazıldı. Artık SD kartı okuyucudan çıkarabilirsiniz</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="902"/>
|
<location filename="../main.qml" line="942"/>
|
||||||
<location filename="../main.qml" line="955"/>
|
|
||||||
<source>Error parsing os_list.json</source>
|
<source>Error parsing os_list.json</source>
|
||||||
<translation>os_list.json ayrıştırma hatası</translation>
|
<translation>os_list.json ayrıştırma hatası</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="993"/>
|
<location filename="../main.qml" line="1043"/>
|
||||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||||
<translation>Önce görüntüler içeren bir USB bellek bağlayın.<br> Görüntüler USB belleğin kök klasöründe bulunmalıdır.</translation>
|
<translation>Önce görüntüler içeren bir USB bellek bağlayın.<br> Görüntüler USB belleğin kök klasöründe bulunmalıdır.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="1008"/>
|
<location filename="../main.qml" line="1058"/>
|
||||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||||
<translation>SD kart yazma korumalı. <br> Kartın sol tarafındaki kilit anahtarını yukarı itin ve tekrar deneyin.</translation>
|
<translation>SD kart yazma korumalı. <br> Kartın sol tarafındaki kilit anahtarını yukarı itin ve tekrar deneyin.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -4,28 +4,28 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadExtractThread</name>
|
<name>DownloadExtractThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="166"/>
|
<location filename="../downloadextractthread.cpp" line="167"/>
|
||||||
<source>Error writing to storage</source>
|
<source>Error writing to storage</source>
|
||||||
<translation>写入存储时出错</translation>
|
<translation>写入存储时出错</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="188"/>
|
<location filename="../downloadextractthread.cpp" line="189"/>
|
||||||
<location filename="../downloadextractthread.cpp" line="348"/>
|
<location filename="../downloadextractthread.cpp" line="349"/>
|
||||||
<source>Error extracting archive: %1</source>
|
<source>Error extracting archive: %1</source>
|
||||||
<translation>解压 %1 时出错</translation>
|
<translation>解压 %1 时出错</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="234"/>
|
<location filename="../downloadextractthread.cpp" line="235"/>
|
||||||
<source>Error mounting FAT32 partition</source>
|
<source>Error mounting FAT32 partition</source>
|
||||||
<translation>挂载FAT32分区错误</translation>
|
<translation>挂载FAT32分区错误</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="244"/>
|
<location filename="../downloadextractthread.cpp" line="245"/>
|
||||||
<source>Operating system did not mount FAT32 partition</source>
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
<translation>操作系统未挂载FAT32分区</translation>
|
<translation>操作系统未挂载FAT32分区</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadextractthread.cpp" line="267"/>
|
<location filename="../downloadextractthread.cpp" line="268"/>
|
||||||
<source>Error changing to directory '%1'</source>
|
<source>Error changing to directory '%1'</source>
|
||||||
<translation>进入文件夹 “%1” 错误</translation>
|
<translation>进入文件夹 “%1” 错误</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -33,112 +33,147 @@
|
||||||
<context>
|
<context>
|
||||||
<name>DownloadThread</name>
|
<name>DownloadThread</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="143"/>
|
<location filename="../downloadthread.cpp" line="146"/>
|
||||||
<source>Error running diskpart: %1</source>
|
<source>Error running diskpart: %1</source>
|
||||||
<translation>运行 “diskpart” 命令错误 %1</translation>
|
<translation>运行 “diskpart” 命令错误 %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="164"/>
|
<location filename="../downloadthread.cpp" line="167"/>
|
||||||
<source>Error removing existing partitions</source>
|
<source>Error removing existing partitions</source>
|
||||||
<translation>删除现有分区时出错</translation>
|
<translation>删除现有分区时出错</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="190"/>
|
<location filename="../downloadthread.cpp" line="193"/>
|
||||||
<source>Authentication cancelled</source>
|
<source>Authentication cancelled</source>
|
||||||
<translation>认证已取消</translation>
|
<translation>认证已取消</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="193"/>
|
<location filename="../downloadthread.cpp" line="196"/>
|
||||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||||
<translation>运行authopen以获得对磁盘设备'%1'的访问权限时出错</translation>
|
<translation>运行authopen以获得对磁盘设备'%1'的访问权限时出错</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="194"/>
|
<location filename="../downloadthread.cpp" line="197"/>
|
||||||
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
<source>Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').</source>
|
||||||
<translation>请验证是否在隐私设置中允许“ Raspberry Pi Imager”访问“可移动卷”(在“文件和文件夹”下,或者为它提供“完全磁盘访问”)的权限。</translation>
|
<translation>请验证是否在隐私设置中允许“ Raspberry Pi Imager”访问“可移动卷”(在“文件和文件夹”下,或者为它提供“完全磁盘访问”)的权限。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="215"/>
|
<location filename="../downloadthread.cpp" line="218"/>
|
||||||
<source>Cannot open storage device '%1'.</source>
|
<source>Cannot open storage device '%1'.</source>
|
||||||
<translation>无法打开存储设备'%1'。</translation>
|
<translation>无法打开存储设备'%1'。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="257"/>
|
<location filename="../downloadthread.cpp" line="260"/>
|
||||||
<source>discarding existing data on drive</source>
|
<source>discarding existing data on drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="277"/>
|
<location filename="../downloadthread.cpp" line="280"/>
|
||||||
<source>zeroing out first and last MB of drive</source>
|
<source>zeroing out first and last MB of drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="283"/>
|
<location filename="../downloadthread.cpp" line="286"/>
|
||||||
<source>Write error while zero'ing out MBR</source>
|
<source>Write error while zero'ing out MBR</source>
|
||||||
<translation>将MBR清零时写入错误</translation>
|
<translation>将MBR清零时写入错误</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="741"/>
|
<location filename="../downloadthread.cpp" line="740"/>
|
||||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||||
<translation>从存储读取数据时错误。<br>SD卡可能已损坏。</translation>
|
<translation>从存储读取数据时错误。<br>SD卡可能已损坏。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="395"/>
|
<location filename="../downloadthread.cpp" line="812"/>
|
||||||
|
<source>Waiting for FAT partition to be mounted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="860"/>
|
||||||
|
<source>Error mounting FAT32 partition</source>
|
||||||
|
<translation type="unfinished">挂载FAT32分区错误</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="882"/>
|
||||||
|
<source>Operating system did not mount FAT32 partition</source>
|
||||||
|
<translation type="unfinished">操作系统未挂载FAT32分区</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="886"/>
|
||||||
|
<source>Customizing image</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="898"/>
|
||||||
|
<source>Error creating firstrun.sh on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="939"/>
|
||||||
|
<source>Error writing to config.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="963"/>
|
||||||
|
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../downloadthread.cpp" line="398"/>
|
||||||
<source>Access denied error while writing file to disk.</source>
|
<source>Access denied error while writing file to disk.</source>
|
||||||
<translation>将文件写入磁盘时访问被拒绝错误。</translation>
|
<translation>将文件写入磁盘时访问被拒绝错误。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="400"/>
|
<location filename="../downloadthread.cpp" line="403"/>
|
||||||
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
<source>Controlled Folder Access seems to be enabled. Please add both rpi-imager.exe and fat32format.exe to the list of allowed apps and try again.</source>
|
||||||
<translation>受控文件夹访问似乎已启用。 请将rpi-imager.exe和fat32format.exe都添加到允许的应用程序列表中,然后重试。</translation>
|
<translation>受控文件夹访问似乎已启用。 请将rpi-imager.exe和fat32format.exe都添加到允许的应用程序列表中,然后重试。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="406"/>
|
<location filename="../downloadthread.cpp" line="409"/>
|
||||||
<source>Error writing file to disk</source>
|
<source>Error writing file to disk</source>
|
||||||
<translation>将文件写入磁盘时出错</translation>
|
<translation>将文件写入磁盘时出错</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="425"/>
|
<location filename="../downloadthread.cpp" line="428"/>
|
||||||
<source>Error downloading: %1</source>
|
<source>Error downloading: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="644"/>
|
<location filename="../downloadthread.cpp" line="647"/>
|
||||||
<source>Error writing to storage (while flushing)</source>
|
<source>Error writing to storage (while flushing)</source>
|
||||||
<translation>刷新时写入存储时出错</translation>
|
<translation>刷新时写入存储时出错</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="651"/>
|
<location filename="../downloadthread.cpp" line="654"/>
|
||||||
<source>Error writing to storage (while fsync)</source>
|
<source>Error writing to storage (while fsync)</source>
|
||||||
<translation>在fsync时写入存储时出错</translation>
|
<translation>在fsync时写入存储时出错</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="632"/>
|
<location filename="../downloadthread.cpp" line="635"/>
|
||||||
<source>Download corrupt. Hash does not match</source>
|
<source>Download corrupt. Hash does not match</source>
|
||||||
<translation>下载的文件损坏。 哈希值不匹配</translation>
|
<translation>下载的文件损坏。 哈希值不匹配</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="110"/>
|
<location filename="../downloadthread.cpp" line="113"/>
|
||||||
<source>opening drive</source>
|
<source>opening drive</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="295"/>
|
<location filename="../downloadthread.cpp" line="298"/>
|
||||||
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
<source>Write error while trying to zero out last part of card.<br>Card could be advertising wrong capacity (possible counterfeit).</source>
|
||||||
<translation>尝试将卡的最后一部分清零时写入错误。<br>卡的容量可能不正确(可能是扩容假卡)</translation>
|
<translation>尝试将卡的最后一部分清零时写入错误。<br>卡的容量可能不正确(可能是扩容假卡)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="353"/>
|
<location filename="../downloadthread.cpp" line="356"/>
|
||||||
<source>starting download</source>
|
<source>starting download</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="685"/>
|
<location filename="../downloadthread.cpp" line="680"/>
|
||||||
<source>Error writing first block (partition table)</source>
|
<source>Error writing first block (partition table)</source>
|
||||||
<translation>写入第一个块(分区表)时出错</translation>
|
<translation>写入第一个块(分区表)时出错</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../downloadthread.cpp" line="760"/>
|
<location filename="../downloadthread.cpp" line="759"/>
|
||||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||||
<translation>验证写入失败。 SD卡的内容与写入的内容不同。</translation>
|
<translation>验证写入失败。 SD卡的内容与写入的内容不同。</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -201,22 +236,22 @@
|
||||||
<context>
|
<context>
|
||||||
<name>ImageWriter</name>
|
<name>ImageWriter</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="171"/>
|
<location filename="../imagewriter.cpp" line="182"/>
|
||||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||||
<translation>存储容量不足。<br>至少需要%1 GB的空白空间</translation>
|
<translation>存储容量不足。<br>至少需要%1 GB的空白空间</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="177"/>
|
<location filename="../imagewriter.cpp" line="188"/>
|
||||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||||
<translation>输入文件不是有效的磁盘映像。<br>文件大小%1字节不是512字节的倍数。</translation>
|
<translation>输入文件不是有效的磁盘映像。<br>文件大小%1字节不是512字节的倍数。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="201"/>
|
<location filename="../imagewriter.cpp" line="370"/>
|
||||||
<source>Downloading and writing image</source>
|
<source>Downloading and writing image</source>
|
||||||
<translation>下载和写入镜像</translation>
|
<translation>下载和写入镜像</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../imagewriter.cpp" line="424"/>
|
<location filename="../imagewriter.cpp" line="503"/>
|
||||||
<source>Select image</source>
|
<source>Select image</source>
|
||||||
<translation>选择镜像</translation>
|
<translation>选择镜像</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -252,6 +287,134 @@
|
||||||
<translation>继续</translation>
|
<translation>继续</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>OptionsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="74"/>
|
||||||
|
<source>Advanced options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="91"/>
|
||||||
|
<source>Image customization options</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="99"/>
|
||||||
|
<source>for this session only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="100"/>
|
||||||
|
<source>to always use</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="112"/>
|
||||||
|
<source>Disable overscan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="117"/>
|
||||||
|
<source>Set hostname:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="136"/>
|
||||||
|
<source>Enable SSH</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="155"/>
|
||||||
|
<source>Use password authentication</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="171"/>
|
||||||
|
<source>Set password for 'pi' user:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="193"/>
|
||||||
|
<source>Allow public-key authentication only</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="208"/>
|
||||||
|
<source>Set authorized_keys for 'pi':</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="220"/>
|
||||||
|
<source>Configure wifi</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="239"/>
|
||||||
|
<source>SSID:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="248"/>
|
||||||
|
<source>Password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="260"/>
|
||||||
|
<source>Show password</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="265"/>
|
||||||
|
<source>Wifi country:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="276"/>
|
||||||
|
<source>Set locale settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="286"/>
|
||||||
|
<source>Time zone:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="296"/>
|
||||||
|
<source>Keyboard layout:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="306"/>
|
||||||
|
<source>Skip first-run wizard</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="313"/>
|
||||||
|
<source>Persistent settings</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="321"/>
|
||||||
|
<source>Play sound when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="325"/>
|
||||||
|
<source>Eject media when finished</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="329"/>
|
||||||
|
<source>Enable telemetry</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../OptionsPopup.qml" line="342"/>
|
||||||
|
<source>SAVE</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -260,6 +423,34 @@
|
||||||
<translation>内置SD卡读卡器</translation>
|
<translation>内置SD卡读卡器</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>UseSavedSettingsPopup</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||||
|
<source>Warning: advanced settings set</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||||
|
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||||
|
<source>NO, CLEAR SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||||
|
<source>YES</source>
|
||||||
|
<translation type="unfinished">是</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||||
|
<source>EDIT SETTINGS</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>main</name>
|
<name>main</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -268,197 +459,200 @@
|
||||||
<translation>树莓派镜像烧录 v%1</translation>
|
<translation>树莓派镜像烧录 v%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="734"/>
|
<location filename="../main.qml" line="745"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation>你确定你要退出吗?</translation>
|
<translation>你确定你要退出吗?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="735"/>
|
<location filename="../main.qml" line="746"/>
|
||||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||||
<translation>Raspberry Pi Imager还未完成任务。<br>您确定要退出吗?</translation>
|
<translation>Raspberry Pi Imager还未完成任务。<br>您确定要退出吗?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="90"/>
|
<location filename="../main.qml" line="98"/>
|
||||||
<location filename="../main.qml" line="303"/>
|
<location filename="../main.qml" line="314"/>
|
||||||
<source>Operating System</source>
|
<source>Operating System</source>
|
||||||
<translation>操作系统</translation>
|
<translation>操作系统</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="102"/>
|
<location filename="../main.qml" line="110"/>
|
||||||
<source>CHOOSE OS</source>
|
<source>CHOOSE OS</source>
|
||||||
<translation>选择操作系统</translation>
|
<translation>选择操作系统</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="133"/>
|
<location filename="../main.qml" line="138"/>
|
||||||
<location filename="../main.qml" line="587"/>
|
<location filename="../main.qml" line="598"/>
|
||||||
<source>Storage</source>
|
<source>Storage</source>
|
||||||
<translation>SD卡</translation>
|
<translation>SD卡</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="145"/>
|
<location filename="../main.qml" line="150"/>
|
||||||
<location filename="../main.qml" line="877"/>
|
<location filename="../main.qml" line="908"/>
|
||||||
<source>CHOOSE STORAGE</source>
|
<source>CHOOSE STORAGE</source>
|
||||||
<translation>选择SD卡</translation>
|
<translation>选择SD卡</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="175"/>
|
<location filename="../main.qml" line="163"/>
|
||||||
|
<source>Select this button to change the destination storage device</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../main.qml" line="180"/>
|
||||||
<source>WRITE</source>
|
<source>WRITE</source>
|
||||||
<translation>烧录</translation>
|
<translation>烧录</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="818"/>
|
<location filename="../main.qml" line="849"/>
|
||||||
<source>Writing... %1%</source>
|
<source>Writing... %1%</source>
|
||||||
<translation>写入中...%1%</translation>
|
<translation>写入中...%1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="220"/>
|
<location filename="../main.qml" line="230"/>
|
||||||
<source>CANCEL WRITE</source>
|
<source>CANCEL WRITE</source>
|
||||||
<translation>取消写入</translation>
|
<translation>取消写入</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="120"/>
|
<location filename="../main.qml" line="125"/>
|
||||||
<source>Select this button to change the operating system</source>
|
<source>Select this button to change the operating system</source>
|
||||||
<translation>更改操作系统</translation>
|
<translation>更改操作系统</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="158"/>
|
|
||||||
<source>Select this button to change the destination SD card</source>
|
<source>Select this button to change the destination SD card</source>
|
||||||
<translation>更改目标SD卡</translation>
|
<translation type="vanished">更改目标SD卡</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="180"/>
|
<location filename="../main.qml" line="185"/>
|
||||||
<source>Select this button to start writing the image</source>
|
<source>Select this button to start writing the image</source>
|
||||||
<translation>开始刷写</translation>
|
<translation>开始刷写</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="223"/>
|
<location filename="../main.qml" line="233"/>
|
||||||
<location filename="../main.qml" line="815"/>
|
<location filename="../main.qml" line="846"/>
|
||||||
<source>Cancelling...</source>
|
<source>Cancelling...</source>
|
||||||
<translation>取消中...</translation>
|
<translation>取消中...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="235"/>
|
<location filename="../main.qml" line="245"/>
|
||||||
<source>CANCEL VERIFY</source>
|
<source>CANCEL VERIFY</source>
|
||||||
<translation>取消验证</translation>
|
<translation>取消验证</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="238"/>
|
<location filename="../main.qml" line="248"/>
|
||||||
<location filename="../main.qml" line="838"/>
|
<location filename="../main.qml" line="869"/>
|
||||||
<location filename="../main.qml" line="895"/>
|
<location filename="../main.qml" line="926"/>
|
||||||
<source>Finalizing...</source>
|
<source>Finalizing...</source>
|
||||||
<translation>完成中...</translation>
|
<translation>完成中...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="384"/>
|
<location filename="../main.qml" line="414"/>
|
||||||
<location filename="../main.qml" line="871"/>
|
<location filename="../main.qml" line="902"/>
|
||||||
<source>Erase</source>
|
<source>Erase</source>
|
||||||
<translation>擦除</translation>
|
<translation>擦除</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="385"/>
|
<location filename="../main.qml" line="415"/>
|
||||||
<source>Format card as FAT32</source>
|
<source>Format card as FAT32</source>
|
||||||
<translation>格式化SD卡为FAT32格式</translation>
|
<translation>格式化SD卡为FAT32格式</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="392"/>
|
<location filename="../main.qml" line="422"/>
|
||||||
<source>Use custom</source>
|
<source>Use custom</source>
|
||||||
<translation>使用自定义镜像</translation>
|
<translation>使用自定义镜像</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="393"/>
|
<location filename="../main.qml" line="423"/>
|
||||||
<source>Select a custom .img from your computer</source>
|
<source>Select a custom .img from your computer</source>
|
||||||
<translation>使用下载的系统镜像文件烧录</translation>
|
<translation>使用下载的系统镜像文件烧录</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="479"/>
|
<location filename="../main.qml" line="490"/>
|
||||||
<source>Local file</source>
|
<source>Local file</source>
|
||||||
<translation>本地文件</translation>
|
<translation>本地文件</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="692"/>
|
<location filename="../main.qml" line="703"/>
|
||||||
<source>[WRITE PROTECTED]</source>
|
<source>[WRITE PROTECTED]</source>
|
||||||
<translation>[写保护]</translation>
|
<translation>[写保护]</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="746"/>
|
<location filename="../main.qml" line="757"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>警告</translation>
|
<translation>警告</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="752"/>
|
<location filename="../main.qml" line="763"/>
|
||||||
<source>Preparing to write...</source>
|
<source>Preparing to write...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="765"/>
|
<location filename="../main.qml" line="776"/>
|
||||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||||
<translation>'%1'上的所有现有数据将被删除。<br>确定要继续吗?</translation>
|
<translation>'%1'上的所有现有数据将被删除。<br>确定要继续吗?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="776"/>
|
<location filename="../main.qml" line="787"/>
|
||||||
<source>Update available</source>
|
<source>Update available</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="777"/>
|
<location filename="../main.qml" line="788"/>
|
||||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="848"/>
|
<location filename="../main.qml" line="879"/>
|
||||||
<source>Preparing to write... (%1)</source>
|
<source>Preparing to write... (%1)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="872"/>
|
<location filename="../main.qml" line="903"/>
|
||||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1 </ b>已被删除<br> <br>您现在可以从读取器中取出SD卡</translation>
|
<translation><b>%1 </ b>已被删除<br> <br>您现在可以从读取器中取出SD卡</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="902"/>
|
<location filename="../main.qml" line="942"/>
|
||||||
<location filename="../main.qml" line="955"/>
|
|
||||||
<source>Error parsing os_list.json</source>
|
<source>Error parsing os_list.json</source>
|
||||||
<translation>解析 os_list.json 错误</translation>
|
<translation>解析 os_list.json 错误</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="993"/>
|
<location filename="../main.qml" line="1043"/>
|
||||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||||
<translation>连接包含镜像的U盘。<br>镜像必须位于U盘的根文件夹中。</translation>
|
<translation>连接包含镜像的U盘。<br>镜像必须位于U盘的根文件夹中。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="1008"/>
|
<location filename="../main.qml" line="1058"/>
|
||||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||||
<translation>SD卡具有写保护。<br>尝试向上推SD卡的左侧的锁定开关,然后重试。</translation>
|
<translation>SD卡具有写保护。<br>尝试向上推SD卡的左侧的锁定开关,然后重试。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="416"/>
|
<location filename="../main.qml" line="374"/>
|
||||||
<source>Back</source>
|
<source>Back</source>
|
||||||
<translation>返回</translation>
|
<translation>返回</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="417"/>
|
<location filename="../main.qml" line="375"/>
|
||||||
<source>Go back to main menu</source>
|
<source>Go back to main menu</source>
|
||||||
<translation>回到主页</translation>
|
<translation>回到主页</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="474"/>
|
<location filename="../main.qml" line="485"/>
|
||||||
<source>Released: %1</source>
|
<source>Released: %1</source>
|
||||||
<translation>解压中...%1</translation>
|
<translation>解压中...%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="477"/>
|
<location filename="../main.qml" line="488"/>
|
||||||
<source>Cached on your computer</source>
|
<source>Cached on your computer</source>
|
||||||
<translation>在你的电脑上缓存</translation>
|
<translation>在你的电脑上缓存</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="481"/>
|
<location filename="../main.qml" line="492"/>
|
||||||
<source>Online - %1 GB download</source>
|
<source>Online - %1 GB download</source>
|
||||||
<translation>已下载:%1 GB</translation>
|
<translation>已下载:%1 GB</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="638"/>
|
<location filename="../main.qml" line="649"/>
|
||||||
<location filename="../main.qml" line="690"/>
|
<location filename="../main.qml" line="701"/>
|
||||||
<location filename="../main.qml" line="696"/>
|
<location filename="../main.qml" line="707"/>
|
||||||
<source>Mounted as %1</source>
|
<source>Mounted as %1</source>
|
||||||
<translation>挂载在:%1 上</translation>
|
<translation>挂载在:%1 上</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -471,27 +665,27 @@
|
||||||
<translation type="vanished">继续</translation>
|
<translation type="vanished">继续</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="797"/>
|
<location filename="../main.qml" line="828"/>
|
||||||
<source>Error downloading OS list from Internet</source>
|
<source>Error downloading OS list from Internet</source>
|
||||||
<translation>下载镜像列表错误</translation>
|
<translation>下载镜像列表错误</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="841"/>
|
<location filename="../main.qml" line="872"/>
|
||||||
<source>Verifying... %1%</source>
|
<source>Verifying... %1%</source>
|
||||||
<translation>验证文件中...%1%</translation>
|
<translation>验证文件中...%1%</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="863"/>
|
<location filename="../main.qml" line="894"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation>错误</translation>
|
<translation>错误</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="870"/>
|
<location filename="../main.qml" line="901"/>
|
||||||
<source>Write Successful</source>
|
<source>Write Successful</source>
|
||||||
<translation>烧录成功</translation>
|
<translation>烧录成功</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.qml" line="874"/>
|
<location filename="../main.qml" line="905"/>
|
||||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||||
<translation><b>%1</b> 已经成功烧录到 <b>%2</b><br><br>上了,你可以卸载SD卡了</translation>
|
<translation><b>%1</b> 已经成功烧录到 <b>%2</b><br><br>上了,你可以卸载SD卡了</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
8
main.qml
8
main.qml
|
@ -160,7 +160,7 @@ ApplicationWindow {
|
||||||
Material.background: "#ffffff"
|
Material.background: "#ffffff"
|
||||||
Material.foreground: "#c51a4a"
|
Material.foreground: "#c51a4a"
|
||||||
Accessible.ignored: ospopup.visible || dstpopup.visible
|
Accessible.ignored: ospopup.visible || dstpopup.visible
|
||||||
Accessible.description: qsTr("Select this button to change the destination SD card")
|
Accessible.description: qsTr("Select this button to change the destination storage device")
|
||||||
Accessible.onPressAction: clicked()
|
Accessible.onPressAction: clicked()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -545,7 +545,7 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Popup for SD card device selection
|
Popup for storage device selection
|
||||||
*/
|
*/
|
||||||
Popup {
|
Popup {
|
||||||
id: dstpopup
|
id: dstpopup
|
||||||
|
@ -595,7 +595,7 @@ ApplicationWindow {
|
||||||
spacing: 10
|
spacing: 10
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: qsTr("SD Card")
|
text: qsTr("Storage")
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
@ -905,7 +905,7 @@ ApplicationWindow {
|
||||||
msgpopup.text = qsTr("<b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader").arg(osbutton.text).arg(dstbutton.text)
|
msgpopup.text = qsTr("<b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader").arg(osbutton.text).arg(dstbutton.text)
|
||||||
msgpopup.openPopup()
|
msgpopup.openPopup()
|
||||||
imageWriter.setDst("")
|
imageWriter.setDst("")
|
||||||
dstbutton.text = qsTr("CHOOSE SD CARD")
|
dstbutton.text = qsTr("CHOOSE STORAGE")
|
||||||
resetWriteButton()
|
resetWriteButton()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue